2025-06-27 13:48:46.586 +03:00 [DBG] Connection id "0HNC8090TG6NE" accepted. 2025-06-27 13:48:46.594 +03:00 [DBG] Connection id "0HNC8090TG6NE" started. 2025-06-27 13:48:46.594 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/authenticate - null 0 2025-06-27 13:48:46.594 +03:00 [VRB] All hosts are allowed. 2025-06-27 13:48:46.594 +03:00 [DBG] POST requests are not supported 2025-06-27 13:48:46.594 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/authenticate' 2025-06-27 13:48:46.594 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' with route pattern 'api/Account/authenticate' is valid for the request path '/api/account/authenticate' 2025-06-27 13:48:46.594 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' 2025-06-27 13:48:46.594 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 13:48:46.594 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 13:48:46.594 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 13:48:46.594 +03:00 [INF] CORS policy execution successful. 2025-06-27 13:48:46.594 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' 2025-06-27 13:48:46.594 +03:00 [INF] Route matched with {action = "Authenticate", controller = "Account"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Authenticate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 13:48:46.594 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 13:48:46.594 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 13:48:46.595 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 13:48:46.595 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 13:48:46.595 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 13:48:46.595 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.595 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.595 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 13:48:46.595 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 13:48:46.595 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 13:48:46.595 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 13:48:46.595 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 13:48:46.595 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 13:48:46.595 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 13:48:46.596 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.UnauthorizedResult in 0.0211ms. 2025-06-27 13:48:46.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Replacing Microsoft.AspNetCore.Mvc.UnauthorizedResult with status code 401 with Microsoft.AspNetCore.Mvc.ObjectResult. 2025-06-27 13:48:46.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 13:48:46.596 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ObjectResult. 2025-06-27 13:48:46.596 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 13:48:46.596 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 13:48:46.596 +03:00 [DBG] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/problem+json","application/problem+xml","application/problem+json","application/problem+xml"]'. 2025-06-27 13:48:46.596 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/problem+json' to write the response. 2025-06-27 13:48:46.597 +03:00 [INF] Executing ObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ProblemDetails'. 2025-06-27 13:48:46.597 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ObjectResult. 2025-06-27 13:48:46.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 13:48:46.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 13:48:46.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.597 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.597 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 13:48:46.597 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server) in 1.8556ms 2025-06-27 13:48:46.597 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' 2025-06-27 13:48:46.597 +03:00 [DBG] Connection id "0HNC8090TG6NE" completed keep alive response. 2025-06-27 13:48:46.597 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/authenticate - 401 null application/problem+json; charset=utf-8 3.1536ms 2025-06-27 13:48:46.597 +03:00 [DBG] Connection id "0HNC8090TG6NE" received FIN. 2025-06-27 13:48:46.597 +03:00 [DBG] Connection id "0HNC8090TG6NE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 13:48:46.597 +03:00 [DBG] Connection id "0HNC8090TG6NE" disconnecting. 2025-06-27 13:48:46.597 +03:00 [DBG] Connection id "0HNC8090TG6NE" stopped. 2025-06-27 13:48:46.713 +03:00 [DBG] Connection id "0HNC8090TG6NF" accepted. 2025-06-27 13:48:46.714 +03:00 [DBG] Connection id "0HNC8090TG6NF" started. 2025-06-27 13:48:46.714 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/vite.svg - null null 2025-06-27 13:48:46.714 +03:00 [VRB] All hosts are allowed. 2025-06-27 13:48:46.714 +03:00 [DBG] The request path /vite.svg does not match an existing file 2025-06-27 13:48:46.714 +03:00 [DBG] No candidates found for the request path '/vite.svg' 2025-06-27 13:48:46.714 +03:00 [DBG] Request did not match any endpoints 2025-06-27 13:48:46.714 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 13:48:46.714 +03:00 [DBG] Connection id "0HNC8090TG6NF" completed keep alive response. 2025-06-27 13:48:46.714 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/vite.svg - 404 0 null 0.3983ms 2025-06-27 13:48:46.714 +03:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dev.top-engineer.com/vite.svg, Response status code: 404 2025-06-27 13:48:46.714 +03:00 [DBG] Connection id "0HNC8090TG6NF" received FIN. 2025-06-27 13:48:46.714 +03:00 [DBG] Connection id "0HNC8090TG6NF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 13:48:46.715 +03:00 [DBG] Connection id "0HNC8090TG6NF" disconnecting. 2025-06-27 13:48:46.715 +03:00 [DBG] Connection id "0HNC8090TG6NF" stopped. 2025-06-27 17:22:33.374 +03:00 [DBG] Connection id "0HNC8090TG6NG" accepted. 2025-06-27 17:22:33.374 +03:00 [DBG] Connection id "0HNC8090TG6NG" started. 2025-06-27 17:22:33.374 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/ - null null 2025-06-27 17:22:33.375 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:33.375 +03:00 [DBG] The request path / does not match a supported file type 2025-06-27 17:22:33.375 +03:00 [DBG] 1 candidate(s) found for the request path '/' 2025-06-27 17:22:33.375 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' with route pattern '' is valid for the request path '/' 2025-06-27 17:22:33.375 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:22:33.375 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:33.375 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:33.375 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:22:33.375 +03:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server). 2025-06-27 17:22:33.375 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:33.375 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:33.375 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2025-06-27 17:22:33.375 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:33.375 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:33.375 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.375 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.375 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:22:33.375 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:22:33.375 +03:00 [VRB] Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:22:33.375 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.375 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.375 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:33.377 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.ViewResult in 0.0045ms. 2025-06-27 17:22:33.377 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.377 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.377 +03:00 [VRB] Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:22:33.377 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.377 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.377 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:22:33.377 +03:00 [DBG] View lookup cache miss for view 'Index' in controller 'Home'. 2025-06-27 17:22:33.377 +03:00 [VRB] Located compiled view for view at path '/Views/Home/Index.cshtml'. 2025-06-27 17:22:33.394 +03:00 [VRB] Could not find a file for view at path '/Views/Home/_ViewStart.cshtml'. 2025-06-27 17:22:33.394 +03:00 [VRB] Could not find a file for view at path '/Views/_ViewStart.cshtml'. 2025-06-27 17:22:33.394 +03:00 [VRB] Could not find a file for view at path '/_ViewStart.cshtml'. 2025-06-27 17:22:33.394 +03:00 [INF] Executing ViewResult, running view Index. 2025-06-27 17:22:33.394 +03:00 [DBG] The view path '/Views/Home/Index.cshtml' was found in 17.2308ms. 2025-06-27 17:22:33.394 +03:00 [INF] Executed ViewResult - view Index executed in 17.3898ms. 2025-06-27 17:22:33.394 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:22:33.394 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.394 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.394 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.394 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.394 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) in 19.2387ms 2025-06-27 17:22:33.394 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:22:33.394 +03:00 [DBG] Connection id "0HNC8090TG6NG" completed keep alive response. 2025-06-27 17:22:33.394 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/ - 200 null text/html; charset=utf-8 19.9919ms 2025-06-27 17:22:33.395 +03:00 [DBG] Connection id "0HNC8090TG6NG" received FIN. 2025-06-27 17:22:33.395 +03:00 [DBG] Connection id "0HNC8090TG6NG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:33.395 +03:00 [DBG] Connection id "0HNC8090TG6NG" disconnecting. 2025-06-27 17:22:33.395 +03:00 [DBG] Connection id "0HNC8090TG6NG" stopped. 2025-06-27 17:22:33.474 +03:00 [DBG] Connection id "0HNC8090TG6NH" accepted. 2025-06-27 17:22:33.475 +03:00 [DBG] Connection id "0HNC8090TG6NH" started. 2025-06-27 17:22:33.475 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955077533946705 - null null 2025-06-27 17:22:33.475 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:33.475 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:22:33.480 +03:00 [INF] Sending file. Request path: '/assets/index.js'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.js' 2025-06-27 17:22:33.480 +03:00 [DBG] Connection id "0HNC8090TG6NH" completed keep alive response. 2025-06-27 17:22:33.480 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955077533946705 - 200 1413083 text/javascript 5.3058ms 2025-06-27 17:22:33.480 +03:00 [DBG] Connection id "0HNC8090TG6NH" received FIN. 2025-06-27 17:22:33.480 +03:00 [DBG] Connection id "0HNC8090TG6NH" disconnecting. 2025-06-27 17:22:33.480 +03:00 [DBG] Connection id "0HNC8090TG6NH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:33.481 +03:00 [DBG] Connection id "0HNC8090TG6NH" stopped. 2025-06-27 17:22:33.549 +03:00 [DBG] Connection id "0HNC8090TG6NI" accepted. 2025-06-27 17:22:33.549 +03:00 [DBG] Connection id "0HNC8090TG6NI" started. 2025-06-27 17:22:33.550 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - null null 2025-06-27 17:22:33.550 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:33.555 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:22:33.558 +03:00 [INF] Sending file. Request path: '/assets/index.css'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.css' 2025-06-27 17:22:33.558 +03:00 [DBG] Connection id "0HNC8090TG6NI" completed keep alive response. 2025-06-27 17:22:33.558 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - 200 345887 text/css 8.2407ms 2025-06-27 17:22:33.561 +03:00 [DBG] Connection id "0HNC8090TG6NI" received FIN. 2025-06-27 17:22:33.561 +03:00 [DBG] Connection id "0HNC8090TG6NI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:33.561 +03:00 [DBG] Connection id "0HNC8090TG6NI" disconnecting. 2025-06-27 17:22:33.561 +03:00 [DBG] Connection id "0HNC8090TG6NI" stopped. 2025-06-27 17:22:33.872 +03:00 [DBG] Connection id "0HNC8090TG6NJ" accepted. 2025-06-27 17:22:33.872 +03:00 [DBG] Connection id "0HNC8090TG6NJ" started. 2025-06-27 17:22:33.872 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/authenticate - null 0 2025-06-27 17:22:33.872 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:33.872 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:33.872 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/authenticate' 2025-06-27 17:22:33.872 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' with route pattern 'api/Account/authenticate' is valid for the request path '/api/account/authenticate' 2025-06-27 17:22:33.872 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' 2025-06-27 17:22:33.872 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:33.872 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:33.872 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:33.872 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:33.872 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' 2025-06-27 17:22:33.872 +03:00 [INF] Route matched with {action = "Authenticate", controller = "Account"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Authenticate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:22:33.872 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:33.872 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:33.872 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:33.872 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:33.872 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:33.873 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.873 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.873 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:33.873 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:33.873 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.873 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.873 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:33.873 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:33.873 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:33.874 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.UnauthorizedResult in 0.0131ms. 2025-06-27 17:22:33.874 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Replacing Microsoft.AspNetCore.Mvc.UnauthorizedResult with status code 401 with Microsoft.AspNetCore.Mvc.ObjectResult. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ObjectResult. 2025-06-27 17:22:33.874 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:33.874 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:33.874 +03:00 [DBG] Attempting to select the first output formatter in the output formatters list which supports a content type from the explicitly specified content types '["application/problem+json","application/problem+xml","application/problem+json","application/problem+xml"]'. 2025-06-27 17:22:33.874 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/problem+json' to write the response. 2025-06-27 17:22:33.874 +03:00 [INF] Executing ObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ProblemDetails'. 2025-06-27 17:22:33.874 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ObjectResult. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.874 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:33.874 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server) in 1.9369ms 2025-06-27 17:22:33.874 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Authenticate (ConnectionApp.Server)' 2025-06-27 17:22:33.874 +03:00 [DBG] Connection id "0HNC8090TG6NJ" completed keep alive response. 2025-06-27 17:22:33.874 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/authenticate - 401 null application/problem+json; charset=utf-8 2.5076ms 2025-06-27 17:22:33.875 +03:00 [DBG] Connection id "0HNC8090TG6NJ" received FIN. 2025-06-27 17:22:33.875 +03:00 [DBG] Connection id "0HNC8090TG6NJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:33.875 +03:00 [DBG] Connection id "0HNC8090TG6NJ" disconnecting. 2025-06-27 17:22:33.875 +03:00 [DBG] Connection id "0HNC8090TG6NJ" stopped. 2025-06-27 17:22:35.585 +03:00 [DBG] Connection id "0HNC8090TG6NK" accepted. 2025-06-27 17:22:35.585 +03:00 [DBG] Connection id "0HNC8090TG6NK" started. 2025-06-27 17:22:35.585 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/login - application/json;charset=UTF-8 68 2025-06-27 17:22:35.585 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:35.585 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:35.585 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/login' 2025-06-27 17:22:35.585 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server)' with route pattern 'api/Account/login' is valid for the request path '/api/account/login' 2025-06-27 17:22:35.585 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server)' 2025-06-27 17:22:35.585 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:35.585 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:35.585 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:35.585 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:35.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server)' 2025-06-27 17:22:35.585 +03:00 [INF] Route matched with {action = "Login", controller = "Account"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(ConnectionApp.Server.Models.User.LoginViewModel) on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:22:35.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:35.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:35.586 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:35.586 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:35.586 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:35.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.586 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:35.586 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:35.586 +03:00 [DBG] Attempting to bind parameter 'model' of type 'ConnectionApp.Server.Models.User.LoginViewModel' ... 2025-06-27 17:22:35.586 +03:00 [DBG] Attempting to bind parameter 'model' of type 'ConnectionApp.Server.Models.User.LoginViewModel' using the name '' in request data ... 2025-06-27 17:22:35.586 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:22:35.586 +03:00 [DBG] Connection id "0HNC8090TG6NK", Request id "0HNC8090TG6NK:00000001": started reading request body. 2025-06-27 17:22:35.586 +03:00 [DBG] Connection id "0HNC8090TG6NK", Request id "0HNC8090TG6NK:00000001": done reading request body. 2025-06-27 17:22:35.587 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.User.LoginViewModel' 2025-06-27 17:22:35.587 +03:00 [DBG] Done attempting to bind parameter 'model' of type 'ConnectionApp.Server.Models.User.LoginViewModel'. 2025-06-27 17:22:35.587 +03:00 [DBG] Done attempting to bind parameter 'model' of type 'ConnectionApp.Server.Models.User.LoginViewModel'. 2025-06-27 17:22:35.587 +03:00 [DBG] Attempting to validate the bound parameter 'model' of type 'ConnectionApp.Server.Models.User.LoginViewModel' ... 2025-06-27 17:22:35.588 +03:00 [DBG] Done attempting to validate the bound parameter 'model' of type 'ConnectionApp.Server.Models.User.LoginViewModel'. 2025-06-27 17:22:35.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:35.588 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.User.LoginViewModel"]) 2025-06-27 17:22:35.708 +03:00 [DBG] Existing cached key ring is expired. Refreshing. 2025-06-27 17:22:35.710 +03:00 [DBG] Reading data from file '/root/.aspnet/DataProtection-Keys/key-35566d05-c57f-4de7-b593-bcde66c991c3.xml'. 2025-06-27 17:22:35.713 +03:00 [DBG] Reading data from file '/root/.aspnet/DataProtection-Keys/key-c3f346ec-1b6f-498e-8900-b8486a8dc942.xml'. 2025-06-27 17:22:35.713 +03:00 [DBG] Reading data from file '/root/.aspnet/DataProtection-Keys/key-f6a50946-7a26-4e5d-83ea-d4521e21bba4.xml'. 2025-06-27 17:22:35.714 +03:00 [DBG] Reading data from file '/root/.aspnet/DataProtection-Keys/key-63930bd1-1a47-41c4-9aaf-865bb3983534.xml'. 2025-06-27 17:22:35.715 +03:00 [DBG] Found key {35566d05-c57f-4de7-b593-bcde66c991c3}. 2025-06-27 17:22:35.715 +03:00 [DBG] Found key {c3f346ec-1b6f-498e-8900-b8486a8dc942}. 2025-06-27 17:22:35.715 +03:00 [DBG] Found key {f6a50946-7a26-4e5d-83ea-d4521e21bba4}. 2025-06-27 17:22:35.715 +03:00 [DBG] Found key {63930bd1-1a47-41c4-9aaf-865bb3983534}. 2025-06-27 17:22:35.715 +03:00 [DBG] Considering key {f6a50946-7a26-4e5d-83ea-d4521e21bba4} with expiration date 2025-08-27 12:08:15Z as default key. 2025-06-27 17:22:35.719 +03:00 [DBG] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 2025-06-27 17:22:35.721 +03:00 [DBG] Using managed symmetric algorithm 'System.Security.Cryptography.Aes'. 2025-06-27 17:22:35.721 +03:00 [DBG] Using managed keyed hash algorithm 'System.Security.Cryptography.HMACSHA256'. 2025-06-27 17:22:35.721 +03:00 [DBG] Using key {f6a50946-7a26-4e5d-83ea-d4521e21bba4} as the default key. 2025-06-27 17:22:35.722 +03:00 [VRB] Performing protect operation to key {f6a50946-7a26-4e5d-83ea-d4521e21bba4} with purposes ('/var/www/clients/client2/web11/web/', 'Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationMiddleware', 'Identity.Application', 'v2'). 2025-06-27 17:22:35.724 +03:00 [INF] AuthenticationScheme: Identity.Application signed in. 2025-06-27 17:22:35.726 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.2336ms. 2025-06-27 17:22:35.726 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:35.726 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:35.726 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:35.726 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:35.726 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:35.726 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:35.726 +03:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType0`3[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2025-06-27 17:22:35.726 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.726 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.726 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server) in 140.4819ms 2025-06-27 17:22:35.726 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Login (ConnectionApp.Server)' 2025-06-27 17:22:35.726 +03:00 [DBG] Connection id "0HNC8090TG6NK" completed keep alive response. 2025-06-27 17:22:35.726 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/login - 200 null application/json; charset=utf-8 141.0796ms 2025-06-27 17:22:35.726 +03:00 [DBG] Connection id "0HNC8090TG6NK" received FIN. 2025-06-27 17:22:35.726 +03:00 [DBG] Connection id "0HNC8090TG6NK" disconnecting. 2025-06-27 17:22:35.726 +03:00 [DBG] Connection id "0HNC8090TG6NK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:35.728 +03:00 [DBG] Connection id "0HNC8090TG6NK" stopped. 2025-06-27 17:22:35.829 +03:00 [DBG] Connection id "0HNC8090TG6NL" accepted. 2025-06-27 17:22:35.829 +03:00 [DBG] Connection id "0HNC8090TG6NL" started. 2025-06-27 17:22:35.829 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/Projects - null null 2025-06-27 17:22:35.829 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:35.829 +03:00 [DBG] The request path /api/Projects does not match a supported file type 2025-06-27 17:22:35.830 +03:00 [DBG] 1 candidate(s) found for the request path '/api/Projects' 2025-06-27 17:22:35.830 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server)' with route pattern 'api/projects' is valid for the request path '/api/Projects' 2025-06-27 17:22:35.830 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server)' 2025-06-27 17:22:35.830 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:35.830 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:35.830 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server)' 2025-06-27 17:22:35.830 +03:00 [INF] Route matched with {action = "GetProjects", controller = "Projects"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.ProjectInfo]]] GetProjects() on controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server). 2025-06-27 17:22:35.830 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:35.830 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:35.830 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:35.830 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:35.830 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:35.830 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.830 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.830 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server) 2025-06-27 17:22:35.830 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server) 2025-06-27 17:22:35.830 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.830 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.830 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.830 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.830 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:35.832 +03:00 [INF] Getting all projects 2025-06-27 17:22:35.841 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 10.2179ms. 2025-06-27 17:22:35.841 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.841 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:35.841 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:35.841 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:35.841 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:35.841 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:35.841 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:35.841 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.ProjectInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:22:35.845 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:35.845 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.845 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:35.845 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.845 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.845 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.845 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:35.845 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server) in 14.9941ms 2025-06-27 17:22:35.845 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.GetProjects (ConnectionApp.Server)' 2025-06-27 17:22:35.845 +03:00 [DBG] Connection id "0HNC8090TG6NL" completed keep alive response. 2025-06-27 17:22:35.845 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/Projects - 200 null application/json; charset=utf-8 15.9145ms 2025-06-27 17:22:35.849 +03:00 [DBG] Connection id "0HNC8090TG6NL" received FIN. 2025-06-27 17:22:35.849 +03:00 [DBG] Connection id "0HNC8090TG6NL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:35.849 +03:00 [DBG] Connection id "0HNC8090TG6NL" disconnecting. 2025-06-27 17:22:35.849 +03:00 [DBG] Connection id "0HNC8090TG6NL" stopped. 2025-06-27 17:22:40.775 +03:00 [DBG] Connection id "0HNC8090TG6NM" accepted. 2025-06-27 17:22:40.775 +03:00 [DBG] Connection id "0HNC8090TG6NM" started. 2025-06-27 17:22:40.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:22:40.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:40.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:40.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:22:40.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:22:40.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:40.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:40.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:40.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:40.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:40.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:40.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:22:40.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:40.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:40.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:40.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:40.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:40.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:40.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:40.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:40.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1162ms. 2025-06-27 17:22:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:40.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:22:40.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:40.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6213ms 2025-06-27 17:22:40.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:40.776 +03:00 [DBG] Connection id "0HNC8090TG6NM" completed keep alive response. 2025-06-27 17:22:40.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1616ms 2025-06-27 17:22:40.776 +03:00 [DBG] Connection id "0HNC8090TG6NM" received FIN. 2025-06-27 17:22:40.776 +03:00 [DBG] Connection id "0HNC8090TG6NM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:40.776 +03:00 [DBG] Connection id "0HNC8090TG6NM" disconnecting. 2025-06-27 17:22:40.776 +03:00 [DBG] Connection id "0HNC8090TG6NM" stopped. 2025-06-27 17:22:45.769 +03:00 [DBG] Connection id "0HNC8090TG6NN" accepted. 2025-06-27 17:22:45.769 +03:00 [DBG] Connection id "0HNC8090TG6NN" started. 2025-06-27 17:22:45.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:22:45.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:45.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:45.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:22:45.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:22:45.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:45.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:45.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:45.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:45.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:45.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:45.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:22:45.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:45.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:45.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:45.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:45.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:45.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:45.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:45.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1303ms. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:45.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:45.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:22:45.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:45.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7756ms 2025-06-27 17:22:45.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:45.771 +03:00 [DBG] Connection id "0HNC8090TG6NN" completed keep alive response. 2025-06-27 17:22:45.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4169ms 2025-06-27 17:22:45.771 +03:00 [DBG] Connection id "0HNC8090TG6NN" received FIN. 2025-06-27 17:22:45.771 +03:00 [DBG] Connection id "0HNC8090TG6NN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:45.771 +03:00 [DBG] Connection id "0HNC8090TG6NN" disconnecting. 2025-06-27 17:22:45.772 +03:00 [DBG] Connection id "0HNC8090TG6NN" stopped. 2025-06-27 17:22:46.453 +03:00 [DBG] Connection id "0HNC8090TG6NO" accepted. 2025-06-27 17:22:46.453 +03:00 [DBG] Connection id "0HNC8090TG6NO" started. 2025-06-27 17:22:46.453 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/Projects - application/json;charset=UTF-8 211 2025-06-27 17:22:46.453 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:46.453 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:46.453 +03:00 [DBG] 1 candidate(s) found for the request path '/api/Projects' 2025-06-27 17:22:46.453 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server)' with route pattern 'api/projects' is valid for the request path '/api/Projects' 2025-06-27 17:22:46.453 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server)' 2025-06-27 17:22:46.453 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:46.453 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:46.453 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:46.453 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:46.453 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server)' 2025-06-27 17:22:46.453 +03:00 [INF] Route matched with {action = "PostProject", controller = "Projects"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[ConnectionApp.Server.Models.Tables.ProjectInfo]] PostProject(ConnectionApp.Server.Models.Tables.ProjectInfo) on controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server). 2025-06-27 17:22:46.453 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:46.453 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:46.453 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:46.453 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:46.454 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:46.454 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.454 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.454 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server) 2025-06-27 17:22:46.454 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server) 2025-06-27 17:22:46.454 +03:00 [DBG] Attempting to bind parameter 'project' of type 'ConnectionApp.Server.Models.Tables.ProjectInfo' ... 2025-06-27 17:22:46.454 +03:00 [DBG] Attempting to bind parameter 'project' of type 'ConnectionApp.Server.Models.Tables.ProjectInfo' using the name '' in request data ... 2025-06-27 17:22:46.454 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:22:46.454 +03:00 [DBG] Connection id "0HNC8090TG6NO", Request id "0HNC8090TG6NO:00000001": started reading request body. 2025-06-27 17:22:46.454 +03:00 [DBG] Connection id "0HNC8090TG6NO", Request id "0HNC8090TG6NO:00000001": done reading request body. 2025-06-27 17:22:46.454 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.ProjectInfo' 2025-06-27 17:22:46.454 +03:00 [DBG] Done attempting to bind parameter 'project' of type 'ConnectionApp.Server.Models.Tables.ProjectInfo'. 2025-06-27 17:22:46.454 +03:00 [DBG] Done attempting to bind parameter 'project' of type 'ConnectionApp.Server.Models.Tables.ProjectInfo'. 2025-06-27 17:22:46.454 +03:00 [DBG] Attempting to validate the bound parameter 'project' of type 'ConnectionApp.Server.Models.Tables.ProjectInfo' ... 2025-06-27 17:22:46.454 +03:00 [DBG] Done attempting to validate the bound parameter 'project' of type 'ConnectionApp.Server.Models.Tables.ProjectInfo'. 2025-06-27 17:22:46.454 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.454 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.454 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.454 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.454 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:46.454 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.ProjectInfo"]) 2025-06-27 17:22:46.454 +03:00 [INF] Creating new project 2025-06-27 17:22:46.459 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.CreatedAtActionResult in 4.6109ms. 2025-06-27 17:22:46.459 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.459 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.CreatedAtActionResult. 2025-06-27 17:22:46.459 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:46.459 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:46.459 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:46.459 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:46.459 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:46.459 +03:00 [INF] Executing CreatedAtActionResult, writing value of type 'ConnectionApp.Server.Models.Tables.ProjectInfo'. 2025-06-27 17:22:46.459 +03:00 [DBG] Found the endpoints ["ConnectionApp.Server.Controllers.Api.ProjectsController.GetProject (ConnectionApp.Server)"] for address (id=[6957974a-8207-4d87-8c14-0d737f938aa0],action=[GetProject],controller=[Projects]) 2025-06-27 17:22:46.459 +03:00 [DBG] Successfully processed template api/projects/{id} for ConnectionApp.Server.Controllers.Api.ProjectsController.GetProject (ConnectionApp.Server) resulting in /api/projects/6957974a-8207-4d87-8c14-0d737f938aa0 and 2025-06-27 17:22:46.459 +03:00 [DBG] Link generation succeeded for endpoints ["ConnectionApp.Server.Controllers.Api.ProjectsController.GetProject (ConnectionApp.Server)"] with result /api/projects/6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:22:46.460 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.CreatedAtActionResult. 2025-06-27 17:22:46.460 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.460 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.460 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.460 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.460 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.460 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.460 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server) in 6.1357ms 2025-06-27 17:22:46.460 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.PostProject (ConnectionApp.Server)' 2025-06-27 17:22:46.460 +03:00 [DBG] Connection id "0HNC8090TG6NO" completed keep alive response. 2025-06-27 17:22:46.460 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/Projects - 201 null application/json; charset=utf-8 6.8319ms 2025-06-27 17:22:46.460 +03:00 [DBG] Connection id "0HNC8090TG6NO" received FIN. 2025-06-27 17:22:46.460 +03:00 [DBG] Connection id "0HNC8090TG6NO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:46.460 +03:00 [DBG] Connection id "0HNC8090TG6NO" disconnecting. 2025-06-27 17:22:46.460 +03:00 [DBG] Connection id "0HNC8090TG6NO" stopped. 2025-06-27 17:22:46.519 +03:00 [DBG] Connection id "0HNC8090TG6NP" accepted. 2025-06-27 17:22:46.519 +03:00 [DBG] Connection id "0HNC8090TG6NP" started. 2025-06-27 17:22:46.519 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:22:46.519 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:46.519 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:22:46.519 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.519 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.519 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:22:46.519 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:46.519 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:46.519 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:22:46.519 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:22:46.519 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:46.519 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:46.519 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:46.519 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:46.519 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:46.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.520 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:22:46.520 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:22:46.520 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.520 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:22:46.520 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.520 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.520 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.520 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.520 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:46.520 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:22:46.520 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:22:46.523 +03:00 [DBG] Connection id "0HNC8090TG6NQ" accepted. 2025-06-27 17:22:46.523 +03:00 [DBG] Connection id "0HNC8090TG6NQ" started. 2025-06-27 17:22:46.523 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:22:46.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:46.523 +03:00 [DBG] The request path /api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:22:46.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' with route pattern 'api/AnalyticalElements/project/{id}' is valid for the request path '/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' 2025-06-27 17:22:46.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:46.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:46.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' 2025-06-27 17:22:46.523 +03:00 [INF] Route matched with {action = "GetAnalyticalElementsByProject", controller = "AnalyticalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.AnalyticalElementInfo]]] GetAnalyticalElementsByProject(System.String) on controller ConnectionApp.Server.Controllers.Api.AnalyticalElementsController (ConnectionApp.Server). 2025-06-27 17:22:46.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:46.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:46.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:46.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:46.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:46.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AnalyticalElementsController (ConnectionApp.Server) 2025-06-27 17:22:46.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AnalyticalElementsController (ConnectionApp.Server) 2025-06-27 17:22:46.524 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.524 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:22:46.524 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.524 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.524 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.524 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:46.524 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:22:46.524 +03:00 [INF] Getting analytical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:22:46.534 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 13.5413ms. 2025-06-27 17:22:46.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.534 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:46.534 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:46.534 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:46.534 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:46.534 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:46.534 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:22:46.534 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.534 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 14.5119ms 2025-06-27 17:22:46.534 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:22:46.534 +03:00 [DBG] Connection id "0HNC8090TG6NP" completed keep alive response. 2025-06-27 17:22:46.534 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 15.152ms 2025-06-27 17:22:46.534 +03:00 [DBG] Connection id "0HNC8090TG6NP" received FIN. 2025-06-27 17:22:46.534 +03:00 [DBG] Connection id "0HNC8090TG6NP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:46.534 +03:00 [DBG] Connection id "0HNC8090TG6NP" disconnecting. 2025-06-27 17:22:46.534 +03:00 [DBG] Connection id "0HNC8090TG6NP" stopped. 2025-06-27 17:22:46.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 46.8683ms. 2025-06-27 17:22:46.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.571 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:46.571 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:46.571 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:46.571 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:46.571 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:46.571 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.AnalyticalElementInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:22:46.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server) in 47.7897ms 2025-06-27 17:22:46.571 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' 2025-06-27 17:22:46.571 +03:00 [DBG] Connection id "0HNC8090TG6NQ" completed keep alive response. 2025-06-27 17:22:46.571 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 48.4427ms 2025-06-27 17:22:46.572 +03:00 [DBG] Connection id "0HNC8090TG6NQ" received FIN. 2025-06-27 17:22:46.572 +03:00 [DBG] Connection id "0HNC8090TG6NQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:46.572 +03:00 [DBG] Connection id "0HNC8090TG6NQ" disconnecting. 2025-06-27 17:22:46.572 +03:00 [DBG] Connection id "0HNC8090TG6NQ" stopped. 2025-06-27 17:22:46.579 +03:00 [DBG] Connection id "0HNC8090TG6NR" accepted. 2025-06-27 17:22:46.579 +03:00 [DBG] Connection id "0HNC8090TG6NR" started. 2025-06-27 17:22:46.579 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:22:46.579 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:46.579 +03:00 [DBG] The request path /api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:22:46.579 +03:00 [DBG] 1 candidate(s) found for the request path '/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.579 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' with route pattern 'api/Geometries/project/{id}' is valid for the request path '/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.579 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' 2025-06-27 17:22:46.579 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:46.579 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:46.579 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' 2025-06-27 17:22:46.579 +03:00 [INF] Route matched with {action = "GetGeometriesByProject", controller = "Geometries"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.GeometryInfo]]] GetGeometriesByProject(System.String) on controller ConnectionApp.Server.Controllers.Api.GeometriesController (ConnectionApp.Server). 2025-06-27 17:22:46.579 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:46.579 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:46.579 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:46.579 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:46.579 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:46.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.579 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.GeometriesController (ConnectionApp.Server) 2025-06-27 17:22:46.579 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.GeometriesController (ConnectionApp.Server) 2025-06-27 17:22:46.579 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.579 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:22:46.579 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.579 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.579 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.579 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.579 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:46.580 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:22:46.580 +03:00 [INF] Getting geometries of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:22:46.588 +03:00 [DBG] Connection id "0HNC8090TG6NS" accepted. 2025-06-27 17:22:46.589 +03:00 [DBG] Connection id "0HNC8090TG6NS" started. 2025-06-27 17:22:46.589 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:22:46.589 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:46.589 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:22:46.589 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.589 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:22:46.589 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:22:46.589 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:46.589 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:46.589 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:22:46.589 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:22:46.589 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:46.589 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:46.589 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:46.589 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:46.589 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:46.589 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.589 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.589 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:22:46.589 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:22:46.589 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.589 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:22:46.589 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.589 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.589 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:22:46.589 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:22:46.589 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.590 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.590 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.590 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:46.590 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:22:46.590 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:22:46.591 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.3452ms. 2025-06-27 17:22:46.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.591 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.591 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:46.591 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:46.591 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:46.591 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:46.591 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:46.591 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:22:46.591 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.592 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4942ms 2025-06-27 17:22:46.592 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:22:46.592 +03:00 [DBG] Connection id "0HNC8090TG6NS" completed keep alive response. 2025-06-27 17:22:46.592 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.0806ms 2025-06-27 17:22:46.592 +03:00 [DBG] Connection id "0HNC8090TG6NS" received FIN. 2025-06-27 17:22:46.592 +03:00 [DBG] Connection id "0HNC8090TG6NS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:46.592 +03:00 [DBG] Connection id "0HNC8090TG6NS" disconnecting. 2025-06-27 17:22:46.592 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 12.422ms. 2025-06-27 17:22:46.592 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:46.592 +03:00 [DBG] Connection id "0HNC8090TG6NS" stopped. 2025-06-27 17:22:46.592 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.592 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.592 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:22:46.592 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:22:46.592 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:22:46.592 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:22:46.592 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:22:46.592 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.GeometryInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:22:46.592 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:22:46.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.593 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:46.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.593 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.593 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.593 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:46.593 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server) in 13.5168ms 2025-06-27 17:22:46.593 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' 2025-06-27 17:22:46.593 +03:00 [DBG] Connection id "0HNC8090TG6NR" completed keep alive response. 2025-06-27 17:22:46.593 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 14.0428ms 2025-06-27 17:22:46.593 +03:00 [DBG] Connection id "0HNC8090TG6NR" received FIN. 2025-06-27 17:22:46.593 +03:00 [DBG] Connection id "0HNC8090TG6NR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:46.593 +03:00 [DBG] Connection id "0HNC8090TG6NR" disconnecting. 2025-06-27 17:22:46.593 +03:00 [DBG] Connection id "0HNC8090TG6NR" stopped. 2025-06-27 17:22:46.748 +03:00 [DBG] Connection id "0HNC8090TG6NT" accepted. 2025-06-27 17:22:46.748 +03:00 [DBG] Connection id "0HNC8090TG6NT" started. 2025-06-27 17:22:46.749 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 - null null 2025-06-27 17:22:46.749 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:46.749 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:22:46.750 +03:00 [INF] The file /assets/bootstrap-icons.woff2 was not modified 2025-06-27 17:22:46.750 +03:00 [DBG] Handled. Status code: 304 File: /assets/bootstrap-icons.woff2 2025-06-27 17:22:46.750 +03:00 [DBG] Connection id "0HNC8090TG6NT" completed keep alive response. 2025-06-27 17:22:46.750 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 - 304 null font/woff2 1.7646ms 2025-06-27 17:22:46.751 +03:00 [DBG] Connection id "0HNC8090TG6NT" received FIN. 2025-06-27 17:22:46.751 +03:00 [DBG] Connection id "0HNC8090TG6NT" disconnecting. 2025-06-27 17:22:46.751 +03:00 [DBG] Connection id "0HNC8090TG6NT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:46.752 +03:00 [DBG] Connection id "0HNC8090TG6NT" stopped. 2025-06-27 17:22:50.763 +03:00 [DBG] Connection id "0HNC8090TG6NU" accepted. 2025-06-27 17:22:50.763 +03:00 [DBG] Connection id "0HNC8090TG6NU" started. 2025-06-27 17:22:50.763 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:22:50.763 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:50.763 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:50.763 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:22:50.763 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:22:50.763 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:50.763 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:50.763 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:50.763 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:50.763 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:50.763 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:50.763 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:22:50.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:50.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:50.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:50.764 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:50.764 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:50.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:50.764 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:50.764 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:50.764 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.111ms. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:50.764 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:22:50.764 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:50.764 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6592ms 2025-06-27 17:22:50.764 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:50.764 +03:00 [DBG] Connection id "0HNC8090TG6NU" completed keep alive response. 2025-06-27 17:22:50.764 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2388ms 2025-06-27 17:22:50.765 +03:00 [DBG] Connection id "0HNC8090TG6NU" received FIN. 2025-06-27 17:22:50.765 +03:00 [DBG] Connection id "0HNC8090TG6NU" disconnecting. 2025-06-27 17:22:50.765 +03:00 [DBG] Connection id "0HNC8090TG6NU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:50.766 +03:00 [DBG] Connection id "0HNC8090TG6NU" stopped. 2025-06-27 17:22:55.763 +03:00 [DBG] Connection id "0HNC8090TG6NV" accepted. 2025-06-27 17:22:55.763 +03:00 [DBG] Connection id "0HNC8090TG6NV" started. 2025-06-27 17:22:55.764 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:22:55.764 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:22:55.764 +03:00 [DBG] POST requests are not supported 2025-06-27 17:22:55.764 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:22:55.764 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:22:55.764 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:55.764 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:22:55.764 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:22:55.764 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:22:55.764 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:22:55.764 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:55.764 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:22:55.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:22:55.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:22:55.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:22:55.764 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:22:55.764 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:22:55.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.764 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:55.764 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:22:55.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:55.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:55.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:55.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:55.764 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:22:55.764 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1242ms. 2025-06-27 17:22:55.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:55.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:55.765 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:22:55.765 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:22:55.765 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.736ms 2025-06-27 17:22:55.765 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:22:55.765 +03:00 [DBG] Connection id "0HNC8090TG6NV" completed keep alive response. 2025-06-27 17:22:55.765 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.331ms 2025-06-27 17:22:55.765 +03:00 [DBG] Connection id "0HNC8090TG6NV" received FIN. 2025-06-27 17:22:55.765 +03:00 [DBG] Connection id "0HNC8090TG6NV" disconnecting. 2025-06-27 17:22:55.766 +03:00 [DBG] Connection id "0HNC8090TG6NV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:22:55.767 +03:00 [DBG] Connection id "0HNC8090TG6NV" stopped. 2025-06-27 17:23:00.769 +03:00 [DBG] Connection id "0HNC8090TG6O0" accepted. 2025-06-27 17:23:00.769 +03:00 [DBG] Connection id "0HNC8090TG6O0" started. 2025-06-27 17:23:00.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:00.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:00.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:00.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:00.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:00.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:00.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:00.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:00.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:00.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:00.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:00.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:00.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:00.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:00.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:00.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:00.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:00.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:00.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:00.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1444ms. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:00.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:00.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:00.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7407ms 2025-06-27 17:23:00.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:00.771 +03:00 [DBG] Connection id "0HNC8090TG6O0" completed keep alive response. 2025-06-27 17:23:00.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5642ms 2025-06-27 17:23:00.771 +03:00 [DBG] Connection id "0HNC8090TG6O0" received FIN. 2025-06-27 17:23:00.771 +03:00 [DBG] Connection id "0HNC8090TG6O0" disconnecting. 2025-06-27 17:23:00.771 +03:00 [DBG] Connection id "0HNC8090TG6O0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:00.772 +03:00 [DBG] Connection id "0HNC8090TG6O0" stopped. 2025-06-27 17:23:05.767 +03:00 [DBG] Connection id "0HNC8090TG6O1" accepted. 2025-06-27 17:23:05.767 +03:00 [DBG] Connection id "0HNC8090TG6O1" started. 2025-06-27 17:23:05.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:05.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:05.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:05.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:05.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:05.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:05.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:05.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:05.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:05.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:05.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:05.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:05.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:05.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:05.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:05.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:05.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:05.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:05.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:05.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:05.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:05.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:05.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2134ms. 2025-06-27 17:23:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:05.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:05.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:05.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3389ms 2025-06-27 17:23:05.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:05.769 +03:00 [DBG] Connection id "0HNC8090TG6O1" completed keep alive response. 2025-06-27 17:23:05.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1138ms 2025-06-27 17:23:05.770 +03:00 [DBG] Connection id "0HNC8090TG6O1" received FIN. 2025-06-27 17:23:05.770 +03:00 [DBG] Connection id "0HNC8090TG6O1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:05.770 +03:00 [DBG] Connection id "0HNC8090TG6O1" disconnecting. 2025-06-27 17:23:05.770 +03:00 [DBG] Connection id "0HNC8090TG6O1" stopped. 2025-06-27 17:23:10.769 +03:00 [DBG] Connection id "0HNC8090TG6O2" accepted. 2025-06-27 17:23:10.769 +03:00 [DBG] Connection id "0HNC8090TG6O2" started. 2025-06-27 17:23:10.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:10.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:10.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:10.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:10.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:10.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:10.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:10.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:10.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:10.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:10.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:10.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:10.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:10.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:10.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:10.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:10.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:10.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:10.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:10.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:10.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1403ms. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:10.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:10.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:10.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2118ms 2025-06-27 17:23:10.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:10.771 +03:00 [DBG] Connection id "0HNC8090TG6O2" completed keep alive response. 2025-06-27 17:23:10.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1371ms 2025-06-27 17:23:10.771 +03:00 [DBG] Connection id "0HNC8090TG6O2" received FIN. 2025-06-27 17:23:10.771 +03:00 [DBG] Connection id "0HNC8090TG6O2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:10.772 +03:00 [DBG] Connection id "0HNC8090TG6O2" disconnecting. 2025-06-27 17:23:10.772 +03:00 [DBG] Connection id "0HNC8090TG6O2" stopped. 2025-06-27 17:23:15.767 +03:00 [DBG] Connection id "0HNC8090TG6O3" accepted. 2025-06-27 17:23:15.767 +03:00 [DBG] Connection id "0HNC8090TG6O3" started. 2025-06-27 17:23:15.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:15.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:15.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:15.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:15.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:15.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:15.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:15.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:15.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:15.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:15.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:15.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:15.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:15.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:15.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:15.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:15.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:15.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:15.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:15.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:15.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:15.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:15.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1358ms. 2025-06-27 17:23:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:15.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:15.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:15.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8614ms 2025-06-27 17:23:15.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:15.769 +03:00 [DBG] Connection id "0HNC8090TG6O3" completed keep alive response. 2025-06-27 17:23:15.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5648ms 2025-06-27 17:23:15.769 +03:00 [DBG] Connection id "0HNC8090TG6O3" received FIN. 2025-06-27 17:23:15.769 +03:00 [DBG] Connection id "0HNC8090TG6O3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:15.769 +03:00 [DBG] Connection id "0HNC8090TG6O3" disconnecting. 2025-06-27 17:23:15.769 +03:00 [DBG] Connection id "0HNC8090TG6O3" stopped. 2025-06-27 17:23:20.765 +03:00 [DBG] Connection id "0HNC8090TG6O4" accepted. 2025-06-27 17:23:20.765 +03:00 [DBG] Connection id "0HNC8090TG6O4" started. 2025-06-27 17:23:20.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:20.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:20.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:20.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:20.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:20.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:20.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:20.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:20.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:20.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:20.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:20.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:20.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:20.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:20.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:20.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:20.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:20.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:20.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:20.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:20.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1193ms. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:20.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:20.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:20.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6551ms 2025-06-27 17:23:20.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:20.766 +03:00 [DBG] Connection id "0HNC8090TG6O4" completed keep alive response. 2025-06-27 17:23:20.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2961ms 2025-06-27 17:23:20.767 +03:00 [DBG] Connection id "0HNC8090TG6O4" received FIN. 2025-06-27 17:23:20.767 +03:00 [DBG] Connection id "0HNC8090TG6O4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:20.767 +03:00 [DBG] Connection id "0HNC8090TG6O4" disconnecting. 2025-06-27 17:23:20.767 +03:00 [DBG] Connection id "0HNC8090TG6O4" stopped. 2025-06-27 17:23:25.108 +03:00 [DBG] Connection id "0HNC8090TG6O5" paused. 2025-06-27 17:23:25.108 +03:00 [DBG] Connection id "0HNC8090TG6O5" accepted. 2025-06-27 17:23:25.108 +03:00 [DBG] Connection id "0HNC8090TG6O5" started. 2025-06-27 17:23:25.108 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/Projects/upload - multipart/form-data; boundary=----WebKitFormBoundary3LnlwGJhog1eWxf5 4749460 2025-06-27 17:23:25.108 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:25.108 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:25.108 +03:00 [DBG] 1 candidate(s) found for the request path '/api/Projects/upload' 2025-06-27 17:23:25.108 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server)' with route pattern 'api/projects/upload' is valid for the request path '/api/Projects/upload' 2025-06-27 17:23:25.108 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server)' 2025-06-27 17:23:25.108 +03:00 [DBG] The maximum request body size has been set to 524288000. 2025-06-27 17:23:25.109 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:25.109 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:25.109 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:25.109 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server)' 2025-06-27 17:23:25.109 +03:00 [INF] Route matched with {action = "UploadFiles", controller = "Projects"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UploadFiles(System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile], System.String, ConnectionApp.Server.Models.Data.SoftwareType, System.String) on controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server). 2025-06-27 17:23:25.109 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.RequestSizeLimitFilter"] 2025-06-27 17:23:25.109 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:25.109 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:25.109 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:25.109 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:25.109 +03:00 [VRB] Authorization Filter: Before executing OnAuthorization on filter Microsoft.AspNetCore.Mvc.Filters.RequestSizeLimitFilter. 2025-06-27 17:23:25.109 +03:00 [DBG] The maximum request body size has been set to 524288000. 2025-06-27 17:23:25.109 +03:00 [VRB] Authorization Filter: After executing OnAuthorization on filter Microsoft.AspNetCore.Mvc.Filters.RequestSizeLimitFilter. 2025-06-27 17:23:25.109 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.109 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.109 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server) 2025-06-27 17:23:25.109 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.ProjectsController (ConnectionApp.Server) 2025-06-27 17:23:25.109 +03:00 [DBG] Connection id "0HNC8090TG6O5", Request id "0HNC8090TG6O5:00000001": started reading request body. 2025-06-27 17:23:25.111 +03:00 [DBG] Connection id "0HNC8090TG6O5" resumed. 2025-06-27 17:23:25.112 +03:00 [DBG] Connection id "0HNC8090TG6O5" paused. 2025-06-27 17:23:25.114 +03:00 [DBG] Connection id "0HNC8090TG6O5" resumed. 2025-06-27 17:23:25.114 +03:00 [DBG] Connection id "0HNC8090TG6O5" paused. 2025-06-27 17:23:25.116 +03:00 [DBG] Connection id "0HNC8090TG6O5" resumed. 2025-06-27 17:23:25.117 +03:00 [DBG] Connection id "0HNC8090TG6O5" paused. 2025-06-27 17:23:25.119 +03:00 [DBG] Connection id "0HNC8090TG6O5" resumed. 2025-06-27 17:23:25.119 +03:00 [DBG] Connection id "0HNC8090TG6O5" paused. 2025-06-27 17:23:25.121 +03:00 [DBG] Connection id "0HNC8090TG6O5" resumed. 2025-06-27 17:23:25.121 +03:00 [DBG] Connection id "0HNC8090TG6O5" paused. 2025-06-27 17:23:25.123 +03:00 [DBG] Connection id "0HNC8090TG6O5" resumed. 2025-06-27 17:23:25.124 +03:00 [DBG] Connection id "0HNC8090TG6O5", Request id "0HNC8090TG6O5:00000001": done reading request body. 2025-06-27 17:23:25.127 +03:00 [DBG] Attempting to bind parameter 'files' of type 'System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'files' of type 'System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]' using the name '' in request data ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'files' of type 'System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]'. 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'files' of type 'System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to validate the bound parameter 'files' of type 'System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to validate the bound parameter 'files' of type 'System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'software' of type 'ConnectionApp.Server.Models.Data.SoftwareType' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'software' of type 'ConnectionApp.Server.Models.Data.SoftwareType' using the name 'software' in request data ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'software' of type 'ConnectionApp.Server.Models.Data.SoftwareType'. 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'software' of type 'ConnectionApp.Server.Models.Data.SoftwareType'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to validate the bound parameter 'software' of type 'ConnectionApp.Server.Models.Data.SoftwareType' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to validate the bound parameter 'software' of type 'ConnectionApp.Server.Models.Data.SoftwareType'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'loadCaseRangesJson' of type 'System.String' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to bind parameter 'loadCaseRangesJson' of type 'System.String' using the name 'loadCaseRangesJson' in request data ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'loadCaseRangesJson' of type 'System.String'. 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to bind parameter 'loadCaseRangesJson' of type 'System.String'. 2025-06-27 17:23:25.128 +03:00 [DBG] Attempting to validate the bound parameter 'loadCaseRangesJson' of type 'System.String' ... 2025-06-27 17:23:25.128 +03:00 [DBG] Done attempting to validate the bound parameter 'loadCaseRangesJson' of type 'System.String'. 2025-06-27 17:23:25.128 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:25.128 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:25.128 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:25.128 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:25.128 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:25.128 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server) with arguments (["System.Collections.Generic.List`1[Microsoft.AspNetCore.Http.IFormFile]","6957974a-8207-4d87-8c14-0d737f938aa0","Lira","[]"]) 2025-06-27 17:23:25.764 +03:00 [DBG] Connection id "0HNC8090TG6O6" accepted. 2025-06-27 17:23:25.764 +03:00 [DBG] Connection id "0HNC8090TG6O6" started. 2025-06-27 17:23:25.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:25.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:25.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:25.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:25.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:25.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:25.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:25.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:25.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:25.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:25.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:25.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:25.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:25.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:25.765 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:25.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:25.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:25.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.765 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:25.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:25.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:25.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1964ms. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:25.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:25.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:25.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2306ms 2025-06-27 17:23:25.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:25.767 +03:00 [DBG] Connection id "0HNC8090TG6O6" completed keep alive response. 2025-06-27 17:23:25.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2889ms 2025-06-27 17:23:25.767 +03:00 [DBG] Connection id "0HNC8090TG6O6" received FIN. 2025-06-27 17:23:25.767 +03:00 [DBG] Connection id "0HNC8090TG6O6" disconnecting. 2025-06-27 17:23:25.767 +03:00 [DBG] Connection id "0HNC8090TG6O6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:25.768 +03:00 [DBG] Connection id "0HNC8090TG6O6" stopped. 2025-06-27 17:23:30.763 +03:00 [DBG] Connection id "0HNC8090TG6O7" accepted. 2025-06-27 17:23:30.763 +03:00 [DBG] Connection id "0HNC8090TG6O7" started. 2025-06-27 17:23:30.763 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:30.763 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:30.764 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:30.764 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:30.764 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:30.764 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:30.764 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:30.764 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:30.764 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:30.764 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:30.764 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:30.764 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:30.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:30.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:30.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:30.764 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:30.764 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:30.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.764 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:30.764 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:30.764 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:30.764 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1169ms. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:30.764 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:30.764 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:30.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:30.765 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7905ms 2025-06-27 17:23:30.765 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:30.765 +03:00 [DBG] Connection id "0HNC8090TG6O7" completed keep alive response. 2025-06-27 17:23:30.765 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2815ms 2025-06-27 17:23:30.765 +03:00 [DBG] Connection id "0HNC8090TG6O7" received FIN. 2025-06-27 17:23:30.765 +03:00 [DBG] Connection id "0HNC8090TG6O7" disconnecting. 2025-06-27 17:23:30.765 +03:00 [DBG] Connection id "0HNC8090TG6O7" stopped. 2025-06-27 17:23:30.765 +03:00 [DBG] Connection id "0HNC8090TG6O7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:31.251 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 6122.1942ms. 2025-06-27 17:23:31.251 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:31.251 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:31.251 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.251 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.251 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server) in 6142.3506ms 2025-06-27 17:23:31.251 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.ProjectsController.UploadFiles (ConnectionApp.Server)' 2025-06-27 17:23:31.251 +03:00 [DBG] Connection id "0HNC8090TG6O5" completed keep alive response. 2025-06-27 17:23:31.252 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/Projects/upload - 200 0 null 6143.7457ms 2025-06-27 17:23:31.252 +03:00 [DBG] Connection id "0HNC8090TG6O5" received FIN. 2025-06-27 17:23:31.252 +03:00 [DBG] Connection id "0HNC8090TG6O5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:31.252 +03:00 [DBG] Connection id "0HNC8090TG6O5" disconnecting. 2025-06-27 17:23:31.252 +03:00 [DBG] Connection id "0HNC8090TG6O5" stopped. 2025-06-27 17:23:31.289 +03:00 [DBG] Connection id "0HNC8090TG6O8" accepted. 2025-06-27 17:23:31.289 +03:00 [DBG] Connection id "0HNC8090TG6O8" started. 2025-06-27 17:23:31.289 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:23:31.289 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:31.289 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:23:31.289 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.289 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.289 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:23:31.289 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:31.289 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:31.289 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:23:31.289 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:23:31.289 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:31.289 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:31.290 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:31.290 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:31.290 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:31.290 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.290 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.290 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:23:31.290 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:23:31.290 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.290 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:23:31.290 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.290 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.290 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.290 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.290 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.290 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.290 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.290 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.290 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:31.290 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:23:31.290 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:23:31.292 +03:00 [DBG] Connection id "0HNC8090TG6O9" accepted. 2025-06-27 17:23:31.293 +03:00 [DBG] Connection id "0HNC8090TG6O9" started. 2025-06-27 17:23:31.293 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:23:31.293 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:31.293 +03:00 [DBG] The request path /api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:23:31.293 +03:00 [DBG] 1 candidate(s) found for the request path '/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.293 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' with route pattern 'api/AnalyticalElements/project/{id}' is valid for the request path '/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.293 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' 2025-06-27 17:23:31.293 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:31.293 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:31.293 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' 2025-06-27 17:23:31.293 +03:00 [INF] Route matched with {action = "GetAnalyticalElementsByProject", controller = "AnalyticalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.AnalyticalElementInfo]]] GetAnalyticalElementsByProject(System.String) on controller ConnectionApp.Server.Controllers.Api.AnalyticalElementsController (ConnectionApp.Server). 2025-06-27 17:23:31.293 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:31.293 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:31.293 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:31.293 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:31.293 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:31.293 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.293 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.293 +03:00 [DBG] Connection id "0HNC8090TG6OA" accepted. 2025-06-27 17:23:31.293 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AnalyticalElementsController (ConnectionApp.Server) 2025-06-27 17:23:31.293 +03:00 [DBG] Connection id "0HNC8090TG6OA" started. 2025-06-27 17:23:31.293 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AnalyticalElementsController (ConnectionApp.Server) 2025-06-27 17:23:31.294 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.294 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:23:31.294 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:23:31.294 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:31.294 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.294 +03:00 [DBG] The request path /api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:23:31.294 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.294 +03:00 [DBG] 1 candidate(s) found for the request path '/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.294 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.294 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' with route pattern 'api/Geometries/project/{id}' is valid for the request path '/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.294 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.294 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' 2025-06-27 17:23:31.294 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.294 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:31.294 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.294 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:31.294 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.294 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' 2025-06-27 17:23:31.294 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.294 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:31.294 +03:00 [INF] Route matched with {action = "GetGeometriesByProject", controller = "Geometries"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.GeometryInfo]]] GetGeometriesByProject(System.String) on controller ConnectionApp.Server.Controllers.Api.GeometriesController (ConnectionApp.Server). 2025-06-27 17:23:31.294 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:23:31.294 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:31.294 +03:00 [INF] Getting analytical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:23:31.294 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:31.294 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:31.294 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:31.294 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:31.294 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.294 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.294 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.GeometriesController (ConnectionApp.Server) 2025-06-27 17:23:31.295 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.GeometriesController (ConnectionApp.Server) 2025-06-27 17:23:31.295 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.295 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:23:31.295 +03:00 [DBG] Connection id "0HNC8090TG6OB" accepted. 2025-06-27 17:23:31.295 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.295 +03:00 [DBG] Connection id "0HNC8090TG6OB" started. 2025-06-27 17:23:31.295 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.295 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.295 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:23:31.295 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.295 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:31.295 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.295 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:23:31.295 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.295 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.295 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.295 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:23:31.295 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.295 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:23:31.295 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:31.295 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:31.295 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:23:31.295 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:31.295 +03:00 [INF] Getting geometries of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:23:31.295 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:23:31.295 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:23:31.295 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:31.295 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:31.295 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:31.295 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:31.295 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:31.295 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.295 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.295 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:23:31.295 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:23:31.295 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.296 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:23:31.296 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.296 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.296 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:23:31.296 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:23:31.296 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.296 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.296 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.296 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.296 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:31.296 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:23:31.296 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:23:31.298 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.2049ms. 2025-06-27 17:23:31.298 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.298 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:23:31.298 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:23:31.298 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:23:31.298 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:23:31.298 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:23:31.298 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:23:31.298 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.298 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.299 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.299 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.299 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.299 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.2309ms 2025-06-27 17:23:31.299 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:23:31.299 +03:00 [DBG] Connection id "0HNC8090TG6OB" completed keep alive response. 2025-06-27 17:23:31.299 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.7919ms 2025-06-27 17:23:31.299 +03:00 [DBG] Connection id "0HNC8090TG6OB" received FIN. 2025-06-27 17:23:31.299 +03:00 [DBG] Connection id "0HNC8090TG6OB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:31.299 +03:00 [DBG] Connection id "0HNC8090TG6OB" disconnecting. 2025-06-27 17:23:31.299 +03:00 [DBG] Connection id "0HNC8090TG6OB" stopped. 2025-06-27 17:23:31.312 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 17.1617ms. 2025-06-27 17:23:31.312 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.312 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.312 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.312 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.312 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.312 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.313 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.313 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.313 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.313 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:23:31.313 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:23:31.313 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:23:31.313 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:23:31.313 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:23:31.313 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.GeometryInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:23:31.314 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.314 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.314 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.314 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.314 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.314 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.314 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.314 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server) in 19.7352ms 2025-06-27 17:23:31.314 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.GeometriesController.GetGeometriesByProject (ConnectionApp.Server)' 2025-06-27 17:23:31.314 +03:00 [DBG] Connection id "0HNC8090TG6OA" completed keep alive response. 2025-06-27 17:23:31.314 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/Geometries/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 20.8427ms 2025-06-27 17:23:31.315 +03:00 [DBG] Connection id "0HNC8090TG6OA" received FIN. 2025-06-27 17:23:31.315 +03:00 [DBG] Connection id "0HNC8090TG6OA" disconnecting. 2025-06-27 17:23:31.315 +03:00 [DBG] Connection id "0HNC8090TG6OA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:31.316 +03:00 [DBG] Connection id "0HNC8090TG6OA" stopped. 2025-06-27 17:23:31.347 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 53.2967ms. 2025-06-27 17:23:31.348 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.348 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.348 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:23:31.348 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:23:31.348 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:23:31.348 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:23:31.348 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:23:31.348 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.AnalyticalElementInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:23:31.351 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.351 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.351 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.351 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.351 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.351 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.351 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.351 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server) in 57.9961ms 2025-06-27 17:23:31.351 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AnalyticalElementsController.GetAnalyticalElementsByProject (ConnectionApp.Server)' 2025-06-27 17:23:31.351 +03:00 [DBG] Connection id "0HNC8090TG6O9" completed keep alive response. 2025-06-27 17:23:31.351 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/AnalyticalElements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 58.8047ms 2025-06-27 17:23:31.354 +03:00 [DBG] Connection id "0HNC8090TG6O9" received FIN. 2025-06-27 17:23:31.354 +03:00 [DBG] Connection id "0HNC8090TG6O9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:31.354 +03:00 [DBG] Connection id "0HNC8090TG6O9" disconnecting. 2025-06-27 17:23:31.354 +03:00 [DBG] Connection id "0HNC8090TG6O9" stopped. 2025-06-27 17:23:31.513 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 222.8989ms. 2025-06-27 17:23:31.513 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.513 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.513 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:23:31.513 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:23:31.513 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:23:31.513 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:23:31.513 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:23:31.513 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:23:31.516 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:23:31.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:31.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:31.516 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 226.4033ms 2025-06-27 17:23:31.516 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:23:31.516 +03:00 [DBG] Connection id "0HNC8090TG6O8" completed keep alive response. 2025-06-27 17:23:31.516 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 226.9855ms 2025-06-27 17:23:31.519 +03:00 [DBG] Connection id "0HNC8090TG6O8" received FIN. 2025-06-27 17:23:31.519 +03:00 [DBG] Connection id "0HNC8090TG6O8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:31.519 +03:00 [DBG] Connection id "0HNC8090TG6O8" disconnecting. 2025-06-27 17:23:31.519 +03:00 [DBG] Connection id "0HNC8090TG6O8" stopped. 2025-06-27 17:23:35.776 +03:00 [DBG] Connection id "0HNC8090TG6OC" accepted. 2025-06-27 17:23:35.776 +03:00 [DBG] Connection id "0HNC8090TG6OC" started. 2025-06-27 17:23:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:35.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:35.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:35.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:35.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:35.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:35.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1873ms. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6642ms 2025-06-27 17:23:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:35.779 +03:00 [DBG] Connection id "0HNC8090TG6OC" completed keep alive response. 2025-06-27 17:23:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0756ms 2025-06-27 17:23:35.779 +03:00 [DBG] Connection id "0HNC8090TG6OC" received FIN. 2025-06-27 17:23:35.779 +03:00 [DBG] Connection id "0HNC8090TG6OC" disconnecting. 2025-06-27 17:23:35.779 +03:00 [DBG] Connection id "0HNC8090TG6OC" stopped. 2025-06-27 17:23:35.779 +03:00 [DBG] Connection id "0HNC8090TG6OC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:40.765 +03:00 [DBG] Connection id "0HNC8090TG6OD" accepted. 2025-06-27 17:23:40.765 +03:00 [DBG] Connection id "0HNC8090TG6OD" started. 2025-06-27 17:23:40.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:40.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:40.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:40.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:40.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:40.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:40.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:40.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:40.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:40.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:40.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:40.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:40.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:40.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:40.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:40.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:40.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:40.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:40.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:40.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:40.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1236ms. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:40.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:40.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:40.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6934ms 2025-06-27 17:23:40.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:40.766 +03:00 [DBG] Connection id "0HNC8090TG6OD" completed keep alive response. 2025-06-27 17:23:40.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3466ms 2025-06-27 17:23:40.767 +03:00 [DBG] Connection id "0HNC8090TG6OD" received FIN. 2025-06-27 17:23:40.767 +03:00 [DBG] Connection id "0HNC8090TG6OD" disconnecting. 2025-06-27 17:23:40.767 +03:00 [DBG] Connection id "0HNC8090TG6OD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:40.768 +03:00 [DBG] Connection id "0HNC8090TG6OD" stopped. 2025-06-27 17:23:45.144 +03:00 [DBG] Connection id "0HNC8090TG6OE" accepted. 2025-06-27 17:23:45.144 +03:00 [DBG] Connection id "0HNC8090TG6OE" started. 2025-06-27 17:23:45.144 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/ - null null 2025-06-27 17:23:45.144 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:45.144 +03:00 [DBG] The request path / does not match a supported file type 2025-06-27 17:23:45.144 +03:00 [DBG] 1 candidate(s) found for the request path '/' 2025-06-27 17:23:45.144 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' with route pattern '' is valid for the request path '/' 2025-06-27 17:23:45.144 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:45.144 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:45.144 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:45.144 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:45.144 +03:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server). 2025-06-27 17:23:45.144 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:45.144 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:45.144 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2025-06-27 17:23:45.144 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:45.144 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:45.145 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:23:45.145 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:23:45.145 +03:00 [VRB] Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.145 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:45.145 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.ViewResult in 0.0031ms. 2025-06-27 17:23:45.145 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:23:45.145 +03:00 [DBG] View lookup cache hit for view 'Index' in controller 'Home'. 2025-06-27 17:23:45.145 +03:00 [INF] Executing ViewResult, running view Index. 2025-06-27 17:23:45.145 +03:00 [DBG] The view path '/Views/Home/Index.cshtml' was found in 0.0616ms. 2025-06-27 17:23:45.145 +03:00 [INF] Executed ViewResult - view Index executed in 0.2139ms. 2025-06-27 17:23:45.145 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:23:45.145 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.145 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) in 0.6891ms 2025-06-27 17:23:45.145 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:45.145 +03:00 [DBG] Connection id "0HNC8090TG6OE" completed keep alive response. 2025-06-27 17:23:45.145 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/ - 200 null text/html; charset=utf-8 1.2287ms 2025-06-27 17:23:45.145 +03:00 [DBG] Connection id "0HNC8090TG6OE" received FIN. 2025-06-27 17:23:45.145 +03:00 [DBG] Connection id "0HNC8090TG6OE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:45.146 +03:00 [DBG] Connection id "0HNC8090TG6OE" disconnecting. 2025-06-27 17:23:45.146 +03:00 [DBG] Connection id "0HNC8090TG6OE" stopped. 2025-06-27 17:23:45.455 +03:00 [DBG] Connection id "0HNC8090TG6OF" accepted. 2025-06-27 17:23:45.455 +03:00 [DBG] Connection id "0HNC8090TG6OF" started. 2025-06-27 17:23:45.456 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955078251455394 - null null 2025-06-27 17:23:45.456 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:45.456 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:23:45.461 +03:00 [INF] Sending file. Request path: '/assets/index.js'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.js' 2025-06-27 17:23:45.461 +03:00 [DBG] Connection id "0HNC8090TG6OF" completed keep alive response. 2025-06-27 17:23:45.461 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955078251455394 - 200 1413083 text/javascript 5.4599ms 2025-06-27 17:23:45.461 +03:00 [DBG] Connection id "0HNC8090TG6OF" received FIN. 2025-06-27 17:23:45.461 +03:00 [DBG] Connection id "0HNC8090TG6OF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:45.462 +03:00 [DBG] Connection id "0HNC8090TG6OF" disconnecting. 2025-06-27 17:23:45.462 +03:00 [DBG] Connection id "0HNC8090TG6OF" stopped. 2025-06-27 17:23:45.463 +03:00 [DBG] Connection id "0HNC8090TG6OG" accepted. 2025-06-27 17:23:45.463 +03:00 [DBG] Connection id "0HNC8090TG6OG" started. 2025-06-27 17:23:45.463 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - null null 2025-06-27 17:23:45.463 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:45.464 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:23:45.466 +03:00 [INF] Sending file. Request path: '/assets/index.css'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.css' 2025-06-27 17:23:45.466 +03:00 [DBG] Connection id "0HNC8090TG6OG" completed keep alive response. 2025-06-27 17:23:45.466 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - 200 345887 text/css 2.5629ms 2025-06-27 17:23:45.473 +03:00 [DBG] Connection id "0HNC8090TG6OG" received FIN. 2025-06-27 17:23:45.473 +03:00 [DBG] Connection id "0HNC8090TG6OG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:45.474 +03:00 [DBG] Connection id "0HNC8090TG6OG" disconnecting. 2025-06-27 17:23:45.474 +03:00 [DBG] Connection id "0HNC8090TG6OG" stopped. 2025-06-27 17:23:45.767 +03:00 [DBG] Connection id "0HNC8090TG6OH" accepted. 2025-06-27 17:23:45.768 +03:00 [DBG] Connection id "0HNC8090TG6OH" started. 2025-06-27 17:23:45.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:45.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:45.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:45.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:45.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:45.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:45.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:45.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:45.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:45.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:45.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:45.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:45.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:45.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:45.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:45.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:45.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:45.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:45.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:45.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:45.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:45.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:45.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1594ms. 2025-06-27 17:23:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:45.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:45.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:45.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7956ms 2025-06-27 17:23:45.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:45.769 +03:00 [DBG] Connection id "0HNC8090TG6OH" completed keep alive response. 2025-06-27 17:23:45.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3961ms 2025-06-27 17:23:45.769 +03:00 [DBG] Connection id "0HNC8090TG6OH" received FIN. 2025-06-27 17:23:45.769 +03:00 [DBG] Connection id "0HNC8090TG6OH" disconnecting. 2025-06-27 17:23:45.770 +03:00 [DBG] Connection id "0HNC8090TG6OH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:45.771 +03:00 [DBG] Connection id "0HNC8090TG6OH" stopped. 2025-06-27 17:23:50.763 +03:00 [DBG] Connection id "0HNC8090TG6OI" accepted. 2025-06-27 17:23:50.763 +03:00 [DBG] Connection id "0HNC8090TG6OI" started. 2025-06-27 17:23:50.763 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:50.763 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:50.763 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:50.763 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:50.763 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:50.763 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:50.763 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:50.763 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:50.763 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:50.763 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:50.763 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:50.764 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:50.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:50.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:50.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:50.764 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:50.764 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:50.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.764 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:50.764 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:50.764 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:50.764 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1354ms. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:50.764 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:50.764 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.764 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:50.765 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.888ms 2025-06-27 17:23:50.765 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:50.765 +03:00 [DBG] Connection id "0HNC8090TG6OI" completed keep alive response. 2025-06-27 17:23:50.765 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5868ms 2025-06-27 17:23:50.765 +03:00 [DBG] Connection id "0HNC8090TG6OI" received FIN. 2025-06-27 17:23:50.765 +03:00 [DBG] Connection id "0HNC8090TG6OI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:50.765 +03:00 [DBG] Connection id "0HNC8090TG6OI" disconnecting. 2025-06-27 17:23:50.765 +03:00 [DBG] Connection id "0HNC8090TG6OI" stopped. 2025-06-27 17:23:55.763 +03:00 [DBG] Connection id "0HNC8090TG6OJ" accepted. 2025-06-27 17:23:55.763 +03:00 [DBG] Connection id "0HNC8090TG6OJ" started. 2025-06-27 17:23:55.763 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:23:55.763 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:55.763 +03:00 [DBG] POST requests are not supported 2025-06-27 17:23:55.763 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:23:55.763 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:23:55.763 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:55.763 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:55.763 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:55.764 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:23:55.764 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:23:55.764 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:55.764 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:23:55.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:55.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:55.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:23:55.764 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:55.764 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:23:55.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.764 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:55.764 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:23:55.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:55.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:55.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:55.765 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:55.765 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2384ms. 2025-06-27 17:23:55.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:55.765 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:55.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:55.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:23:55.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:23:55.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:55.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:23:55.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:55.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0607ms 2025-06-27 17:23:55.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:23:55.766 +03:00 [DBG] Connection id "0HNC8090TG6OJ" completed keep alive response. 2025-06-27 17:23:55.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.1935ms 2025-06-27 17:23:55.767 +03:00 [DBG] Connection id "0HNC8090TG6OJ" received FIN. 2025-06-27 17:23:55.767 +03:00 [DBG] Connection id "0HNC8090TG6OJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:55.767 +03:00 [DBG] Connection id "0HNC8090TG6OJ" disconnecting. 2025-06-27 17:23:55.767 +03:00 [DBG] Connection id "0HNC8090TG6OJ" stopped. 2025-06-27 17:23:57.867 +03:00 [DBG] Connection id "0HNC8090TG6OK" accepted. 2025-06-27 17:23:57.868 +03:00 [DBG] Connection id "0HNC8090TG6OK" started. 2025-06-27 17:23:57.868 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/ - null null 2025-06-27 17:23:57.868 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:57.868 +03:00 [DBG] The request path / does not match a supported file type 2025-06-27 17:23:57.868 +03:00 [DBG] 1 candidate(s) found for the request path '/' 2025-06-27 17:23:57.868 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' with route pattern '' is valid for the request path '/' 2025-06-27 17:23:57.868 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:57.868 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:57.868 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:57.868 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:57.868 +03:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server). 2025-06-27 17:23:57.868 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:57.868 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:57.868 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2025-06-27 17:23:57.868 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:57.868 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:57.868 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.868 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.868 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:23:57.868 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:23:57.868 +03:00 [VRB] Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:23:57.868 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:57.868 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:57.868 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:57.868 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.ViewResult in 0.0034ms. 2025-06-27 17:23:57.868 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:57.868 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:57.868 +03:00 [VRB] Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:23:57.868 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.869 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.869 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:23:57.869 +03:00 [DBG] View lookup cache hit for view 'Index' in controller 'Home'. 2025-06-27 17:23:57.869 +03:00 [INF] Executing ViewResult, running view Index. 2025-06-27 17:23:57.869 +03:00 [DBG] The view path '/Views/Home/Index.cshtml' was found in 0.0835ms. 2025-06-27 17:23:57.869 +03:00 [INF] Executed ViewResult - view Index executed in 0.2305ms. 2025-06-27 17:23:57.869 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:23:57.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.869 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.869 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.869 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:57.869 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) in 0.6549ms 2025-06-27 17:23:57.869 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:57.869 +03:00 [DBG] Connection id "0HNC8090TG6OK" completed keep alive response. 2025-06-27 17:23:57.869 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/ - 200 null text/html; charset=utf-8 1.321ms 2025-06-27 17:23:57.869 +03:00 [DBG] Connection id "0HNC8090TG6OK" received FIN. 2025-06-27 17:23:57.869 +03:00 [DBG] Connection id "0HNC8090TG6OK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:57.870 +03:00 [DBG] Connection id "0HNC8090TG6OK" disconnecting. 2025-06-27 17:23:57.870 +03:00 [DBG] Connection id "0HNC8090TG6OK" stopped. 2025-06-27 17:23:58.229 +03:00 [DBG] Connection id "0HNC8090TG6OL" accepted. 2025-06-27 17:23:58.229 +03:00 [DBG] Connection id "0HNC8090TG6OL" started. 2025-06-27 17:23:58.229 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955078378692274 - null null 2025-06-27 17:23:58.229 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:58.229 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:23:58.232 +03:00 [INF] Sending file. Request path: '/assets/index.js'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.js' 2025-06-27 17:23:58.232 +03:00 [DBG] Connection id "0HNC8090TG6OL" completed keep alive response. 2025-06-27 17:23:58.232 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955078378692274 - 200 1413083 text/javascript 3.0081ms 2025-06-27 17:23:58.233 +03:00 [DBG] Connection id "0HNC8090TG6OL" received FIN. 2025-06-27 17:23:58.233 +03:00 [DBG] Connection id "0HNC8090TG6OL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:58.233 +03:00 [DBG] Connection id "0HNC8090TG6OL" disconnecting. 2025-06-27 17:23:58.233 +03:00 [DBG] Connection id "0HNC8090TG6OL" stopped. 2025-06-27 17:23:58.247 +03:00 [DBG] Connection id "0HNC8090TG6OM" accepted. 2025-06-27 17:23:58.247 +03:00 [DBG] Connection id "0HNC8090TG6OM" started. 2025-06-27 17:23:58.247 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - null null 2025-06-27 17:23:58.247 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:58.247 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:23:58.248 +03:00 [INF] Sending file. Request path: '/assets/index.css'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.css' 2025-06-27 17:23:58.248 +03:00 [DBG] Connection id "0HNC8090TG6OM" completed keep alive response. 2025-06-27 17:23:58.249 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - 200 345887 text/css 1.194ms 2025-06-27 17:23:58.257 +03:00 [DBG] Connection id "0HNC8090TG6OM" received FIN. 2025-06-27 17:23:58.257 +03:00 [DBG] Connection id "0HNC8090TG6OM" disconnecting. 2025-06-27 17:23:58.257 +03:00 [DBG] Connection id "0HNC8090TG6OM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:58.258 +03:00 [DBG] Connection id "0HNC8090TG6OM" stopped. 2025-06-27 17:23:59.606 +03:00 [DBG] Connection id "0HNC8090TG6ON" accepted. 2025-06-27 17:23:59.606 +03:00 [DBG] Connection id "0HNC8090TG6ON" started. 2025-06-27 17:23:59.606 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/ - null null 2025-06-27 17:23:59.606 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:23:59.606 +03:00 [DBG] The request path / does not match a supported file type 2025-06-27 17:23:59.606 +03:00 [DBG] 1 candidate(s) found for the request path '/' 2025-06-27 17:23:59.606 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' with route pattern '' is valid for the request path '/' 2025-06-27 17:23:59.606 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:59.606 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:23:59.607 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:23:59.607 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:59.607 +03:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server). 2025-06-27 17:23:59.607 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:23:59.607 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:59.607 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2025-06-27 17:23:59.607 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:23:59.607 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:23:59.607 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:23:59.607 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-06-27 17:23:59.607 +03:00 [VRB] Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:59.607 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:23:59.607 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.ViewResult in 0.0031ms. 2025-06-27 17:23:59.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:23:59.607 +03:00 [DBG] View lookup cache hit for view 'Index' in controller 'Home'. 2025-06-27 17:23:59.607 +03:00 [INF] Executing ViewResult, running view Index. 2025-06-27 17:23:59.607 +03:00 [DBG] The view path '/Views/Home/Index.cshtml' was found in 0.0404ms. 2025-06-27 17:23:59.607 +03:00 [INF] Executed ViewResult - view Index executed in 0.1874ms. 2025-06-27 17:23:59.607 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-06-27 17:23:59.607 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:23:59.607 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) in 0.635ms 2025-06-27 17:23:59.607 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-06-27 17:23:59.607 +03:00 [DBG] Connection id "0HNC8090TG6ON" completed keep alive response. 2025-06-27 17:23:59.608 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/ - 200 null text/html; charset=utf-8 1.2573ms 2025-06-27 17:23:59.608 +03:00 [DBG] Connection id "0HNC8090TG6ON" received FIN. 2025-06-27 17:23:59.608 +03:00 [DBG] Connection id "0HNC8090TG6ON" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:23:59.608 +03:00 [DBG] Connection id "0HNC8090TG6ON" disconnecting. 2025-06-27 17:23:59.608 +03:00 [DBG] Connection id "0HNC8090TG6ON" stopped. 2025-06-27 17:24:00.000 +03:00 [DBG] Connection id "0HNC8090TG6OO" accepted. 2025-06-27 17:24:00.001 +03:00 [DBG] Connection id "0HNC8090TG6OO" started. 2025-06-27 17:24:00.001 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955078396076938 - null null 2025-06-27 17:24:00.001 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:00.001 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:24:00.004 +03:00 [INF] Sending file. Request path: '/assets/index.js'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.js' 2025-06-27 17:24:00.004 +03:00 [DBG] Connection id "0HNC8090TG6OO" completed keep alive response. 2025-06-27 17:24:00.004 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.js?v=133955078396076938 - 200 1413083 text/javascript 3.2823ms 2025-06-27 17:24:00.005 +03:00 [DBG] Connection id "0HNC8090TG6OO" received FIN. 2025-06-27 17:24:00.005 +03:00 [DBG] Connection id "0HNC8090TG6OO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:00.005 +03:00 [DBG] Connection id "0HNC8090TG6OO" disconnecting. 2025-06-27 17:24:00.005 +03:00 [DBG] Connection id "0HNC8090TG6OO" stopped. 2025-06-27 17:24:00.016 +03:00 [DBG] Connection id "0HNC8090TG6OP" accepted. 2025-06-27 17:24:00.017 +03:00 [DBG] Connection id "0HNC8090TG6OP" started. 2025-06-27 17:24:00.017 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - null null 2025-06-27 17:24:00.017 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:00.017 +03:00 [VRB] Range header's value is empty. 2025-06-27 17:24:00.017 +03:00 [INF] Sending file. Request path: '/assets/index.css'. Physical path: '/var/www/clients/client2/web11/web/wwwroot/assets/index.css' 2025-06-27 17:24:00.017 +03:00 [DBG] Connection id "0HNC8090TG6OP" completed keep alive response. 2025-06-27 17:24:00.017 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/assets/index.css - 200 345887 text/css 0.8078ms 2025-06-27 17:24:00.022 +03:00 [DBG] Connection id "0HNC8090TG6OP" received FIN. 2025-06-27 17:24:00.022 +03:00 [DBG] Connection id "0HNC8090TG6OP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:00.022 +03:00 [DBG] Connection id "0HNC8090TG6OP" disconnecting. 2025-06-27 17:24:00.022 +03:00 [DBG] Connection id "0HNC8090TG6OP" stopped. 2025-06-27 17:24:00.765 +03:00 [DBG] Connection id "0HNC8090TG6OQ" accepted. 2025-06-27 17:24:00.765 +03:00 [DBG] Connection id "0HNC8090TG6OQ" started. 2025-06-27 17:24:00.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:00.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:00.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:00.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:00.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:00.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:00.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:00.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:00.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:00.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:00.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:00.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:00.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:00.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:00.765 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:00.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:00.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:00.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.765 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:00.765 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:00.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:00.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1196ms. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:00.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:00.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:00.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.727ms 2025-06-27 17:24:00.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:00.766 +03:00 [DBG] Connection id "0HNC8090TG6OQ" completed keep alive response. 2025-06-27 17:24:00.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3798ms 2025-06-27 17:24:00.766 +03:00 [DBG] Connection id "0HNC8090TG6OQ" received FIN. 2025-06-27 17:24:00.766 +03:00 [DBG] Connection id "0HNC8090TG6OQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:00.767 +03:00 [DBG] Connection id "0HNC8090TG6OQ" disconnecting. 2025-06-27 17:24:00.767 +03:00 [DBG] Connection id "0HNC8090TG6OQ" stopped. 2025-06-27 17:24:03.240 +03:00 [DBG] Connection id "0HNC8090TG6OR" accepted. 2025-06-27 17:24:03.240 +03:00 [DBG] Connection id "0HNC8090TG6OR" started. 2025-06-27 17:24:03.240 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/vite.svg - null null 2025-06-27 17:24:03.240 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:03.240 +03:00 [DBG] The request path /vite.svg does not match an existing file 2025-06-27 17:24:03.241 +03:00 [DBG] No candidates found for the request path '/vite.svg' 2025-06-27 17:24:03.241 +03:00 [DBG] Request did not match any endpoints 2025-06-27 17:24:03.241 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:03.241 +03:00 [DBG] Connection id "0HNC8090TG6OR" completed keep alive response. 2025-06-27 17:24:03.241 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/vite.svg - 404 0 null 0.6819ms 2025-06-27 17:24:03.241 +03:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dev.top-engineer.com/vite.svg, Response status code: 404 2025-06-27 17:24:03.241 +03:00 [DBG] Connection id "0HNC8090TG6OR" received FIN. 2025-06-27 17:24:03.241 +03:00 [DBG] Connection id "0HNC8090TG6OR" disconnecting. 2025-06-27 17:24:03.241 +03:00 [DBG] Connection id "0HNC8090TG6OR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:03.243 +03:00 [DBG] Connection id "0HNC8090TG6OR" stopped. 2025-06-27 17:24:05.767 +03:00 [DBG] Connection id "0HNC8090TG6OS" accepted. 2025-06-27 17:24:05.767 +03:00 [DBG] Connection id "0HNC8090TG6OS" started. 2025-06-27 17:24:05.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:05.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:05.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:05.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:05.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:05.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:05.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:05.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:05.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:05.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:05.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:05.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:05.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:05.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:05.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:05.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:05.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:05.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:05.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:05.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:05.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1176ms. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:05.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:05.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:05.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9431ms 2025-06-27 17:24:05.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:05.769 +03:00 [DBG] Connection id "0HNC8090TG6OS" completed keep alive response. 2025-06-27 17:24:05.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8329ms 2025-06-27 17:24:05.770 +03:00 [DBG] Connection id "0HNC8090TG6OS" received FIN. 2025-06-27 17:24:05.770 +03:00 [DBG] Connection id "0HNC8090TG6OS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:05.770 +03:00 [DBG] Connection id "0HNC8090TG6OS" disconnecting. 2025-06-27 17:24:05.770 +03:00 [DBG] Connection id "0HNC8090TG6OS" stopped. 2025-06-27 17:24:10.771 +03:00 [DBG] Connection id "0HNC8090TG6OT" accepted. 2025-06-27 17:24:10.771 +03:00 [DBG] Connection id "0HNC8090TG6OT" started. 2025-06-27 17:24:10.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:10.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:10.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:10.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:10.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:10.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:10.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:10.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:10.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:10.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:10.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:10.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:10.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:10.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:10.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:10.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:10.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:10.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:10.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:10.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:10.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:10.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:10.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1534ms. 2025-06-27 17:24:10.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:10.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:10.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:10.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2182ms 2025-06-27 17:24:10.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:10.774 +03:00 [DBG] Connection id "0HNC8090TG6OT" completed keep alive response. 2025-06-27 17:24:10.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0221ms 2025-06-27 17:24:10.774 +03:00 [DBG] Connection id "0HNC8090TG6OT" received FIN. 2025-06-27 17:24:10.774 +03:00 [DBG] Connection id "0HNC8090TG6OT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:10.774 +03:00 [DBG] Connection id "0HNC8090TG6OT" disconnecting. 2025-06-27 17:24:10.774 +03:00 [DBG] Connection id "0HNC8090TG6OT" stopped. 2025-06-27 17:24:15.770 +03:00 [DBG] Connection id "0HNC8090TG6OU" accepted. 2025-06-27 17:24:15.770 +03:00 [DBG] Connection id "0HNC8090TG6OU" started. 2025-06-27 17:24:15.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:15.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:15.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:15.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:15.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:15.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:15.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:15.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:15.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:15.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:15.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:15.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:15.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:15.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:15.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:15.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:15.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:15.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:15.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:15.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:15.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1215ms. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:15.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:15.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:15.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6886ms 2025-06-27 17:24:15.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:15.771 +03:00 [DBG] Connection id "0HNC8090TG6OU" completed keep alive response. 2025-06-27 17:24:15.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3741ms 2025-06-27 17:24:15.771 +03:00 [DBG] Connection id "0HNC8090TG6OU" received FIN. 2025-06-27 17:24:15.772 +03:00 [DBG] Connection id "0HNC8090TG6OU" disconnecting. 2025-06-27 17:24:15.772 +03:00 [DBG] Connection id "0HNC8090TG6OU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:15.773 +03:00 [DBG] Connection id "0HNC8090TG6OU" stopped. 2025-06-27 17:24:20.765 +03:00 [DBG] Connection id "0HNC8090TG6OV" accepted. 2025-06-27 17:24:20.765 +03:00 [DBG] Connection id "0HNC8090TG6OV" started. 2025-06-27 17:24:20.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:20.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:20.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:20.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:20.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:20.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:20.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:20.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:20.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:20.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:20.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:20.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:20.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:20.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:20.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:20.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:20.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:20.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:20.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:20.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:20.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1734ms. 2025-06-27 17:24:20.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:20.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:20.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:20.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0124ms 2025-06-27 17:24:20.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:20.767 +03:00 [DBG] Connection id "0HNC8090TG6OV" completed keep alive response. 2025-06-27 17:24:20.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8731ms 2025-06-27 17:24:20.767 +03:00 [DBG] Connection id "0HNC8090TG6OV" received FIN. 2025-06-27 17:24:20.767 +03:00 [DBG] Connection id "0HNC8090TG6OV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:20.768 +03:00 [DBG] Connection id "0HNC8090TG6OV" disconnecting. 2025-06-27 17:24:20.768 +03:00 [DBG] Connection id "0HNC8090TG6OV" stopped. 2025-06-27 17:24:25.768 +03:00 [DBG] Connection id "0HNC8090TG6P0" accepted. 2025-06-27 17:24:25.768 +03:00 [DBG] Connection id "0HNC8090TG6P0" started. 2025-06-27 17:24:25.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:25.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:25.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:25.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:25.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:25.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:25.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:25.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:25.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:25.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:25.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:25.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:25.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:25.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:25.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:25.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:25.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:25.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:25.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:25.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:25.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1693ms. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:25.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:25.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:25.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:25.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:25.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:25.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:25.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2882ms 2025-06-27 17:24:25.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:25.771 +03:00 [DBG] Connection id "0HNC8090TG6P0" completed keep alive response. 2025-06-27 17:24:25.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3628ms 2025-06-27 17:24:25.771 +03:00 [DBG] Connection id "0HNC8090TG6P0" received FIN. 2025-06-27 17:24:25.771 +03:00 [DBG] Connection id "0HNC8090TG6P0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:25.771 +03:00 [DBG] Connection id "0HNC8090TG6P0" disconnecting. 2025-06-27 17:24:25.772 +03:00 [DBG] Connection id "0HNC8090TG6P0" stopped. 2025-06-27 17:24:30.763 +03:00 [DBG] Connection id "0HNC8090TG6P1" accepted. 2025-06-27 17:24:30.764 +03:00 [DBG] Connection id "0HNC8090TG6P1" started. 2025-06-27 17:24:30.764 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:30.764 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:30.764 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:30.764 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:30.764 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:30.764 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:30.764 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:30.764 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:30.764 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:30.764 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:30.764 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:30.764 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:30.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:30.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:30.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:30.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:30.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:30.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.765 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:30.765 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:30.765 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:30.765 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1565ms. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.765 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:30.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:30.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:30.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:30.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1859ms 2025-06-27 17:24:30.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:30.766 +03:00 [DBG] Connection id "0HNC8090TG6P1" completed keep alive response. 2025-06-27 17:24:30.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2207ms 2025-06-27 17:24:30.766 +03:00 [DBG] Connection id "0HNC8090TG6P1" received FIN. 2025-06-27 17:24:30.766 +03:00 [DBG] Connection id "0HNC8090TG6P1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:30.767 +03:00 [DBG] Connection id "0HNC8090TG6P1" disconnecting. 2025-06-27 17:24:30.767 +03:00 [DBG] Connection id "0HNC8090TG6P1" stopped. 2025-06-27 17:24:35.768 +03:00 [DBG] Connection id "0HNC8090TG6P2" accepted. 2025-06-27 17:24:35.768 +03:00 [DBG] Connection id "0HNC8090TG6P2" started. 2025-06-27 17:24:35.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:35.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:35.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:35.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:35.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:35.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:35.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:35.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:35.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:35.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:35.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:35.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:35.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:35.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:35.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:35.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:35.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:35.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:35.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:35.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:35.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:35.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:35.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:35.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:35.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.189ms. 2025-06-27 17:24:35.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:35.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:35.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:35.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1172ms 2025-06-27 17:24:35.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:35.770 +03:00 [DBG] Connection id "0HNC8090TG6P2" completed keep alive response. 2025-06-27 17:24:35.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1541ms 2025-06-27 17:24:35.770 +03:00 [DBG] Connection id "0HNC8090TG6P2" received FIN. 2025-06-27 17:24:35.770 +03:00 [DBG] Connection id "0HNC8090TG6P2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:35.771 +03:00 [DBG] Connection id "0HNC8090TG6P2" disconnecting. 2025-06-27 17:24:35.771 +03:00 [DBG] Connection id "0HNC8090TG6P2" stopped. 2025-06-27 17:24:40.766 +03:00 [DBG] Connection id "0HNC8090TG6P3" accepted. 2025-06-27 17:24:40.766 +03:00 [DBG] Connection id "0HNC8090TG6P3" started. 2025-06-27 17:24:40.766 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:40.766 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:40.766 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:40.766 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:40.766 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:40.766 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:40.766 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:40.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:40.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:40.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:40.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:40.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:40.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:40.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:40.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:40.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:40.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:40.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:40.767 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:40.767 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:40.767 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1149ms. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:40.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:40.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:40.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6223ms 2025-06-27 17:24:40.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:40.767 +03:00 [DBG] Connection id "0HNC8090TG6P3" completed keep alive response. 2025-06-27 17:24:40.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3199ms 2025-06-27 17:24:40.768 +03:00 [DBG] Connection id "0HNC8090TG6P3" received FIN. 2025-06-27 17:24:40.768 +03:00 [DBG] Connection id "0HNC8090TG6P3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:40.768 +03:00 [DBG] Connection id "0HNC8090TG6P3" disconnecting. 2025-06-27 17:24:40.768 +03:00 [DBG] Connection id "0HNC8090TG6P3" stopped. 2025-06-27 17:24:45.765 +03:00 [DBG] Connection id "0HNC8090TG6P4" accepted. 2025-06-27 17:24:45.765 +03:00 [DBG] Connection id "0HNC8090TG6P4" started. 2025-06-27 17:24:45.766 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:45.766 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:45.766 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:45.766 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:45.766 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:45.766 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:45.766 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:45.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:45.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:45.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:45.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:45.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:45.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:45.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:45.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:45.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:45.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:45.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:45.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:45.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:45.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1364ms. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:45.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:45.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:45.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:45.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6801ms 2025-06-27 17:24:45.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:45.767 +03:00 [DBG] Connection id "0HNC8090TG6P4" completed keep alive response. 2025-06-27 17:24:45.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2408ms 2025-06-27 17:24:45.767 +03:00 [DBG] Connection id "0HNC8090TG6P4" received FIN. 2025-06-27 17:24:45.767 +03:00 [DBG] Connection id "0HNC8090TG6P4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:45.767 +03:00 [DBG] Connection id "0HNC8090TG6P4" disconnecting. 2025-06-27 17:24:45.767 +03:00 [DBG] Connection id "0HNC8090TG6P4" stopped. 2025-06-27 17:24:50.768 +03:00 [DBG] Connection id "0HNC8090TG6P5" accepted. 2025-06-27 17:24:50.768 +03:00 [DBG] Connection id "0HNC8090TG6P5" started. 2025-06-27 17:24:50.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:50.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:50.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:50.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:50.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:50.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:50.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:50.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:50.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:50.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:50.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:50.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:50.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:50.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:50.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:50.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:50.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:50.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:50.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:50.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:50.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1313ms. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:50.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:50.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:50.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:50.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.643ms 2025-06-27 17:24:50.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:50.770 +03:00 [DBG] Connection id "0HNC8090TG6P5" completed keep alive response. 2025-06-27 17:24:50.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2587ms 2025-06-27 17:24:50.770 +03:00 [DBG] Connection id "0HNC8090TG6P5" received FIN. 2025-06-27 17:24:50.770 +03:00 [DBG] Connection id "0HNC8090TG6P5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:50.770 +03:00 [DBG] Connection id "0HNC8090TG6P5" disconnecting. 2025-06-27 17:24:50.770 +03:00 [DBG] Connection id "0HNC8090TG6P5" stopped. 2025-06-27 17:24:55.764 +03:00 [DBG] Connection id "0HNC8090TG6P6" accepted. 2025-06-27 17:24:55.764 +03:00 [DBG] Connection id "0HNC8090TG6P6" started. 2025-06-27 17:24:55.764 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:24:55.764 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:24:55.764 +03:00 [DBG] POST requests are not supported 2025-06-27 17:24:55.764 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:24:55.764 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:24:55.764 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:55.764 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:24:55.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:24:55.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:24:55.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:24:55.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:55.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:24:55.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:24:55.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:24:55.765 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:24:55.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:24:55.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:24:55.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.765 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:55.765 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:24:55.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:55.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:55.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:55.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:55.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:24:55.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1643ms. 2025-06-27 17:24:55.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:55.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:24:55.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:24:55.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:24:55.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5544ms 2025-06-27 17:24:55.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:24:55.767 +03:00 [DBG] Connection id "0HNC8090TG6P6" completed keep alive response. 2025-06-27 17:24:55.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6135ms 2025-06-27 17:24:55.767 +03:00 [DBG] Connection id "0HNC8090TG6P6" received FIN. 2025-06-27 17:24:55.767 +03:00 [DBG] Connection id "0HNC8090TG6P6" disconnecting. 2025-06-27 17:24:55.767 +03:00 [DBG] Connection id "0HNC8090TG6P6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:24:55.769 +03:00 [DBG] Connection id "0HNC8090TG6P6" stopped. 2025-06-27 17:25:00.775 +03:00 [DBG] Connection id "0HNC8090TG6P7" accepted. 2025-06-27 17:25:00.776 +03:00 [DBG] Connection id "0HNC8090TG6P7" started. 2025-06-27 17:25:00.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:00.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:00.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:00.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:00.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:00.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:00.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:00.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:00.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:00.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1199ms. 2025-06-27 17:25:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:00.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:00.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:00.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6821ms 2025-06-27 17:25:00.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:00.777 +03:00 [DBG] Connection id "0HNC8090TG6P7" completed keep alive response. 2025-06-27 17:25:00.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2213ms 2025-06-27 17:25:00.777 +03:00 [DBG] Connection id "0HNC8090TG6P7" received FIN. 2025-06-27 17:25:00.777 +03:00 [DBG] Connection id "0HNC8090TG6P7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:00.777 +03:00 [DBG] Connection id "0HNC8090TG6P7" disconnecting. 2025-06-27 17:25:00.777 +03:00 [DBG] Connection id "0HNC8090TG6P7" stopped. 2025-06-27 17:25:05.765 +03:00 [DBG] Connection id "0HNC8090TG6P8" accepted. 2025-06-27 17:25:05.765 +03:00 [DBG] Connection id "0HNC8090TG6P8" started. 2025-06-27 17:25:05.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:05.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:05.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:05.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:05.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:05.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:05.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:05.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:05.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:05.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:05.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:05.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:05.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:05.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:05.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:05.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:05.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:05.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:05.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:05.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:05.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1183ms. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:05.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:05.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:05.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6992ms 2025-06-27 17:25:05.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:05.766 +03:00 [DBG] Connection id "0HNC8090TG6P8" completed keep alive response. 2025-06-27 17:25:05.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3584ms 2025-06-27 17:25:05.767 +03:00 [DBG] Connection id "0HNC8090TG6P8" received FIN. 2025-06-27 17:25:05.767 +03:00 [DBG] Connection id "0HNC8090TG6P8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:05.767 +03:00 [DBG] Connection id "0HNC8090TG6P8" disconnecting. 2025-06-27 17:25:05.767 +03:00 [DBG] Connection id "0HNC8090TG6P8" stopped. 2025-06-27 17:25:10.767 +03:00 [DBG] Connection id "0HNC8090TG6P9" accepted. 2025-06-27 17:25:10.767 +03:00 [DBG] Connection id "0HNC8090TG6P9" started. 2025-06-27 17:25:10.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:10.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:10.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:10.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:10.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:10.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:10.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:10.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:10.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:10.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:10.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:10.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:10.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:10.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:10.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:10.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:10.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:10.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:10.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:10.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:10.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:10.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:10.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:10.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1649ms. 2025-06-27 17:25:10.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:10.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:10.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:10.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9824ms 2025-06-27 17:25:10.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:10.769 +03:00 [DBG] Connection id "0HNC8090TG6P9" completed keep alive response. 2025-06-27 17:25:10.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8452ms 2025-06-27 17:25:10.770 +03:00 [DBG] Connection id "0HNC8090TG6P9" received FIN. 2025-06-27 17:25:10.770 +03:00 [DBG] Connection id "0HNC8090TG6P9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:10.770 +03:00 [DBG] Connection id "0HNC8090TG6P9" disconnecting. 2025-06-27 17:25:10.770 +03:00 [DBG] Connection id "0HNC8090TG6P9" stopped. 2025-06-27 17:25:15.769 +03:00 [DBG] Connection id "0HNC8090TG6PA" accepted. 2025-06-27 17:25:15.769 +03:00 [DBG] Connection id "0HNC8090TG6PA" started. 2025-06-27 17:25:15.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:15.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:15.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:15.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:15.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:15.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:15.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:15.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:15.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:15.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:15.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:15.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:15.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:15.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:15.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:15.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:15.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:15.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:15.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:15.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:15.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1402ms. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:15.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:15.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:15.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:15.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7292ms 2025-06-27 17:25:15.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:15.771 +03:00 [DBG] Connection id "0HNC8090TG6PA" completed keep alive response. 2025-06-27 17:25:15.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3304ms 2025-06-27 17:25:15.771 +03:00 [DBG] Connection id "0HNC8090TG6PA" received FIN. 2025-06-27 17:25:15.771 +03:00 [DBG] Connection id "0HNC8090TG6PA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:15.771 +03:00 [DBG] Connection id "0HNC8090TG6PA" disconnecting. 2025-06-27 17:25:15.771 +03:00 [DBG] Connection id "0HNC8090TG6PA" stopped. 2025-06-27 17:25:20.769 +03:00 [DBG] Connection id "0HNC8090TG6PB" accepted. 2025-06-27 17:25:20.769 +03:00 [DBG] Connection id "0HNC8090TG6PB" started. 2025-06-27 17:25:20.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:20.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:20.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:20.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:20.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:20.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:20.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:20.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:20.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:20.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:20.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:20.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:20.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:20.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:20.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:20.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:20.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:20.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:20.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:20.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:20.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1162ms. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:20.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:20.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:20.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7608ms 2025-06-27 17:25:20.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:20.770 +03:00 [DBG] Connection id "0HNC8090TG6PB" completed keep alive response. 2025-06-27 17:25:20.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3567ms 2025-06-27 17:25:20.771 +03:00 [DBG] Connection id "0HNC8090TG6PB" received FIN. 2025-06-27 17:25:20.771 +03:00 [DBG] Connection id "0HNC8090TG6PB" disconnecting. 2025-06-27 17:25:20.771 +03:00 [DBG] Connection id "0HNC8090TG6PB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:20.772 +03:00 [DBG] Connection id "0HNC8090TG6PB" stopped. 2025-06-27 17:25:25.764 +03:00 [DBG] Connection id "0HNC8090TG6PC" accepted. 2025-06-27 17:25:25.764 +03:00 [DBG] Connection id "0HNC8090TG6PC" started. 2025-06-27 17:25:25.764 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:25.764 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:25.764 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:25.764 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:25.764 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:25.764 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:25.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:25.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:25.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:25.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:25.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:25.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:25.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:25.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:25.765 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:25.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:25.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:25.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:25.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:25.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:25.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1546ms. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:25.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:25.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:25.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1396ms 2025-06-27 17:25:25.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:25.767 +03:00 [DBG] Connection id "0HNC8090TG6PC" completed keep alive response. 2025-06-27 17:25:25.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5825ms 2025-06-27 17:25:25.767 +03:00 [DBG] Connection id "0HNC8090TG6PC" received FIN. 2025-06-27 17:25:25.767 +03:00 [DBG] Connection id "0HNC8090TG6PC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:25.767 +03:00 [DBG] Connection id "0HNC8090TG6PC" disconnecting. 2025-06-27 17:25:25.767 +03:00 [DBG] Connection id "0HNC8090TG6PC" stopped. 2025-06-27 17:25:30.765 +03:00 [DBG] Connection id "0HNC8090TG6PD" accepted. 2025-06-27 17:25:30.765 +03:00 [DBG] Connection id "0HNC8090TG6PD" started. 2025-06-27 17:25:30.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:30.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:30.766 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:30.766 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:30.766 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:30.766 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:30.766 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:30.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:30.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:30.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:30.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:30.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:30.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:30.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:30.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:30.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:30.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:30.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:30.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:30.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:30.767 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:30.767 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1674ms. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:30.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:30.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:30.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2537ms 2025-06-27 17:25:30.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:30.768 +03:00 [DBG] Connection id "0HNC8090TG6PD" completed keep alive response. 2025-06-27 17:25:30.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.25ms 2025-06-27 17:25:30.768 +03:00 [DBG] Connection id "0HNC8090TG6PD" received FIN. 2025-06-27 17:25:30.768 +03:00 [DBG] Connection id "0HNC8090TG6PD" disconnecting. 2025-06-27 17:25:30.768 +03:00 [DBG] Connection id "0HNC8090TG6PD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:30.769 +03:00 [DBG] Connection id "0HNC8090TG6PD" stopped. 2025-06-27 17:25:35.767 +03:00 [DBG] Connection id "0HNC8090TG6PE" accepted. 2025-06-27 17:25:35.767 +03:00 [DBG] Connection id "0HNC8090TG6PE" started. 2025-06-27 17:25:35.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:35.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:35.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:35.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:35.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:35.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:35.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:35.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:35.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:35.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:35.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:35.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:35.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:35.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:35.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:35.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:35.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:35.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:35.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:35.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:35.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1216ms. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:35.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:35.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:35.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:35.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:35.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:35.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7557ms 2025-06-27 17:25:35.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:35.769 +03:00 [DBG] Connection id "0HNC8090TG6PE" completed keep alive response. 2025-06-27 17:25:35.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3353ms 2025-06-27 17:25:35.769 +03:00 [DBG] Connection id "0HNC8090TG6PE" received FIN. 2025-06-27 17:25:35.769 +03:00 [DBG] Connection id "0HNC8090TG6PE" disconnecting. 2025-06-27 17:25:35.769 +03:00 [DBG] Connection id "0HNC8090TG6PE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:35.770 +03:00 [DBG] Connection id "0HNC8090TG6PE" stopped. 2025-06-27 17:25:40.770 +03:00 [DBG] Connection id "0HNC8090TG6PF" accepted. 2025-06-27 17:25:40.770 +03:00 [DBG] Connection id "0HNC8090TG6PF" started. 2025-06-27 17:25:40.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:40.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:40.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:40.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:40.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:40.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:40.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:40.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:40.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:40.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:40.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:40.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:40.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:40.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:40.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:40.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:40.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:40.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:40.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:40.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:40.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1264ms. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:40.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:40.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:40.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7062ms 2025-06-27 17:25:40.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:40.771 +03:00 [DBG] Connection id "0HNC8090TG6PF" completed keep alive response. 2025-06-27 17:25:40.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3093ms 2025-06-27 17:25:40.771 +03:00 [DBG] Connection id "0HNC8090TG6PF" received FIN. 2025-06-27 17:25:40.772 +03:00 [DBG] Connection id "0HNC8090TG6PF" disconnecting. 2025-06-27 17:25:40.772 +03:00 [DBG] Connection id "0HNC8090TG6PF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:40.773 +03:00 [DBG] Connection id "0HNC8090TG6PF" stopped. 2025-06-27 17:25:45.767 +03:00 [DBG] Connection id "0HNC8090TG6PG" accepted. 2025-06-27 17:25:45.767 +03:00 [DBG] Connection id "0HNC8090TG6PG" started. 2025-06-27 17:25:45.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:45.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:45.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:45.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:45.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:45.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:45.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:45.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:45.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:45.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:45.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:45.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:45.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:45.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:45.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:45.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:45.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:45.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:45.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:45.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:45.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.173ms. 2025-06-27 17:25:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:45.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:45.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:45.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2578ms 2025-06-27 17:25:45.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:45.770 +03:00 [DBG] Connection id "0HNC8090TG6PG" completed keep alive response. 2025-06-27 17:25:45.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6045ms 2025-06-27 17:25:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PG" received FIN. 2025-06-27 17:25:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PG" disconnecting. 2025-06-27 17:25:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PG" stopped. 2025-06-27 17:25:50.767 +03:00 [DBG] Connection id "0HNC8090TG6PH" accepted. 2025-06-27 17:25:50.767 +03:00 [DBG] Connection id "0HNC8090TG6PH" started. 2025-06-27 17:25:50.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:50.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:50.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:50.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:50.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:50.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:50.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:50.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:50.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:50.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:50.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:50.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:50.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:50.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:50.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:50.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:50.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:50.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:50.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:50.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:50.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:50.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:50.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:50.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:50.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1184ms. 2025-06-27 17:25:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:50.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:50.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:50.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7331ms 2025-06-27 17:25:50.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:50.769 +03:00 [DBG] Connection id "0HNC8090TG6PH" completed keep alive response. 2025-06-27 17:25:50.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4391ms 2025-06-27 17:25:50.769 +03:00 [DBG] Connection id "0HNC8090TG6PH" received FIN. 2025-06-27 17:25:50.769 +03:00 [DBG] Connection id "0HNC8090TG6PH" disconnecting. 2025-06-27 17:25:50.769 +03:00 [DBG] Connection id "0HNC8090TG6PH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:50.770 +03:00 [DBG] Connection id "0HNC8090TG6PH" stopped. 2025-06-27 17:25:55.766 +03:00 [DBG] Connection id "0HNC8090TG6PI" accepted. 2025-06-27 17:25:55.766 +03:00 [DBG] Connection id "0HNC8090TG6PI" started. 2025-06-27 17:25:55.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:25:55.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:25:55.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:25:55.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:25:55.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:25:55.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:55.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:25:55.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:25:55.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:25:55.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:25:55.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:55.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:25:55.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:25:55.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:25:55.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:25:55.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:25:55.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:25:55.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:55.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:55.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:25:55.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2166ms. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:55.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:25:55.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:25:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:25:55.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4953ms 2025-06-27 17:25:55.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:25:55.770 +03:00 [DBG] Connection id "0HNC8090TG6PI" completed keep alive response. 2025-06-27 17:25:55.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0258ms 2025-06-27 17:25:55.770 +03:00 [DBG] Connection id "0HNC8090TG6PI" received FIN. 2025-06-27 17:25:55.770 +03:00 [DBG] Connection id "0HNC8090TG6PI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:25:55.770 +03:00 [DBG] Connection id "0HNC8090TG6PI" disconnecting. 2025-06-27 17:25:55.770 +03:00 [DBG] Connection id "0HNC8090TG6PI" stopped. 2025-06-27 17:26:00.769 +03:00 [DBG] Connection id "0HNC8090TG6PJ" accepted. 2025-06-27 17:26:00.769 +03:00 [DBG] Connection id "0HNC8090TG6PJ" started. 2025-06-27 17:26:00.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:00.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:00.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:00.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:00.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:00.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:00.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:00.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:00.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:00.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:00.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:00.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:00.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:00.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:00.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:00.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:00.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:00.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:00.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:00.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2256ms. 2025-06-27 17:26:00.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:00.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:00.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:00.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:00.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:00.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:00.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:00.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9387ms 2025-06-27 17:26:00.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:00.774 +03:00 [DBG] Connection id "0HNC8090TG6PJ" completed keep alive response. 2025-06-27 17:26:00.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.5651ms 2025-06-27 17:26:00.774 +03:00 [DBG] Connection id "0HNC8090TG6PJ" received FIN. 2025-06-27 17:26:00.774 +03:00 [DBG] Connection id "0HNC8090TG6PJ" disconnecting. 2025-06-27 17:26:00.775 +03:00 [DBG] Connection id "0HNC8090TG6PJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:00.776 +03:00 [DBG] Connection id "0HNC8090TG6PJ" stopped. 2025-06-27 17:26:05.769 +03:00 [DBG] Connection id "0HNC8090TG6PK" accepted. 2025-06-27 17:26:05.769 +03:00 [DBG] Connection id "0HNC8090TG6PK" started. 2025-06-27 17:26:05.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:05.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:05.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:05.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:05.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:05.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:05.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:05.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:05.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:05.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:05.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:05.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:05.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:05.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:05.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:05.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:05.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:05.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:05.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:05.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:05.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1338ms. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:05.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:05.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:05.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:05.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:05.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6712ms 2025-06-27 17:26:05.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:05.771 +03:00 [DBG] Connection id "0HNC8090TG6PK" completed keep alive response. 2025-06-27 17:26:05.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.25ms 2025-06-27 17:26:05.771 +03:00 [DBG] Connection id "0HNC8090TG6PK" received FIN. 2025-06-27 17:26:05.771 +03:00 [DBG] Connection id "0HNC8090TG6PK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:05.771 +03:00 [DBG] Connection id "0HNC8090TG6PK" disconnecting. 2025-06-27 17:26:05.771 +03:00 [DBG] Connection id "0HNC8090TG6PK" stopped. 2025-06-27 17:26:10.763 +03:00 [DBG] Connection id "0HNC8090TG6PL" accepted. 2025-06-27 17:26:10.763 +03:00 [DBG] Connection id "0HNC8090TG6PL" started. 2025-06-27 17:26:10.763 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:10.763 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:10.763 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:10.763 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:10.763 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:10.763 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:10.763 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:10.763 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:10.764 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:10.764 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:10.764 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:10.764 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:10.764 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:10.764 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:10.764 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:10.764 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:10.764 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:10.764 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.764 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:10.764 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:10.764 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:10.764 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1548ms. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:10.764 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:10.764 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:10.764 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:10.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:10.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:10.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:10.765 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8805ms 2025-06-27 17:26:10.765 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:10.765 +03:00 [DBG] Connection id "0HNC8090TG6PL" completed keep alive response. 2025-06-27 17:26:10.765 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5879ms 2025-06-27 17:26:10.765 +03:00 [DBG] Connection id "0HNC8090TG6PL" received FIN. 2025-06-27 17:26:10.765 +03:00 [DBG] Connection id "0HNC8090TG6PL" disconnecting. 2025-06-27 17:26:10.765 +03:00 [DBG] Connection id "0HNC8090TG6PL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:10.766 +03:00 [DBG] Connection id "0HNC8090TG6PL" stopped. 2025-06-27 17:26:15.770 +03:00 [DBG] Connection id "0HNC8090TG6PM" accepted. 2025-06-27 17:26:15.770 +03:00 [DBG] Connection id "0HNC8090TG6PM" started. 2025-06-27 17:26:15.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:15.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:15.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:15.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:15.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:15.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:15.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:15.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:15.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:15.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:15.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:15.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:15.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:15.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:15.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:15.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:15.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:15.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:15.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:15.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:15.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1177ms. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:15.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:15.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:15.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:15.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7084ms 2025-06-27 17:26:15.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:15.772 +03:00 [DBG] Connection id "0HNC8090TG6PM" completed keep alive response. 2025-06-27 17:26:15.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.263ms 2025-06-27 17:26:15.772 +03:00 [DBG] Connection id "0HNC8090TG6PM" received FIN. 2025-06-27 17:26:15.772 +03:00 [DBG] Connection id "0HNC8090TG6PM" disconnecting. 2025-06-27 17:26:15.772 +03:00 [DBG] Connection id "0HNC8090TG6PM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:15.773 +03:00 [DBG] Connection id "0HNC8090TG6PM" stopped. 2025-06-27 17:26:20.767 +03:00 [DBG] Connection id "0HNC8090TG6PN" accepted. 2025-06-27 17:26:20.767 +03:00 [DBG] Connection id "0HNC8090TG6PN" started. 2025-06-27 17:26:20.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:20.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:20.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:20.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:20.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:20.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:20.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:20.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:20.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:20.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:20.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:20.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:20.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:20.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:20.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:20.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:20.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:20.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:20.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:20.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:20.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1222ms. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:20.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:20.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:20.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6593ms 2025-06-27 17:26:20.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:20.768 +03:00 [DBG] Connection id "0HNC8090TG6PN" completed keep alive response. 2025-06-27 17:26:20.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2829ms 2025-06-27 17:26:20.769 +03:00 [DBG] Connection id "0HNC8090TG6PN" received FIN. 2025-06-27 17:26:20.769 +03:00 [DBG] Connection id "0HNC8090TG6PN" disconnecting. 2025-06-27 17:26:20.769 +03:00 [DBG] Connection id "0HNC8090TG6PN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:20.770 +03:00 [DBG] Connection id "0HNC8090TG6PN" stopped. 2025-06-27 17:26:25.769 +03:00 [DBG] Connection id "0HNC8090TG6PO" accepted. 2025-06-27 17:26:25.769 +03:00 [DBG] Connection id "0HNC8090TG6PO" started. 2025-06-27 17:26:25.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:25.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:25.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:25.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:25.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:25.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:25.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:25.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:25.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:25.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:25.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:25.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:25.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:25.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:25.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:25.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:25.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:25.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:25.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:25.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:25.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:25.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:25.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:25.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1196ms. 2025-06-27 17:26:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:25.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:25.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:25.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7163ms 2025-06-27 17:26:25.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:25.770 +03:00 [DBG] Connection id "0HNC8090TG6PO" completed keep alive response. 2025-06-27 17:26:25.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3173ms 2025-06-27 17:26:25.770 +03:00 [DBG] Connection id "0HNC8090TG6PO" received FIN. 2025-06-27 17:26:25.771 +03:00 [DBG] Connection id "0HNC8090TG6PO" disconnecting. 2025-06-27 17:26:25.771 +03:00 [DBG] Connection id "0HNC8090TG6PO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:25.772 +03:00 [DBG] Connection id "0HNC8090TG6PO" stopped. 2025-06-27 17:26:30.773 +03:00 [DBG] Connection id "0HNC8090TG6PP" accepted. 2025-06-27 17:26:30.773 +03:00 [DBG] Connection id "0HNC8090TG6PP" started. 2025-06-27 17:26:30.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:30.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:30.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:30.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:30.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:30.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:30.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:30.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:30.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:30.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:30.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:30.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:30.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:30.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:30.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:30.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:30.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:30.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:30.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:30.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:30.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1693ms. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:30.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:30.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:30.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:30.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0878ms 2025-06-27 17:26:30.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:30.775 +03:00 [DBG] Connection id "0HNC8090TG6PP" completed keep alive response. 2025-06-27 17:26:30.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0073ms 2025-06-27 17:26:30.775 +03:00 [DBG] Connection id "0HNC8090TG6PP" received FIN. 2025-06-27 17:26:30.775 +03:00 [DBG] Connection id "0HNC8090TG6PP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:30.775 +03:00 [DBG] Connection id "0HNC8090TG6PP" disconnecting. 2025-06-27 17:26:30.775 +03:00 [DBG] Connection id "0HNC8090TG6PP" stopped. 2025-06-27 17:26:35.765 +03:00 [DBG] Connection id "0HNC8090TG6PQ" accepted. 2025-06-27 17:26:35.765 +03:00 [DBG] Connection id "0HNC8090TG6PQ" started. 2025-06-27 17:26:35.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:35.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:35.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:35.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:35.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:35.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:35.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:35.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:35.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:35.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:35.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:35.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:35.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:35.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:35.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:35.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:35.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:35.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:35.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:35.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:35.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1209ms. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:35.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:35.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:35.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7003ms 2025-06-27 17:26:35.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:35.766 +03:00 [DBG] Connection id "0HNC8090TG6PQ" completed keep alive response. 2025-06-27 17:26:35.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3159ms 2025-06-27 17:26:35.767 +03:00 [DBG] Connection id "0HNC8090TG6PQ" received FIN. 2025-06-27 17:26:35.767 +03:00 [DBG] Connection id "0HNC8090TG6PQ" disconnecting. 2025-06-27 17:26:35.767 +03:00 [DBG] Connection id "0HNC8090TG6PQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:35.768 +03:00 [DBG] Connection id "0HNC8090TG6PQ" stopped. 2025-06-27 17:26:40.771 +03:00 [DBG] Connection id "0HNC8090TG6PR" accepted. 2025-06-27 17:26:40.771 +03:00 [DBG] Connection id "0HNC8090TG6PR" started. 2025-06-27 17:26:40.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:40.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:40.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:40.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:40.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:40.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:40.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:40.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:40.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:40.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:40.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:40.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:40.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:40.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:40.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:40.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:40.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:40.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:40.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:40.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1568ms. 2025-06-27 17:26:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:40.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:40.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:40.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1891ms 2025-06-27 17:26:40.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:40.774 +03:00 [DBG] Connection id "0HNC8090TG6PR" completed keep alive response. 2025-06-27 17:26:40.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1429ms 2025-06-27 17:26:40.774 +03:00 [DBG] Connection id "0HNC8090TG6PR" received FIN. 2025-06-27 17:26:40.774 +03:00 [DBG] Connection id "0HNC8090TG6PR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:40.774 +03:00 [DBG] Connection id "0HNC8090TG6PR" disconnecting. 2025-06-27 17:26:40.774 +03:00 [DBG] Connection id "0HNC8090TG6PR" stopped. 2025-06-27 17:26:45.769 +03:00 [DBG] Connection id "0HNC8090TG6PS" accepted. 2025-06-27 17:26:45.769 +03:00 [DBG] Connection id "0HNC8090TG6PS" started. 2025-06-27 17:26:45.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:45.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:45.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:45.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:45.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:45.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:45.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:45.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:45.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:45.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:45.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:45.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:45.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:45.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:45.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:45.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:45.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:45.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:45.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:45.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:45.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:45.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:45.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6969ms 2025-06-27 17:26:45.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PS" completed keep alive response. 2025-06-27 17:26:45.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3706ms 2025-06-27 17:26:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PS" received FIN. 2025-06-27 17:26:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PS" disconnecting. 2025-06-27 17:26:45.771 +03:00 [DBG] Connection id "0HNC8090TG6PS" stopped. 2025-06-27 17:26:50.770 +03:00 [DBG] Connection id "0HNC8090TG6PT" accepted. 2025-06-27 17:26:50.770 +03:00 [DBG] Connection id "0HNC8090TG6PT" started. 2025-06-27 17:26:50.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:50.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:50.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:50.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:50.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:50.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:50.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:50.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:50.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:50.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:50.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:50.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:50.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:50.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:50.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:50.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:50.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:50.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:50.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:50.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:50.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1615ms. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:50.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:50.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:50.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2271ms 2025-06-27 17:26:50.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:50.772 +03:00 [DBG] Connection id "0HNC8090TG6PT" completed keep alive response. 2025-06-27 17:26:50.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1816ms 2025-06-27 17:26:50.772 +03:00 [DBG] Connection id "0HNC8090TG6PT" received FIN. 2025-06-27 17:26:50.772 +03:00 [DBG] Connection id "0HNC8090TG6PT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:50.772 +03:00 [DBG] Connection id "0HNC8090TG6PT" disconnecting. 2025-06-27 17:26:50.773 +03:00 [DBG] Connection id "0HNC8090TG6PT" stopped. 2025-06-27 17:26:55.767 +03:00 [DBG] Connection id "0HNC8090TG6PU" accepted. 2025-06-27 17:26:55.767 +03:00 [DBG] Connection id "0HNC8090TG6PU" started. 2025-06-27 17:26:55.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:26:55.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:26:55.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:26:55.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:26:55.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:26:55.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:55.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:26:55.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:26:55.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:26:55.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:26:55.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:55.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:26:55.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:26:55.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:26:55.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:26:55.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:26:55.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:26:55.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:55.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:55.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:26:55.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1221ms. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:55.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:26:55.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:26:55.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6946ms 2025-06-27 17:26:55.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:26:55.768 +03:00 [DBG] Connection id "0HNC8090TG6PU" completed keep alive response. 2025-06-27 17:26:55.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3649ms 2025-06-27 17:26:55.768 +03:00 [DBG] Connection id "0HNC8090TG6PU" received FIN. 2025-06-27 17:26:55.768 +03:00 [DBG] Connection id "0HNC8090TG6PU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:26:55.769 +03:00 [DBG] Connection id "0HNC8090TG6PU" disconnecting. 2025-06-27 17:26:55.769 +03:00 [DBG] Connection id "0HNC8090TG6PU" stopped. 2025-06-27 17:27:00.765 +03:00 [DBG] Connection id "0HNC8090TG6PV" accepted. 2025-06-27 17:27:00.765 +03:00 [DBG] Connection id "0HNC8090TG6PV" started. 2025-06-27 17:27:00.766 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:00.766 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:00.766 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:00.766 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:00.766 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:00.766 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:00.766 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:00.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:00.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:00.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:00.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:00.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:00.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:00.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:00.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:00.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:00.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:00.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:00.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:00.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:00.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:00.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:00.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:00.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:00.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1292ms. 2025-06-27 17:27:00.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:00.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:00.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:00.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7352ms 2025-06-27 17:27:00.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:00.767 +03:00 [DBG] Connection id "0HNC8090TG6PV" completed keep alive response. 2025-06-27 17:27:00.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.337ms 2025-06-27 17:27:00.767 +03:00 [DBG] Connection id "0HNC8090TG6PV" received FIN. 2025-06-27 17:27:00.767 +03:00 [DBG] Connection id "0HNC8090TG6PV" disconnecting. 2025-06-27 17:27:00.767 +03:00 [DBG] Connection id "0HNC8090TG6PV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:00.768 +03:00 [DBG] Connection id "0HNC8090TG6PV" stopped. 2025-06-27 17:27:05.765 +03:00 [DBG] Connection id "0HNC8090TG6Q0" accepted. 2025-06-27 17:27:05.765 +03:00 [DBG] Connection id "0HNC8090TG6Q0" started. 2025-06-27 17:27:05.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:05.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:05.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:05.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:05.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:05.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:05.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:05.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:05.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:05.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:05.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:05.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:05.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:05.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:05.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:05.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:05.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:05.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:05.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:05.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:05.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1253ms. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:05.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:05.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:05.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7731ms 2025-06-27 17:27:05.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:05.767 +03:00 [DBG] Connection id "0HNC8090TG6Q0" completed keep alive response. 2025-06-27 17:27:05.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4439ms 2025-06-27 17:27:05.767 +03:00 [DBG] Connection id "0HNC8090TG6Q0" received FIN. 2025-06-27 17:27:05.767 +03:00 [DBG] Connection id "0HNC8090TG6Q0" disconnecting. 2025-06-27 17:27:05.767 +03:00 [DBG] Connection id "0HNC8090TG6Q0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:05.768 +03:00 [DBG] Connection id "0HNC8090TG6Q0" stopped. 2025-06-27 17:27:10.769 +03:00 [DBG] Connection id "0HNC8090TG6Q1" accepted. 2025-06-27 17:27:10.769 +03:00 [DBG] Connection id "0HNC8090TG6Q1" started. 2025-06-27 17:27:10.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:10.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:10.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:10.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:10.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:10.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:10.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:10.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:10.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:10.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:10.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:10.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:10.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:10.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:10.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:10.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:10.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:10.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:10.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:10.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:10.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1217ms. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:10.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:10.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:10.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7247ms 2025-06-27 17:27:10.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:10.770 +03:00 [DBG] Connection id "0HNC8090TG6Q1" completed keep alive response. 2025-06-27 17:27:10.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4079ms 2025-06-27 17:27:10.771 +03:00 [DBG] Connection id "0HNC8090TG6Q1" received FIN. 2025-06-27 17:27:10.771 +03:00 [DBG] Connection id "0HNC8090TG6Q1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:10.771 +03:00 [DBG] Connection id "0HNC8090TG6Q1" disconnecting. 2025-06-27 17:27:10.771 +03:00 [DBG] Connection id "0HNC8090TG6Q1" stopped. 2025-06-27 17:27:15.767 +03:00 [DBG] Connection id "0HNC8090TG6Q2" accepted. 2025-06-27 17:27:15.767 +03:00 [DBG] Connection id "0HNC8090TG6Q2" started. 2025-06-27 17:27:15.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:15.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:15.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:15.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:15.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:15.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:15.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:15.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:15.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:15.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:15.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:15.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:15.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:15.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:15.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:15.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:15.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:15.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:15.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:15.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:15.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:15.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:15.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1701ms. 2025-06-27 17:27:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:15.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:15.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:15.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2038ms 2025-06-27 17:27:15.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:15.769 +03:00 [DBG] Connection id "0HNC8090TG6Q2" completed keep alive response. 2025-06-27 17:27:15.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1765ms 2025-06-27 17:27:15.769 +03:00 [DBG] Connection id "0HNC8090TG6Q2" received FIN. 2025-06-27 17:27:15.770 +03:00 [DBG] Connection id "0HNC8090TG6Q2" disconnecting. 2025-06-27 17:27:15.770 +03:00 [DBG] Connection id "0HNC8090TG6Q2" stopped. 2025-06-27 17:27:15.770 +03:00 [DBG] Connection id "0HNC8090TG6Q2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:20.765 +03:00 [DBG] Connection id "0HNC8090TG6Q3" accepted. 2025-06-27 17:27:20.765 +03:00 [DBG] Connection id "0HNC8090TG6Q3" started. 2025-06-27 17:27:20.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:20.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:20.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:20.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:20.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:20.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:20.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:20.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:20.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:20.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:20.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:20.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:20.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:20.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:20.765 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:20.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:20.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:20.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.765 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:20.765 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:20.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:20.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:20.765 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:20.765 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:20.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:20.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1205ms. 2025-06-27 17:27:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:20.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:20.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:20.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7471ms 2025-06-27 17:27:20.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:20.766 +03:00 [DBG] Connection id "0HNC8090TG6Q3" completed keep alive response. 2025-06-27 17:27:20.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3804ms 2025-06-27 17:27:20.766 +03:00 [DBG] Connection id "0HNC8090TG6Q3" received FIN. 2025-06-27 17:27:20.767 +03:00 [DBG] Connection id "0HNC8090TG6Q3" disconnecting. 2025-06-27 17:27:20.767 +03:00 [DBG] Connection id "0HNC8090TG6Q3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:20.768 +03:00 [DBG] Connection id "0HNC8090TG6Q3" stopped. 2025-06-27 17:27:25.770 +03:00 [DBG] Connection id "0HNC8090TG6Q4" accepted. 2025-06-27 17:27:25.771 +03:00 [DBG] Connection id "0HNC8090TG6Q4" started. 2025-06-27 17:27:25.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:25.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:25.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:25.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:25.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:25.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:25.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:25.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:25.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:25.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:25.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:25.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:25.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:25.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:25.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:25.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:25.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:25.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:25.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:25.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:25.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:25.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:25.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:25.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:25.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1254ms. 2025-06-27 17:27:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:25.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:25.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:25.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7015ms 2025-06-27 17:27:25.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:25.772 +03:00 [DBG] Connection id "0HNC8090TG6Q4" completed keep alive response. 2025-06-27 17:27:25.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.312ms 2025-06-27 17:27:25.772 +03:00 [DBG] Connection id "0HNC8090TG6Q4" received FIN. 2025-06-27 17:27:25.772 +03:00 [DBG] Connection id "0HNC8090TG6Q4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:25.772 +03:00 [DBG] Connection id "0HNC8090TG6Q4" disconnecting. 2025-06-27 17:27:25.772 +03:00 [DBG] Connection id "0HNC8090TG6Q4" stopped. 2025-06-27 17:27:30.770 +03:00 [DBG] Connection id "0HNC8090TG6Q5" accepted. 2025-06-27 17:27:30.770 +03:00 [DBG] Connection id "0HNC8090TG6Q5" started. 2025-06-27 17:27:30.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:30.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:30.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:30.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:30.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:30.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:30.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:30.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:30.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:30.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:30.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:30.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:30.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:30.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:30.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:30.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:30.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:30.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:30.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:30.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:30.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1467ms. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:30.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:30.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:30.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8829ms 2025-06-27 17:27:30.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:30.772 +03:00 [DBG] Connection id "0HNC8090TG6Q5" completed keep alive response. 2025-06-27 17:27:30.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7726ms 2025-06-27 17:27:30.772 +03:00 [DBG] Connection id "0HNC8090TG6Q5" received FIN. 2025-06-27 17:27:30.772 +03:00 [DBG] Connection id "0HNC8090TG6Q5" disconnecting. 2025-06-27 17:27:30.772 +03:00 [DBG] Connection id "0HNC8090TG6Q5" stopped. 2025-06-27 17:27:30.772 +03:00 [DBG] Connection id "0HNC8090TG6Q5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:35.765 +03:00 [DBG] Connection id "0HNC8090TG6Q6" accepted. 2025-06-27 17:27:35.765 +03:00 [DBG] Connection id "0HNC8090TG6Q6" started. 2025-06-27 17:27:35.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:35.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:35.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:35.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:35.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:35.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:35.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:35.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:35.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:35.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:35.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:35.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:35.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:35.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:35.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:35.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:35.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:35.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:35.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:35.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:35.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.121ms. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:35.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:35.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:35.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7ms 2025-06-27 17:27:35.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:35.766 +03:00 [DBG] Connection id "0HNC8090TG6Q6" completed keep alive response. 2025-06-27 17:27:35.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2951ms 2025-06-27 17:27:35.767 +03:00 [DBG] Connection id "0HNC8090TG6Q6" received FIN. 2025-06-27 17:27:35.767 +03:00 [DBG] Connection id "0HNC8090TG6Q6" disconnecting. 2025-06-27 17:27:35.767 +03:00 [DBG] Connection id "0HNC8090TG6Q6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:35.768 +03:00 [DBG] Connection id "0HNC8090TG6Q6" stopped. 2025-06-27 17:27:40.767 +03:00 [DBG] Connection id "0HNC8090TG6Q7" accepted. 2025-06-27 17:27:40.767 +03:00 [DBG] Connection id "0HNC8090TG6Q7" started. 2025-06-27 17:27:40.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:40.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:40.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:40.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:40.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:40.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:40.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:40.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:40.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:40.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:40.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:40.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:40.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:40.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:40.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:40.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:40.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:40.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:40.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:40.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:40.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:40.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:40.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2395ms. 2025-06-27 17:27:40.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:40.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:40.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:40.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:40.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:40.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:40.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:40.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7925ms 2025-06-27 17:27:40.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:40.770 +03:00 [DBG] Connection id "0HNC8090TG6Q7" completed keep alive response. 2025-06-27 17:27:40.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7878ms 2025-06-27 17:27:40.770 +03:00 [DBG] Connection id "0HNC8090TG6Q7" received FIN. 2025-06-27 17:27:40.770 +03:00 [DBG] Connection id "0HNC8090TG6Q7" disconnecting. 2025-06-27 17:27:40.770 +03:00 [DBG] Connection id "0HNC8090TG6Q7" stopped. 2025-06-27 17:27:40.771 +03:00 [DBG] Connection id "0HNC8090TG6Q7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:46.496 +03:00 [DBG] Connection id "0HNC8090TG6Q8" accepted. 2025-06-27 17:27:46.496 +03:00 [DBG] Connection id "0HNC8090TG6Q8" started. 2025-06-27 17:27:46.496 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:46.496 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:46.496 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:46.496 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:46.496 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:46.496 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:46.496 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:46.496 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:46.496 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:46.497 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:46.497 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:46.497 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:46.497 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:46.497 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:46.497 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:46.497 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:46.497 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:46.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.497 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:46.497 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:46.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:46.498 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:46.498 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2069ms. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:46.498 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:46.498 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:46.499 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:46.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:46.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:46.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.499 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.499 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:46.499 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.59ms 2025-06-27 17:27:46.499 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:46.499 +03:00 [DBG] Connection id "0HNC8090TG6Q8" completed keep alive response. 2025-06-27 17:27:46.499 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7844ms 2025-06-27 17:27:46.499 +03:00 [DBG] Connection id "0HNC8090TG6Q8" received FIN. 2025-06-27 17:27:46.499 +03:00 [DBG] Connection id "0HNC8090TG6Q8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:46.499 +03:00 [DBG] Connection id "0HNC8090TG6Q8" disconnecting. 2025-06-27 17:27:46.499 +03:00 [DBG] Connection id "0HNC8090TG6Q8" stopped. 2025-06-27 17:27:51.490 +03:00 [DBG] Connection id "0HNC8090TG6Q9" accepted. 2025-06-27 17:27:51.491 +03:00 [DBG] Connection id "0HNC8090TG6Q9" started. 2025-06-27 17:27:51.491 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:51.491 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:51.491 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:51.491 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:51.491 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:51.491 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:51.491 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:51.491 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:51.491 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:51.491 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:51.491 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:51.491 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:51.491 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:51.491 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:51.491 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:51.491 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:51.492 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:51.492 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.492 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:51.492 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:51.492 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:51.492 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1716ms. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:51.492 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:51.493 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:51.493 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:51.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:51.493 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:51.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.493 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.493 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.493 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:51.493 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2675ms 2025-06-27 17:27:51.493 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:51.493 +03:00 [DBG] Connection id "0HNC8090TG6Q9" completed keep alive response. 2025-06-27 17:27:51.493 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1663ms 2025-06-27 17:27:51.493 +03:00 [DBG] Connection id "0HNC8090TG6Q9" received FIN. 2025-06-27 17:27:51.493 +03:00 [DBG] Connection id "0HNC8090TG6Q9" disconnecting. 2025-06-27 17:27:51.494 +03:00 [DBG] Connection id "0HNC8090TG6Q9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:51.495 +03:00 [DBG] Connection id "0HNC8090TG6Q9" stopped. 2025-06-27 17:27:56.495 +03:00 [DBG] Connection id "0HNC8090TG6QA" accepted. 2025-06-27 17:27:56.495 +03:00 [DBG] Connection id "0HNC8090TG6QA" started. 2025-06-27 17:27:56.495 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:27:56.495 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:27:56.495 +03:00 [DBG] POST requests are not supported 2025-06-27 17:27:56.496 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:27:56.496 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:27:56.496 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:56.496 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:27:56.496 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:27:56.496 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:27:56.496 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:27:56.496 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:56.496 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:27:56.496 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:27:56.496 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:27:56.496 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:27:56.496 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:27:56.496 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:27:56.496 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.496 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:56.496 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:56.496 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:27:56.496 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1507ms. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:56.496 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:56.496 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:27:56.497 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:27:56.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:56.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:27:56.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:27:56.497 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7819ms 2025-06-27 17:27:56.497 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:27:56.497 +03:00 [DBG] Connection id "0HNC8090TG6QA" completed keep alive response. 2025-06-27 17:27:56.497 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2825ms 2025-06-27 17:27:56.497 +03:00 [DBG] Connection id "0HNC8090TG6QA" received FIN. 2025-06-27 17:27:56.497 +03:00 [DBG] Connection id "0HNC8090TG6QA" disconnecting. 2025-06-27 17:27:56.497 +03:00 [DBG] Connection id "0HNC8090TG6QA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:27:56.498 +03:00 [DBG] Connection id "0HNC8090TG6QA" stopped. 2025-06-27 17:28:01.505 +03:00 [DBG] Connection id "0HNC8090TG6QB" accepted. 2025-06-27 17:28:01.505 +03:00 [DBG] Connection id "0HNC8090TG6QB" started. 2025-06-27 17:28:01.506 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:01.506 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:01.506 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:01.506 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:01.506 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:01.506 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:01.506 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:01.506 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:01.506 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:01.506 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:01.506 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:01.506 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:01.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:01.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:01.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:01.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:01.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:01.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.506 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:01.506 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:01.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:01.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:01.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:01.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:01.506 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:01.506 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1383ms. 2025-06-27 17:28:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:01.507 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:01.507 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.507 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:01.507 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7696ms 2025-06-27 17:28:01.507 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:01.507 +03:00 [DBG] Connection id "0HNC8090TG6QB" completed keep alive response. 2025-06-27 17:28:01.507 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4198ms 2025-06-27 17:28:01.507 +03:00 [DBG] Connection id "0HNC8090TG6QB" received FIN. 2025-06-27 17:28:01.507 +03:00 [DBG] Connection id "0HNC8090TG6QB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:01.507 +03:00 [DBG] Connection id "0HNC8090TG6QB" disconnecting. 2025-06-27 17:28:01.507 +03:00 [DBG] Connection id "0HNC8090TG6QB" stopped. 2025-06-27 17:28:06.489 +03:00 [DBG] Connection id "0HNC8090TG6QC" accepted. 2025-06-27 17:28:06.489 +03:00 [DBG] Connection id "0HNC8090TG6QC" started. 2025-06-27 17:28:06.490 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:06.490 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:06.490 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:06.490 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:06.490 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:06.490 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:06.490 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:06.490 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:06.490 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:06.490 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:06.490 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:06.490 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:06.490 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:06.490 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:06.490 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:06.490 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:06.490 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:06.490 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.490 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.490 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:06.490 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:06.490 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:06.490 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:06.490 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:06.490 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:06.490 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:06.490 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.122ms. 2025-06-27 17:28:06.491 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:06.491 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:06.491 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.491 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:06.491 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6826ms 2025-06-27 17:28:06.491 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:06.491 +03:00 [DBG] Connection id "0HNC8090TG6QC" completed keep alive response. 2025-06-27 17:28:06.491 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.337ms 2025-06-27 17:28:06.491 +03:00 [DBG] Connection id "0HNC8090TG6QC" received FIN. 2025-06-27 17:28:06.491 +03:00 [DBG] Connection id "0HNC8090TG6QC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:06.491 +03:00 [DBG] Connection id "0HNC8090TG6QC" disconnecting. 2025-06-27 17:28:06.491 +03:00 [DBG] Connection id "0HNC8090TG6QC" stopped. 2025-06-27 17:28:11.496 +03:00 [DBG] Connection id "0HNC8090TG6QD" accepted. 2025-06-27 17:28:11.496 +03:00 [DBG] Connection id "0HNC8090TG6QD" started. 2025-06-27 17:28:11.496 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:11.496 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:11.496 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:11.496 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:11.496 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:11.496 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:11.496 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:11.496 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:11.496 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:11.496 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:11.496 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:11.496 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:11.497 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:11.497 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:11.497 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:11.497 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:11.497 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:11.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:11.497 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:11.497 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:11.497 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1151ms. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:11.497 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:11.497 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:11.497 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6595ms 2025-06-27 17:28:11.497 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:11.497 +03:00 [DBG] Connection id "0HNC8090TG6QD" completed keep alive response. 2025-06-27 17:28:11.497 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3304ms 2025-06-27 17:28:11.498 +03:00 [DBG] Connection id "0HNC8090TG6QD" received FIN. 2025-06-27 17:28:11.498 +03:00 [DBG] Connection id "0HNC8090TG6QD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:11.498 +03:00 [DBG] Connection id "0HNC8090TG6QD" disconnecting. 2025-06-27 17:28:11.498 +03:00 [DBG] Connection id "0HNC8090TG6QD" stopped. 2025-06-27 17:28:16.501 +03:00 [DBG] Connection id "0HNC8090TG6QE" accepted. 2025-06-27 17:28:16.501 +03:00 [DBG] Connection id "0HNC8090TG6QE" started. 2025-06-27 17:28:16.501 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:16.501 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:16.501 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:16.501 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:16.501 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:16.501 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:16.502 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:16.502 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:16.502 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:16.502 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:16.502 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:16.502 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:16.502 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:16.502 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:16.502 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:16.502 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:16.502 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:16.502 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.502 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.502 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:16.502 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:16.502 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:16.502 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:16.502 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:16.502 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:16.502 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:16.503 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1547ms. 2025-06-27 17:28:16.503 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:16.503 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:16.503 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.503 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:16.503 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2953ms 2025-06-27 17:28:16.503 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:16.503 +03:00 [DBG] Connection id "0HNC8090TG6QE" completed keep alive response. 2025-06-27 17:28:16.503 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0889ms 2025-06-27 17:28:16.504 +03:00 [DBG] Connection id "0HNC8090TG6QE" received FIN. 2025-06-27 17:28:16.504 +03:00 [DBG] Connection id "0HNC8090TG6QE" disconnecting. 2025-06-27 17:28:16.504 +03:00 [DBG] Connection id "0HNC8090TG6QE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:16.505 +03:00 [DBG] Connection id "0HNC8090TG6QE" stopped. 2025-06-27 17:28:21.503 +03:00 [DBG] Connection id "0HNC8090TG6QF" accepted. 2025-06-27 17:28:21.503 +03:00 [DBG] Connection id "0HNC8090TG6QF" started. 2025-06-27 17:28:21.503 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:21.503 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:21.503 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:21.503 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:21.503 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:21.503 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:21.503 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:21.503 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:21.503 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:21.503 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:21.503 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:21.503 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:21.503 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:21.503 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:21.503 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:21.503 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:21.503 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:21.503 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:21.504 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:21.504 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:21.504 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1282ms. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:21.504 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:21.504 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:21.504 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7061ms 2025-06-27 17:28:21.504 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:21.504 +03:00 [DBG] Connection id "0HNC8090TG6QF" completed keep alive response. 2025-06-27 17:28:21.504 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2907ms 2025-06-27 17:28:21.504 +03:00 [DBG] Connection id "0HNC8090TG6QF" received FIN. 2025-06-27 17:28:21.505 +03:00 [DBG] Connection id "0HNC8090TG6QF" disconnecting. 2025-06-27 17:28:21.505 +03:00 [DBG] Connection id "0HNC8090TG6QF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:21.506 +03:00 [DBG] Connection id "0HNC8090TG6QF" stopped. 2025-06-27 17:28:26.498 +03:00 [DBG] Connection id "0HNC8090TG6QG" accepted. 2025-06-27 17:28:26.498 +03:00 [DBG] Connection id "0HNC8090TG6QG" started. 2025-06-27 17:28:26.498 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:26.498 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:26.498 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:26.498 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:26.498 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:26.498 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:26.498 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:26.498 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:26.498 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:26.498 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:26.498 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:26.498 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:26.499 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:26.499 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:26.499 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:26.499 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:26.499 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:26.499 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:26.499 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:26.499 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:26.499 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1191ms. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:26.499 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:26.499 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:26.499 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6998ms 2025-06-27 17:28:26.499 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:26.499 +03:00 [DBG] Connection id "0HNC8090TG6QG" completed keep alive response. 2025-06-27 17:28:26.500 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3935ms 2025-06-27 17:28:26.500 +03:00 [DBG] Connection id "0HNC8090TG6QG" received FIN. 2025-06-27 17:28:26.500 +03:00 [DBG] Connection id "0HNC8090TG6QG" disconnecting. 2025-06-27 17:28:26.500 +03:00 [DBG] Connection id "0HNC8090TG6QG" stopped. 2025-06-27 17:28:26.500 +03:00 [DBG] Connection id "0HNC8090TG6QG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:31.491 +03:00 [DBG] Connection id "0HNC8090TG6QH" accepted. 2025-06-27 17:28:31.491 +03:00 [DBG] Connection id "0HNC8090TG6QH" started. 2025-06-27 17:28:31.491 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:31.491 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:31.491 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:31.491 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:31.491 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:31.491 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:31.491 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:31.491 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:31.492 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:31.492 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:31.492 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:31.492 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:31.492 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:31.492 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:31.492 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:31.492 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:31.492 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:31.492 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.492 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.492 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:31.492 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:31.492 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:31.492 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:31.492 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:31.492 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:31.492 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:31.492 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1872ms. 2025-06-27 17:28:31.493 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:31.493 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:31.493 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.493 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:31.493 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1308ms 2025-06-27 17:28:31.493 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:31.493 +03:00 [DBG] Connection id "0HNC8090TG6QH" completed keep alive response. 2025-06-27 17:28:31.493 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0979ms 2025-06-27 17:28:31.494 +03:00 [DBG] Connection id "0HNC8090TG6QH" received FIN. 2025-06-27 17:28:31.494 +03:00 [DBG] Connection id "0HNC8090TG6QH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:31.494 +03:00 [DBG] Connection id "0HNC8090TG6QH" disconnecting. 2025-06-27 17:28:31.494 +03:00 [DBG] Connection id "0HNC8090TG6QH" stopped. 2025-06-27 17:28:36.495 +03:00 [DBG] Connection id "0HNC8090TG6QI" accepted. 2025-06-27 17:28:36.495 +03:00 [DBG] Connection id "0HNC8090TG6QI" started. 2025-06-27 17:28:36.495 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:36.495 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:36.495 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:36.495 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:36.496 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:36.496 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:36.496 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:36.496 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:36.496 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:36.496 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:36.496 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:36.496 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:36.496 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:36.496 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:36.496 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:36.497 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:36.497 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:36.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.497 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:36.497 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:36.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:36.497 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:36.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:36.497 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:36.497 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:36.497 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1974ms. 2025-06-27 17:28:36.498 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:36.498 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:36.498 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.498 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:36.498 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7365ms 2025-06-27 17:28:36.499 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:36.499 +03:00 [DBG] Connection id "0HNC8090TG6QI" completed keep alive response. 2025-06-27 17:28:36.499 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.6087ms 2025-06-27 17:28:36.499 +03:00 [DBG] Connection id "0HNC8090TG6QI" received FIN. 2025-06-27 17:28:36.499 +03:00 [DBG] Connection id "0HNC8090TG6QI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:36.499 +03:00 [DBG] Connection id "0HNC8090TG6QI" disconnecting. 2025-06-27 17:28:36.499 +03:00 [DBG] Connection id "0HNC8090TG6QI" stopped. 2025-06-27 17:28:41.502 +03:00 [DBG] Connection id "0HNC8090TG6QJ" accepted. 2025-06-27 17:28:41.502 +03:00 [DBG] Connection id "0HNC8090TG6QJ" started. 2025-06-27 17:28:41.502 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:28:41.502 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:28:41.502 +03:00 [DBG] POST requests are not supported 2025-06-27 17:28:41.502 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:28:41.502 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:28:41.502 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:41.503 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:28:41.503 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:28:41.503 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:28:41.503 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:28:41.503 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:41.503 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:28:41.503 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:28:41.503 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:28:41.503 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:28:41.503 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:28:41.503 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:28:41.503 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.503 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.503 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:41.503 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:28:41.503 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:41.503 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:41.504 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:28:41.504 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1721ms. 2025-06-27 17:28:41.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:41.504 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:28:41.504 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.504 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.505 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:28:41.505 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3002ms 2025-06-27 17:28:41.505 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:28:41.505 +03:00 [DBG] Connection id "0HNC8090TG6QJ" completed keep alive response. 2025-06-27 17:28:41.505 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5407ms 2025-06-27 17:28:41.505 +03:00 [DBG] Connection id "0HNC8090TG6QJ" received FIN. 2025-06-27 17:28:41.505 +03:00 [DBG] Connection id "0HNC8090TG6QJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:28:41.505 +03:00 [DBG] Connection id "0HNC8090TG6QJ" disconnecting. 2025-06-27 17:28:41.505 +03:00 [DBG] Connection id "0HNC8090TG6QJ" stopped. 2025-06-27 17:29:01.487 +03:00 [DBG] Connection id "0HNC8090TG6QK" accepted. 2025-06-27 17:29:01.487 +03:00 [DBG] Connection id "0HNC8090TG6QK" started. 2025-06-27 17:29:01.488 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:29:01.488 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:29:01.488 +03:00 [DBG] POST requests are not supported 2025-06-27 17:29:01.488 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:29:01.488 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:29:01.488 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:29:01.488 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:29:01.488 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:29:01.488 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:29:01.488 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:29:01.488 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:29:01.488 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:29:01.488 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:29:01.488 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:29:01.488 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:29:01.488 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:29:01.488 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:29:01.488 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.488 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.488 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:29:01.488 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:29:01.488 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:29:01.488 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:29:01.488 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:29:01.488 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:29:01.488 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:29:01.489 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1512ms. 2025-06-27 17:29:01.489 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:29:01.489 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:29:01.489 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.489 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:29:01.489 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7508ms 2025-06-27 17:29:01.489 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:29:01.489 +03:00 [DBG] Connection id "0HNC8090TG6QK" completed keep alive response. 2025-06-27 17:29:01.489 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.405ms 2025-06-27 17:29:01.489 +03:00 [DBG] Connection id "0HNC8090TG6QK" received FIN. 2025-06-27 17:29:01.489 +03:00 [DBG] Connection id "0HNC8090TG6QK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:29:01.489 +03:00 [DBG] Connection id "0HNC8090TG6QK" disconnecting. 2025-06-27 17:29:01.489 +03:00 [DBG] Connection id "0HNC8090TG6QK" stopped. 2025-06-27 17:30:01.498 +03:00 [DBG] Connection id "0HNC8090TG6QL" accepted. 2025-06-27 17:30:01.498 +03:00 [DBG] Connection id "0HNC8090TG6QL" started. 2025-06-27 17:30:01.498 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:30:01.498 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:30:01.498 +03:00 [DBG] POST requests are not supported 2025-06-27 17:30:01.498 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:30:01.498 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:30:01.498 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:30:01.498 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:30:01.498 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:30:01.498 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:30:01.498 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:30:01.498 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:30:01.498 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:30:01.498 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:30:01.498 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:30:01.498 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:30:01.498 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:30:01.498 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:30:01.498 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.498 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.498 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:30:01.498 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:30:01.498 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:30:01.499 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:30:01.499 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1211ms. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:30:01.499 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:30:01.499 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.499 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:30:01.499 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6477ms 2025-06-27 17:30:01.499 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:30:01.499 +03:00 [DBG] Connection id "0HNC8090TG6QL" completed keep alive response. 2025-06-27 17:30:01.499 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2018ms 2025-06-27 17:30:01.499 +03:00 [DBG] Connection id "0HNC8090TG6QL" received FIN. 2025-06-27 17:30:01.499 +03:00 [DBG] Connection id "0HNC8090TG6QL" disconnecting. 2025-06-27 17:30:01.500 +03:00 [DBG] Connection id "0HNC8090TG6QL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:30:01.501 +03:00 [DBG] Connection id "0HNC8090TG6QL" stopped. 2025-06-27 17:31:01.494 +03:00 [DBG] Connection id "0HNC8090TG6QM" accepted. 2025-06-27 17:31:01.494 +03:00 [DBG] Connection id "0HNC8090TG6QM" started. 2025-06-27 17:31:01.494 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:01.494 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:01.494 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:01.494 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:01.494 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:01.494 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:01.494 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:01.494 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:01.495 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:01.495 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:01.495 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:01.495 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:01.495 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:01.495 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:01.495 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:01.495 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:01.495 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:01.495 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.495 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:01.495 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:01.495 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:01.495 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1447ms. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.495 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:01.496 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:01.496 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:01.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.496 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:01.496 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9598ms 2025-06-27 17:31:01.496 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:01.496 +03:00 [DBG] Connection id "0HNC8090TG6QM" completed keep alive response. 2025-06-27 17:31:01.496 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7966ms 2025-06-27 17:31:01.496 +03:00 [DBG] Connection id "0HNC8090TG6QM" received FIN. 2025-06-27 17:31:01.496 +03:00 [DBG] Connection id "0HNC8090TG6QM" disconnecting. 2025-06-27 17:31:01.496 +03:00 [DBG] Connection id "0HNC8090TG6QM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:01.498 +03:00 [DBG] Connection id "0HNC8090TG6QM" stopped. 2025-06-27 17:31:27.177 +03:00 [DBG] Connection id "0HNC8090TG6QN" accepted. 2025-06-27 17:31:27.177 +03:00 [DBG] Connection id "0HNC8090TG6QN" started. 2025-06-27 17:31:27.178 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:27.178 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:27.178 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:27.178 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:27.178 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:27.178 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:27.178 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:27.178 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:27.178 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:27.178 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:27.178 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:27.178 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:27.178 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:27.178 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:27.178 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:27.178 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:27.178 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:27.178 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.178 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.178 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:27.178 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:27.178 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:27.178 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:27.178 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:27.178 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:27.178 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:27.178 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.122ms. 2025-06-27 17:31:27.178 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:27.178 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:27.179 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:27.179 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.179 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:27.179 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7707ms 2025-06-27 17:31:27.179 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:27.179 +03:00 [DBG] Connection id "0HNC8090TG6QN" completed keep alive response. 2025-06-27 17:31:27.179 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3745ms 2025-06-27 17:31:27.179 +03:00 [DBG] Connection id "0HNC8090TG6QN" received FIN. 2025-06-27 17:31:27.179 +03:00 [DBG] Connection id "0HNC8090TG6QN" disconnecting. 2025-06-27 17:31:27.179 +03:00 [DBG] Connection id "0HNC8090TG6QN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:27.180 +03:00 [DBG] Connection id "0HNC8090TG6QN" stopped. 2025-06-27 17:31:30.833 +03:00 [DBG] Connection id "0HNC8090TG6QO" accepted. 2025-06-27 17:31:30.833 +03:00 [DBG] Connection id "0HNC8090TG6QO" started. 2025-06-27 17:31:30.833 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:30.833 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:30.833 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:30.834 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:30.834 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:30.834 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:30.834 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:30.834 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:30.834 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:30.834 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:30.834 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:30.834 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:30.834 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:30.834 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:30.834 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:30.834 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:30.834 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:30.834 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.834 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.834 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:30.835 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:30.835 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:30.835 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1822ms. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:30.835 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:30.835 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:30.835 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:30.835 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:30.836 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:30.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.836 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.836 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.836 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:30.836 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5335ms 2025-06-27 17:31:30.836 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:30.836 +03:00 [DBG] Connection id "0HNC8090TG6QO" completed keep alive response. 2025-06-27 17:31:30.836 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6668ms 2025-06-27 17:31:30.836 +03:00 [DBG] Connection id "0HNC8090TG6QO" received FIN. 2025-06-27 17:31:30.837 +03:00 [DBG] Connection id "0HNC8090TG6QO" disconnecting. 2025-06-27 17:31:30.837 +03:00 [DBG] Connection id "0HNC8090TG6QO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:30.838 +03:00 [DBG] Connection id "0HNC8090TG6QO" stopped. 2025-06-27 17:31:35.766 +03:00 [DBG] Connection id "0HNC8090TG6QP" accepted. 2025-06-27 17:31:35.767 +03:00 [DBG] Connection id "0HNC8090TG6QP" started. 2025-06-27 17:31:35.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:35.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:35.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:35.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:35.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:35.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:35.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:35.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:35.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:35.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:35.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:35.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:35.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:35.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:35.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:35.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:35.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:35.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.767 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:35.767 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:35.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:35.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:35.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:35.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:35.767 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:35.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1192ms. 2025-06-27 17:31:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:35.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:35.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:35.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7571ms 2025-06-27 17:31:35.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:35.768 +03:00 [DBG] Connection id "0HNC8090TG6QP" completed keep alive response. 2025-06-27 17:31:35.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4038ms 2025-06-27 17:31:35.768 +03:00 [DBG] Connection id "0HNC8090TG6QP" received FIN. 2025-06-27 17:31:35.768 +03:00 [DBG] Connection id "0HNC8090TG6QP" disconnecting. 2025-06-27 17:31:35.768 +03:00 [DBG] Connection id "0HNC8090TG6QP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:35.770 +03:00 [DBG] Connection id "0HNC8090TG6QP" stopped. 2025-06-27 17:31:40.771 +03:00 [DBG] Connection id "0HNC8090TG6QQ" accepted. 2025-06-27 17:31:40.771 +03:00 [DBG] Connection id "0HNC8090TG6QQ" started. 2025-06-27 17:31:40.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:40.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:40.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:40.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:40.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:40.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:40.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:40.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:40.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:40.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:40.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:40.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:40.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:40.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:40.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:40.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:40.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:40.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:40.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:40.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1229ms. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:40.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:40.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:40.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9389ms 2025-06-27 17:31:40.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:40.773 +03:00 [DBG] Connection id "0HNC8090TG6QQ" completed keep alive response. 2025-06-27 17:31:40.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6182ms 2025-06-27 17:31:40.773 +03:00 [DBG] Connection id "0HNC8090TG6QQ" received FIN. 2025-06-27 17:31:40.773 +03:00 [DBG] Connection id "0HNC8090TG6QQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:40.773 +03:00 [DBG] Connection id "0HNC8090TG6QQ" disconnecting. 2025-06-27 17:31:40.773 +03:00 [DBG] Connection id "0HNC8090TG6QQ" stopped. 2025-06-27 17:31:45.773 +03:00 [DBG] Connection id "0HNC8090TG6QR" accepted. 2025-06-27 17:31:45.774 +03:00 [DBG] Connection id "0HNC8090TG6QR" started. 2025-06-27 17:31:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:45.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:45.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:45.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:45.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:45.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1706ms. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:45.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:45.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:45.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:45.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:45.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1367ms 2025-06-27 17:31:45.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:45.776 +03:00 [DBG] Connection id "0HNC8090TG6QR" completed keep alive response. 2025-06-27 17:31:45.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0688ms 2025-06-27 17:31:45.776 +03:00 [DBG] Connection id "0HNC8090TG6QR" received FIN. 2025-06-27 17:31:45.776 +03:00 [DBG] Connection id "0HNC8090TG6QR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:45.776 +03:00 [DBG] Connection id "0HNC8090TG6QR" disconnecting. 2025-06-27 17:31:45.777 +03:00 [DBG] Connection id "0HNC8090TG6QR" stopped. 2025-06-27 17:31:50.765 +03:00 [DBG] Connection id "0HNC8090TG6QS" accepted. 2025-06-27 17:31:50.765 +03:00 [DBG] Connection id "0HNC8090TG6QS" started. 2025-06-27 17:31:50.766 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:50.766 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:50.766 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:50.766 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:50.766 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:50.766 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:50.766 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:50.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:50.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:50.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:50.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:50.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:50.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:50.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:50.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:50.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:50.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:50.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:50.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:50.767 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:50.767 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1599ms. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:50.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:50.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:50.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1761ms 2025-06-27 17:31:50.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:50.768 +03:00 [DBG] Connection id "0HNC8090TG6QS" completed keep alive response. 2025-06-27 17:31:50.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1358ms 2025-06-27 17:31:50.768 +03:00 [DBG] Connection id "0HNC8090TG6QS" received FIN. 2025-06-27 17:31:50.768 +03:00 [DBG] Connection id "0HNC8090TG6QS" disconnecting. 2025-06-27 17:31:50.768 +03:00 [DBG] Connection id "0HNC8090TG6QS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:50.769 +03:00 [DBG] Connection id "0HNC8090TG6QS" stopped. 2025-06-27 17:31:55.767 +03:00 [DBG] Connection id "0HNC8090TG6QT" accepted. 2025-06-27 17:31:55.768 +03:00 [DBG] Connection id "0HNC8090TG6QT" started. 2025-06-27 17:31:55.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:31:55.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:31:55.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:31:55.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:31:55.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:31:55.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:55.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:31:55.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:31:55.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:31:55.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:31:55.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:55.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:31:55.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:31:55.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:31:55.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:31:55.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:31:55.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:31:55.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:55.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:31:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:55.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:31:55.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1607ms. 2025-06-27 17:31:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:55.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:31:55.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:31:55.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8421ms 2025-06-27 17:31:55.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:31:55.769 +03:00 [DBG] Connection id "0HNC8090TG6QT" completed keep alive response. 2025-06-27 17:31:55.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5147ms 2025-06-27 17:31:55.769 +03:00 [DBG] Connection id "0HNC8090TG6QT" received FIN. 2025-06-27 17:31:55.770 +03:00 [DBG] Connection id "0HNC8090TG6QT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:31:55.770 +03:00 [DBG] Connection id "0HNC8090TG6QT" disconnecting. 2025-06-27 17:31:55.770 +03:00 [DBG] Connection id "0HNC8090TG6QT" stopped. 2025-06-27 17:32:00.769 +03:00 [DBG] Connection id "0HNC8090TG6QU" accepted. 2025-06-27 17:32:00.769 +03:00 [DBG] Connection id "0HNC8090TG6QU" started. 2025-06-27 17:32:00.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:00.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:00.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:00.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:00.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:00.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:00.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:00.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:00.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:00.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:00.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:00.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:00.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:00.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:00.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:00.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:00.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:00.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:00.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:00.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:00.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:00.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:00.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:00.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:00.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7496ms 2025-06-27 17:32:00.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:00.770 +03:00 [DBG] Connection id "0HNC8090TG6QU" completed keep alive response. 2025-06-27 17:32:00.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3635ms 2025-06-27 17:32:00.770 +03:00 [DBG] Connection id "0HNC8090TG6QU" received FIN. 2025-06-27 17:32:00.771 +03:00 [DBG] Connection id "0HNC8090TG6QU" disconnecting. 2025-06-27 17:32:00.771 +03:00 [DBG] Connection id "0HNC8090TG6QU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:00.772 +03:00 [DBG] Connection id "0HNC8090TG6QU" stopped. 2025-06-27 17:32:05.769 +03:00 [DBG] Connection id "0HNC8090TG6QV" accepted. 2025-06-27 17:32:05.769 +03:00 [DBG] Connection id "0HNC8090TG6QV" started. 2025-06-27 17:32:05.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:05.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:05.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:05.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:05.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:05.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:05.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:05.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:05.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:05.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:05.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:05.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:05.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:05.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:05.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:05.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:05.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:05.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:05.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:05.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:05.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1656ms. 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:05.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:05.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:05.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1017ms 2025-06-27 17:32:05.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:05.771 +03:00 [DBG] Connection id "0HNC8090TG6QV" completed keep alive response. 2025-06-27 17:32:05.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9792ms 2025-06-27 17:32:05.771 +03:00 [DBG] Connection id "0HNC8090TG6QV" received FIN. 2025-06-27 17:32:05.771 +03:00 [DBG] Connection id "0HNC8090TG6QV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:05.771 +03:00 [DBG] Connection id "0HNC8090TG6QV" disconnecting. 2025-06-27 17:32:05.771 +03:00 [DBG] Connection id "0HNC8090TG6QV" stopped. 2025-06-27 17:32:10.765 +03:00 [DBG] Connection id "0HNC8090TG6R0" accepted. 2025-06-27 17:32:10.765 +03:00 [DBG] Connection id "0HNC8090TG6R0" started. 2025-06-27 17:32:10.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:10.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:10.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:10.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:10.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:10.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:10.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:10.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:10.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:10.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:10.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:10.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:10.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:10.765 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:10.765 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:10.765 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:10.765 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:10.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:10.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:10.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:10.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1116ms. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:10.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:10.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:10.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5928ms 2025-06-27 17:32:10.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:10.766 +03:00 [DBG] Connection id "0HNC8090TG6R0" completed keep alive response. 2025-06-27 17:32:10.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2258ms 2025-06-27 17:32:10.766 +03:00 [DBG] Connection id "0HNC8090TG6R0" received FIN. 2025-06-27 17:32:10.767 +03:00 [DBG] Connection id "0HNC8090TG6R0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:10.767 +03:00 [DBG] Connection id "0HNC8090TG6R0" disconnecting. 2025-06-27 17:32:10.767 +03:00 [DBG] Connection id "0HNC8090TG6R0" stopped. 2025-06-27 17:32:15.769 +03:00 [DBG] Connection id "0HNC8090TG6R1" accepted. 2025-06-27 17:32:15.770 +03:00 [DBG] Connection id "0HNC8090TG6R1" started. 2025-06-27 17:32:15.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:15.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:15.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:15.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:15.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:15.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:15.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:15.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:15.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:15.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:15.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:15.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:15.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:15.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:15.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:15.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:15.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:15.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:15.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:15.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:15.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1341ms. 2025-06-27 17:32:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:15.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:15.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:15.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7212ms 2025-06-27 17:32:15.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:15.771 +03:00 [DBG] Connection id "0HNC8090TG6R1" completed keep alive response. 2025-06-27 17:32:15.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3208ms 2025-06-27 17:32:15.771 +03:00 [DBG] Connection id "0HNC8090TG6R1" received FIN. 2025-06-27 17:32:15.771 +03:00 [DBG] Connection id "0HNC8090TG6R1" disconnecting. 2025-06-27 17:32:15.771 +03:00 [DBG] Connection id "0HNC8090TG6R1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:15.772 +03:00 [DBG] Connection id "0HNC8090TG6R1" stopped. 2025-06-27 17:32:20.769 +03:00 [DBG] Connection id "0HNC8090TG6R2" accepted. 2025-06-27 17:32:20.769 +03:00 [DBG] Connection id "0HNC8090TG6R2" started. 2025-06-27 17:32:20.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:20.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:20.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:20.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:20.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:20.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:20.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:20.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:20.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:20.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:20.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:20.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:20.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:20.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:20.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:20.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:20.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:20.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:20.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:20.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:20.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1902ms. 2025-06-27 17:32:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:20.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:20.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:20.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4242ms 2025-06-27 17:32:20.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:20.772 +03:00 [DBG] Connection id "0HNC8090TG6R2" completed keep alive response. 2025-06-27 17:32:20.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6744ms 2025-06-27 17:32:20.772 +03:00 [DBG] Connection id "0HNC8090TG6R2" received FIN. 2025-06-27 17:32:20.772 +03:00 [DBG] Connection id "0HNC8090TG6R2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:20.772 +03:00 [DBG] Connection id "0HNC8090TG6R2" disconnecting. 2025-06-27 17:32:20.772 +03:00 [DBG] Connection id "0HNC8090TG6R2" stopped. 2025-06-27 17:32:25.766 +03:00 [DBG] Connection id "0HNC8090TG6R3" accepted. 2025-06-27 17:32:25.767 +03:00 [DBG] Connection id "0HNC8090TG6R3" started. 2025-06-27 17:32:25.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:25.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:25.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:25.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:25.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:25.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:25.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:25.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:25.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:25.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:25.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:25.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:25.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:25.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:25.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:25.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:25.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:25.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.767 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:25.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:25.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:25.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1353ms. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:25.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:25.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:25.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1496ms 2025-06-27 17:32:25.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:25.769 +03:00 [DBG] Connection id "0HNC8090TG6R3" completed keep alive response. 2025-06-27 17:32:25.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9415ms 2025-06-27 17:32:25.769 +03:00 [DBG] Connection id "0HNC8090TG6R3" received FIN. 2025-06-27 17:32:25.769 +03:00 [DBG] Connection id "0HNC8090TG6R3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:25.769 +03:00 [DBG] Connection id "0HNC8090TG6R3" disconnecting. 2025-06-27 17:32:25.769 +03:00 [DBG] Connection id "0HNC8090TG6R3" stopped. 2025-06-27 17:32:30.769 +03:00 [DBG] Connection id "0HNC8090TG6R4" accepted. 2025-06-27 17:32:30.769 +03:00 [DBG] Connection id "0HNC8090TG6R4" started. 2025-06-27 17:32:30.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:30.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:30.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:30.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:30.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:30.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:30.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:30.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:30.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:30.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:30.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:30.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:30.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:30.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:30.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:30.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:30.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:30.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:30.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:30.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:30.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1238ms. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:30.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:30.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:30.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7112ms 2025-06-27 17:32:30.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:30.770 +03:00 [DBG] Connection id "0HNC8090TG6R4" completed keep alive response. 2025-06-27 17:32:30.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3604ms 2025-06-27 17:32:30.771 +03:00 [DBG] Connection id "0HNC8090TG6R4" received FIN. 2025-06-27 17:32:30.771 +03:00 [DBG] Connection id "0HNC8090TG6R4" disconnecting. 2025-06-27 17:32:30.771 +03:00 [DBG] Connection id "0HNC8090TG6R4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:30.772 +03:00 [DBG] Connection id "0HNC8090TG6R4" stopped. 2025-06-27 17:32:35.765 +03:00 [DBG] Connection id "0HNC8090TG6R5" accepted. 2025-06-27 17:32:35.765 +03:00 [DBG] Connection id "0HNC8090TG6R5" started. 2025-06-27 17:32:35.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:35.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:35.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:35.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:35.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:35.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:35.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:35.765 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:35.765 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:35.765 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:35.765 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:35.765 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:35.765 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:35.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:35.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:35.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:35.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:35.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:35.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:35.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:35.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1179ms. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:35.766 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:35.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:35.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6629ms 2025-06-27 17:32:35.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:35.766 +03:00 [DBG] Connection id "0HNC8090TG6R5" completed keep alive response. 2025-06-27 17:32:35.766 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3934ms 2025-06-27 17:32:35.767 +03:00 [DBG] Connection id "0HNC8090TG6R5" received FIN. 2025-06-27 17:32:35.767 +03:00 [DBG] Connection id "0HNC8090TG6R5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:35.767 +03:00 [DBG] Connection id "0HNC8090TG6R5" disconnecting. 2025-06-27 17:32:35.767 +03:00 [DBG] Connection id "0HNC8090TG6R5" stopped. 2025-06-27 17:32:40.769 +03:00 [DBG] Connection id "0HNC8090TG6R6" accepted. 2025-06-27 17:32:40.769 +03:00 [DBG] Connection id "0HNC8090TG6R6" started. 2025-06-27 17:32:40.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:40.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:40.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:40.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:40.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:40.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:40.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:40.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:40.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:40.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:40.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:40.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:40.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:40.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:40.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:40.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:40.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:40.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:40.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:40.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:40.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1323ms. 2025-06-27 17:32:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:40.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:40.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:40.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8453ms 2025-06-27 17:32:40.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:40.771 +03:00 [DBG] Connection id "0HNC8090TG6R6" completed keep alive response. 2025-06-27 17:32:40.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.485ms 2025-06-27 17:32:40.771 +03:00 [DBG] Connection id "0HNC8090TG6R6" received FIN. 2025-06-27 17:32:40.771 +03:00 [DBG] Connection id "0HNC8090TG6R6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:40.771 +03:00 [DBG] Connection id "0HNC8090TG6R6" disconnecting. 2025-06-27 17:32:40.772 +03:00 [DBG] Connection id "0HNC8090TG6R6" stopped. 2025-06-27 17:32:45.769 +03:00 [DBG] Connection id "0HNC8090TG6R7" accepted. 2025-06-27 17:32:45.769 +03:00 [DBG] Connection id "0HNC8090TG6R7" started. 2025-06-27 17:32:45.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:45.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:45.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:45.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:45.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:45.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:45.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:45.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:45.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:45.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:45.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:45.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:45.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:45.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:45.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:45.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:45.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:45.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:45.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:45.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1794ms. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:45.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:45.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:45.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4206ms 2025-06-27 17:32:45.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:45.772 +03:00 [DBG] Connection id "0HNC8090TG6R7" completed keep alive response. 2025-06-27 17:32:45.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5322ms 2025-06-27 17:32:45.772 +03:00 [DBG] Connection id "0HNC8090TG6R7" received FIN. 2025-06-27 17:32:45.772 +03:00 [DBG] Connection id "0HNC8090TG6R7" disconnecting. 2025-06-27 17:32:45.772 +03:00 [DBG] Connection id "0HNC8090TG6R7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:45.773 +03:00 [DBG] Connection id "0HNC8090TG6R7" stopped. 2025-06-27 17:32:50.769 +03:00 [DBG] Connection id "0HNC8090TG6R8" accepted. 2025-06-27 17:32:50.769 +03:00 [DBG] Connection id "0HNC8090TG6R8" started. 2025-06-27 17:32:50.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:50.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:50.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:50.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:50.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:50.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:50.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:50.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:50.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:50.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:50.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:50.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:50.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:50.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:50.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:50.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:50.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:50.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:50.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:50.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1181ms. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:50.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:50.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:50.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6241ms 2025-06-27 17:32:50.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:50.770 +03:00 [DBG] Connection id "0HNC8090TG6R8" completed keep alive response. 2025-06-27 17:32:50.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2104ms 2025-06-27 17:32:50.771 +03:00 [DBG] Connection id "0HNC8090TG6R8" received FIN. 2025-06-27 17:32:50.771 +03:00 [DBG] Connection id "0HNC8090TG6R8" disconnecting. 2025-06-27 17:32:50.771 +03:00 [DBG] Connection id "0HNC8090TG6R8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:50.772 +03:00 [DBG] Connection id "0HNC8090TG6R8" stopped. 2025-06-27 17:32:55.765 +03:00 [DBG] Connection id "0HNC8090TG6R9" accepted. 2025-06-27 17:32:55.765 +03:00 [DBG] Connection id "0HNC8090TG6R9" started. 2025-06-27 17:32:55.765 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:32:55.765 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:32:55.765 +03:00 [DBG] POST requests are not supported 2025-06-27 17:32:55.765 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:32:55.765 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:32:55.765 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:55.765 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:32:55.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:32:55.766 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:32:55.766 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:32:55.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:55.766 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:32:55.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:32:55.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:32:55.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:32:55.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:32:55.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:32:55.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:55.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:32:55.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:55.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:55.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:55.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:55.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:32:55.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1634ms. 2025-06-27 17:32:55.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:55.767 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:32:55.767 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:32:55.767 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2894ms 2025-06-27 17:32:55.767 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:32:55.767 +03:00 [DBG] Connection id "0HNC8090TG6R9" completed keep alive response. 2025-06-27 17:32:55.767 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2971ms 2025-06-27 17:32:55.768 +03:00 [DBG] Connection id "0HNC8090TG6R9" received FIN. 2025-06-27 17:32:55.768 +03:00 [DBG] Connection id "0HNC8090TG6R9" disconnecting. 2025-06-27 17:32:55.768 +03:00 [DBG] Connection id "0HNC8090TG6R9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:32:55.769 +03:00 [DBG] Connection id "0HNC8090TG6R9" stopped. 2025-06-27 17:33:00.767 +03:00 [DBG] Connection id "0HNC8090TG6RA" accepted. 2025-06-27 17:33:00.767 +03:00 [DBG] Connection id "0HNC8090TG6RA" started. 2025-06-27 17:33:00.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:00.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:00.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:00.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:00.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:00.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:00.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:00.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:00.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:00.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:00.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:00.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:00.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:00.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:00.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:00.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:00.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:00.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:00.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:00.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:00.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1458ms. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:00.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:00.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:00.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:00.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:00.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:00.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:00.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9582ms 2025-06-27 17:33:00.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:00.769 +03:00 [DBG] Connection id "0HNC8090TG6RA" completed keep alive response. 2025-06-27 17:33:00.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7288ms 2025-06-27 17:33:00.769 +03:00 [DBG] Connection id "0HNC8090TG6RA" received FIN. 2025-06-27 17:33:00.769 +03:00 [DBG] Connection id "0HNC8090TG6RA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:00.769 +03:00 [DBG] Connection id "0HNC8090TG6RA" disconnecting. 2025-06-27 17:33:00.770 +03:00 [DBG] Connection id "0HNC8090TG6RA" stopped. 2025-06-27 17:33:05.776 +03:00 [DBG] Connection id "0HNC8090TG6RB" accepted. 2025-06-27 17:33:05.776 +03:00 [DBG] Connection id "0HNC8090TG6RB" started. 2025-06-27 17:33:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:05.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:05.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:05.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:05.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:05.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:05.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:05.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:05.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1389ms. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:05.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:05.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8968ms 2025-06-27 17:33:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:05.778 +03:00 [DBG] Connection id "0HNC8090TG6RB" completed keep alive response. 2025-06-27 17:33:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5261ms 2025-06-27 17:33:05.778 +03:00 [DBG] Connection id "0HNC8090TG6RB" received FIN. 2025-06-27 17:33:05.778 +03:00 [DBG] Connection id "0HNC8090TG6RB" disconnecting. 2025-06-27 17:33:05.778 +03:00 [DBG] Connection id "0HNC8090TG6RB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:05.779 +03:00 [DBG] Connection id "0HNC8090TG6RB" stopped. 2025-06-27 17:33:10.769 +03:00 [DBG] Connection id "0HNC8090TG6RC" accepted. 2025-06-27 17:33:10.769 +03:00 [DBG] Connection id "0HNC8090TG6RC" started. 2025-06-27 17:33:10.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:10.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:10.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:10.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:10.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:10.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:10.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:10.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:10.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:10.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:10.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:10.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:10.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:10.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:10.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:10.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:10.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:10.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:10.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:10.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:10.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1303ms. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:10.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:10.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:10.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:10.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8494ms 2025-06-27 17:33:10.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:10.771 +03:00 [DBG] Connection id "0HNC8090TG6RC" completed keep alive response. 2025-06-27 17:33:10.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6169ms 2025-06-27 17:33:10.771 +03:00 [DBG] Connection id "0HNC8090TG6RC" received FIN. 2025-06-27 17:33:10.771 +03:00 [DBG] Connection id "0HNC8090TG6RC" disconnecting. 2025-06-27 17:33:10.771 +03:00 [DBG] Connection id "0HNC8090TG6RC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:10.772 +03:00 [DBG] Connection id "0HNC8090TG6RC" stopped. 2025-06-27 17:33:15.771 +03:00 [DBG] Connection id "0HNC8090TG6RD" accepted. 2025-06-27 17:33:15.771 +03:00 [DBG] Connection id "0HNC8090TG6RD" started. 2025-06-27 17:33:15.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:15.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:15.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:15.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:15.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:15.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:15.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:15.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:15.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:15.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:15.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:15.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:15.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:15.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:15.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:15.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:15.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:15.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:15.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:15.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:15.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:15.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1203ms. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:15.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:15.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:15.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7279ms 2025-06-27 17:33:15.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:15.772 +03:00 [DBG] Connection id "0HNC8090TG6RD" completed keep alive response. 2025-06-27 17:33:15.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3328ms 2025-06-27 17:33:15.772 +03:00 [DBG] Connection id "0HNC8090TG6RD" received FIN. 2025-06-27 17:33:15.772 +03:00 [DBG] Connection id "0HNC8090TG6RD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:15.772 +03:00 [DBG] Connection id "0HNC8090TG6RD" disconnecting. 2025-06-27 17:33:15.772 +03:00 [DBG] Connection id "0HNC8090TG6RD" stopped. 2025-06-27 17:33:16.121 +03:00 [DBG] Connection id "0HNC8090TG6RE" accepted. 2025-06-27 17:33:16.121 +03:00 [DBG] Connection id "0HNC8090TG6RE" started. 2025-06-27 17:33:16.121 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:33:16.121 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:16.121 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:16.121 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:16.121 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:16.121 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:16.121 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:16.121 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:16.121 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:16.121 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:16.121 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:16.121 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:16.121 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:16.121 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:16.121 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:16.121 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:16.121 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:16.121 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.121 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.121 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:16.122 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:33:16.122 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:33:16.122 +03:00 [DBG] Connection id "0HNC8090TG6RE", Request id "0HNC8090TG6RE:00000001": started reading request body. 2025-06-27 17:33:16.122 +03:00 [DBG] Connection id "0HNC8090TG6RE", Request id "0HNC8090TG6RE:00000001": done reading request body. 2025-06-27 17:33:16.122 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:16.122 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:16.122 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:16.122 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.122 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.122 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.122 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.122 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:16.122 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:33:16.122 +03:00 [INF] Changing group of physicals [15] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:16.165 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 42.3385ms. 2025-06-27 17:33:16.165 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:16.165 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:16.165 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.165 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.165 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 43.5003ms 2025-06-27 17:33:16.165 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:16.165 +03:00 [DBG] Connection id "0HNC8090TG6RE" completed keep alive response. 2025-06-27 17:33:16.165 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 44.145ms 2025-06-27 17:33:16.165 +03:00 [DBG] Connection id "0HNC8090TG6RE" received FIN. 2025-06-27 17:33:16.165 +03:00 [DBG] Connection id "0HNC8090TG6RE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:16.165 +03:00 [DBG] Connection id "0HNC8090TG6RE" disconnecting. 2025-06-27 17:33:16.166 +03:00 [DBG] Connection id "0HNC8090TG6RE" stopped. 2025-06-27 17:33:16.207 +03:00 [DBG] Connection id "0HNC8090TG6RF" accepted. 2025-06-27 17:33:16.207 +03:00 [DBG] Connection id "0HNC8090TG6RF" started. 2025-06-27 17:33:16.207 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:16.207 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:16.207 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:16.207 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:16.207 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:16.207 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:16.207 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:16.208 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:16.208 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:16.208 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:16.208 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:16.208 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:16.208 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:16.208 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:16.208 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:16.208 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.208 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.208 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:16.208 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:16.208 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:16.208 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:16.208 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:16.208 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:16.208 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:16.208 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:16.208 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.208 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.208 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.208 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.208 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:16.208 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:16.208 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:16.209 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0708ms. 2025-06-27 17:33:16.209 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.209 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.209 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:16.210 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:16.210 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:16.210 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:16.210 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:16.210 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:16.210 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:16.210 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.210 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.210 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.5229ms 2025-06-27 17:33:16.210 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:16.210 +03:00 [DBG] Connection id "0HNC8090TG6RF" completed keep alive response. 2025-06-27 17:33:16.210 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.1728ms 2025-06-27 17:33:16.211 +03:00 [DBG] Connection id "0HNC8090TG6RF" received FIN. 2025-06-27 17:33:16.211 +03:00 [DBG] Connection id "0HNC8090TG6RF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:16.211 +03:00 [DBG] Connection id "0HNC8090TG6RF" disconnecting. 2025-06-27 17:33:16.211 +03:00 [DBG] Connection id "0HNC8090TG6RF" stopped. 2025-06-27 17:33:16.251 +03:00 [DBG] Connection id "0HNC8090TG6RG" accepted. 2025-06-27 17:33:16.251 +03:00 [DBG] Connection id "0HNC8090TG6RG" started. 2025-06-27 17:33:16.251 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:16.252 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:16.252 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:16.252 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:16.252 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:16.252 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:16.252 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:16.252 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:16.252 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:16.252 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:16.252 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:16.252 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:16.252 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:16.252 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:16.252 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:16.252 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.252 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.252 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:16.252 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:16.252 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:16.252 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:16.252 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:16.252 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:16.252 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:16.252 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:16.252 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.252 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.252 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.252 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.252 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:16.252 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:16.252 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:16.417 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 165.193ms. 2025-06-27 17:33:16.418 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.418 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:16.418 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:16.418 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:16.418 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:16.418 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:16.418 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:16.418 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:16.419 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:16.419 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.419 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:16.419 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.419 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.419 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.419 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:16.419 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 167.2653ms 2025-06-27 17:33:16.419 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:16.419 +03:00 [DBG] Connection id "0HNC8090TG6RG" completed keep alive response. 2025-06-27 17:33:16.419 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 167.7734ms 2025-06-27 17:33:16.423 +03:00 [DBG] Connection id "0HNC8090TG6RG" received FIN. 2025-06-27 17:33:16.423 +03:00 [DBG] Connection id "0HNC8090TG6RG" disconnecting. 2025-06-27 17:33:16.423 +03:00 [DBG] Connection id "0HNC8090TG6RG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:16.425 +03:00 [DBG] Connection id "0HNC8090TG6RG" stopped. 2025-06-27 17:33:20.767 +03:00 [DBG] Connection id "0HNC8090TG6RH" accepted. 2025-06-27 17:33:20.767 +03:00 [DBG] Connection id "0HNC8090TG6RH" started. 2025-06-27 17:33:20.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:20.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:20.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:20.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:20.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:20.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:20.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:20.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:20.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:20.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:20.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:20.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:20.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:20.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:20.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:20.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:20.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:20.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:20.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:20.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:20.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1304ms. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:20.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:20.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:20.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7337ms 2025-06-27 17:33:20.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:20.768 +03:00 [DBG] Connection id "0HNC8090TG6RH" completed keep alive response. 2025-06-27 17:33:20.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3821ms 2025-06-27 17:33:20.769 +03:00 [DBG] Connection id "0HNC8090TG6RH" received FIN. 2025-06-27 17:33:20.769 +03:00 [DBG] Connection id "0HNC8090TG6RH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:20.769 +03:00 [DBG] Connection id "0HNC8090TG6RH" disconnecting. 2025-06-27 17:33:20.769 +03:00 [DBG] Connection id "0HNC8090TG6RH" stopped. 2025-06-27 17:33:25.767 +03:00 [DBG] Connection id "0HNC8090TG6RI" accepted. 2025-06-27 17:33:25.767 +03:00 [DBG] Connection id "0HNC8090TG6RI" started. 2025-06-27 17:33:25.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:25.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:25.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:25.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:25.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:25.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:25.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:25.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:25.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:25.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:25.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:25.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:25.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:25.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:25.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:25.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:25.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:25.767 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.767 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.767 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:25.767 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:25.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:25.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:25.767 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:25.767 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:25.767 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:25.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1172ms. 2025-06-27 17:33:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:25.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:25.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:25.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6485ms 2025-06-27 17:33:25.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:25.768 +03:00 [DBG] Connection id "0HNC8090TG6RI" completed keep alive response. 2025-06-27 17:33:25.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2144ms 2025-06-27 17:33:25.768 +03:00 [DBG] Connection id "0HNC8090TG6RI" received FIN. 2025-06-27 17:33:25.768 +03:00 [DBG] Connection id "0HNC8090TG6RI" disconnecting. 2025-06-27 17:33:25.769 +03:00 [DBG] Connection id "0HNC8090TG6RI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:25.770 +03:00 [DBG] Connection id "0HNC8090TG6RI" stopped. 2025-06-27 17:33:30.770 +03:00 [DBG] Connection id "0HNC8090TG6RJ" accepted. 2025-06-27 17:33:30.771 +03:00 [DBG] Connection id "0HNC8090TG6RJ" started. 2025-06-27 17:33:30.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:30.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:30.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:30.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:30.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:30.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:30.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:30.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:30.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:30.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:30.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:30.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:30.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:30.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:30.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:30.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:30.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:30.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:30.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:30.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:30.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.121ms. 2025-06-27 17:33:30.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:30.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:30.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:30.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7739ms 2025-06-27 17:33:30.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:30.772 +03:00 [DBG] Connection id "0HNC8090TG6RJ" completed keep alive response. 2025-06-27 17:33:30.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3755ms 2025-06-27 17:33:30.772 +03:00 [DBG] Connection id "0HNC8090TG6RJ" received FIN. 2025-06-27 17:33:30.772 +03:00 [DBG] Connection id "0HNC8090TG6RJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:30.772 +03:00 [DBG] Connection id "0HNC8090TG6RJ" disconnecting. 2025-06-27 17:33:30.773 +03:00 [DBG] Connection id "0HNC8090TG6RJ" stopped. 2025-06-27 17:33:32.927 +03:00 [DBG] Connection id "0HNC8090TG6RK" accepted. 2025-06-27 17:33:32.927 +03:00 [DBG] Connection id "0HNC8090TG6RK" started. 2025-06-27 17:33:32.927 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 3 2025-06-27 17:33:32.927 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:32.927 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:32.927 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:32.927 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:32.927 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:32.927 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:32.927 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:32.927 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:32.927 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:32.927 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:32.927 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:32.928 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:32.928 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:32.928 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:32.928 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:32.928 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:32.928 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.928 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.928 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:32.928 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:33:32.928 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:33:32.928 +03:00 [DBG] Connection id "0HNC8090TG6RK", Request id "0HNC8090TG6RK:00000001": started reading request body. 2025-06-27 17:33:32.928 +03:00 [DBG] Connection id "0HNC8090TG6RK", Request id "0HNC8090TG6RK:00000001": done reading request body. 2025-06-27 17:33:32.928 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:32.928 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:32.928 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:32.928 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:32.928 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:32.928 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:32.928 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:32.928 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:32.928 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:33:32.928 +03:00 [INF] Changing group of physicals [9] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:32.972 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 43.1586ms. 2025-06-27 17:33:32.972 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:32.972 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:32.972 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:32.972 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:32.973 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:32.973 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:32.973 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.973 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.973 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.973 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:32.973 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 45.501ms 2025-06-27 17:33:32.973 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:32.973 +03:00 [DBG] Connection id "0HNC8090TG6RK" completed keep alive response. 2025-06-27 17:33:32.974 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 46.4145ms 2025-06-27 17:33:32.974 +03:00 [DBG] Connection id "0HNC8090TG6RK" received FIN. 2025-06-27 17:33:32.974 +03:00 [DBG] Connection id "0HNC8090TG6RK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:32.974 +03:00 [DBG] Connection id "0HNC8090TG6RK" disconnecting. 2025-06-27 17:33:32.974 +03:00 [DBG] Connection id "0HNC8090TG6RK" stopped. 2025-06-27 17:33:33.009 +03:00 [DBG] Connection id "0HNC8090TG6RL" accepted. 2025-06-27 17:33:33.009 +03:00 [DBG] Connection id "0HNC8090TG6RL" started. 2025-06-27 17:33:33.009 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:33.010 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:33.010 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:33.010 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:33.010 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:33.010 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:33.010 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:33.010 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:33.010 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:33.010 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:33.010 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:33.010 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:33.010 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:33.010 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:33.010 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:33.010 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.010 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.010 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:33.011 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:33.011 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:33.011 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:33.011 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:33.011 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:33.011 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:33.011 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:33.011 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.011 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.011 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.011 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.011 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:33.011 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:33.011 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:33.012 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1073ms. 2025-06-27 17:33:33.012 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.012 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.012 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.012 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.012 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.012 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:33.013 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:33.013 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:33.013 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:33.013 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:33.013 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:33.013 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:33.013 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:33.013 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.013 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.013 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.7554ms 2025-06-27 17:33:33.013 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:33.013 +03:00 [DBG] Connection id "0HNC8090TG6RL" completed keep alive response. 2025-06-27 17:33:33.013 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.8622ms 2025-06-27 17:33:33.013 +03:00 [DBG] Connection id "0HNC8090TG6RL" received FIN. 2025-06-27 17:33:33.013 +03:00 [DBG] Connection id "0HNC8090TG6RL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:33.014 +03:00 [DBG] Connection id "0HNC8090TG6RL" disconnecting. 2025-06-27 17:33:33.014 +03:00 [DBG] Connection id "0HNC8090TG6RL" stopped. 2025-06-27 17:33:33.051 +03:00 [DBG] Connection id "0HNC8090TG6RM" accepted. 2025-06-27 17:33:33.051 +03:00 [DBG] Connection id "0HNC8090TG6RM" started. 2025-06-27 17:33:33.051 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:33.051 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:33.051 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:33.051 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:33.051 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:33.052 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:33.052 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:33.052 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:33.052 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:33.052 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:33.052 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:33.052 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:33.052 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:33.052 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:33.052 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:33.052 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.052 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.052 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:33.052 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:33.053 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:33.053 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:33.053 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:33.053 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:33.053 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:33.053 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:33.053 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.053 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.053 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.053 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.053 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:33.053 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:33.053 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:33.220 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 166.5952ms. 2025-06-27 17:33:33.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.220 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:33.220 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:33.220 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:33.220 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:33.220 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:33.220 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:33.220 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:33.223 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:33.223 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.223 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:33.223 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.223 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.223 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.223 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:33.223 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 170.7473ms 2025-06-27 17:33:33.223 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:33.223 +03:00 [DBG] Connection id "0HNC8090TG6RM" completed keep alive response. 2025-06-27 17:33:33.223 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 171.9744ms 2025-06-27 17:33:33.229 +03:00 [DBG] Connection id "0HNC8090TG6RM" received FIN. 2025-06-27 17:33:33.229 +03:00 [DBG] Connection id "0HNC8090TG6RM" disconnecting. 2025-06-27 17:33:33.229 +03:00 [DBG] Connection id "0HNC8090TG6RM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:33.230 +03:00 [DBG] Connection id "0HNC8090TG6RM" stopped. 2025-06-27 17:33:35.767 +03:00 [DBG] Connection id "0HNC8090TG6RN" accepted. 2025-06-27 17:33:35.767 +03:00 [DBG] Connection id "0HNC8090TG6RN" started. 2025-06-27 17:33:35.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:35.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:35.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:35.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:35.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:35.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:35.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:35.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:35.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:35.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:35.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:35.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:35.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:35.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:35.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:35.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:35.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:35.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:35.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:35.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:35.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2328ms. 2025-06-27 17:33:35.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:35.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:35.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:35.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.324ms 2025-06-27 17:33:35.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:35.769 +03:00 [DBG] Connection id "0HNC8090TG6RN" completed keep alive response. 2025-06-27 17:33:35.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3763ms 2025-06-27 17:33:35.770 +03:00 [DBG] Connection id "0HNC8090TG6RN" received FIN. 2025-06-27 17:33:35.770 +03:00 [DBG] Connection id "0HNC8090TG6RN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:35.770 +03:00 [DBG] Connection id "0HNC8090TG6RN" disconnecting. 2025-06-27 17:33:35.770 +03:00 [DBG] Connection id "0HNC8090TG6RN" stopped. 2025-06-27 17:33:40.769 +03:00 [DBG] Connection id "0HNC8090TG6RO" accepted. 2025-06-27 17:33:40.769 +03:00 [DBG] Connection id "0HNC8090TG6RO" started. 2025-06-27 17:33:40.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:40.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:40.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:40.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:40.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:40.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:40.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:40.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:40.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:40.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:40.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:40.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:40.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:40.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:40.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:40.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:40.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:40.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:40.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:40.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:40.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1891ms. 2025-06-27 17:33:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:40.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:40.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:40.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1424ms 2025-06-27 17:33:40.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:40.771 +03:00 [DBG] Connection id "0HNC8090TG6RO" completed keep alive response. 2025-06-27 17:33:40.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0779ms 2025-06-27 17:33:40.771 +03:00 [DBG] Connection id "0HNC8090TG6RO" received FIN. 2025-06-27 17:33:40.771 +03:00 [DBG] Connection id "0HNC8090TG6RO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:40.772 +03:00 [DBG] Connection id "0HNC8090TG6RO" disconnecting. 2025-06-27 17:33:40.772 +03:00 [DBG] Connection id "0HNC8090TG6RO" stopped. 2025-06-27 17:33:45.767 +03:00 [DBG] Connection id "0HNC8090TG6RP" accepted. 2025-06-27 17:33:45.767 +03:00 [DBG] Connection id "0HNC8090TG6RP" started. 2025-06-27 17:33:45.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:45.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:45.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:45.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:45.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:45.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:45.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:45.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:45.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:45.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:45.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:45.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:45.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:45.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:45.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:45.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:45.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:45.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:45.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:45.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:45.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1288ms. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:45.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:45.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:45.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:45.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:45.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:45.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:45.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7904ms 2025-06-27 17:33:45.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:45.769 +03:00 [DBG] Connection id "0HNC8090TG6RP" completed keep alive response. 2025-06-27 17:33:45.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4585ms 2025-06-27 17:33:45.769 +03:00 [DBG] Connection id "0HNC8090TG6RP" received FIN. 2025-06-27 17:33:45.769 +03:00 [DBG] Connection id "0HNC8090TG6RP" disconnecting. 2025-06-27 17:33:45.769 +03:00 [DBG] Connection id "0HNC8090TG6RP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:45.770 +03:00 [DBG] Connection id "0HNC8090TG6RP" stopped. 2025-06-27 17:33:47.345 +03:00 [DBG] Connection id "0HNC8090TG6RQ" accepted. 2025-06-27 17:33:47.345 +03:00 [DBG] Connection id "0HNC8090TG6RQ" started. 2025-06-27 17:33:47.345 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:33:47.345 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:47.345 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:47.345 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:47.345 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:47.345 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:47.345 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:47.345 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:47.345 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:47.346 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:47.346 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:47.346 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:47.346 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:47.346 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:47.346 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:47.346 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:47.346 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:47.346 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.346 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.346 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:47.346 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:47.346 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:47.346 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:33:47.346 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:47.346 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:47.346 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:47.346 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:47.346 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:47.346 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:33:47.346 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:47.346 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:47.346 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:47.346 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:47.347 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:47.347 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:33:47.347 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:33:47.347 +03:00 [DBG] Connection id "0HNC8090TG6RQ", Request id "0HNC8090TG6RQ:00000001": started reading request body. 2025-06-27 17:33:47.347 +03:00 [DBG] Connection id "0HNC8090TG6RQ", Request id "0HNC8090TG6RQ:00000001": done reading request body. 2025-06-27 17:33:47.347 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:33:47.347 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:47.347 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:47.347 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:47.347 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:47.347 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.347 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.347 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.347 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.347 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:47.347 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:33:47.347 +03:00 [INF] Changing group of physicals [36] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:47.378 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 31.2253ms. 2025-06-27 17:33:47.379 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:47.379 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:47.379 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.379 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.380 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.380 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.380 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 33.847ms 2025-06-27 17:33:47.380 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:47.380 +03:00 [DBG] Connection id "0HNC8090TG6RQ" completed keep alive response. 2025-06-27 17:33:47.380 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 34.9153ms 2025-06-27 17:33:47.380 +03:00 [DBG] Connection id "0HNC8090TG6RQ" received FIN. 2025-06-27 17:33:47.381 +03:00 [DBG] Connection id "0HNC8090TG6RQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:47.381 +03:00 [DBG] Connection id "0HNC8090TG6RQ" disconnecting. 2025-06-27 17:33:47.381 +03:00 [DBG] Connection id "0HNC8090TG6RQ" stopped. 2025-06-27 17:33:47.417 +03:00 [DBG] Connection id "0HNC8090TG6RR" accepted. 2025-06-27 17:33:47.417 +03:00 [DBG] Connection id "0HNC8090TG6RR" started. 2025-06-27 17:33:47.417 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:47.417 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:47.417 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:47.417 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:47.417 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:47.417 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:47.417 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:47.417 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:47.417 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:47.417 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:47.417 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:47.417 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:47.417 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:47.417 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:47.417 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:47.417 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.417 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.417 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:47.418 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:47.418 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:47.418 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:47.418 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:47.418 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:47.418 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:47.418 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:47.418 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.418 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.418 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.418 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.418 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:47.418 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:47.418 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:47.419 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0453ms. 2025-06-27 17:33:47.419 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.419 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:47.419 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:47.419 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:47.419 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:47.419 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:47.419 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:47.419 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:47.420 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:47.420 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.420 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.420 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.420 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.420 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.420 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.420 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.3425ms 2025-06-27 17:33:47.420 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:47.420 +03:00 [DBG] Connection id "0HNC8090TG6RR" completed keep alive response. 2025-06-27 17:33:47.420 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.1761ms 2025-06-27 17:33:47.420 +03:00 [DBG] Connection id "0HNC8090TG6RR" received FIN. 2025-06-27 17:33:47.420 +03:00 [DBG] Connection id "0HNC8090TG6RR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:47.420 +03:00 [DBG] Connection id "0HNC8090TG6RR" disconnecting. 2025-06-27 17:33:47.421 +03:00 [DBG] Connection id "0HNC8090TG6RR" stopped. 2025-06-27 17:33:47.461 +03:00 [DBG] Connection id "0HNC8090TG6RS" accepted. 2025-06-27 17:33:47.461 +03:00 [DBG] Connection id "0HNC8090TG6RS" started. 2025-06-27 17:33:47.461 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:47.461 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:47.461 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:47.461 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:47.461 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:47.461 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:47.461 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:47.461 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:47.461 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:47.461 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:47.461 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:47.461 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:47.461 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:47.461 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:47.461 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:47.461 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.461 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.461 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:47.461 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:47.461 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:47.461 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:47.461 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:47.461 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:47.461 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:47.461 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:47.462 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.462 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.462 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.462 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.462 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:47.462 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:47.462 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:47.620 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 158.8ms. 2025-06-27 17:33:47.621 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.621 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:47.621 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:47.621 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:47.621 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:47.621 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:47.621 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:47.621 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:47.624 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:47.624 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.624 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:47.624 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.624 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.624 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.625 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:47.625 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.3121ms 2025-06-27 17:33:47.625 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:47.625 +03:00 [DBG] Connection id "0HNC8090TG6RS" completed keep alive response. 2025-06-27 17:33:47.625 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.1416ms 2025-06-27 17:33:47.628 +03:00 [DBG] Connection id "0HNC8090TG6RS" received FIN. 2025-06-27 17:33:47.628 +03:00 [DBG] Connection id "0HNC8090TG6RS" disconnecting. 2025-06-27 17:33:47.628 +03:00 [DBG] Connection id "0HNC8090TG6RS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:47.629 +03:00 [DBG] Connection id "0HNC8090TG6RS" stopped. 2025-06-27 17:33:50.769 +03:00 [DBG] Connection id "0HNC8090TG6RT" accepted. 2025-06-27 17:33:50.769 +03:00 [DBG] Connection id "0HNC8090TG6RT" started. 2025-06-27 17:33:50.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:50.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:50.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:50.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:50.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:50.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:50.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:50.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:50.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:50.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:50.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:50.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:50.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:50.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:50.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:50.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:50.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:50.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:50.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:50.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1261ms. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:50.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:50.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:50.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.732ms 2025-06-27 17:33:50.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:50.770 +03:00 [DBG] Connection id "0HNC8090TG6RT" completed keep alive response. 2025-06-27 17:33:50.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3741ms 2025-06-27 17:33:50.771 +03:00 [DBG] Connection id "0HNC8090TG6RT" received FIN. 2025-06-27 17:33:50.771 +03:00 [DBG] Connection id "0HNC8090TG6RT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:50.771 +03:00 [DBG] Connection id "0HNC8090TG6RT" disconnecting. 2025-06-27 17:33:50.771 +03:00 [DBG] Connection id "0HNC8090TG6RT" stopped. 2025-06-27 17:33:52.759 +03:00 [DBG] Connection id "0HNC8090TG6RU" accepted. 2025-06-27 17:33:52.759 +03:00 [DBG] Connection id "0HNC8090TG6RU" started. 2025-06-27 17:33:52.759 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:33:52.759 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:52.759 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:52.759 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:52.759 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:52.759 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:52.759 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:52.759 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:52.759 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:52.760 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:52.760 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:52.760 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:52.760 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:52.760 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:52.760 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:52.760 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:52.760 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:52.760 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.760 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.760 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:52.761 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:52.761 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:52.761 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:33:52.761 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:52.761 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:52.761 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:52.761 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:52.761 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:52.761 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:33:52.761 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:52.761 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:52.761 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:52.762 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:52.762 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:52.762 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:33:52.762 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:33:52.762 +03:00 [DBG] Connection id "0HNC8090TG6RU", Request id "0HNC8090TG6RU:00000001": started reading request body. 2025-06-27 17:33:52.762 +03:00 [DBG] Connection id "0HNC8090TG6RU", Request id "0HNC8090TG6RU:00000001": done reading request body. 2025-06-27 17:33:52.762 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:33:52.762 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:52.762 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:52.762 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:52.762 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:52.762 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.762 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.762 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.762 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.763 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:52.763 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:33:52.763 +03:00 [INF] Changing group of physicals [42] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:52.802 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 39.636ms. 2025-06-27 17:33:52.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.802 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:52.803 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:52.803 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.803 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.803 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 43.1255ms 2025-06-27 17:33:52.804 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:52.804 +03:00 [DBG] Connection id "0HNC8090TG6RU" completed keep alive response. 2025-06-27 17:33:52.804 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 44.7118ms 2025-06-27 17:33:52.804 +03:00 [DBG] Connection id "0HNC8090TG6RU" received FIN. 2025-06-27 17:33:52.804 +03:00 [DBG] Connection id "0HNC8090TG6RU" disconnecting. 2025-06-27 17:33:52.804 +03:00 [DBG] Connection id "0HNC8090TG6RU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:52.805 +03:00 [DBG] Connection id "0HNC8090TG6RU" stopped. 2025-06-27 17:33:52.842 +03:00 [DBG] Connection id "0HNC8090TG6RV" accepted. 2025-06-27 17:33:52.842 +03:00 [DBG] Connection id "0HNC8090TG6RV" started. 2025-06-27 17:33:52.842 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:52.842 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:52.842 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:52.842 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:52.842 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:52.842 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:52.842 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:52.842 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:52.842 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:52.842 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:52.842 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:52.842 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:52.842 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:52.842 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:52.842 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:52.842 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.842 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.842 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:52.842 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:52.842 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:52.842 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:52.842 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:52.843 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:52.843 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:52.843 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:52.843 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.843 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.843 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.843 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.843 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:52.843 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:52.843 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:52.844 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.045ms. 2025-06-27 17:33:52.844 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:52.844 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:52.844 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:52.844 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:52.844 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:52.844 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:52.844 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:52.844 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.844 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.844 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.9059ms 2025-06-27 17:33:52.844 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:52.844 +03:00 [DBG] Connection id "0HNC8090TG6RV" completed keep alive response. 2025-06-27 17:33:52.844 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4849ms 2025-06-27 17:33:52.844 +03:00 [DBG] Connection id "0HNC8090TG6RV" received FIN. 2025-06-27 17:33:52.844 +03:00 [DBG] Connection id "0HNC8090TG6RV" disconnecting. 2025-06-27 17:33:52.844 +03:00 [DBG] Connection id "0HNC8090TG6RV" stopped. 2025-06-27 17:33:52.844 +03:00 [DBG] Connection id "0HNC8090TG6RV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:52.886 +03:00 [DBG] Connection id "0HNC8090TG6S0" accepted. 2025-06-27 17:33:52.886 +03:00 [DBG] Connection id "0HNC8090TG6S0" started. 2025-06-27 17:33:52.886 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:52.886 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:52.886 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:52.886 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:52.886 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:52.887 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:52.887 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:52.887 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:52.887 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:52.887 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:52.887 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:52.887 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:52.887 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:52.887 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:52.887 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:52.888 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.888 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:52.888 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:52.888 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:52.888 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:52.888 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:52.888 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:52.888 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:52.888 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:52.888 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:52.889 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.889 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:52.889 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.889 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:52.889 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:52.889 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:52.889 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:53.036 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 146.6142ms. 2025-06-27 17:33:53.036 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:53.036 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:53.036 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:53.036 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:53.036 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:53.036 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:53.036 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:53.036 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:53.039 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:53.039 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:53.039 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:53.039 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:53.040 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:53.040 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:53.040 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:53.040 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 152.0368ms 2025-06-27 17:33:53.040 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:53.040 +03:00 [DBG] Connection id "0HNC8090TG6S0" completed keep alive response. 2025-06-27 17:33:53.040 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 153.7231ms 2025-06-27 17:33:53.045 +03:00 [DBG] Connection id "0HNC8090TG6S0" received FIN. 2025-06-27 17:33:53.045 +03:00 [DBG] Connection id "0HNC8090TG6S0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:53.045 +03:00 [DBG] Connection id "0HNC8090TG6S0" disconnecting. 2025-06-27 17:33:53.045 +03:00 [DBG] Connection id "0HNC8090TG6S0" stopped. 2025-06-27 17:33:55.775 +03:00 [DBG] Connection id "0HNC8090TG6S1" accepted. 2025-06-27 17:33:55.775 +03:00 [DBG] Connection id "0HNC8090TG6S1" started. 2025-06-27 17:33:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:33:55.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:55.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:55.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:33:55.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:33:55.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:55.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:33:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:55.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:55.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.3113ms. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:55.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:55.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5267ms 2025-06-27 17:33:55.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:33:55.778 +03:00 [DBG] Connection id "0HNC8090TG6S1" completed keep alive response. 2025-06-27 17:33:55.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.48ms 2025-06-27 17:33:55.778 +03:00 [DBG] Connection id "0HNC8090TG6S1" received FIN. 2025-06-27 17:33:55.779 +03:00 [DBG] Connection id "0HNC8090TG6S1" disconnecting. 2025-06-27 17:33:55.779 +03:00 [DBG] Connection id "0HNC8090TG6S1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:55.780 +03:00 [DBG] Connection id "0HNC8090TG6S1" stopped. 2025-06-27 17:33:58.075 +03:00 [DBG] Connection id "0HNC8090TG6S2" accepted. 2025-06-27 17:33:58.076 +03:00 [DBG] Connection id "0HNC8090TG6S2" started. 2025-06-27 17:33:58.076 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:33:58.076 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:58.076 +03:00 [DBG] POST requests are not supported 2025-06-27 17:33:58.076 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:58.076 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:33:58.076 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:58.076 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:58.076 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:58.076 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:33:58.076 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:33:58.076 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:58.076 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:58.076 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:58.076 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:58.076 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:58.076 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:58.076 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:58.076 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.076 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.076 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:58.076 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:58.076 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:33:58.077 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:33:58.077 +03:00 [DBG] Connection id "0HNC8090TG6S2", Request id "0HNC8090TG6S2:00000001": started reading request body. 2025-06-27 17:33:58.077 +03:00 [DBG] Connection id "0HNC8090TG6S2", Request id "0HNC8090TG6S2:00000001": done reading request body. 2025-06-27 17:33:58.077 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:58.077 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:33:58.077 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:33:58.077 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.077 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.077 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.077 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.077 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:58.077 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:33:58.077 +03:00 [INF] Changing group of physicals [39] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:58.105 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 27.5859ms. 2025-06-27 17:33:58.105 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:58.105 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:33:58.105 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.105 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.106 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 29.1367ms 2025-06-27 17:33:58.106 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:33:58.106 +03:00 [DBG] Connection id "0HNC8090TG6S2" completed keep alive response. 2025-06-27 17:33:58.106 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 29.9282ms 2025-06-27 17:33:58.106 +03:00 [DBG] Connection id "0HNC8090TG6S2" received FIN. 2025-06-27 17:33:58.106 +03:00 [DBG] Connection id "0HNC8090TG6S2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:58.106 +03:00 [DBG] Connection id "0HNC8090TG6S2" disconnecting. 2025-06-27 17:33:58.106 +03:00 [DBG] Connection id "0HNC8090TG6S2" stopped. 2025-06-27 17:33:58.143 +03:00 [DBG] Connection id "0HNC8090TG6S3" accepted. 2025-06-27 17:33:58.143 +03:00 [DBG] Connection id "0HNC8090TG6S3" started. 2025-06-27 17:33:58.144 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:58.144 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:58.144 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:58.144 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:58.144 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:58.144 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:58.144 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:58.144 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:58.144 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:58.144 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:58.144 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:58.144 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:58.144 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:58.144 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:58.144 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:58.144 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.144 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.144 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:58.144 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:58.144 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:58.144 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:58.144 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:58.144 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:58.144 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:58.144 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:58.144 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.144 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.144 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.144 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.144 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:58.144 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:58.144 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:58.146 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.4547ms. 2025-06-27 17:33:58.146 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.146 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:58.146 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:58.146 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:58.146 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:58.147 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:58.147 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:58.147 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:58.147 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:58.147 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.147 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.147 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.147 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.147 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.147 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.147 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9609ms 2025-06-27 17:33:58.147 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:58.147 +03:00 [DBG] Connection id "0HNC8090TG6S3" completed keep alive response. 2025-06-27 17:33:58.147 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5858ms 2025-06-27 17:33:58.147 +03:00 [DBG] Connection id "0HNC8090TG6S3" received FIN. 2025-06-27 17:33:58.148 +03:00 [DBG] Connection id "0HNC8090TG6S3" disconnecting. 2025-06-27 17:33:58.148 +03:00 [DBG] Connection id "0HNC8090TG6S3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:58.149 +03:00 [DBG] Connection id "0HNC8090TG6S3" stopped. 2025-06-27 17:33:58.199 +03:00 [DBG] Connection id "0HNC8090TG6S4" accepted. 2025-06-27 17:33:58.200 +03:00 [DBG] Connection id "0HNC8090TG6S4" started. 2025-06-27 17:33:58.200 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:33:58.200 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:33:58.200 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:33:58.200 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:58.200 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:33:58.200 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:58.200 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:33:58.200 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:33:58.200 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:58.200 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:33:58.200 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:33:58.200 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:33:58.200 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:33:58.201 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:33:58.201 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:33:58.201 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.201 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.201 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:58.201 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:33:58.201 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:33:58.201 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:33:58.201 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:58.201 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:33:58.201 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:33:58.201 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:33:58.201 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.201 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.201 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.201 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.201 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:33:58.201 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:33:58.202 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:33:58.358 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 156.1548ms. 2025-06-27 17:33:58.358 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.358 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:58.358 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:33:58.358 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:33:58.358 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:33:58.358 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:33:58.358 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:33:58.358 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:33:58.360 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:33:58.360 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.360 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:33:58.360 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.360 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.360 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.360 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:33:58.360 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 158.9731ms 2025-06-27 17:33:58.360 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:33:58.360 +03:00 [DBG] Connection id "0HNC8090TG6S4" completed keep alive response. 2025-06-27 17:33:58.360 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 160.0606ms 2025-06-27 17:33:58.363 +03:00 [DBG] Connection id "0HNC8090TG6S4" received FIN. 2025-06-27 17:33:58.364 +03:00 [DBG] Connection id "0HNC8090TG6S4" disconnecting. 2025-06-27 17:33:58.364 +03:00 [DBG] Connection id "0HNC8090TG6S4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:33:58.365 +03:00 [DBG] Connection id "0HNC8090TG6S4" stopped. 2025-06-27 17:34:00.771 +03:00 [DBG] Connection id "0HNC8090TG6S5" accepted. 2025-06-27 17:34:00.771 +03:00 [DBG] Connection id "0HNC8090TG6S5" started. 2025-06-27 17:34:00.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:00.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:00.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:00.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:00.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:00.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:00.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:00.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:00.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:00.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:00.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:00.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:00.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:00.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:00.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:00.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:00.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:00.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:00.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:00.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1304ms. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:00.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:00.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7473ms 2025-06-27 17:34:00.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:00.772 +03:00 [DBG] Connection id "0HNC8090TG6S5" completed keep alive response. 2025-06-27 17:34:00.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3975ms 2025-06-27 17:34:00.773 +03:00 [DBG] Connection id "0HNC8090TG6S5" received FIN. 2025-06-27 17:34:00.773 +03:00 [DBG] Connection id "0HNC8090TG6S5" disconnecting. 2025-06-27 17:34:00.773 +03:00 [DBG] Connection id "0HNC8090TG6S5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:00.774 +03:00 [DBG] Connection id "0HNC8090TG6S5" stopped. 2025-06-27 17:34:05.770 +03:00 [DBG] Connection id "0HNC8090TG6S6" accepted. 2025-06-27 17:34:05.770 +03:00 [DBG] Connection id "0HNC8090TG6S6" started. 2025-06-27 17:34:05.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:05.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:05.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:05.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:05.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:05.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:05.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:05.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:05.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:05.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:05.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:05.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:05.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:05.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:05.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:05.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:05.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:05.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:05.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:05.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:05.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1417ms. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:05.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:05.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:05.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.901ms 2025-06-27 17:34:05.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:05.772 +03:00 [DBG] Connection id "0HNC8090TG6S6" completed keep alive response. 2025-06-27 17:34:05.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6803ms 2025-06-27 17:34:05.772 +03:00 [DBG] Connection id "0HNC8090TG6S6" received FIN. 2025-06-27 17:34:05.772 +03:00 [DBG] Connection id "0HNC8090TG6S6" disconnecting. 2025-06-27 17:34:05.772 +03:00 [DBG] Connection id "0HNC8090TG6S6" stopped. 2025-06-27 17:34:05.772 +03:00 [DBG] Connection id "0HNC8090TG6S6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:10.769 +03:00 [DBG] Connection id "0HNC8090TG6S7" accepted. 2025-06-27 17:34:10.769 +03:00 [DBG] Connection id "0HNC8090TG6S7" started. 2025-06-27 17:34:10.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:10.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:10.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:10.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:10.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:10.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:10.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:10.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:10.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:10.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:10.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:10.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:10.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:10.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:10.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:10.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:10.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:10.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:10.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:10.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:10.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2134ms. 2025-06-27 17:34:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:10.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:10.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:10.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9138ms 2025-06-27 17:34:10.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:10.773 +03:00 [DBG] Connection id "0HNC8090TG6S7" completed keep alive response. 2025-06-27 17:34:10.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.6201ms 2025-06-27 17:34:10.773 +03:00 [DBG] Connection id "0HNC8090TG6S7" received FIN. 2025-06-27 17:34:10.773 +03:00 [DBG] Connection id "0HNC8090TG6S7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:10.773 +03:00 [DBG] Connection id "0HNC8090TG6S7" disconnecting. 2025-06-27 17:34:10.773 +03:00 [DBG] Connection id "0HNC8090TG6S7" stopped. 2025-06-27 17:34:15.769 +03:00 [DBG] Connection id "0HNC8090TG6S8" accepted. 2025-06-27 17:34:15.769 +03:00 [DBG] Connection id "0HNC8090TG6S8" started. 2025-06-27 17:34:15.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:15.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:15.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:15.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:15.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:15.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:15.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:15.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:15.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:15.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:15.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:15.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:15.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:15.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:15.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:15.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:15.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:15.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:15.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:15.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:15.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1153ms. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:15.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:15.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:15.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6817ms 2025-06-27 17:34:15.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:15.770 +03:00 [DBG] Connection id "0HNC8090TG6S8" completed keep alive response. 2025-06-27 17:34:15.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2996ms 2025-06-27 17:34:15.770 +03:00 [DBG] Connection id "0HNC8090TG6S8" received FIN. 2025-06-27 17:34:15.771 +03:00 [DBG] Connection id "0HNC8090TG6S8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:15.771 +03:00 [DBG] Connection id "0HNC8090TG6S8" disconnecting. 2025-06-27 17:34:15.771 +03:00 [DBG] Connection id "0HNC8090TG6S8" stopped. 2025-06-27 17:34:20.772 +03:00 [DBG] Connection id "0HNC8090TG6S9" accepted. 2025-06-27 17:34:20.772 +03:00 [DBG] Connection id "0HNC8090TG6S9" started. 2025-06-27 17:34:20.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:20.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:20.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:20.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:20.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:20.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:20.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:20.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:20.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:20.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:20.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:20.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:20.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:20.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:20.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:20.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:20.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:20.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:20.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:20.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:20.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1858ms. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:20.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:20.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:20.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0145ms 2025-06-27 17:34:20.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:20.776 +03:00 [DBG] Connection id "0HNC8090TG6S9" completed keep alive response. 2025-06-27 17:34:20.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.7285ms 2025-06-27 17:34:20.776 +03:00 [DBG] Connection id "0HNC8090TG6S9" received FIN. 2025-06-27 17:34:20.776 +03:00 [DBG] Connection id "0HNC8090TG6S9" disconnecting. 2025-06-27 17:34:20.776 +03:00 [DBG] Connection id "0HNC8090TG6S9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:20.777 +03:00 [DBG] Connection id "0HNC8090TG6S9" stopped. 2025-06-27 17:34:25.775 +03:00 [DBG] Connection id "0HNC8090TG6SA" accepted. 2025-06-27 17:34:25.775 +03:00 [DBG] Connection id "0HNC8090TG6SA" started. 2025-06-27 17:34:25.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:25.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:25.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:25.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:25.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:25.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:25.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:25.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:25.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:25.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:25.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:25.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:25.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:25.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:25.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:25.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:25.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:25.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:25.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:25.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:25.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1398ms. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:25.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:25.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:25.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:25.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0467ms 2025-06-27 17:34:25.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:25.777 +03:00 [DBG] Connection id "0HNC8090TG6SA" completed keep alive response. 2025-06-27 17:34:25.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7639ms 2025-06-27 17:34:25.777 +03:00 [DBG] Connection id "0HNC8090TG6SA" received FIN. 2025-06-27 17:34:25.777 +03:00 [DBG] Connection id "0HNC8090TG6SA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:25.777 +03:00 [DBG] Connection id "0HNC8090TG6SA" disconnecting. 2025-06-27 17:34:25.777 +03:00 [DBG] Connection id "0HNC8090TG6SA" stopped. 2025-06-27 17:34:30.767 +03:00 [DBG] Connection id "0HNC8090TG6SB" accepted. 2025-06-27 17:34:30.767 +03:00 [DBG] Connection id "0HNC8090TG6SB" started. 2025-06-27 17:34:30.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:30.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:30.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:30.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:30.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:30.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:30.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:30.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:30.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:30.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:30.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:30.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:30.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:30.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:30.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:30.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:30.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:30.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:30.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:30.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:30.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1458ms. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:30.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:30.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:30.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:30.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7429ms 2025-06-27 17:34:30.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:30.769 +03:00 [DBG] Connection id "0HNC8090TG6SB" completed keep alive response. 2025-06-27 17:34:30.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3665ms 2025-06-27 17:34:30.769 +03:00 [DBG] Connection id "0HNC8090TG6SB" received FIN. 2025-06-27 17:34:30.769 +03:00 [DBG] Connection id "0HNC8090TG6SB" disconnecting. 2025-06-27 17:34:30.769 +03:00 [DBG] Connection id "0HNC8090TG6SB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:30.770 +03:00 [DBG] Connection id "0HNC8090TG6SB" stopped. 2025-06-27 17:34:35.769 +03:00 [DBG] Connection id "0HNC8090TG6SC" accepted. 2025-06-27 17:34:35.769 +03:00 [DBG] Connection id "0HNC8090TG6SC" started. 2025-06-27 17:34:35.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:35.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:35.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:35.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:35.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:35.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:35.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:35.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:35.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:35.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:35.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:35.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:35.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:35.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:35.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:35.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:35.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:35.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:35.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:35.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:35.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:35.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1564ms. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:35.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:35.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:35.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.14ms 2025-06-27 17:34:35.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:35.771 +03:00 [DBG] Connection id "0HNC8090TG6SC" completed keep alive response. 2025-06-27 17:34:35.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9122ms 2025-06-27 17:34:35.772 +03:00 [DBG] Connection id "0HNC8090TG6SC" received FIN. 2025-06-27 17:34:35.772 +03:00 [DBG] Connection id "0HNC8090TG6SC" disconnecting. 2025-06-27 17:34:35.772 +03:00 [DBG] Connection id "0HNC8090TG6SC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:35.773 +03:00 [DBG] Connection id "0HNC8090TG6SC" stopped. 2025-06-27 17:34:40.767 +03:00 [DBG] Connection id "0HNC8090TG6SD" accepted. 2025-06-27 17:34:40.767 +03:00 [DBG] Connection id "0HNC8090TG6SD" started. 2025-06-27 17:34:40.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:40.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:40.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:40.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:40.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:40.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:40.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:40.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:40.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:40.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:40.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:40.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:40.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:40.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:40.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:40.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:40.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:40.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:40.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:40.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:40.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:40.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:40.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1909ms. 2025-06-27 17:34:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:40.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:40.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:40.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4292ms 2025-06-27 17:34:40.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:40.769 +03:00 [DBG] Connection id "0HNC8090TG6SD" completed keep alive response. 2025-06-27 17:34:40.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3279ms 2025-06-27 17:34:40.770 +03:00 [DBG] Connection id "0HNC8090TG6SD" received FIN. 2025-06-27 17:34:40.770 +03:00 [DBG] Connection id "0HNC8090TG6SD" disconnecting. 2025-06-27 17:34:40.770 +03:00 [DBG] Connection id "0HNC8090TG6SD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:40.771 +03:00 [DBG] Connection id "0HNC8090TG6SD" stopped. 2025-06-27 17:34:45.771 +03:00 [DBG] Connection id "0HNC8090TG6SE" accepted. 2025-06-27 17:34:45.771 +03:00 [DBG] Connection id "0HNC8090TG6SE" started. 2025-06-27 17:34:45.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:45.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:45.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:45.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:45.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:45.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:45.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:45.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:45.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:45.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:45.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:45.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:45.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:45.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:45.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:45.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:45.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:45.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:45.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:45.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2102ms. 2025-06-27 17:34:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:45.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:45.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:45.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2193ms 2025-06-27 17:34:45.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:45.773 +03:00 [DBG] Connection id "0HNC8090TG6SE" completed keep alive response. 2025-06-27 17:34:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.228ms 2025-06-27 17:34:45.774 +03:00 [DBG] Connection id "0HNC8090TG6SE" received FIN. 2025-06-27 17:34:45.774 +03:00 [DBG] Connection id "0HNC8090TG6SE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:45.774 +03:00 [DBG] Connection id "0HNC8090TG6SE" disconnecting. 2025-06-27 17:34:45.774 +03:00 [DBG] Connection id "0HNC8090TG6SE" stopped. 2025-06-27 17:34:50.768 +03:00 [DBG] Connection id "0HNC8090TG6SF" accepted. 2025-06-27 17:34:50.768 +03:00 [DBG] Connection id "0HNC8090TG6SF" started. 2025-06-27 17:34:50.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:50.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:50.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:50.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:50.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:50.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:50.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:50.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:50.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:50.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:50.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:50.769 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:50.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:50.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:50.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:50.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:50.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:50.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:50.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:50.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2112ms. 2025-06-27 17:34:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:50.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:50.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:50.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5399ms 2025-06-27 17:34:50.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:50.771 +03:00 [DBG] Connection id "0HNC8090TG6SF" completed keep alive response. 2025-06-27 17:34:50.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3001ms 2025-06-27 17:34:50.772 +03:00 [DBG] Connection id "0HNC8090TG6SF" received FIN. 2025-06-27 17:34:50.772 +03:00 [DBG] Connection id "0HNC8090TG6SF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:50.772 +03:00 [DBG] Connection id "0HNC8090TG6SF" disconnecting. 2025-06-27 17:34:50.772 +03:00 [DBG] Connection id "0HNC8090TG6SF" stopped. 2025-06-27 17:34:55.767 +03:00 [DBG] Connection id "0HNC8090TG6SG" accepted. 2025-06-27 17:34:55.767 +03:00 [DBG] Connection id "0HNC8090TG6SG" started. 2025-06-27 17:34:55.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:34:55.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:34:55.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:34:55.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:34:55.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:34:55.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:55.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:34:55.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:34:55.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:34:55.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:34:55.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:55.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:34:55.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:34:55.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:34:55.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:34:55.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:34:55.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:34:55.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:55.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:55.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:34:55.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1377ms. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:55.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:34:55.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:34:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:34:55.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7783ms 2025-06-27 17:34:55.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:34:55.769 +03:00 [DBG] Connection id "0HNC8090TG6SG" completed keep alive response. 2025-06-27 17:34:55.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3871ms 2025-06-27 17:34:55.769 +03:00 [DBG] Connection id "0HNC8090TG6SG" received FIN. 2025-06-27 17:34:55.769 +03:00 [DBG] Connection id "0HNC8090TG6SG" disconnecting. 2025-06-27 17:34:55.769 +03:00 [DBG] Connection id "0HNC8090TG6SG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:34:55.770 +03:00 [DBG] Connection id "0HNC8090TG6SG" stopped. 2025-06-27 17:35:00.769 +03:00 [DBG] Connection id "0HNC8090TG6SH" accepted. 2025-06-27 17:35:00.769 +03:00 [DBG] Connection id "0HNC8090TG6SH" started. 2025-06-27 17:35:00.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:00.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:00.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:00.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:00.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:00.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:00.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:00.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:00.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:00.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:00.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:00.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:00.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:00.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:00.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:00.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:00.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:00.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:00.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:00.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1578ms. 2025-06-27 17:35:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:00.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:00.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:00.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1634ms 2025-06-27 17:35:00.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:00.771 +03:00 [DBG] Connection id "0HNC8090TG6SH" completed keep alive response. 2025-06-27 17:35:00.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1107ms 2025-06-27 17:35:00.771 +03:00 [DBG] Connection id "0HNC8090TG6SH" received FIN. 2025-06-27 17:35:00.772 +03:00 [DBG] Connection id "0HNC8090TG6SH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:00.772 +03:00 [DBG] Connection id "0HNC8090TG6SH" disconnecting. 2025-06-27 17:35:00.772 +03:00 [DBG] Connection id "0HNC8090TG6SH" stopped. 2025-06-27 17:35:05.770 +03:00 [DBG] Connection id "0HNC8090TG6SI" accepted. 2025-06-27 17:35:05.771 +03:00 [DBG] Connection id "0HNC8090TG6SI" started. 2025-06-27 17:35:05.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:05.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:05.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:05.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:05.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:05.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:05.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:05.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:05.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:05.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:05.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:05.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:05.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:05.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:05.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:05.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:05.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:05.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:05.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:05.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:05.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.119ms. 2025-06-27 17:35:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:05.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:05.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:05.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6931ms 2025-06-27 17:35:05.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:05.772 +03:00 [DBG] Connection id "0HNC8090TG6SI" completed keep alive response. 2025-06-27 17:35:05.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3234ms 2025-06-27 17:35:05.772 +03:00 [DBG] Connection id "0HNC8090TG6SI" received FIN. 2025-06-27 17:35:05.772 +03:00 [DBG] Connection id "0HNC8090TG6SI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:05.772 +03:00 [DBG] Connection id "0HNC8090TG6SI" disconnecting. 2025-06-27 17:35:05.773 +03:00 [DBG] Connection id "0HNC8090TG6SI" stopped. 2025-06-27 17:35:10.775 +03:00 [DBG] Connection id "0HNC8090TG6SJ" accepted. 2025-06-27 17:35:10.776 +03:00 [DBG] Connection id "0HNC8090TG6SJ" started. 2025-06-27 17:35:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:10.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.195ms. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:10.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:10.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:10.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2382ms 2025-06-27 17:35:10.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:10.778 +03:00 [DBG] Connection id "0HNC8090TG6SJ" completed keep alive response. 2025-06-27 17:35:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3072ms 2025-06-27 17:35:10.778 +03:00 [DBG] Connection id "0HNC8090TG6SJ" received FIN. 2025-06-27 17:35:10.779 +03:00 [DBG] Connection id "0HNC8090TG6SJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:10.779 +03:00 [DBG] Connection id "0HNC8090TG6SJ" disconnecting. 2025-06-27 17:35:10.779 +03:00 [DBG] Connection id "0HNC8090TG6SJ" stopped. 2025-06-27 17:35:13.825 +03:00 [DBG] Connection id "0HNC8090TG6SK" accepted. 2025-06-27 17:35:13.825 +03:00 [DBG] Connection id "0HNC8090TG6SK" started. 2025-06-27 17:35:13.825 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:35:13.825 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:13.825 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:13.825 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:35:13.825 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:35:13.825 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:13.825 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:13.826 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:13.826 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:13.826 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:13.826 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:13.826 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:13.826 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:13.826 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:13.826 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:13.826 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:13.826 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:13.826 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.826 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.826 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:13.826 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:35:13.826 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:35:13.826 +03:00 [DBG] Connection id "0HNC8090TG6SK", Request id "0HNC8090TG6SK:00000001": started reading request body. 2025-06-27 17:35:13.826 +03:00 [DBG] Connection id "0HNC8090TG6SK", Request id "0HNC8090TG6SK:00000001": done reading request body. 2025-06-27 17:35:13.826 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:13.826 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:35:13.826 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:13.826 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.826 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.826 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.826 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.826 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:13.826 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:35:13.826 +03:00 [INF] Changing group of physicals [30] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:13.851 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.6535ms. 2025-06-27 17:35:13.851 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:13.851 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:13.851 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.851 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.851 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.6918ms 2025-06-27 17:35:13.852 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:13.852 +03:00 [DBG] Connection id "0HNC8090TG6SK" completed keep alive response. 2025-06-27 17:35:13.852 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 26.2741ms 2025-06-27 17:35:13.852 +03:00 [DBG] Connection id "0HNC8090TG6SK" received FIN. 2025-06-27 17:35:13.852 +03:00 [DBG] Connection id "0HNC8090TG6SK" disconnecting. 2025-06-27 17:35:13.852 +03:00 [DBG] Connection id "0HNC8090TG6SK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:13.853 +03:00 [DBG] Connection id "0HNC8090TG6SK" stopped. 2025-06-27 17:35:13.889 +03:00 [DBG] Connection id "0HNC8090TG6SL" accepted. 2025-06-27 17:35:13.889 +03:00 [DBG] Connection id "0HNC8090TG6SL" started. 2025-06-27 17:35:13.889 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:35:13.889 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:13.889 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:35:13.889 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:13.889 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:13.889 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:13.889 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:13.890 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:13.890 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:13.890 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:13.890 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:13.890 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:13.890 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:13.890 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:13.890 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:13.890 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.890 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.890 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:13.890 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:13.891 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:35:13.891 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:35:13.891 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:13.891 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:13.891 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:35:13.891 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:35:13.891 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.891 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.891 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.891 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.891 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:13.891 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:35:13.891 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:13.892 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1248ms. 2025-06-27 17:35:13.892 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.892 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.893 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:13.893 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:35:13.893 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:35:13.893 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:35:13.893 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:35:13.893 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:35:13.893 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:35:13.893 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:13.893 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.893 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:13.893 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.893 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.893 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.893 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.893 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9082ms 2025-06-27 17:35:13.893 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:13.893 +03:00 [DBG] Connection id "0HNC8090TG6SL" completed keep alive response. 2025-06-27 17:35:13.893 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.3357ms 2025-06-27 17:35:13.894 +03:00 [DBG] Connection id "0HNC8090TG6SL" received FIN. 2025-06-27 17:35:13.894 +03:00 [DBG] Connection id "0HNC8090TG6SL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:13.894 +03:00 [DBG] Connection id "0HNC8090TG6SL" disconnecting. 2025-06-27 17:35:13.894 +03:00 [DBG] Connection id "0HNC8090TG6SL" stopped. 2025-06-27 17:35:13.940 +03:00 [DBG] Connection id "0HNC8090TG6SM" accepted. 2025-06-27 17:35:13.941 +03:00 [DBG] Connection id "0HNC8090TG6SM" started. 2025-06-27 17:35:13.941 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:35:13.941 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:13.941 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:35:13.941 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:13.941 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:13.941 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:13.941 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:13.941 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:13.941 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:13.941 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:13.942 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:13.942 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:13.942 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:13.942 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:13.942 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:13.942 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.942 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:13.942 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:13.942 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:13.942 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:35:13.942 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:35:13.942 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:13.942 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:13.942 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:35:13.942 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:35:13.942 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.942 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:13.942 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.942 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:13.943 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:13.943 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:35:13.943 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:14.089 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 146.1125ms. 2025-06-27 17:35:14.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:14.089 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:14.089 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:35:14.089 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:35:14.089 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:35:14.089 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:35:14.089 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:35:14.089 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:35:14.090 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:14.091 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:14.091 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:14.091 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:14.091 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:14.091 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:14.091 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:14.091 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 148.8269ms 2025-06-27 17:35:14.091 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:14.091 +03:00 [DBG] Connection id "0HNC8090TG6SM" completed keep alive response. 2025-06-27 17:35:14.091 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 149.9713ms 2025-06-27 17:35:14.094 +03:00 [DBG] Connection id "0HNC8090TG6SM" received FIN. 2025-06-27 17:35:14.094 +03:00 [DBG] Connection id "0HNC8090TG6SM" disconnecting. 2025-06-27 17:35:14.094 +03:00 [DBG] Connection id "0HNC8090TG6SM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:14.095 +03:00 [DBG] Connection id "0HNC8090TG6SM" stopped. 2025-06-27 17:35:15.767 +03:00 [DBG] Connection id "0HNC8090TG6SN" accepted. 2025-06-27 17:35:15.767 +03:00 [DBG] Connection id "0HNC8090TG6SN" started. 2025-06-27 17:35:15.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:15.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:15.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:15.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:15.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:15.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:15.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:15.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:15.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:15.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:15.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:15.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:15.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:15.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:15.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:15.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:15.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:15.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:15.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:15.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:15.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1801ms. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:15.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:15.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:15.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6139ms 2025-06-27 17:35:15.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:15.770 +03:00 [DBG] Connection id "0HNC8090TG6SN" completed keep alive response. 2025-06-27 17:35:15.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6766ms 2025-06-27 17:35:15.770 +03:00 [DBG] Connection id "0HNC8090TG6SN" received FIN. 2025-06-27 17:35:15.770 +03:00 [DBG] Connection id "0HNC8090TG6SN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:15.770 +03:00 [DBG] Connection id "0HNC8090TG6SN" disconnecting. 2025-06-27 17:35:15.770 +03:00 [DBG] Connection id "0HNC8090TG6SN" stopped. 2025-06-27 17:35:20.769 +03:00 [DBG] Connection id "0HNC8090TG6SO" accepted. 2025-06-27 17:35:20.769 +03:00 [DBG] Connection id "0HNC8090TG6SO" started. 2025-06-27 17:35:20.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:20.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:20.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:20.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:20.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:20.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:20.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:20.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:20.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:20.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:20.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:20.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:20.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:20.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:20.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:20.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:20.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:20.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:20.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:20.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:20.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1598ms. 2025-06-27 17:35:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:20.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:20.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:20.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2121ms 2025-06-27 17:35:20.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:20.771 +03:00 [DBG] Connection id "0HNC8090TG6SO" completed keep alive response. 2025-06-27 17:35:20.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1709ms 2025-06-27 17:35:20.772 +03:00 [DBG] Connection id "0HNC8090TG6SO" received FIN. 2025-06-27 17:35:20.772 +03:00 [DBG] Connection id "0HNC8090TG6SO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:20.772 +03:00 [DBG] Connection id "0HNC8090TG6SO" disconnecting. 2025-06-27 17:35:20.772 +03:00 [DBG] Connection id "0HNC8090TG6SO" stopped. 2025-06-27 17:35:21.347 +03:00 [DBG] Connection id "0HNC8090TG6SP" accepted. 2025-06-27 17:35:21.348 +03:00 [DBG] Connection id "0HNC8090TG6SP" started. 2025-06-27 17:35:21.348 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:35:21.348 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:21.348 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:21.348 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:35:21.348 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:35:21.348 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:21.348 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:21.348 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:21.348 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:21.348 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:21.348 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:21.348 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:21.348 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:21.348 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:21.348 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:21.348 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:21.348 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:21.348 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.348 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.348 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:21.348 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:35:21.348 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:21.348 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:35:21.348 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:35:21.348 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:21.348 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:35:21.348 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:21.348 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:35:21.349 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:35:21.349 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:35:21.349 +03:00 [DBG] Connection id "0HNC8090TG6SP", Request id "0HNC8090TG6SP:00000001": started reading request body. 2025-06-27 17:35:21.349 +03:00 [DBG] Connection id "0HNC8090TG6SP", Request id "0HNC8090TG6SP:00000001": done reading request body. 2025-06-27 17:35:21.349 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:35:21.349 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:21.349 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:21.349 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:35:21.349 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:21.349 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.349 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.349 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.349 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.349 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:21.349 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:35:21.349 +03:00 [INF] Changing group of physicals [18] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:21.374 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.9523ms. 2025-06-27 17:35:21.374 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:21.374 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:21.374 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.374 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.375 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.375 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.375 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.375 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.486ms 2025-06-27 17:35:21.375 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:21.375 +03:00 [DBG] Connection id "0HNC8090TG6SP" completed keep alive response. 2025-06-27 17:35:21.375 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 27.1042ms 2025-06-27 17:35:21.375 +03:00 [DBG] Connection id "0HNC8090TG6SP" received FIN. 2025-06-27 17:35:21.375 +03:00 [DBG] Connection id "0HNC8090TG6SP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:21.375 +03:00 [DBG] Connection id "0HNC8090TG6SP" disconnecting. 2025-06-27 17:35:21.375 +03:00 [DBG] Connection id "0HNC8090TG6SP" stopped. 2025-06-27 17:35:21.413 +03:00 [DBG] Connection id "0HNC8090TG6SQ" accepted. 2025-06-27 17:35:21.413 +03:00 [DBG] Connection id "0HNC8090TG6SQ" started. 2025-06-27 17:35:21.413 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:35:21.413 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:21.413 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:35:21.413 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:21.413 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:21.413 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:21.413 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:21.413 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:21.414 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:21.414 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:21.414 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:21.414 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:21.414 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:21.414 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:21.414 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:21.414 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.414 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.414 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:21.414 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:21.414 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:35:21.414 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:35:21.414 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:21.414 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:21.414 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:35:21.414 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:35:21.414 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.414 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.414 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.414 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.414 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:21.414 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:35:21.414 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:21.416 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1622ms. 2025-06-27 17:35:21.416 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:21.416 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:35:21.416 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:35:21.416 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:35:21.416 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:35:21.416 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:35:21.416 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:35:21.416 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.416 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.416 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6413ms 2025-06-27 17:35:21.417 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:21.417 +03:00 [DBG] Connection id "0HNC8090TG6SQ" completed keep alive response. 2025-06-27 17:35:21.417 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5658ms 2025-06-27 17:35:21.417 +03:00 [DBG] Connection id "0HNC8090TG6SQ" received FIN. 2025-06-27 17:35:21.417 +03:00 [DBG] Connection id "0HNC8090TG6SQ" disconnecting. 2025-06-27 17:35:21.417 +03:00 [DBG] Connection id "0HNC8090TG6SQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:21.418 +03:00 [DBG] Connection id "0HNC8090TG6SQ" stopped. 2025-06-27 17:35:21.457 +03:00 [DBG] Connection id "0HNC8090TG6SR" accepted. 2025-06-27 17:35:21.457 +03:00 [DBG] Connection id "0HNC8090TG6SR" started. 2025-06-27 17:35:21.457 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:35:21.457 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:21.457 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:35:21.457 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:21.457 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:21.457 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:21.457 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:21.457 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:21.457 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:21.457 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:21.458 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:21.458 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:21.458 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:21.458 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:21.458 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:21.458 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.458 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.458 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:21.458 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:21.458 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:35:21.458 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:35:21.458 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:21.458 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:21.458 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:35:21.458 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:35:21.458 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.458 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.458 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.458 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.458 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:21.458 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:35:21.458 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:21.610 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 152.1115ms. 2025-06-27 17:35:21.610 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.610 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.611 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:21.611 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:35:21.611 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:35:21.611 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:35:21.611 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:35:21.611 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:35:21.611 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:35:21.612 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:21.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.612 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:21.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.612 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.612 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.612 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:21.612 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 154.2675ms 2025-06-27 17:35:21.612 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:21.612 +03:00 [DBG] Connection id "0HNC8090TG6SR" completed keep alive response. 2025-06-27 17:35:21.612 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 155.0603ms 2025-06-27 17:35:21.616 +03:00 [DBG] Connection id "0HNC8090TG6SR" received FIN. 2025-06-27 17:35:21.616 +03:00 [DBG] Connection id "0HNC8090TG6SR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:21.616 +03:00 [DBG] Connection id "0HNC8090TG6SR" disconnecting. 2025-06-27 17:35:21.616 +03:00 [DBG] Connection id "0HNC8090TG6SR" stopped. 2025-06-27 17:35:25.769 +03:00 [DBG] Connection id "0HNC8090TG6SS" accepted. 2025-06-27 17:35:25.769 +03:00 [DBG] Connection id "0HNC8090TG6SS" started. 2025-06-27 17:35:25.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:25.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:25.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:25.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:25.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:25.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:25.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:25.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:25.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:25.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:25.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:25.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:25.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:25.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:25.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:25.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:25.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:25.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:25.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:25.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:25.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1389ms. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:25.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:25.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:25.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:25.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8098ms 2025-06-27 17:35:25.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:25.771 +03:00 [DBG] Connection id "0HNC8090TG6SS" completed keep alive response. 2025-06-27 17:35:25.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4801ms 2025-06-27 17:35:25.771 +03:00 [DBG] Connection id "0HNC8090TG6SS" received FIN. 2025-06-27 17:35:25.771 +03:00 [DBG] Connection id "0HNC8090TG6SS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:25.771 +03:00 [DBG] Connection id "0HNC8090TG6SS" disconnecting. 2025-06-27 17:35:25.771 +03:00 [DBG] Connection id "0HNC8090TG6SS" stopped. 2025-06-27 17:35:30.779 +03:00 [DBG] Connection id "0HNC8090TG6ST" accepted. 2025-06-27 17:35:30.780 +03:00 [DBG] Connection id "0HNC8090TG6ST" started. 2025-06-27 17:35:30.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:30.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:30.780 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:30.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:30.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:30.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:30.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:30.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:30.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:30.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:30.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:30.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:30.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:30.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:30.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:30.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:30.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:30.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:30.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:30.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:30.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:30.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:30.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:30.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:30.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1417ms. 2025-06-27 17:35:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:30.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:30.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:30.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7282ms 2025-06-27 17:35:30.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:30.781 +03:00 [DBG] Connection id "0HNC8090TG6ST" completed keep alive response. 2025-06-27 17:35:30.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3263ms 2025-06-27 17:35:30.781 +03:00 [DBG] Connection id "0HNC8090TG6ST" received FIN. 2025-06-27 17:35:30.781 +03:00 [DBG] Connection id "0HNC8090TG6ST" disconnecting. 2025-06-27 17:35:30.781 +03:00 [DBG] Connection id "0HNC8090TG6ST" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:30.783 +03:00 [DBG] Connection id "0HNC8090TG6ST" stopped. 2025-06-27 17:35:32.515 +03:00 [DBG] Connection id "0HNC8090TG6SU" accepted. 2025-06-27 17:35:32.515 +03:00 [DBG] Connection id "0HNC8090TG6SU" started. 2025-06-27 17:35:32.515 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:35:32.515 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:32.515 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:32.515 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:35:32.515 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:35:32.515 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:32.515 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:32.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:32.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:32.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:32.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:32.516 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:32.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:32.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:32.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:32.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:32.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:32.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:32.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:32.516 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:35:32.516 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:35:32.516 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:32.516 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:32.516 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:35:32.516 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:35:32.516 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:35:32.516 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:35:32.516 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:32.516 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:32.517 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:35:32.517 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:35:32.517 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:35:32.517 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:35:32.517 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:35:32.517 +03:00 [DBG] Connection id "0HNC8090TG6SU", Request id "0HNC8090TG6SU:00000001": started reading request body. 2025-06-27 17:35:32.517 +03:00 [DBG] Connection id "0HNC8090TG6SU", Request id "0HNC8090TG6SU:00000001": done reading request body. 2025-06-27 17:35:32.517 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:35:32.517 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:32.517 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:32.517 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:35:32.517 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:35:32.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.517 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:32.517 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:35:32.517 +03:00 [INF] Changing group of physicals [12] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:32.550 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 32.8627ms. 2025-06-27 17:35:32.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.550 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:32.550 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:32.550 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:32.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.551 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.551 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.551 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 34.6605ms 2025-06-27 17:35:32.551 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:35:32.551 +03:00 [DBG] Connection id "0HNC8090TG6SU" completed keep alive response. 2025-06-27 17:35:32.551 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 35.5759ms 2025-06-27 17:35:32.551 +03:00 [DBG] Connection id "0HNC8090TG6SU" received FIN. 2025-06-27 17:35:32.551 +03:00 [DBG] Connection id "0HNC8090TG6SU" disconnecting. 2025-06-27 17:35:32.551 +03:00 [DBG] Connection id "0HNC8090TG6SU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:32.552 +03:00 [DBG] Connection id "0HNC8090TG6SU" stopped. 2025-06-27 17:35:32.586 +03:00 [DBG] Connection id "0HNC8090TG6SV" accepted. 2025-06-27 17:35:32.587 +03:00 [DBG] Connection id "0HNC8090TG6SV" started. 2025-06-27 17:35:32.587 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:35:32.587 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:32.587 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:35:32.587 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:32.587 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:32.587 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:32.587 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:32.587 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:32.587 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:32.587 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:32.587 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:32.587 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:32.588 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:32.588 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:32.588 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:32.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.588 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:32.588 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:32.588 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:35:32.588 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:35:32.588 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:32.588 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:32.588 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:35:32.588 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:35:32.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:32.588 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:35:32.588 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:32.590 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2045ms. 2025-06-27 17:35:32.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:32.590 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:35:32.590 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:35:32.590 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:35:32.590 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:35:32.590 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:35:32.590 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:35:32.590 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.590 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.591 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.591 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9329ms 2025-06-27 17:35:32.591 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:32.591 +03:00 [DBG] Connection id "0HNC8090TG6SV" completed keep alive response. 2025-06-27 17:35:32.591 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.8508ms 2025-06-27 17:35:32.591 +03:00 [DBG] Connection id "0HNC8090TG6SV" received FIN. 2025-06-27 17:35:32.591 +03:00 [DBG] Connection id "0HNC8090TG6SV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:32.591 +03:00 [DBG] Connection id "0HNC8090TG6SV" disconnecting. 2025-06-27 17:35:32.591 +03:00 [DBG] Connection id "0HNC8090TG6SV" stopped. 2025-06-27 17:35:32.631 +03:00 [DBG] Connection id "0HNC8090TG6T0" accepted. 2025-06-27 17:35:32.631 +03:00 [DBG] Connection id "0HNC8090TG6T0" started. 2025-06-27 17:35:32.631 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:35:32.631 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:32.631 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:35:32.631 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:32.631 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:35:32.631 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:32.631 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:32.631 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:32.631 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:32.631 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:35:32.631 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:32.631 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:32.631 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:32.631 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:32.631 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:32.631 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.631 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.632 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:32.632 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:35:32.632 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:35:32.632 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:35:32.632 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:32.632 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:35:32.632 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:35:32.632 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:35:32.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.632 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:32.632 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:35:32.632 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:35:32.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 140.7469ms. 2025-06-27 17:35:32.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:32.773 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:35:32.773 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:35:32.773 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:35:32.773 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:35:32.773 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:35:32.773 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:35:32.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:35:32.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:32.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:32.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 142.9326ms 2025-06-27 17:35:32.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:35:32.774 +03:00 [DBG] Connection id "0HNC8090TG6T0" completed keep alive response. 2025-06-27 17:35:32.774 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 143.5595ms 2025-06-27 17:35:32.778 +03:00 [DBG] Connection id "0HNC8090TG6T0" received FIN. 2025-06-27 17:35:32.778 +03:00 [DBG] Connection id "0HNC8090TG6T0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:32.778 +03:00 [DBG] Connection id "0HNC8090TG6T0" disconnecting. 2025-06-27 17:35:32.778 +03:00 [DBG] Connection id "0HNC8090TG6T0" stopped. 2025-06-27 17:35:35.767 +03:00 [DBG] Connection id "0HNC8090TG6T1" accepted. 2025-06-27 17:35:35.767 +03:00 [DBG] Connection id "0HNC8090TG6T1" started. 2025-06-27 17:35:35.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:35.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:35.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:35.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:35.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:35.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:35.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:35.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:35.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:35.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:35.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:35.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:35.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:35.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:35.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:35.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:35.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:35.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:35.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:35.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:35.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1251ms. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:35.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:35.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:35.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6938ms 2025-06-27 17:35:35.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:35.768 +03:00 [DBG] Connection id "0HNC8090TG6T1" completed keep alive response. 2025-06-27 17:35:35.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2917ms 2025-06-27 17:35:35.769 +03:00 [DBG] Connection id "0HNC8090TG6T1" received FIN. 2025-06-27 17:35:35.769 +03:00 [DBG] Connection id "0HNC8090TG6T1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:35.769 +03:00 [DBG] Connection id "0HNC8090TG6T1" disconnecting. 2025-06-27 17:35:35.769 +03:00 [DBG] Connection id "0HNC8090TG6T1" stopped. 2025-06-27 17:35:40.767 +03:00 [DBG] Connection id "0HNC8090TG6T2" accepted. 2025-06-27 17:35:40.767 +03:00 [DBG] Connection id "0HNC8090TG6T2" started. 2025-06-27 17:35:40.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:40.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:40.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:40.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:40.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:40.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:40.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:40.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:40.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:40.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:40.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:40.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:40.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:40.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:40.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:40.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:40.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:40.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:40.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:40.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:40.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:40.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:40.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:40.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2068ms. 2025-06-27 17:35:40.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:40.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:40.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:40.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2407ms 2025-06-27 17:35:40.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:40.769 +03:00 [DBG] Connection id "0HNC8090TG6T2" completed keep alive response. 2025-06-27 17:35:40.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1609ms 2025-06-27 17:35:40.770 +03:00 [DBG] Connection id "0HNC8090TG6T2" received FIN. 2025-06-27 17:35:40.770 +03:00 [DBG] Connection id "0HNC8090TG6T2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:40.770 +03:00 [DBG] Connection id "0HNC8090TG6T2" disconnecting. 2025-06-27 17:35:40.770 +03:00 [DBG] Connection id "0HNC8090TG6T2" stopped. 2025-06-27 17:35:45.781 +03:00 [DBG] Connection id "0HNC8090TG6T3" accepted. 2025-06-27 17:35:45.782 +03:00 [DBG] Connection id "0HNC8090TG6T3" started. 2025-06-27 17:35:45.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:45.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:45.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:45.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:45.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:45.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:45.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:45.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:45.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:45.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:45.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:45.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:45.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:45.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:45.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:45.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:45.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:45.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:45.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:45.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:45.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1755ms. 2025-06-27 17:35:45.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:45.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:45.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:45.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2332ms 2025-06-27 17:35:45.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:45.784 +03:00 [DBG] Connection id "0HNC8090TG6T3" completed keep alive response. 2025-06-27 17:35:45.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.573ms 2025-06-27 17:35:45.785 +03:00 [DBG] Connection id "0HNC8090TG6T3" received FIN. 2025-06-27 17:35:45.785 +03:00 [DBG] Connection id "0HNC8090TG6T3" disconnecting. 2025-06-27 17:35:45.785 +03:00 [DBG] Connection id "0HNC8090TG6T3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:45.786 +03:00 [DBG] Connection id "0HNC8090TG6T3" stopped. 2025-06-27 17:35:50.781 +03:00 [DBG] Connection id "0HNC8090TG6T4" accepted. 2025-06-27 17:35:50.781 +03:00 [DBG] Connection id "0HNC8090TG6T4" started. 2025-06-27 17:35:50.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:50.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:50.783 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:50.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:50.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:50.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:50.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:50.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:50.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:50.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:50.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:50.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:50.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:50.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:50.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:50.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:50.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:50.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:50.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:50.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1233ms. 2025-06-27 17:35:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:50.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:50.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:50.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7056ms 2025-06-27 17:35:50.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:50.784 +03:00 [DBG] Connection id "0HNC8090TG6T4" completed keep alive response. 2025-06-27 17:35:50.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3325ms 2025-06-27 17:35:50.784 +03:00 [DBG] Connection id "0HNC8090TG6T4" received FIN. 2025-06-27 17:35:50.784 +03:00 [DBG] Connection id "0HNC8090TG6T4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:50.784 +03:00 [DBG] Connection id "0HNC8090TG6T4" disconnecting. 2025-06-27 17:35:50.784 +03:00 [DBG] Connection id "0HNC8090TG6T4" stopped. 2025-06-27 17:35:55.771 +03:00 [DBG] Connection id "0HNC8090TG6T5" accepted. 2025-06-27 17:35:55.771 +03:00 [DBG] Connection id "0HNC8090TG6T5" started. 2025-06-27 17:35:55.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:35:55.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:35:55.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:35:55.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:35:55.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:35:55.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:55.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:35:55.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:35:55.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:35:55.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:35:55.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:55.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:35:55.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:35:55.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:35:55.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:35:55.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:35:55.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:35:55.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:55.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:35:55.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:55.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:55.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:55.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:55.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:35:55.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2301ms. 2025-06-27 17:35:55.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:55.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:55.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:35:55.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:35:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:35:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:35:55.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7981ms 2025-06-27 17:35:55.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:35:55.774 +03:00 [DBG] Connection id "0HNC8090TG6T5" completed keep alive response. 2025-06-27 17:35:55.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.8183ms 2025-06-27 17:35:55.774 +03:00 [DBG] Connection id "0HNC8090TG6T5" received FIN. 2025-06-27 17:35:55.774 +03:00 [DBG] Connection id "0HNC8090TG6T5" disconnecting. 2025-06-27 17:35:55.774 +03:00 [DBG] Connection id "0HNC8090TG6T5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:35:55.776 +03:00 [DBG] Connection id "0HNC8090TG6T5" stopped. 2025-06-27 17:36:00.773 +03:00 [DBG] Connection id "0HNC8090TG6T6" accepted. 2025-06-27 17:36:00.773 +03:00 [DBG] Connection id "0HNC8090TG6T6" started. 2025-06-27 17:36:00.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:00.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:00.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:00.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:00.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:00.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:00.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:00.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:00.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:00.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:00.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:00.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:00.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:00.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:00.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:00.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:00.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:00.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:00.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:00.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1996ms. 2025-06-27 17:36:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:00.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.237ms 2025-06-27 17:36:00.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:00.775 +03:00 [DBG] Connection id "0HNC8090TG6T6" completed keep alive response. 2025-06-27 17:36:00.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2447ms 2025-06-27 17:36:00.775 +03:00 [DBG] Connection id "0HNC8090TG6T6" received FIN. 2025-06-27 17:36:00.775 +03:00 [DBG] Connection id "0HNC8090TG6T6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:00.776 +03:00 [DBG] Connection id "0HNC8090TG6T6" disconnecting. 2025-06-27 17:36:00.776 +03:00 [DBG] Connection id "0HNC8090TG6T6" stopped. 2025-06-27 17:36:05.777 +03:00 [DBG] Connection id "0HNC8090TG6T7" accepted. 2025-06-27 17:36:05.778 +03:00 [DBG] Connection id "0HNC8090TG6T7" started. 2025-06-27 17:36:05.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:05.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:05.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:05.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:05.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:05.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:05.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:05.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:05.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:05.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:05.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:05.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:05.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:05.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:05.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:05.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:05.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:05.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:05.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1511ms. 2025-06-27 17:36:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:05.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:05.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8323ms 2025-06-27 17:36:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:05.779 +03:00 [DBG] Connection id "0HNC8090TG6T7" completed keep alive response. 2025-06-27 17:36:05.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.437ms 2025-06-27 17:36:05.779 +03:00 [DBG] Connection id "0HNC8090TG6T7" received FIN. 2025-06-27 17:36:05.779 +03:00 [DBG] Connection id "0HNC8090TG6T7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:05.780 +03:00 [DBG] Connection id "0HNC8090TG6T7" disconnecting. 2025-06-27 17:36:05.780 +03:00 [DBG] Connection id "0HNC8090TG6T7" stopped. 2025-06-27 17:36:10.775 +03:00 [DBG] Connection id "0HNC8090TG6T8" accepted. 2025-06-27 17:36:10.775 +03:00 [DBG] Connection id "0HNC8090TG6T8" started. 2025-06-27 17:36:10.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:10.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:10.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:10.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:10.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:10.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:10.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:10.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:10.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:10.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:10.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:10.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:10.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:10.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:10.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:10.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:10.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:10.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:10.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:10.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:10.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1208ms. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:10.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:10.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:10.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7314ms 2025-06-27 17:36:10.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:10.776 +03:00 [DBG] Connection id "0HNC8090TG6T8" completed keep alive response. 2025-06-27 17:36:10.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3481ms 2025-06-27 17:36:10.776 +03:00 [DBG] Connection id "0HNC8090TG6T8" received FIN. 2025-06-27 17:36:10.776 +03:00 [DBG] Connection id "0HNC8090TG6T8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:10.777 +03:00 [DBG] Connection id "0HNC8090TG6T8" disconnecting. 2025-06-27 17:36:10.777 +03:00 [DBG] Connection id "0HNC8090TG6T8" stopped. 2025-06-27 17:36:15.777 +03:00 [DBG] Connection id "0HNC8090TG6T9" accepted. 2025-06-27 17:36:15.777 +03:00 [DBG] Connection id "0HNC8090TG6T9" started. 2025-06-27 17:36:15.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:15.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:15.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:15.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:15.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:15.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:15.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:15.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:15.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:15.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:15.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:15.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:15.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:15.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:15.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:15.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:15.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:15.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:15.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:15.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1275ms. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:15.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:15.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:15.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.735ms 2025-06-27 17:36:15.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:15.778 +03:00 [DBG] Connection id "0HNC8090TG6T9" completed keep alive response. 2025-06-27 17:36:15.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3621ms 2025-06-27 17:36:15.778 +03:00 [DBG] Connection id "0HNC8090TG6T9" received FIN. 2025-06-27 17:36:15.778 +03:00 [DBG] Connection id "0HNC8090TG6T9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:15.778 +03:00 [DBG] Connection id "0HNC8090TG6T9" disconnecting. 2025-06-27 17:36:15.779 +03:00 [DBG] Connection id "0HNC8090TG6T9" stopped. 2025-06-27 17:36:18.893 +03:00 [DBG] Connection id "0HNC8090TG6TA" accepted. 2025-06-27 17:36:18.894 +03:00 [DBG] Connection id "0HNC8090TG6TA" started. 2025-06-27 17:36:18.894 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 701 2025-06-27 17:36:18.894 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:18.894 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:18.894 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:36:18.894 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:36:18.894 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:36:18.894 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:18.894 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:18.894 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:18.894 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:18.894 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:36:18.894 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:18.894 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:18.894 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:18.894 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:18.894 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:18.894 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:18.894 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.894 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.894 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:18.894 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:18.894 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:36:18.895 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:36:18.895 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:36:18.895 +03:00 [DBG] Connection id "0HNC8090TG6TA", Request id "0HNC8090TG6TA:00000001": started reading request body. 2025-06-27 17:36:18.895 +03:00 [DBG] Connection id "0HNC8090TG6TA", Request id "0HNC8090TG6TA:00000001": done reading request body. 2025-06-27 17:36:18.895 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:36:18.895 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:36:18.895 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:36:18.895 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:36:18.895 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:36:18.895 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.895 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.895 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.895 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.895 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:18.895 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:36:18.895 +03:00 [INF] Updating physical elements properties 2025-06-27 17:36:18.914 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.5125ms. 2025-06-27 17:36:18.914 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:18.914 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:18.914 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.914 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.914 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.8027ms 2025-06-27 17:36:18.914 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:36:18.914 +03:00 [DBG] Connection id "0HNC8090TG6TA" completed keep alive response. 2025-06-27 17:36:18.914 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.546ms 2025-06-27 17:36:18.915 +03:00 [DBG] Connection id "0HNC8090TG6TA" received FIN. 2025-06-27 17:36:18.915 +03:00 [DBG] Connection id "0HNC8090TG6TA" disconnecting. 2025-06-27 17:36:18.915 +03:00 [DBG] Connection id "0HNC8090TG6TA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:18.916 +03:00 [DBG] Connection id "0HNC8090TG6TA" stopped. 2025-06-27 17:36:18.955 +03:00 [DBG] Connection id "0HNC8090TG6TB" accepted. 2025-06-27 17:36:18.956 +03:00 [DBG] Connection id "0HNC8090TG6TB" started. 2025-06-27 17:36:18.956 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:18.956 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:18.956 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:18.956 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:18.956 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:18.956 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:18.956 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:18.956 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:18.956 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:18.956 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:18.956 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:18.956 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:18.956 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:18.956 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:18.956 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:18.956 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.956 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.956 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:18.956 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:18.957 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:18.957 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:18.957 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:18.957 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:18.957 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:18.957 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:18.957 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.957 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.957 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.957 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.957 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:18.957 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:18.957 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:18.958 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5331ms. 2025-06-27 17:36:18.959 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:18.959 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:18.959 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:18.959 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:18.959 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:18.959 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:18.959 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:18.959 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.959 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:18.959 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.884ms 2025-06-27 17:36:18.959 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:18.959 +03:00 [DBG] Connection id "0HNC8090TG6TB" completed keep alive response. 2025-06-27 17:36:18.959 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.7112ms 2025-06-27 17:36:18.960 +03:00 [DBG] Connection id "0HNC8090TG6TB" received FIN. 2025-06-27 17:36:18.960 +03:00 [DBG] Connection id "0HNC8090TG6TB" disconnecting. 2025-06-27 17:36:18.960 +03:00 [DBG] Connection id "0HNC8090TG6TB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:18.961 +03:00 [DBG] Connection id "0HNC8090TG6TB" stopped. 2025-06-27 17:36:19.003 +03:00 [DBG] Connection id "0HNC8090TG6TC" accepted. 2025-06-27 17:36:19.003 +03:00 [DBG] Connection id "0HNC8090TG6TC" started. 2025-06-27 17:36:19.003 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:19.003 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:19.003 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:19.003 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:19.003 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:19.003 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:19.003 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:19.004 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:19.004 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:19.004 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:19.004 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:19.004 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:19.004 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:19.004 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:19.004 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:19.004 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.004 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.004 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:19.004 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:19.004 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:19.004 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:19.004 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:19.004 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:19.004 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:19.004 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:19.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:19.004 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:19.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:19.004 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:19.004 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:19.004 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:19.004 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:19.180 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 176.3979ms. 2025-06-27 17:36:19.181 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:19.181 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:19.181 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:19.181 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:19.181 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:19.181 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:19.181 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:19.181 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:19.182 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:19.182 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:19.182 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:19.182 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.182 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.182 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.182 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:19.182 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 178.6253ms 2025-06-27 17:36:19.182 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:19.182 +03:00 [DBG] Connection id "0HNC8090TG6TC" completed keep alive response. 2025-06-27 17:36:19.182 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 179.1632ms 2025-06-27 17:36:19.187 +03:00 [DBG] Connection id "0HNC8090TG6TC" received FIN. 2025-06-27 17:36:19.187 +03:00 [DBG] Connection id "0HNC8090TG6TC" disconnecting. 2025-06-27 17:36:19.187 +03:00 [DBG] Connection id "0HNC8090TG6TC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:19.188 +03:00 [DBG] Connection id "0HNC8090TG6TC" stopped. 2025-06-27 17:36:20.767 +03:00 [DBG] Connection id "0HNC8090TG6TD" accepted. 2025-06-27 17:36:20.767 +03:00 [DBG] Connection id "0HNC8090TG6TD" started. 2025-06-27 17:36:20.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:20.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:20.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:20.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:20.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:20.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:20.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:20.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:20.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:20.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:20.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:20.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:20.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:20.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:20.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:20.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:20.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:20.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:20.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:20.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:20.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.167ms. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:20.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:20.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:20.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:20.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1812ms 2025-06-27 17:36:20.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:20.769 +03:00 [DBG] Connection id "0HNC8090TG6TD" completed keep alive response. 2025-06-27 17:36:20.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1428ms 2025-06-27 17:36:20.769 +03:00 [DBG] Connection id "0HNC8090TG6TD" received FIN. 2025-06-27 17:36:20.769 +03:00 [DBG] Connection id "0HNC8090TG6TD" disconnecting. 2025-06-27 17:36:20.769 +03:00 [DBG] Connection id "0HNC8090TG6TD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:20.771 +03:00 [DBG] Connection id "0HNC8090TG6TD" stopped. 2025-06-27 17:36:25.775 +03:00 [DBG] Connection id "0HNC8090TG6TE" accepted. 2025-06-27 17:36:25.775 +03:00 [DBG] Connection id "0HNC8090TG6TE" started. 2025-06-27 17:36:25.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:25.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:25.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:25.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:25.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:25.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:25.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:25.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:25.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:25.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:25.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:25.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:25.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:25.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:25.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:25.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:25.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:25.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:25.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:25.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:25.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1396ms. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:25.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:25.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:25.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7506ms 2025-06-27 17:36:25.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:25.777 +03:00 [DBG] Connection id "0HNC8090TG6TE" completed keep alive response. 2025-06-27 17:36:25.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3189ms 2025-06-27 17:36:25.777 +03:00 [DBG] Connection id "0HNC8090TG6TE" received FIN. 2025-06-27 17:36:25.777 +03:00 [DBG] Connection id "0HNC8090TG6TE" disconnecting. 2025-06-27 17:36:25.777 +03:00 [DBG] Connection id "0HNC8090TG6TE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:25.778 +03:00 [DBG] Connection id "0HNC8090TG6TE" stopped. 2025-06-27 17:36:27.549 +03:00 [DBG] Connection id "0HNC8090TG6TF" accepted. 2025-06-27 17:36:27.549 +03:00 [DBG] Connection id "0HNC8090TG6TF" started. 2025-06-27 17:36:27.549 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:36:27.549 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:27.549 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:27.549 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:36:27.549 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:36:27.549 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:36:27.549 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:27.549 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:27.549 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:27.549 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:27.549 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:36:27.549 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:27.549 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:27.550 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:27.550 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:27.550 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:27.550 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:27.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.550 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:27.550 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:36:27.550 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:36:27.550 +03:00 [DBG] Connection id "0HNC8090TG6TF", Request id "0HNC8090TG6TF:00000001": started reading request body. 2025-06-27 17:36:27.550 +03:00 [DBG] Connection id "0HNC8090TG6TF", Request id "0HNC8090TG6TF:00000001": done reading request body. 2025-06-27 17:36:27.550 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:36:27.550 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:36:27.550 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:36:27.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.550 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:27.550 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:36:27.550 +03:00 [INF] Changing group of physicals [24] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:27.580 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.8034ms. 2025-06-27 17:36:27.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.580 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:27.581 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:27.581 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:27.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.581 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.581 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.581 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 31.1498ms 2025-06-27 17:36:27.581 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:36:27.581 +03:00 [DBG] Connection id "0HNC8090TG6TF" completed keep alive response. 2025-06-27 17:36:27.581 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 31.8617ms 2025-06-27 17:36:27.581 +03:00 [DBG] Connection id "0HNC8090TG6TF" received FIN. 2025-06-27 17:36:27.581 +03:00 [DBG] Connection id "0HNC8090TG6TF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:27.581 +03:00 [DBG] Connection id "0HNC8090TG6TF" disconnecting. 2025-06-27 17:36:27.581 +03:00 [DBG] Connection id "0HNC8090TG6TF" stopped. 2025-06-27 17:36:27.619 +03:00 [DBG] Connection id "0HNC8090TG6TG" accepted. 2025-06-27 17:36:27.619 +03:00 [DBG] Connection id "0HNC8090TG6TG" started. 2025-06-27 17:36:27.619 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:27.619 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:27.619 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:27.620 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:27.620 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:27.620 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:27.620 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:27.620 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:27.620 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:27.620 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:27.620 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:27.620 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:27.620 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:27.620 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:27.620 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:27.620 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.620 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.620 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:27.620 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:27.620 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:27.620 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:27.620 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:27.620 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:27.620 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:27.620 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:27.620 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.620 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.620 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.620 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.620 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:27.620 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:27.620 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:27.621 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9243ms. 2025-06-27 17:36:27.621 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.621 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:27.621 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:27.621 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:27.621 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:27.621 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:27.621 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:27.621 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:27.622 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:27.622 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.622 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.622 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.622 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.622 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.622 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.622 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.9ms 2025-06-27 17:36:27.622 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:27.622 +03:00 [DBG] Connection id "0HNC8090TG6TG" completed keep alive response. 2025-06-27 17:36:27.622 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4246ms 2025-06-27 17:36:27.622 +03:00 [DBG] Connection id "0HNC8090TG6TG" received FIN. 2025-06-27 17:36:27.622 +03:00 [DBG] Connection id "0HNC8090TG6TG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:27.622 +03:00 [DBG] Connection id "0HNC8090TG6TG" disconnecting. 2025-06-27 17:36:27.622 +03:00 [DBG] Connection id "0HNC8090TG6TG" stopped. 2025-06-27 17:36:27.667 +03:00 [DBG] Connection id "0HNC8090TG6TH" accepted. 2025-06-27 17:36:27.668 +03:00 [DBG] Connection id "0HNC8090TG6TH" started. 2025-06-27 17:36:27.668 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:27.668 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:27.668 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:27.668 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:27.668 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:27.668 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:27.668 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:27.668 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:27.668 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:27.668 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:27.668 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:27.668 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:27.668 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:27.668 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:27.668 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:27.668 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.668 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.668 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:27.668 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:27.668 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:27.668 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:27.668 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:27.668 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:27.668 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:27.668 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:27.668 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.668 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.669 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.669 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.669 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:27.669 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:27.669 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:27.867 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 197.9798ms. 2025-06-27 17:36:27.867 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.867 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:27.867 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:27.867 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:27.867 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:27.867 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:27.867 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:27.867 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:27.869 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:27.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.869 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:27.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.869 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.869 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.869 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:27.869 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 200.9126ms 2025-06-27 17:36:27.869 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:27.869 +03:00 [DBG] Connection id "0HNC8090TG6TH" completed keep alive response. 2025-06-27 17:36:27.869 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 201.4999ms 2025-06-27 17:36:27.872 +03:00 [DBG] Connection id "0HNC8090TG6TH" received FIN. 2025-06-27 17:36:27.872 +03:00 [DBG] Connection id "0HNC8090TG6TH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:27.872 +03:00 [DBG] Connection id "0HNC8090TG6TH" disconnecting. 2025-06-27 17:36:27.872 +03:00 [DBG] Connection id "0HNC8090TG6TH" stopped. 2025-06-27 17:36:30.781 +03:00 [DBG] Connection id "0HNC8090TG6TI" accepted. 2025-06-27 17:36:30.781 +03:00 [DBG] Connection id "0HNC8090TG6TI" started. 2025-06-27 17:36:30.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:30.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:30.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:30.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:30.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:30.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:30.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:30.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:30.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:30.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:30.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:30.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:30.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:30.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:30.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:30.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:30.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:30.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:30.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:30.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1912ms. 2025-06-27 17:36:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:30.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:30.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:30.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2217ms 2025-06-27 17:36:30.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:30.783 +03:00 [DBG] Connection id "0HNC8090TG6TI" completed keep alive response. 2025-06-27 17:36:30.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1372ms 2025-06-27 17:36:30.784 +03:00 [DBG] Connection id "0HNC8090TG6TI" received FIN. 2025-06-27 17:36:30.784 +03:00 [DBG] Connection id "0HNC8090TG6TI" disconnecting. 2025-06-27 17:36:30.784 +03:00 [DBG] Connection id "0HNC8090TG6TI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:30.785 +03:00 [DBG] Connection id "0HNC8090TG6TI" stopped. 2025-06-27 17:36:34.483 +03:00 [DBG] Connection id "0HNC8090TG6TJ" accepted. 2025-06-27 17:36:34.484 +03:00 [DBG] Connection id "0HNC8090TG6TJ" started. 2025-06-27 17:36:34.484 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 3 2025-06-27 17:36:34.484 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:34.484 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:34.484 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:36:34.484 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:36:34.484 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:36:34.484 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:34.484 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:34.484 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:34.484 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:34.484 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:36:34.484 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:34.484 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:34.484 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:34.484 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:34.485 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:34.485 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:34.485 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.485 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.485 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:34.485 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:36:34.485 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:36:34.485 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:36:34.485 +03:00 [DBG] Connection id "0HNC8090TG6TJ", Request id "0HNC8090TG6TJ:00000001": started reading request body. 2025-06-27 17:36:34.485 +03:00 [DBG] Connection id "0HNC8090TG6TJ", Request id "0HNC8090TG6TJ:00000001": done reading request body. 2025-06-27 17:36:34.485 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:36:34.485 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:36:34.486 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:36:34.486 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:36:34.486 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:36:34.486 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.486 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.486 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.486 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.486 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:34.486 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:36:34.486 +03:00 [INF] Changing group of physicals [6] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:34.523 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 37.0768ms. 2025-06-27 17:36:34.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:34.523 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:34.523 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 39.0462ms 2025-06-27 17:36:34.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:36:34.524 +03:00 [DBG] Connection id "0HNC8090TG6TJ" completed keep alive response. 2025-06-27 17:36:34.524 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 40.0526ms 2025-06-27 17:36:34.524 +03:00 [DBG] Connection id "0HNC8090TG6TJ" received FIN. 2025-06-27 17:36:34.524 +03:00 [DBG] Connection id "0HNC8090TG6TJ" disconnecting. 2025-06-27 17:36:34.524 +03:00 [DBG] Connection id "0HNC8090TG6TJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:34.525 +03:00 [DBG] Connection id "0HNC8090TG6TJ" stopped. 2025-06-27 17:36:34.561 +03:00 [DBG] Connection id "0HNC8090TG6TK" accepted. 2025-06-27 17:36:34.561 +03:00 [DBG] Connection id "0HNC8090TG6TK" started. 2025-06-27 17:36:34.562 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:34.562 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:34.562 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:34.562 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:34.562 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:34.562 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:34.562 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:34.562 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:34.562 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:34.562 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:34.562 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:34.562 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:34.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:34.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:34.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:34.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:34.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:34.562 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:34.562 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:34.562 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:34.562 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:34.562 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:34.562 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:34.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:34.562 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:34.562 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:34.564 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0969ms. 2025-06-27 17:36:34.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:34.564 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:34.564 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:34.564 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:34.564 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:34.564 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:34.564 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:34.564 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.564 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.564 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0286ms 2025-06-27 17:36:34.564 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:34.564 +03:00 [DBG] Connection id "0HNC8090TG6TK" completed keep alive response. 2025-06-27 17:36:34.564 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6144ms 2025-06-27 17:36:34.564 +03:00 [DBG] Connection id "0HNC8090TG6TK" received FIN. 2025-06-27 17:36:34.565 +03:00 [DBG] Connection id "0HNC8090TG6TK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:34.565 +03:00 [DBG] Connection id "0HNC8090TG6TK" disconnecting. 2025-06-27 17:36:34.565 +03:00 [DBG] Connection id "0HNC8090TG6TK" stopped. 2025-06-27 17:36:34.612 +03:00 [DBG] Connection id "0HNC8090TG6TL" accepted. 2025-06-27 17:36:34.612 +03:00 [DBG] Connection id "0HNC8090TG6TL" started. 2025-06-27 17:36:34.612 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:34.612 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:34.613 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:34.613 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:34.613 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:34.613 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:34.613 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:34.613 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:34.613 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:34.613 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:34.613 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:34.613 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:34.614 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:34.614 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:34.614 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:34.614 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.614 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.614 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:34.614 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:34.614 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:34.614 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:34.614 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:34.614 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:34.614 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:34.614 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:34.615 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.615 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.615 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.615 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.615 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:34.615 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:34.615 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:34.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 157.6641ms. 2025-06-27 17:36:34.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:34.773 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:34.773 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:34.773 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:34.773 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:34.773 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:34.773 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:34.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:34.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:34.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:34.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 162.4423ms 2025-06-27 17:36:34.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:34.776 +03:00 [DBG] Connection id "0HNC8090TG6TL" completed keep alive response. 2025-06-27 17:36:34.776 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.1017ms 2025-06-27 17:36:34.778 +03:00 [DBG] Connection id "0HNC8090TG6TL" received FIN. 2025-06-27 17:36:34.778 +03:00 [DBG] Connection id "0HNC8090TG6TL" disconnecting. 2025-06-27 17:36:34.779 +03:00 [DBG] Connection id "0HNC8090TG6TL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:34.780 +03:00 [DBG] Connection id "0HNC8090TG6TL" stopped. 2025-06-27 17:36:35.773 +03:00 [DBG] Connection id "0HNC8090TG6TM" accepted. 2025-06-27 17:36:35.773 +03:00 [DBG] Connection id "0HNC8090TG6TM" started. 2025-06-27 17:36:35.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:35.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:35.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:35.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:35.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:35.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:35.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:35.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:35.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:35.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:35.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:35.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:35.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:35.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:35.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:35.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:35.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:35.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:35.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:35.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1842ms. 2025-06-27 17:36:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:35.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:35.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:35.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1521ms 2025-06-27 17:36:35.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:35.776 +03:00 [DBG] Connection id "0HNC8090TG6TM" completed keep alive response. 2025-06-27 17:36:35.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0821ms 2025-06-27 17:36:35.776 +03:00 [DBG] Connection id "0HNC8090TG6TM" received FIN. 2025-06-27 17:36:35.776 +03:00 [DBG] Connection id "0HNC8090TG6TM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:35.776 +03:00 [DBG] Connection id "0HNC8090TG6TM" disconnecting. 2025-06-27 17:36:35.776 +03:00 [DBG] Connection id "0HNC8090TG6TM" stopped. 2025-06-27 17:36:40.791 +03:00 [DBG] Connection id "0HNC8090TG6TN" accepted. 2025-06-27 17:36:40.791 +03:00 [DBG] Connection id "0HNC8090TG6TN" started. 2025-06-27 17:36:40.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:40.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:40.791 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:40.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:40.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:40.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:40.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:40.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:40.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:40.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:40.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:40.791 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:40.792 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:40.792 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:40.792 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:40.792 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:40.792 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:40.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.792 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:40.792 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:40.792 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:40.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1417ms. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:40.792 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:40.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:40.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:40.793 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.873ms 2025-06-27 17:36:40.793 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:40.793 +03:00 [DBG] Connection id "0HNC8090TG6TN" completed keep alive response. 2025-06-27 17:36:40.793 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6688ms 2025-06-27 17:36:40.793 +03:00 [DBG] Connection id "0HNC8090TG6TN" received FIN. 2025-06-27 17:36:40.793 +03:00 [DBG] Connection id "0HNC8090TG6TN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:40.793 +03:00 [DBG] Connection id "0HNC8090TG6TN" disconnecting. 2025-06-27 17:36:40.793 +03:00 [DBG] Connection id "0HNC8090TG6TN" stopped. 2025-06-27 17:36:45.773 +03:00 [DBG] Connection id "0HNC8090TG6TO" accepted. 2025-06-27 17:36:45.773 +03:00 [DBG] Connection id "0HNC8090TG6TO" started. 2025-06-27 17:36:45.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:45.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:45.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:45.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:45.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:45.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:45.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:45.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:45.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:45.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:45.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1573ms. 2025-06-27 17:36:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9818ms 2025-06-27 17:36:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:45.775 +03:00 [DBG] Connection id "0HNC8090TG6TO" completed keep alive response. 2025-06-27 17:36:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7556ms 2025-06-27 17:36:45.775 +03:00 [DBG] Connection id "0HNC8090TG6TO" received FIN. 2025-06-27 17:36:45.775 +03:00 [DBG] Connection id "0HNC8090TG6TO" disconnecting. 2025-06-27 17:36:45.775 +03:00 [DBG] Connection id "0HNC8090TG6TO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:45.777 +03:00 [DBG] Connection id "0HNC8090TG6TO" stopped. 2025-06-27 17:36:50.781 +03:00 [DBG] Connection id "0HNC8090TG6TP" accepted. 2025-06-27 17:36:50.781 +03:00 [DBG] Connection id "0HNC8090TG6TP" started. 2025-06-27 17:36:50.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:50.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:50.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:50.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:50.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:50.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:50.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:50.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:50.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:50.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:50.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:50.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:50.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:50.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:50.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:50.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:50.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:50.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:50.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:50.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1398ms. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:50.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:50.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:50.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8763ms 2025-06-27 17:36:50.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:50.782 +03:00 [DBG] Connection id "0HNC8090TG6TP" completed keep alive response. 2025-06-27 17:36:50.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6601ms 2025-06-27 17:36:50.783 +03:00 [DBG] Connection id "0HNC8090TG6TP" received FIN. 2025-06-27 17:36:50.783 +03:00 [DBG] Connection id "0HNC8090TG6TP" disconnecting. 2025-06-27 17:36:50.783 +03:00 [DBG] Connection id "0HNC8090TG6TP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:50.784 +03:00 [DBG] Connection id "0HNC8090TG6TP" stopped. 2025-06-27 17:36:55.775 +03:00 [DBG] Connection id "0HNC8090TG6TQ" accepted. 2025-06-27 17:36:55.775 +03:00 [DBG] Connection id "0HNC8090TG6TQ" started. 2025-06-27 17:36:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:36:55.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:55.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:55.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:36:55.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:36:55.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:55.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:36:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:55.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:55.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1733ms. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:55.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:55.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:55.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1724ms 2025-06-27 17:36:55.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:36:55.778 +03:00 [DBG] Connection id "0HNC8090TG6TQ" completed keep alive response. 2025-06-27 17:36:55.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.245ms 2025-06-27 17:36:55.778 +03:00 [DBG] Connection id "0HNC8090TG6TQ" received FIN. 2025-06-27 17:36:55.778 +03:00 [DBG] Connection id "0HNC8090TG6TQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:55.778 +03:00 [DBG] Connection id "0HNC8090TG6TQ" disconnecting. 2025-06-27 17:36:55.778 +03:00 [DBG] Connection id "0HNC8090TG6TQ" stopped. 2025-06-27 17:36:57.636 +03:00 [DBG] Connection id "0HNC8090TG6TR" accepted. 2025-06-27 17:36:57.636 +03:00 [DBG] Connection id "0HNC8090TG6TR" started. 2025-06-27 17:36:57.636 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 701 2025-06-27 17:36:57.636 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:57.636 +03:00 [DBG] POST requests are not supported 2025-06-27 17:36:57.636 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:36:57.637 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:36:57.637 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:36:57.637 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:57.637 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:57.637 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:36:57.637 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:36:57.637 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:36:57.637 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:57.637 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:57.637 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:57.637 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:57.637 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:57.637 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:57.637 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.637 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.637 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:57.637 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:57.637 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:36:57.637 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:36:57.637 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:36:57.637 +03:00 [DBG] Connection id "0HNC8090TG6TR", Request id "0HNC8090TG6TR:00000001": started reading request body. 2025-06-27 17:36:57.637 +03:00 [DBG] Connection id "0HNC8090TG6TR", Request id "0HNC8090TG6TR:00000001": done reading request body. 2025-06-27 17:36:57.637 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:36:57.637 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:36:57.637 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:36:57.637 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:36:57.637 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:36:57.637 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.637 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.638 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:57.638 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:36:57.638 +03:00 [INF] Updating physical elements properties 2025-06-27 17:36:57.654 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.1537ms. 2025-06-27 17:36:57.654 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:57.654 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:36:57.654 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.654 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.654 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 17.1527ms 2025-06-27 17:36:57.654 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:36:57.654 +03:00 [DBG] Connection id "0HNC8090TG6TR" completed keep alive response. 2025-06-27 17:36:57.654 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 17.8557ms 2025-06-27 17:36:57.654 +03:00 [DBG] Connection id "0HNC8090TG6TR" received FIN. 2025-06-27 17:36:57.655 +03:00 [DBG] Connection id "0HNC8090TG6TR" disconnecting. 2025-06-27 17:36:57.655 +03:00 [DBG] Connection id "0HNC8090TG6TR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:57.656 +03:00 [DBG] Connection id "0HNC8090TG6TR" stopped. 2025-06-27 17:36:57.762 +03:00 [DBG] Connection id "0HNC8090TG6TS" accepted. 2025-06-27 17:36:57.762 +03:00 [DBG] Connection id "0HNC8090TG6TS" started. 2025-06-27 17:36:57.762 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:57.762 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:57.762 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:57.762 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:57.762 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:57.762 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:57.762 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:57.762 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:57.762 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:57.762 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:57.763 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:57.763 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:57.763 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:57.763 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:57.763 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:57.763 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.763 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.763 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:57.763 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:57.763 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:57.763 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:57.763 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:57.763 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:57.763 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:57.763 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:57.763 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.763 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.763 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.763 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.763 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:57.763 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:57.763 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:57.766 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.5395ms. 2025-06-27 17:36:57.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:57.766 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:57.766 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:57.766 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:57.766 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:57.766 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:57.766 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:57.766 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.766 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.3817ms 2025-06-27 17:36:57.766 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:57.766 +03:00 [DBG] Connection id "0HNC8090TG6TS" completed keep alive response. 2025-06-27 17:36:57.766 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.9084ms 2025-06-27 17:36:57.766 +03:00 [DBG] Connection id "0HNC8090TG6TS" received FIN. 2025-06-27 17:36:57.766 +03:00 [DBG] Connection id "0HNC8090TG6TS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:57.766 +03:00 [DBG] Connection id "0HNC8090TG6TS" disconnecting. 2025-06-27 17:36:57.766 +03:00 [DBG] Connection id "0HNC8090TG6TS" stopped. 2025-06-27 17:36:57.811 +03:00 [DBG] Connection id "0HNC8090TG6TT" accepted. 2025-06-27 17:36:57.811 +03:00 [DBG] Connection id "0HNC8090TG6TT" started. 2025-06-27 17:36:57.811 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:36:57.812 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:36:57.812 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:36:57.812 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:57.812 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:36:57.812 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:57.812 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:36:57.812 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:36:57.812 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:57.812 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:36:57.812 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:36:57.812 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:36:57.812 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:36:57.812 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:36:57.812 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:36:57.812 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.812 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.812 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:57.812 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:36:57.812 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:36:57.812 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:36:57.812 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:57.812 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:36:57.812 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:36:57.812 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:36:57.812 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.812 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.812 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.812 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.812 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:36:57.812 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:36:57.812 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:36:57.958 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 146.0099ms. 2025-06-27 17:36:57.958 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.958 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.959 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:57.959 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:36:57.959 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:36:57.959 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:36:57.959 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:36:57.959 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:36:57.959 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:36:57.961 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:36:57.961 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.961 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:36:57.961 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.961 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.961 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.961 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:36:57.961 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 149.4862ms 2025-06-27 17:36:57.961 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:36:57.962 +03:00 [DBG] Connection id "0HNC8090TG6TT" completed keep alive response. 2025-06-27 17:36:57.962 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 150.1513ms 2025-06-27 17:36:57.964 +03:00 [DBG] Connection id "0HNC8090TG6TT" received FIN. 2025-06-27 17:36:57.964 +03:00 [DBG] Connection id "0HNC8090TG6TT" disconnecting. 2025-06-27 17:36:57.964 +03:00 [DBG] Connection id "0HNC8090TG6TT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:36:57.966 +03:00 [DBG] Connection id "0HNC8090TG6TT" stopped. 2025-06-27 17:37:00.770 +03:00 [DBG] Connection id "0HNC8090TG6TU" accepted. 2025-06-27 17:37:00.770 +03:00 [DBG] Connection id "0HNC8090TG6TU" started. 2025-06-27 17:37:00.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:00.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:00.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:00.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:00.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:00.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:00.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:00.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:00.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:00.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:00.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:00.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:00.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:00.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:00.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:00.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:00.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:00.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:00.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:00.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1374ms. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:00.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:00.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:00.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:00.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9421ms 2025-06-27 17:37:00.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:00.772 +03:00 [DBG] Connection id "0HNC8090TG6TU" completed keep alive response. 2025-06-27 17:37:00.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6035ms 2025-06-27 17:37:00.772 +03:00 [DBG] Connection id "0HNC8090TG6TU" received FIN. 2025-06-27 17:37:00.772 +03:00 [DBG] Connection id "0HNC8090TG6TU" disconnecting. 2025-06-27 17:37:00.772 +03:00 [DBG] Connection id "0HNC8090TG6TU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:00.773 +03:00 [DBG] Connection id "0HNC8090TG6TU" stopped. 2025-06-27 17:37:02.736 +03:00 [DBG] Connection id "0HNC8090TG6TV" accepted. 2025-06-27 17:37:02.736 +03:00 [DBG] Connection id "0HNC8090TG6TV" started. 2025-06-27 17:37:02.736 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:37:02.736 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:02.736 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:02.736 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:02.736 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:02.736 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:02.736 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:02.736 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:02.736 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:02.736 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:02.736 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:02.736 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:02.736 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:02.736 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:02.736 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:02.736 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:02.736 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:02.736 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.736 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.736 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:02.736 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:02.736 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:37:02.737 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:37:02.737 +03:00 [DBG] Connection id "0HNC8090TG6TV", Request id "0HNC8090TG6TV:00000001": started reading request body. 2025-06-27 17:37:02.737 +03:00 [DBG] Connection id "0HNC8090TG6TV", Request id "0HNC8090TG6TV:00000001": done reading request body. 2025-06-27 17:37:02.737 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:02.737 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:02.737 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:02.737 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.737 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.737 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.737 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.737 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:02.737 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:37:02.737 +03:00 [INF] Changing group of physicals [21] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:02.759 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.1654ms. 2025-06-27 17:37:02.759 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.759 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:02.760 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:02.760 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.760 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.760 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 23.4367ms 2025-06-27 17:37:02.760 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:02.760 +03:00 [DBG] Connection id "0HNC8090TG6TV" completed keep alive response. 2025-06-27 17:37:02.760 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 24.1653ms 2025-06-27 17:37:02.760 +03:00 [DBG] Connection id "0HNC8090TG6TV" received FIN. 2025-06-27 17:37:02.760 +03:00 [DBG] Connection id "0HNC8090TG6TV" disconnecting. 2025-06-27 17:37:02.760 +03:00 [DBG] Connection id "0HNC8090TG6TV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:02.761 +03:00 [DBG] Connection id "0HNC8090TG6TV" stopped. 2025-06-27 17:37:02.801 +03:00 [DBG] Connection id "0HNC8090TG6U0" accepted. 2025-06-27 17:37:02.801 +03:00 [DBG] Connection id "0HNC8090TG6U0" started. 2025-06-27 17:37:02.801 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:02.801 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:02.801 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:02.801 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:02.801 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:02.801 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:02.801 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:02.801 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:02.801 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:02.802 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:02.802 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:02.802 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:02.802 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:02.802 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:02.802 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:02.802 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.802 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.802 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:02.802 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:02.802 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:02.802 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:02.802 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:02.802 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:02.802 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:02.802 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:02.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.802 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.802 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.802 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:02.802 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:02.802 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:02.803 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.7455ms. 2025-06-27 17:37:02.803 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:02.803 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:02.803 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:02.803 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:02.803 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:02.803 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:02.803 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:02.803 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.803 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.803 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.756ms 2025-06-27 17:37:02.803 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:02.803 +03:00 [DBG] Connection id "0HNC8090TG6U0" completed keep alive response. 2025-06-27 17:37:02.804 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3152ms 2025-06-27 17:37:02.804 +03:00 [DBG] Connection id "0HNC8090TG6U0" received FIN. 2025-06-27 17:37:02.804 +03:00 [DBG] Connection id "0HNC8090TG6U0" disconnecting. 2025-06-27 17:37:02.804 +03:00 [DBG] Connection id "0HNC8090TG6U0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:02.805 +03:00 [DBG] Connection id "0HNC8090TG6U0" stopped. 2025-06-27 17:37:02.851 +03:00 [DBG] Connection id "0HNC8090TG6U1" accepted. 2025-06-27 17:37:02.851 +03:00 [DBG] Connection id "0HNC8090TG6U1" started. 2025-06-27 17:37:02.851 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:02.851 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:02.851 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:02.851 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:02.851 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:02.851 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:02.851 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:02.851 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:02.852 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:02.852 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:02.852 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:02.852 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:02.852 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:02.852 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:02.852 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:02.852 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.852 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:02.852 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:02.852 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:02.852 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:02.852 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:02.852 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:02.852 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:02.852 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:02.852 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:02.852 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.852 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:02.852 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.852 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:02.852 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:02.852 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:02.852 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:03.010 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 157.9376ms. 2025-06-27 17:37:03.010 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:03.010 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:03.010 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:03.010 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:03.010 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:03.010 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:03.011 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:03.011 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:03.014 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:03.014 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:03.014 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:03.014 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:03.014 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:03.014 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:03.014 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:03.014 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 162.7074ms 2025-06-27 17:37:03.015 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:03.015 +03:00 [DBG] Connection id "0HNC8090TG6U1" completed keep alive response. 2025-06-27 17:37:03.015 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 163.528ms 2025-06-27 17:37:03.020 +03:00 [DBG] Connection id "0HNC8090TG6U1" received FIN. 2025-06-27 17:37:03.020 +03:00 [DBG] Connection id "0HNC8090TG6U1" disconnecting. 2025-06-27 17:37:03.020 +03:00 [DBG] Connection id "0HNC8090TG6U1" stopped. 2025-06-27 17:37:03.020 +03:00 [DBG] Connection id "0HNC8090TG6U1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:05.783 +03:00 [DBG] Connection id "0HNC8090TG6U2" accepted. 2025-06-27 17:37:05.783 +03:00 [DBG] Connection id "0HNC8090TG6U2" started. 2025-06-27 17:37:05.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:05.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:05.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:05.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:05.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:05.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:05.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:05.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:05.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:05.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:05.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:05.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:05.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:05.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:05.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:05.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:05.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:05.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:05.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:05.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1935ms. 2025-06-27 17:37:05.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:05.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:05.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:05.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4713ms 2025-06-27 17:37:05.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:05.786 +03:00 [DBG] Connection id "0HNC8090TG6U2" completed keep alive response. 2025-06-27 17:37:05.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5689ms 2025-06-27 17:37:05.787 +03:00 [DBG] Connection id "0HNC8090TG6U2" received FIN. 2025-06-27 17:37:05.787 +03:00 [DBG] Connection id "0HNC8090TG6U2" disconnecting. 2025-06-27 17:37:05.787 +03:00 [DBG] Connection id "0HNC8090TG6U2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:05.788 +03:00 [DBG] Connection id "0HNC8090TG6U2" stopped. 2025-06-27 17:37:10.793 +03:00 [DBG] Connection id "0HNC8090TG6U3" accepted. 2025-06-27 17:37:10.793 +03:00 [DBG] Connection id "0HNC8090TG6U3" started. 2025-06-27 17:37:10.793 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:10.793 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:10.793 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:10.793 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:10.793 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:10.793 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:10.793 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:10.793 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:10.793 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:10.793 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:10.793 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:10.793 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:10.793 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:10.793 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:10.793 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:10.793 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:10.793 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:10.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:10.794 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:10.794 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:10.794 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1222ms. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:10.794 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:10.794 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:10.794 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7867ms 2025-06-27 17:37:10.794 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:10.794 +03:00 [DBG] Connection id "0HNC8090TG6U3" completed keep alive response. 2025-06-27 17:37:10.794 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5727ms 2025-06-27 17:37:10.795 +03:00 [DBG] Connection id "0HNC8090TG6U3" received FIN. 2025-06-27 17:37:10.795 +03:00 [DBG] Connection id "0HNC8090TG6U3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:10.795 +03:00 [DBG] Connection id "0HNC8090TG6U3" disconnecting. 2025-06-27 17:37:10.795 +03:00 [DBG] Connection id "0HNC8090TG6U3" stopped. 2025-06-27 17:37:15.771 +03:00 [DBG] Connection id "0HNC8090TG6U4" accepted. 2025-06-27 17:37:15.772 +03:00 [DBG] Connection id "0HNC8090TG6U4" started. 2025-06-27 17:37:15.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:15.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:15.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:15.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:15.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:15.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:15.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:15.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:15.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:15.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:15.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:15.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:15.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:15.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:15.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:15.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:15.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:15.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:15.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:15.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1651ms. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:15.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:15.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2121ms 2025-06-27 17:37:15.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:15.774 +03:00 [DBG] Connection id "0HNC8090TG6U4" completed keep alive response. 2025-06-27 17:37:15.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1752ms 2025-06-27 17:37:15.774 +03:00 [DBG] Connection id "0HNC8090TG6U4" received FIN. 2025-06-27 17:37:15.774 +03:00 [DBG] Connection id "0HNC8090TG6U4" disconnecting. 2025-06-27 17:37:15.774 +03:00 [DBG] Connection id "0HNC8090TG6U4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:15.775 +03:00 [DBG] Connection id "0HNC8090TG6U4" stopped. 2025-06-27 17:37:15.878 +03:00 [DBG] Connection id "0HNC8090TG6U5" accepted. 2025-06-27 17:37:15.878 +03:00 [DBG] Connection id "0HNC8090TG6U5" started. 2025-06-27 17:37:15.878 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 703 2025-06-27 17:37:15.878 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:15.878 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:15.878 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:37:15.878 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:37:15.878 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:37:15.878 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:15.878 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:15.878 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:15.878 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:15.878 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:37:15.878 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:15.878 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:15.879 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:15.879 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:15.879 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:15.879 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:15.879 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.879 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.879 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:15.879 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:15.879 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:37:15.879 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:37:15.879 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:37:15.879 +03:00 [DBG] Connection id "0HNC8090TG6U5", Request id "0HNC8090TG6U5:00000001": started reading request body. 2025-06-27 17:37:15.879 +03:00 [DBG] Connection id "0HNC8090TG6U5", Request id "0HNC8090TG6U5:00000001": done reading request body. 2025-06-27 17:37:15.879 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:37:15.879 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:37:15.879 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:37:15.879 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:37:15.879 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:37:15.879 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.879 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.879 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.879 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.879 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:15.879 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:37:15.879 +03:00 [INF] Updating physical elements properties 2025-06-27 17:37:15.896 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.5789ms. 2025-06-27 17:37:15.896 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:15.896 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:15.896 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.896 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.897 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 17.9422ms 2025-06-27 17:37:15.897 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:37:15.897 +03:00 [DBG] Connection id "0HNC8090TG6U5" completed keep alive response. 2025-06-27 17:37:15.897 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 18.6808ms 2025-06-27 17:37:15.897 +03:00 [DBG] Connection id "0HNC8090TG6U5" received FIN. 2025-06-27 17:37:15.897 +03:00 [DBG] Connection id "0HNC8090TG6U5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:15.897 +03:00 [DBG] Connection id "0HNC8090TG6U5" disconnecting. 2025-06-27 17:37:15.897 +03:00 [DBG] Connection id "0HNC8090TG6U5" stopped. 2025-06-27 17:37:15.935 +03:00 [DBG] Connection id "0HNC8090TG6U6" accepted. 2025-06-27 17:37:15.935 +03:00 [DBG] Connection id "0HNC8090TG6U6" started. 2025-06-27 17:37:15.936 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:15.936 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:15.936 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:15.936 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:15.936 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:15.936 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:15.936 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:15.936 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:15.936 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:15.936 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:15.936 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:15.936 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:15.936 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:15.936 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:15.936 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:15.936 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.936 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.936 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:15.937 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:15.937 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:15.937 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:15.937 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:15.937 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:15.937 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:15.937 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:15.937 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.937 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.937 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.937 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.937 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:15.937 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:15.937 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:15.939 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6528ms. 2025-06-27 17:37:15.939 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.939 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:15.939 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:15.939 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:15.939 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:15.939 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:15.939 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:15.939 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:15.939 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:15.940 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.940 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:15.940 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.940 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.940 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.940 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.940 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.3239ms 2025-06-27 17:37:15.940 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:15.940 +03:00 [DBG] Connection id "0HNC8090TG6U6" completed keep alive response. 2025-06-27 17:37:15.940 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.2659ms 2025-06-27 17:37:15.940 +03:00 [DBG] Connection id "0HNC8090TG6U6" received FIN. 2025-06-27 17:37:15.940 +03:00 [DBG] Connection id "0HNC8090TG6U6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:15.940 +03:00 [DBG] Connection id "0HNC8090TG6U6" disconnecting. 2025-06-27 17:37:15.940 +03:00 [DBG] Connection id "0HNC8090TG6U6" stopped. 2025-06-27 17:37:15.984 +03:00 [DBG] Connection id "0HNC8090TG6U7" accepted. 2025-06-27 17:37:15.984 +03:00 [DBG] Connection id "0HNC8090TG6U7" started. 2025-06-27 17:37:15.984 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:15.984 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:15.984 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:15.984 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:15.984 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:15.984 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:15.984 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:15.984 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:15.984 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:15.984 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:15.984 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:15.984 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:15.984 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:15.984 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:15.984 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:15.984 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.984 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:15.984 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:15.984 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:15.984 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:15.984 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:15.984 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:15.984 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:15.984 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:15.985 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:15.985 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.985 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:15.985 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.985 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:15.985 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:15.985 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:15.985 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:16.126 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.3139ms. 2025-06-27 17:37:16.126 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:16.126 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:16.126 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:16.126 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:16.126 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:16.126 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:16.126 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:16.126 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:16.128 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:16.128 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:16.128 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:16.128 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:16.128 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:16.128 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:16.128 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:16.128 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 143.4259ms 2025-06-27 17:37:16.128 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:16.128 +03:00 [DBG] Connection id "0HNC8090TG6U7" completed keep alive response. 2025-06-27 17:37:16.128 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 144.0428ms 2025-06-27 17:37:16.132 +03:00 [DBG] Connection id "0HNC8090TG6U7" received FIN. 2025-06-27 17:37:16.132 +03:00 [DBG] Connection id "0HNC8090TG6U7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:16.132 +03:00 [DBG] Connection id "0HNC8090TG6U7" disconnecting. 2025-06-27 17:37:16.132 +03:00 [DBG] Connection id "0HNC8090TG6U7" stopped. 2025-06-27 17:37:20.767 +03:00 [DBG] Connection id "0HNC8090TG6U8" accepted. 2025-06-27 17:37:20.767 +03:00 [DBG] Connection id "0HNC8090TG6U8" started. 2025-06-27 17:37:20.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:20.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:20.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:20.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:20.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:20.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:20.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:20.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:20.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:20.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:20.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:20.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:20.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:20.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:20.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:20.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:20.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:20.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:20.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:20.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:20.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:20.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:20.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2485ms. 2025-06-27 17:37:20.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:20.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:20.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:20.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3638ms 2025-06-27 17:37:20.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:20.769 +03:00 [DBG] Connection id "0HNC8090TG6U8" completed keep alive response. 2025-06-27 17:37:20.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4176ms 2025-06-27 17:37:20.770 +03:00 [DBG] Connection id "0HNC8090TG6U8" received FIN. 2025-06-27 17:37:20.770 +03:00 [DBG] Connection id "0HNC8090TG6U8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:20.770 +03:00 [DBG] Connection id "0HNC8090TG6U8" disconnecting. 2025-06-27 17:37:20.770 +03:00 [DBG] Connection id "0HNC8090TG6U8" stopped. 2025-06-27 17:37:21.629 +03:00 [DBG] Connection id "0HNC8090TG6U9" accepted. 2025-06-27 17:37:21.629 +03:00 [DBG] Connection id "0HNC8090TG6U9" started. 2025-06-27 17:37:21.630 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:37:21.630 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:21.630 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:21.630 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:21.630 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:21.630 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:21.630 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:21.630 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:21.630 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:21.630 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:21.630 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:21.630 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:21.630 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:21.630 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:21.630 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:21.630 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:21.631 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:21.631 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.631 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.631 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:21.631 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:37:21.631 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:21.631 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:21.631 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:37:21.631 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:21.631 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:21.631 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:21.631 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:37:21.631 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:37:21.631 +03:00 [DBG] Connection id "0HNC8090TG6U9", Request id "0HNC8090TG6U9:00000001": started reading request body. 2025-06-27 17:37:21.631 +03:00 [DBG] Connection id "0HNC8090TG6U9", Request id "0HNC8090TG6U9:00000001": done reading request body. 2025-06-27 17:37:21.631 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:37:21.632 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:21.632 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:21.632 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:21.632 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:21.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.632 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:21.632 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:37:21.632 +03:00 [INF] Changing group of physicals [33] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:21.666 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 34.2587ms. 2025-06-27 17:37:21.666 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.666 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.666 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.666 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:21.667 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:21.667 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.667 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.667 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 36.4067ms 2025-06-27 17:37:21.667 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:21.667 +03:00 [DBG] Connection id "0HNC8090TG6U9" completed keep alive response. 2025-06-27 17:37:21.667 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 37.4544ms 2025-06-27 17:37:21.667 +03:00 [DBG] Connection id "0HNC8090TG6U9" received FIN. 2025-06-27 17:37:21.667 +03:00 [DBG] Connection id "0HNC8090TG6U9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:21.668 +03:00 [DBG] Connection id "0HNC8090TG6U9" disconnecting. 2025-06-27 17:37:21.668 +03:00 [DBG] Connection id "0HNC8090TG6U9" stopped. 2025-06-27 17:37:21.703 +03:00 [DBG] Connection id "0HNC8090TG6UA" accepted. 2025-06-27 17:37:21.703 +03:00 [DBG] Connection id "0HNC8090TG6UA" started. 2025-06-27 17:37:21.703 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:21.703 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:21.703 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:21.704 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:21.704 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:21.704 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:21.704 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:21.704 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:21.704 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:21.704 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:21.704 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:21.704 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:21.704 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:21.704 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:21.704 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:21.704 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.704 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.704 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:21.704 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:21.704 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:21.704 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:21.704 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:21.704 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:21.704 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:21.704 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:21.704 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.704 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.704 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.704 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.704 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:21.704 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:21.704 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:21.705 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9528ms. 2025-06-27 17:37:21.705 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.705 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:21.705 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:21.706 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:21.706 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:21.706 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:21.706 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:21.706 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:21.706 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:21.706 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.706 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.706 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.706 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.706 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.706 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.706 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.9256ms 2025-06-27 17:37:21.706 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:21.706 +03:00 [DBG] Connection id "0HNC8090TG6UA" completed keep alive response. 2025-06-27 17:37:21.706 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4882ms 2025-06-27 17:37:21.706 +03:00 [DBG] Connection id "0HNC8090TG6UA" received FIN. 2025-06-27 17:37:21.706 +03:00 [DBG] Connection id "0HNC8090TG6UA" disconnecting. 2025-06-27 17:37:21.706 +03:00 [DBG] Connection id "0HNC8090TG6UA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:21.707 +03:00 [DBG] Connection id "0HNC8090TG6UA" stopped. 2025-06-27 17:37:21.751 +03:00 [DBG] Connection id "0HNC8090TG6UB" accepted. 2025-06-27 17:37:21.751 +03:00 [DBG] Connection id "0HNC8090TG6UB" started. 2025-06-27 17:37:21.751 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:21.751 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:21.751 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:21.752 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:21.752 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:21.752 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:21.752 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:21.752 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:21.752 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:21.752 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:21.752 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:21.752 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:21.752 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:21.752 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:21.752 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:21.752 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.752 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.752 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:21.752 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:21.752 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:21.752 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:21.752 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:21.752 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:21.752 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:21.752 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:21.752 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.752 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.752 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.752 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.752 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:21.752 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:21.752 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:21.912 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 159.8255ms. 2025-06-27 17:37:21.912 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.912 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:21.912 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:21.912 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:21.912 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:21.912 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:21.912 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:21.913 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:21.914 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:21.915 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.915 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:21.915 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.915 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.915 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.915 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:21.915 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 162.7116ms 2025-06-27 17:37:21.915 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:21.915 +03:00 [DBG] Connection id "0HNC8090TG6UB" completed keep alive response. 2025-06-27 17:37:21.915 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 163.3348ms 2025-06-27 17:37:21.918 +03:00 [DBG] Connection id "0HNC8090TG6UB" received FIN. 2025-06-27 17:37:21.918 +03:00 [DBG] Connection id "0HNC8090TG6UB" disconnecting. 2025-06-27 17:37:21.918 +03:00 [DBG] Connection id "0HNC8090TG6UB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:21.919 +03:00 [DBG] Connection id "0HNC8090TG6UB" stopped. 2025-06-27 17:37:25.785 +03:00 [DBG] Connection id "0HNC8090TG6UC" accepted. 2025-06-27 17:37:25.786 +03:00 [DBG] Connection id "0HNC8090TG6UC" started. 2025-06-27 17:37:25.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:25.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:25.786 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:25.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:25.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:25.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:25.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:25.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:25.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:25.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:25.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:25.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:25.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:25.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:25.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:25.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:25.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:25.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:25.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:25.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1346ms. 2025-06-27 17:37:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:25.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:25.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:25.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7389ms 2025-06-27 17:37:25.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:25.787 +03:00 [DBG] Connection id "0HNC8090TG6UC" completed keep alive response. 2025-06-27 17:37:25.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4504ms 2025-06-27 17:37:25.787 +03:00 [DBG] Connection id "0HNC8090TG6UC" received FIN. 2025-06-27 17:37:25.788 +03:00 [DBG] Connection id "0HNC8090TG6UC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:25.788 +03:00 [DBG] Connection id "0HNC8090TG6UC" disconnecting. 2025-06-27 17:37:25.788 +03:00 [DBG] Connection id "0HNC8090TG6UC" stopped. 2025-06-27 17:37:30.772 +03:00 [DBG] Connection id "0HNC8090TG6UD" accepted. 2025-06-27 17:37:30.772 +03:00 [DBG] Connection id "0HNC8090TG6UD" started. 2025-06-27 17:37:30.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:30.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:30.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:30.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:30.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:30.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:30.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:30.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:30.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:30.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:30.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:30.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:30.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:30.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:30.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:30.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:30.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:30.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:30.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:30.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:30.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1202ms. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:30.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:30.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:30.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.638ms 2025-06-27 17:37:30.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:30.773 +03:00 [DBG] Connection id "0HNC8090TG6UD" completed keep alive response. 2025-06-27 17:37:30.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1957ms 2025-06-27 17:37:30.774 +03:00 [DBG] Connection id "0HNC8090TG6UD" received FIN. 2025-06-27 17:37:30.774 +03:00 [DBG] Connection id "0HNC8090TG6UD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:30.774 +03:00 [DBG] Connection id "0HNC8090TG6UD" disconnecting. 2025-06-27 17:37:30.774 +03:00 [DBG] Connection id "0HNC8090TG6UD" stopped. 2025-06-27 17:37:35.783 +03:00 [DBG] Connection id "0HNC8090TG6UE" accepted. 2025-06-27 17:37:35.783 +03:00 [DBG] Connection id "0HNC8090TG6UE" started. 2025-06-27 17:37:35.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:35.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:35.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:35.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:35.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:35.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:35.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:35.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:35.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:35.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:35.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:35.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:35.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:35.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:35.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:35.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:35.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:35.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:35.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:35.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1834ms. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:35.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:35.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:35.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:35.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3607ms 2025-06-27 17:37:35.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:35.786 +03:00 [DBG] Connection id "0HNC8090TG6UE" completed keep alive response. 2025-06-27 17:37:35.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2631ms 2025-06-27 17:37:35.786 +03:00 [DBG] Connection id "0HNC8090TG6UE" received FIN. 2025-06-27 17:37:35.786 +03:00 [DBG] Connection id "0HNC8090TG6UE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:35.786 +03:00 [DBG] Connection id "0HNC8090TG6UE" disconnecting. 2025-06-27 17:37:35.786 +03:00 [DBG] Connection id "0HNC8090TG6UE" stopped. 2025-06-27 17:37:39.749 +03:00 [DBG] Connection id "0HNC8090TG6UF" accepted. 2025-06-27 17:37:39.749 +03:00 [DBG] Connection id "0HNC8090TG6UF" started. 2025-06-27 17:37:39.750 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 703 2025-06-27 17:37:39.750 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:39.750 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:39.750 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:37:39.750 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:37:39.750 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:37:39.750 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:39.750 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:39.750 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:39.750 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:39.750 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:37:39.750 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:39.750 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:39.750 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:39.750 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:39.750 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:39.750 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:39.750 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.750 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.750 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:39.750 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:39.750 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:37:39.750 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:37:39.750 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:37:39.750 +03:00 [DBG] Connection id "0HNC8090TG6UF", Request id "0HNC8090TG6UF:00000001": started reading request body. 2025-06-27 17:37:39.750 +03:00 [DBG] Connection id "0HNC8090TG6UF", Request id "0HNC8090TG6UF:00000001": done reading request body. 2025-06-27 17:37:39.750 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:37:39.750 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:37:39.750 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:37:39.750 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:37:39.751 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:37:39.751 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.751 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.751 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.751 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.751 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:39.751 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:37:39.751 +03:00 [INF] Updating physical elements properties 2025-06-27 17:37:39.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.4311ms. 2025-06-27 17:37:39.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:39.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:39.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:39.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 23.6664ms 2025-06-27 17:37:39.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:37:39.774 +03:00 [DBG] Connection id "0HNC8090TG6UF" completed keep alive response. 2025-06-27 17:37:39.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 24.2788ms 2025-06-27 17:37:39.774 +03:00 [DBG] Connection id "0HNC8090TG6UF" received FIN. 2025-06-27 17:37:39.774 +03:00 [DBG] Connection id "0HNC8090TG6UF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:39.774 +03:00 [DBG] Connection id "0HNC8090TG6UF" disconnecting. 2025-06-27 17:37:39.774 +03:00 [DBG] Connection id "0HNC8090TG6UF" stopped. 2025-06-27 17:37:39.809 +03:00 [DBG] Connection id "0HNC8090TG6UG" accepted. 2025-06-27 17:37:39.809 +03:00 [DBG] Connection id "0HNC8090TG6UG" started. 2025-06-27 17:37:39.809 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:39.809 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:39.809 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:39.809 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:39.809 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:39.809 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:39.809 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:39.809 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:39.810 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:39.810 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:39.810 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:39.810 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:39.810 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:39.810 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:39.810 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:39.810 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.810 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.810 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:39.810 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:39.810 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:39.810 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:39.810 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:39.810 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:39.810 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:39.810 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:39.810 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.810 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.810 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.810 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.810 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:39.810 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:39.810 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:39.812 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6189ms. 2025-06-27 17:37:39.812 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.812 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:39.812 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:39.812 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:39.812 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:39.812 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:39.812 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:39.812 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:39.813 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:39.813 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.813 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.813 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.813 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.813 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.813 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.813 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.088ms 2025-06-27 17:37:39.813 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:39.813 +03:00 [DBG] Connection id "0HNC8090TG6UG" completed keep alive response. 2025-06-27 17:37:39.813 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.72ms 2025-06-27 17:37:39.813 +03:00 [DBG] Connection id "0HNC8090TG6UG" received FIN. 2025-06-27 17:37:39.813 +03:00 [DBG] Connection id "0HNC8090TG6UG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:39.813 +03:00 [DBG] Connection id "0HNC8090TG6UG" disconnecting. 2025-06-27 17:37:39.813 +03:00 [DBG] Connection id "0HNC8090TG6UG" stopped. 2025-06-27 17:37:39.856 +03:00 [DBG] Connection id "0HNC8090TG6UH" accepted. 2025-06-27 17:37:39.856 +03:00 [DBG] Connection id "0HNC8090TG6UH" started. 2025-06-27 17:37:39.856 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:39.856 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:39.856 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:39.856 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:39.856 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:39.856 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:39.856 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:39.856 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:39.856 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:39.856 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:39.856 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:39.856 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:39.856 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:39.856 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:39.856 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:39.856 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.857 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.857 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:39.857 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:39.857 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:39.857 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:39.857 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:39.857 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:39.857 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:39.857 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:39.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.857 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.857 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.857 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:39.857 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:39.857 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:39.994 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 136.8363ms. 2025-06-27 17:37:39.994 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.994 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:39.994 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:39.994 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:39.994 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:39.994 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:39.994 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:39.994 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:39.996 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:39.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.996 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:39.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.996 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.996 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.996 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:39.996 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 139.6225ms 2025-06-27 17:37:39.996 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:39.996 +03:00 [DBG] Connection id "0HNC8090TG6UH" completed keep alive response. 2025-06-27 17:37:39.996 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 140.2107ms 2025-06-27 17:37:40.000 +03:00 [DBG] Connection id "0HNC8090TG6UH" received FIN. 2025-06-27 17:37:40.000 +03:00 [DBG] Connection id "0HNC8090TG6UH" disconnecting. 2025-06-27 17:37:40.000 +03:00 [DBG] Connection id "0HNC8090TG6UH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:40.001 +03:00 [DBG] Connection id "0HNC8090TG6UH" stopped. 2025-06-27 17:37:40.769 +03:00 [DBG] Connection id "0HNC8090TG6UI" accepted. 2025-06-27 17:37:40.769 +03:00 [DBG] Connection id "0HNC8090TG6UI" started. 2025-06-27 17:37:40.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:40.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:40.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:40.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:40.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:40.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:40.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:40.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:40.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:40.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:40.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:40.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:40.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:40.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:40.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:40.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:40.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:40.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:40.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:40.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:40.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2222ms. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:40.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:40.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:40.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9762ms 2025-06-27 17:37:40.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:40.772 +03:00 [DBG] Connection id "0HNC8090TG6UI" completed keep alive response. 2025-06-27 17:37:40.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9994ms 2025-06-27 17:37:40.773 +03:00 [DBG] Connection id "0HNC8090TG6UI" received FIN. 2025-06-27 17:37:40.773 +03:00 [DBG] Connection id "0HNC8090TG6UI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:40.773 +03:00 [DBG] Connection id "0HNC8090TG6UI" disconnecting. 2025-06-27 17:37:40.773 +03:00 [DBG] Connection id "0HNC8090TG6UI" stopped. 2025-06-27 17:37:45.768 +03:00 [DBG] Connection id "0HNC8090TG6UJ" accepted. 2025-06-27 17:37:45.768 +03:00 [DBG] Connection id "0HNC8090TG6UJ" started. 2025-06-27 17:37:45.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:45.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:45.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:45.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:45.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:45.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:45.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:45.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:45.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:45.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:45.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:45.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:45.769 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:45.769 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:45.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:45.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:45.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:45.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:45.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:45.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.197ms. 2025-06-27 17:37:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:45.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:45.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1996ms 2025-06-27 17:37:45.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:45.770 +03:00 [DBG] Connection id "0HNC8090TG6UJ" completed keep alive response. 2025-06-27 17:37:45.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1244ms 2025-06-27 17:37:45.771 +03:00 [DBG] Connection id "0HNC8090TG6UJ" received FIN. 2025-06-27 17:37:45.771 +03:00 [DBG] Connection id "0HNC8090TG6UJ" disconnecting. 2025-06-27 17:37:45.771 +03:00 [DBG] Connection id "0HNC8090TG6UJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:45.772 +03:00 [DBG] Connection id "0HNC8090TG6UJ" stopped. 2025-06-27 17:37:45.807 +03:00 [DBG] Connection id "0HNC8090TG6UK" accepted. 2025-06-27 17:37:45.807 +03:00 [DBG] Connection id "0HNC8090TG6UK" started. 2025-06-27 17:37:45.807 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:37:45.807 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:45.807 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:45.807 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:45.807 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:45.807 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:45.807 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:45.808 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:45.808 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:45.808 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:45.808 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:45.808 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:45.808 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:45.808 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:45.808 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:45.808 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:45.808 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:45.808 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.808 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.808 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:45.808 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:45.808 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:45.808 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:37:45.808 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:45.808 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:45.808 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:45.808 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:45.808 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:45.808 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:37:45.808 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:45.808 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:45.808 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:45.809 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:45.809 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:45.809 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:37:45.809 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:37:45.809 +03:00 [DBG] Connection id "0HNC8090TG6UK", Request id "0HNC8090TG6UK:00000001": started reading request body. 2025-06-27 17:37:45.809 +03:00 [DBG] Connection id "0HNC8090TG6UK", Request id "0HNC8090TG6UK:00000001": done reading request body. 2025-06-27 17:37:45.809 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:37:45.809 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:45.809 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:45.809 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:45.809 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:45.809 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.809 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.809 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.809 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.809 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:45.809 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:37:45.809 +03:00 [INF] Changing group of physicals [27] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:45.847 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 38.0914ms. 2025-06-27 17:37:45.847 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.847 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.847 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:45.848 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:45.848 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.848 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.848 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 40.0079ms 2025-06-27 17:37:45.848 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:45.848 +03:00 [DBG] Connection id "0HNC8090TG6UK" completed keep alive response. 2025-06-27 17:37:45.848 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 40.8657ms 2025-06-27 17:37:45.848 +03:00 [DBG] Connection id "0HNC8090TG6UK" received FIN. 2025-06-27 17:37:45.849 +03:00 [DBG] Connection id "0HNC8090TG6UK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:45.849 +03:00 [DBG] Connection id "0HNC8090TG6UK" disconnecting. 2025-06-27 17:37:45.849 +03:00 [DBG] Connection id "0HNC8090TG6UK" stopped. 2025-06-27 17:37:45.883 +03:00 [DBG] Connection id "0HNC8090TG6UL" accepted. 2025-06-27 17:37:45.883 +03:00 [DBG] Connection id "0HNC8090TG6UL" started. 2025-06-27 17:37:45.883 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:45.883 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:45.883 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:45.883 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:45.884 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:45.884 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:45.884 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:45.884 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:45.884 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:45.884 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:45.884 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:45.884 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:45.884 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:45.884 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:45.884 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:45.884 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.884 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.884 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:45.884 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:45.884 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:45.884 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:45.884 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:45.884 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:45.884 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:45.884 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:45.884 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.884 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.884 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.884 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.884 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:45.884 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:45.884 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:45.885 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8256ms. 2025-06-27 17:37:45.885 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.885 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:45.886 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:45.886 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:45.886 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:45.886 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:45.886 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:45.886 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:45.886 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:45.886 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.886 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:45.886 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.886 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.886 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.886 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.886 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0378ms 2025-06-27 17:37:45.886 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:45.886 +03:00 [DBG] Connection id "0HNC8090TG6UL" completed keep alive response. 2025-06-27 17:37:45.886 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6334ms 2025-06-27 17:37:45.886 +03:00 [DBG] Connection id "0HNC8090TG6UL" received FIN. 2025-06-27 17:37:45.886 +03:00 [DBG] Connection id "0HNC8090TG6UL" disconnecting. 2025-06-27 17:37:45.886 +03:00 [DBG] Connection id "0HNC8090TG6UL" stopped. 2025-06-27 17:37:45.886 +03:00 [DBG] Connection id "0HNC8090TG6UL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:45.927 +03:00 [DBG] Connection id "0HNC8090TG6UM" accepted. 2025-06-27 17:37:45.927 +03:00 [DBG] Connection id "0HNC8090TG6UM" started. 2025-06-27 17:37:45.927 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:45.927 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:45.927 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:45.927 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:45.927 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:45.927 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:45.927 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:45.927 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:45.928 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:45.928 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:45.928 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:45.928 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:45.928 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:45.928 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:45.928 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:45.928 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.928 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:45.928 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:45.928 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:45.928 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:45.928 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:45.928 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:45.928 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:45.928 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:45.928 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:45.928 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.928 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:45.928 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.928 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:45.928 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:45.928 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:45.928 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:46.086 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 157.6201ms. 2025-06-27 17:37:46.086 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:46.086 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:46.086 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:46.086 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:46.086 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:46.086 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:46.086 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:46.086 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:46.088 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:46.088 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:46.088 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:46.088 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:46.088 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:46.088 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:46.088 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:46.088 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 159.908ms 2025-06-27 17:37:46.088 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:46.088 +03:00 [DBG] Connection id "0HNC8090TG6UM" completed keep alive response. 2025-06-27 17:37:46.088 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 160.606ms 2025-06-27 17:37:46.094 +03:00 [DBG] Connection id "0HNC8090TG6UM" received FIN. 2025-06-27 17:37:46.094 +03:00 [DBG] Connection id "0HNC8090TG6UM" disconnecting. 2025-06-27 17:37:46.094 +03:00 [DBG] Connection id "0HNC8090TG6UM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:46.095 +03:00 [DBG] Connection id "0HNC8090TG6UM" stopped. 2025-06-27 17:37:50.769 +03:00 [DBG] Connection id "0HNC8090TG6UN" accepted. 2025-06-27 17:37:50.769 +03:00 [DBG] Connection id "0HNC8090TG6UN" started. 2025-06-27 17:37:50.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:50.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:50.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:50.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:50.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:50.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:50.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:50.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:50.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:50.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:50.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:50.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:50.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:50.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:50.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:50.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:50.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:50.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:50.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:50.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:50.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:50.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:50.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1662ms. 2025-06-27 17:37:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:50.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:50.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:50.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8069ms 2025-06-27 17:37:50.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:50.771 +03:00 [DBG] Connection id "0HNC8090TG6UN" completed keep alive response. 2025-06-27 17:37:50.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4298ms 2025-06-27 17:37:50.771 +03:00 [DBG] Connection id "0HNC8090TG6UN" received FIN. 2025-06-27 17:37:50.771 +03:00 [DBG] Connection id "0HNC8090TG6UN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:50.772 +03:00 [DBG] Connection id "0HNC8090TG6UN" disconnecting. 2025-06-27 17:37:50.772 +03:00 [DBG] Connection id "0HNC8090TG6UN" stopped. 2025-06-27 17:37:51.580 +03:00 [DBG] Connection id "0HNC8090TG6UO" accepted. 2025-06-27 17:37:51.580 +03:00 [DBG] Connection id "0HNC8090TG6UO" started. 2025-06-27 17:37:51.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 3 2025-06-27 17:37:51.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:51.581 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:51.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:51.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:37:51.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:51.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:51.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:51.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:51.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:51.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:51.581 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:51.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:51.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:51.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:51.582 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:51.582 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:51.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:51.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:51.582 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:37:51.582 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:37:51.582 +03:00 [DBG] Connection id "0HNC8090TG6UO", Request id "0HNC8090TG6UO:00000001": started reading request body. 2025-06-27 17:37:51.582 +03:00 [DBG] Connection id "0HNC8090TG6UO", Request id "0HNC8090TG6UO:00000001": done reading request body. 2025-06-27 17:37:51.582 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:37:51.582 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:51.583 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:51.583 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:37:51.583 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:37:51.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.583 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.583 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.583 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:51.583 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:37:51.583 +03:00 [INF] Changing group of physicals [3] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:51.610 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 26.7562ms. 2025-06-27 17:37:51.610 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:51.610 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:51.610 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.610 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.610 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 28.766ms 2025-06-27 17:37:51.610 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:37:51.610 +03:00 [DBG] Connection id "0HNC8090TG6UO" completed keep alive response. 2025-06-27 17:37:51.611 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 29.7957ms 2025-06-27 17:37:51.611 +03:00 [DBG] Connection id "0HNC8090TG6UO" received FIN. 2025-06-27 17:37:51.611 +03:00 [DBG] Connection id "0HNC8090TG6UO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:51.611 +03:00 [DBG] Connection id "0HNC8090TG6UO" disconnecting. 2025-06-27 17:37:51.611 +03:00 [DBG] Connection id "0HNC8090TG6UO" stopped. 2025-06-27 17:37:51.648 +03:00 [DBG] Connection id "0HNC8090TG6UP" accepted. 2025-06-27 17:37:51.648 +03:00 [DBG] Connection id "0HNC8090TG6UP" started. 2025-06-27 17:37:51.648 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:51.648 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:51.648 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:51.648 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:51.648 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:51.648 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:51.648 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:51.648 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:51.649 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:51.649 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:51.649 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:51.649 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:51.649 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:51.649 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:51.649 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:51.649 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.649 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.649 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:51.649 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:51.649 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:51.649 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:51.649 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:51.649 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:51.649 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:51.649 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:51.649 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.649 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.649 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.649 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.649 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:51.649 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:51.649 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:51.651 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.218ms. 2025-06-27 17:37:51.651 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:51.651 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:51.651 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:51.651 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:51.651 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:51.651 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:51.651 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:51.651 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.651 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.652 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.652 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6747ms 2025-06-27 17:37:51.652 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:51.652 +03:00 [DBG] Connection id "0HNC8090TG6UP" completed keep alive response. 2025-06-27 17:37:51.652 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.618ms 2025-06-27 17:37:51.652 +03:00 [DBG] Connection id "0HNC8090TG6UP" received FIN. 2025-06-27 17:37:51.652 +03:00 [DBG] Connection id "0HNC8090TG6UP" disconnecting. 2025-06-27 17:37:51.652 +03:00 [DBG] Connection id "0HNC8090TG6UP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:51.653 +03:00 [DBG] Connection id "0HNC8090TG6UP" stopped. 2025-06-27 17:37:51.695 +03:00 [DBG] Connection id "0HNC8090TG6UQ" accepted. 2025-06-27 17:37:51.695 +03:00 [DBG] Connection id "0HNC8090TG6UQ" started. 2025-06-27 17:37:51.695 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:37:51.695 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:51.695 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:37:51.695 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:51.695 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:37:51.695 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:51.695 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:51.696 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:51.696 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:51.696 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:37:51.696 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:51.696 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:51.696 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:51.696 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:51.696 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:51.696 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.696 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.696 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:51.696 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:37:51.696 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:37:51.696 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:37:51.696 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:51.696 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:37:51.696 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:37:51.696 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:37:51.696 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.696 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.696 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.696 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.696 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:51.696 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:37:51.696 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:37:51.856 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 159.8237ms. 2025-06-27 17:37:51.856 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.856 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:51.856 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.856 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:51.856 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.856 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.857 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.857 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.857 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:51.857 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:37:51.857 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:37:51.857 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:37:51.857 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:37:51.857 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:37:51.857 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:37:51.860 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:37:51.860 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.860 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:51.860 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.860 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.860 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.860 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:51.860 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 164.3387ms 2025-06-27 17:37:51.860 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:37:51.860 +03:00 [DBG] Connection id "0HNC8090TG6UQ" completed keep alive response. 2025-06-27 17:37:51.860 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 165.0039ms 2025-06-27 17:37:51.862 +03:00 [DBG] Connection id "0HNC8090TG6UQ" received FIN. 2025-06-27 17:37:51.862 +03:00 [DBG] Connection id "0HNC8090TG6UQ" disconnecting. 2025-06-27 17:37:51.862 +03:00 [DBG] Connection id "0HNC8090TG6UQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:51.863 +03:00 [DBG] Connection id "0HNC8090TG6UQ" stopped. 2025-06-27 17:37:55.784 +03:00 [DBG] Connection id "0HNC8090TG6UR" accepted. 2025-06-27 17:37:55.784 +03:00 [DBG] Connection id "0HNC8090TG6UR" started. 2025-06-27 17:37:55.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:37:55.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:37:55.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:37:55.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:37:55.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:37:55.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:55.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:37:55.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:37:55.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:37:55.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:37:55.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:55.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:37:55.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:37:55.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:37:55.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:37:55.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:37:55.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:37:55.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:55.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:37:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:55.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:37:55.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1756ms. 2025-06-27 17:37:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:55.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:37:55.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:37:55.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4876ms 2025-06-27 17:37:55.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:37:55.787 +03:00 [DBG] Connection id "0HNC8090TG6UR" completed keep alive response. 2025-06-27 17:37:55.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5704ms 2025-06-27 17:37:55.787 +03:00 [DBG] Connection id "0HNC8090TG6UR" received FIN. 2025-06-27 17:37:55.787 +03:00 [DBG] Connection id "0HNC8090TG6UR" disconnecting. 2025-06-27 17:37:55.787 +03:00 [DBG] Connection id "0HNC8090TG6UR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:37:55.788 +03:00 [DBG] Connection id "0HNC8090TG6UR" stopped. 2025-06-27 17:38:00.771 +03:00 [DBG] Connection id "0HNC8090TG6US" accepted. 2025-06-27 17:38:00.771 +03:00 [DBG] Connection id "0HNC8090TG6US" started. 2025-06-27 17:38:00.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:00.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:00.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:00.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:00.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:00.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:00.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:00.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:00.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:00.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:00.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:00.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:00.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:00.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:00.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:00.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:00.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:00.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:00.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:00.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1112ms. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:00.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:00.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5951ms 2025-06-27 17:38:00.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:00.773 +03:00 [DBG] Connection id "0HNC8090TG6US" completed keep alive response. 2025-06-27 17:38:00.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1839ms 2025-06-27 17:38:00.773 +03:00 [DBG] Connection id "0HNC8090TG6US" received FIN. 2025-06-27 17:38:00.773 +03:00 [DBG] Connection id "0HNC8090TG6US" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:00.773 +03:00 [DBG] Connection id "0HNC8090TG6US" disconnecting. 2025-06-27 17:38:00.773 +03:00 [DBG] Connection id "0HNC8090TG6US" stopped. 2025-06-27 17:38:05.767 +03:00 [DBG] Connection id "0HNC8090TG6UT" accepted. 2025-06-27 17:38:05.767 +03:00 [DBG] Connection id "0HNC8090TG6UT" started. 2025-06-27 17:38:05.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:05.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:05.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:05.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:05.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:05.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:05.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:05.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:05.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:05.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:05.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:05.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:05.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:05.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:05.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:05.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:05.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:05.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:05.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:05.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:05.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:05.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:05.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.3204ms. 2025-06-27 17:38:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:05.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:05.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:05.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2303ms 2025-06-27 17:38:05.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:05.769 +03:00 [DBG] Connection id "0HNC8090TG6UT" completed keep alive response. 2025-06-27 17:38:05.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.05ms 2025-06-27 17:38:05.770 +03:00 [DBG] Connection id "0HNC8090TG6UT" received FIN. 2025-06-27 17:38:05.770 +03:00 [DBG] Connection id "0HNC8090TG6UT" disconnecting. 2025-06-27 17:38:05.770 +03:00 [DBG] Connection id "0HNC8090TG6UT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:05.771 +03:00 [DBG] Connection id "0HNC8090TG6UT" stopped. 2025-06-27 17:38:10.781 +03:00 [DBG] Connection id "0HNC8090TG6UU" accepted. 2025-06-27 17:38:10.782 +03:00 [DBG] Connection id "0HNC8090TG6UU" started. 2025-06-27 17:38:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1612ms. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:10.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:10.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0108ms 2025-06-27 17:38:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:10.784 +03:00 [DBG] Connection id "0HNC8090TG6UU" completed keep alive response. 2025-06-27 17:38:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9825ms 2025-06-27 17:38:10.784 +03:00 [DBG] Connection id "0HNC8090TG6UU" received FIN. 2025-06-27 17:38:10.784 +03:00 [DBG] Connection id "0HNC8090TG6UU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:10.784 +03:00 [DBG] Connection id "0HNC8090TG6UU" disconnecting. 2025-06-27 17:38:10.784 +03:00 [DBG] Connection id "0HNC8090TG6UU" stopped. 2025-06-27 17:38:11.375 +03:00 [DBG] Connection id "0HNC8090TG6UV" accepted. 2025-06-27 17:38:11.375 +03:00 [DBG] Connection id "0HNC8090TG6UV" started. 2025-06-27 17:38:11.375 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:38:11.375 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:11.375 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:11.376 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:11.376 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:11.376 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:11.376 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:11.376 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:11.376 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:11.376 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:11.376 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:11.376 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:11.376 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:11.376 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:11.376 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:11.377 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:11.377 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:11.377 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.377 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.377 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:11.377 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:11.377 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:11.377 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:38:11.377 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:11.377 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:11.377 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:11.377 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:11.377 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:11.377 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:38:11.378 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:11.378 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:11.378 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:11.378 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:11.378 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:11.378 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:38:11.378 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:38:11.378 +03:00 [DBG] Connection id "0HNC8090TG6UV", Request id "0HNC8090TG6UV:00000001": started reading request body. 2025-06-27 17:38:11.378 +03:00 [DBG] Connection id "0HNC8090TG6UV", Request id "0HNC8090TG6UV:00000001": done reading request body. 2025-06-27 17:38:11.378 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:38:11.378 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:11.378 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:11.378 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:11.378 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:11.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.378 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.379 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.379 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.379 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:11.379 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:38:11.379 +03:00 [INF] Changing group of physicals [29] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:11.411 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 31.7008ms. 2025-06-27 17:38:11.411 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:11.411 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:11.411 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.411 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.412 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.412 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.412 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.412 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 35.0649ms 2025-06-27 17:38:11.412 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:11.412 +03:00 [DBG] Connection id "0HNC8090TG6UV" completed keep alive response. 2025-06-27 17:38:11.412 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 36.6589ms 2025-06-27 17:38:11.412 +03:00 [DBG] Connection id "0HNC8090TG6UV" received FIN. 2025-06-27 17:38:11.412 +03:00 [DBG] Connection id "0HNC8090TG6UV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:11.412 +03:00 [DBG] Connection id "0HNC8090TG6UV" disconnecting. 2025-06-27 17:38:11.413 +03:00 [DBG] Connection id "0HNC8090TG6UV" stopped. 2025-06-27 17:38:11.447 +03:00 [DBG] Connection id "0HNC8090TG6V0" accepted. 2025-06-27 17:38:11.447 +03:00 [DBG] Connection id "0HNC8090TG6V0" started. 2025-06-27 17:38:11.447 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:11.448 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:11.448 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:11.448 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:11.448 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:11.448 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:11.448 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:11.448 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:11.448 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:11.448 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:11.448 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:11.448 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:11.448 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:11.448 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:11.448 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:11.448 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.448 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.448 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:11.448 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:11.448 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:11.448 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:11.448 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:11.448 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:11.448 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:11.448 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:11.448 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.448 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.448 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.448 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.448 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:11.448 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:11.448 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:11.449 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.7707ms. 2025-06-27 17:38:11.449 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.449 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:11.449 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:11.449 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:11.449 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:11.449 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:11.449 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:11.450 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:11.450 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:11.450 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.450 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.450 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.450 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.450 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.450 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.450 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.6823ms 2025-06-27 17:38:11.450 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:11.450 +03:00 [DBG] Connection id "0HNC8090TG6V0" completed keep alive response. 2025-06-27 17:38:11.450 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.2865ms 2025-06-27 17:38:11.450 +03:00 [DBG] Connection id "0HNC8090TG6V0" received FIN. 2025-06-27 17:38:11.450 +03:00 [DBG] Connection id "0HNC8090TG6V0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:11.450 +03:00 [DBG] Connection id "0HNC8090TG6V0" disconnecting. 2025-06-27 17:38:11.450 +03:00 [DBG] Connection id "0HNC8090TG6V0" stopped. 2025-06-27 17:38:11.489 +03:00 [DBG] Connection id "0HNC8090TG6V1" accepted. 2025-06-27 17:38:11.489 +03:00 [DBG] Connection id "0HNC8090TG6V1" started. 2025-06-27 17:38:11.489 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:11.489 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:11.489 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:11.489 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:11.489 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:11.490 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:11.490 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:11.490 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:11.490 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:11.490 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:11.490 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:11.490 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:11.490 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:11.490 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:11.490 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:11.490 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.490 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.490 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:11.490 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:11.490 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:11.490 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:11.490 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:11.490 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:11.490 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:11.490 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:11.490 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.490 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.490 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.490 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.490 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:11.490 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:11.490 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:11.653 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 162.9481ms. 2025-06-27 17:38:11.653 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.653 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.654 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:11.654 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:11.654 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:11.654 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:11.654 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:11.654 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:11.654 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:11.655 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:11.655 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.655 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:11.655 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.655 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.655 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.655 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:11.655 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 165.1355ms 2025-06-27 17:38:11.655 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:11.655 +03:00 [DBG] Connection id "0HNC8090TG6V1" completed keep alive response. 2025-06-27 17:38:11.655 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 165.7386ms 2025-06-27 17:38:11.663 +03:00 [DBG] Connection id "0HNC8090TG6V1" received FIN. 2025-06-27 17:38:11.663 +03:00 [DBG] Connection id "0HNC8090TG6V1" disconnecting. 2025-06-27 17:38:11.663 +03:00 [DBG] Connection id "0HNC8090TG6V1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:11.664 +03:00 [DBG] Connection id "0HNC8090TG6V1" stopped. 2025-06-27 17:38:15.785 +03:00 [DBG] Connection id "0HNC8090TG6V2" accepted. 2025-06-27 17:38:15.785 +03:00 [DBG] Connection id "0HNC8090TG6V2" started. 2025-06-27 17:38:15.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:15.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:15.785 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:15.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:15.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:15.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:15.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:15.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:15.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:15.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:15.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:15.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:15.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:15.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:15.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:15.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:15.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:15.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:15.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:15.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:15.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1386ms. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:15.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:15.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:15.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8019ms 2025-06-27 17:38:15.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:15.787 +03:00 [DBG] Connection id "0HNC8090TG6V2" completed keep alive response. 2025-06-27 17:38:15.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.469ms 2025-06-27 17:38:15.787 +03:00 [DBG] Connection id "0HNC8090TG6V2" received FIN. 2025-06-27 17:38:15.787 +03:00 [DBG] Connection id "0HNC8090TG6V2" disconnecting. 2025-06-27 17:38:15.787 +03:00 [DBG] Connection id "0HNC8090TG6V2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:15.788 +03:00 [DBG] Connection id "0HNC8090TG6V2" stopped. 2025-06-27 17:38:20.776 +03:00 [DBG] Connection id "0HNC8090TG6V3" accepted. 2025-06-27 17:38:20.776 +03:00 [DBG] Connection id "0HNC8090TG6V3" started. 2025-06-27 17:38:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:20.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:20.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:20.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:20.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:20.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:20.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:20.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:20.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:20.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:20.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:20.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:20.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:20.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:20.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:20.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:20.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1117ms. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:20.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5934ms 2025-06-27 17:38:20.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:20.778 +03:00 [DBG] Connection id "0HNC8090TG6V3" completed keep alive response. 2025-06-27 17:38:20.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.189ms 2025-06-27 17:38:20.778 +03:00 [DBG] Connection id "0HNC8090TG6V3" received FIN. 2025-06-27 17:38:20.778 +03:00 [DBG] Connection id "0HNC8090TG6V3" disconnecting. 2025-06-27 17:38:20.778 +03:00 [DBG] Connection id "0HNC8090TG6V3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:20.779 +03:00 [DBG] Connection id "0HNC8090TG6V3" stopped. 2025-06-27 17:38:21.016 +03:00 [DBG] Connection id "0HNC8090TG6V4" accepted. 2025-06-27 17:38:21.017 +03:00 [DBG] Connection id "0HNC8090TG6V4" started. 2025-06-27 17:38:21.017 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:38:21.017 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:21.017 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:21.017 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:21.017 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:21.017 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:21.017 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:21.017 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:21.017 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:21.017 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:21.017 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:21.017 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:21.017 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:21.017 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:21.017 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:21.017 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:21.017 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:21.017 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.017 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.017 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:21.017 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:21.017 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:21.017 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:38:21.018 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:38:21.018 +03:00 [DBG] Connection id "0HNC8090TG6V4", Request id "0HNC8090TG6V4:00000001": started reading request body. 2025-06-27 17:38:21.018 +03:00 [DBG] Connection id "0HNC8090TG6V4", Request id "0HNC8090TG6V4:00000001": done reading request body. 2025-06-27 17:38:21.018 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:21.018 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:21.018 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:21.018 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.018 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.018 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.018 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.018 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:21.018 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:38:21.018 +03:00 [INF] Changing group of physicals [26] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:21.046 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.3502ms. 2025-06-27 17:38:21.046 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.046 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.046 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.046 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:21.047 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:21.047 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.047 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.047 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 29.4799ms 2025-06-27 17:38:21.047 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:21.047 +03:00 [DBG] Connection id "0HNC8090TG6V4" completed keep alive response. 2025-06-27 17:38:21.047 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 30.2948ms 2025-06-27 17:38:21.047 +03:00 [DBG] Connection id "0HNC8090TG6V4" received FIN. 2025-06-27 17:38:21.047 +03:00 [DBG] Connection id "0HNC8090TG6V4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:21.047 +03:00 [DBG] Connection id "0HNC8090TG6V4" disconnecting. 2025-06-27 17:38:21.047 +03:00 [DBG] Connection id "0HNC8090TG6V4" stopped. 2025-06-27 17:38:21.086 +03:00 [DBG] Connection id "0HNC8090TG6V5" accepted. 2025-06-27 17:38:21.087 +03:00 [DBG] Connection id "0HNC8090TG6V5" started. 2025-06-27 17:38:21.087 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:21.087 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:21.087 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:21.087 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:21.087 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:21.087 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:21.087 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:21.087 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:21.087 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:21.087 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:21.087 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:21.087 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:21.087 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:21.087 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:21.087 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:21.087 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.087 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.087 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:21.088 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:21.088 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:21.088 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:21.088 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:21.088 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:21.088 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:21.088 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:21.088 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.088 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.088 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.088 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.088 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:21.088 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:21.088 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:21.089 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1217ms. 2025-06-27 17:38:21.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.089 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:21.090 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:21.090 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:21.090 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:21.090 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:21.090 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:21.090 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:21.090 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:21.090 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.090 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.090 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.090 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.090 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.090 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.090 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4974ms 2025-06-27 17:38:21.090 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:21.090 +03:00 [DBG] Connection id "0HNC8090TG6V5" completed keep alive response. 2025-06-27 17:38:21.090 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.328ms 2025-06-27 17:38:21.090 +03:00 [DBG] Connection id "0HNC8090TG6V5" received FIN. 2025-06-27 17:38:21.090 +03:00 [DBG] Connection id "0HNC8090TG6V5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:21.090 +03:00 [DBG] Connection id "0HNC8090TG6V5" disconnecting. 2025-06-27 17:38:21.090 +03:00 [DBG] Connection id "0HNC8090TG6V5" stopped. 2025-06-27 17:38:21.135 +03:00 [DBG] Connection id "0HNC8090TG6V6" accepted. 2025-06-27 17:38:21.135 +03:00 [DBG] Connection id "0HNC8090TG6V6" started. 2025-06-27 17:38:21.135 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:21.135 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:21.135 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:21.135 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:21.135 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:21.135 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:21.135 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:21.135 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:21.135 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:21.136 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:21.136 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:21.136 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:21.136 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:21.136 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:21.136 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:21.136 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.136 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.136 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:21.136 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:21.136 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:21.136 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:21.136 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:21.136 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:21.136 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:21.136 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:21.136 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.136 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.136 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.136 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.136 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:21.136 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:21.136 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:21.297 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 160.7687ms. 2025-06-27 17:38:21.297 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.297 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:21.297 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:21.297 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:21.297 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:21.297 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:21.297 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:21.297 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:21.299 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:21.299 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.299 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:21.299 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.299 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.299 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.299 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:21.299 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 162.9806ms 2025-06-27 17:38:21.299 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:21.299 +03:00 [DBG] Connection id "0HNC8090TG6V6" completed keep alive response. 2025-06-27 17:38:21.299 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 163.7291ms 2025-06-27 17:38:21.303 +03:00 [DBG] Connection id "0HNC8090TG6V6" received FIN. 2025-06-27 17:38:21.303 +03:00 [DBG] Connection id "0HNC8090TG6V6" disconnecting. 2025-06-27 17:38:21.303 +03:00 [DBG] Connection id "0HNC8090TG6V6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:21.304 +03:00 [DBG] Connection id "0HNC8090TG6V6" stopped. 2025-06-27 17:38:25.771 +03:00 [DBG] Connection id "0HNC8090TG6V7" accepted. 2025-06-27 17:38:25.771 +03:00 [DBG] Connection id "0HNC8090TG6V7" started. 2025-06-27 17:38:25.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:25.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:25.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:25.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:25.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:25.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:25.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:25.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:25.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:25.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:25.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:25.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:25.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:25.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:25.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:25.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:25.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:25.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:25.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:25.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:25.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1839ms. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:25.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:25.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:25.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.323ms 2025-06-27 17:38:25.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:25.774 +03:00 [DBG] Connection id "0HNC8090TG6V7" completed keep alive response. 2025-06-27 17:38:25.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4427ms 2025-06-27 17:38:25.774 +03:00 [DBG] Connection id "0HNC8090TG6V7" received FIN. 2025-06-27 17:38:25.774 +03:00 [DBG] Connection id "0HNC8090TG6V7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:25.775 +03:00 [DBG] Connection id "0HNC8090TG6V7" disconnecting. 2025-06-27 17:38:25.775 +03:00 [DBG] Connection id "0HNC8090TG6V7" stopped. 2025-06-27 17:38:27.538 +03:00 [DBG] Connection id "0HNC8090TG6V8" accepted. 2025-06-27 17:38:27.538 +03:00 [DBG] Connection id "0HNC8090TG6V8" started. 2025-06-27 17:38:27.538 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:38:27.538 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:27.538 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:27.538 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:27.538 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:27.538 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:27.538 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:27.538 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:27.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:27.538 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:27.538 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:27.538 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:27.538 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:27.538 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:27.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:27.538 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:27.538 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:27.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:27.539 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:38:27.539 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:38:27.539 +03:00 [DBG] Connection id "0HNC8090TG6V8", Request id "0HNC8090TG6V8:00000001": started reading request body. 2025-06-27 17:38:27.539 +03:00 [DBG] Connection id "0HNC8090TG6V8", Request id "0HNC8090TG6V8:00000001": done reading request body. 2025-06-27 17:38:27.539 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:27.539 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:27.539 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:27.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.539 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:27.539 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:38:27.539 +03:00 [INF] Changing group of physicals [14] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:27.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 21.2667ms. 2025-06-27 17:38:27.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:27.561 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:27.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.561 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 22.5431ms 2025-06-27 17:38:27.561 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:27.561 +03:00 [DBG] Connection id "0HNC8090TG6V8" completed keep alive response. 2025-06-27 17:38:27.561 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 23.216ms 2025-06-27 17:38:27.561 +03:00 [DBG] Connection id "0HNC8090TG6V8" received FIN. 2025-06-27 17:38:27.561 +03:00 [DBG] Connection id "0HNC8090TG6V8" disconnecting. 2025-06-27 17:38:27.562 +03:00 [DBG] Connection id "0HNC8090TG6V8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:27.563 +03:00 [DBG] Connection id "0HNC8090TG6V8" stopped. 2025-06-27 17:38:27.602 +03:00 [DBG] Connection id "0HNC8090TG6V9" accepted. 2025-06-27 17:38:27.602 +03:00 [DBG] Connection id "0HNC8090TG6V9" started. 2025-06-27 17:38:27.602 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:27.602 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:27.602 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:27.602 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:27.602 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:27.602 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:27.602 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:27.602 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:27.602 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:27.602 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:27.602 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:27.602 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:27.602 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:27.603 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:27.603 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:27.603 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.603 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.603 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:27.603 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:27.603 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:27.603 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:27.603 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:27.603 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:27.603 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:27.603 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:27.603 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.603 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.603 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.603 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.603 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:27.603 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:27.603 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:27.604 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8155ms. 2025-06-27 17:38:27.604 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:27.604 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:27.604 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:27.604 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:27.604 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:27.604 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:27.604 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:27.604 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.604 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.604 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8807ms 2025-06-27 17:38:27.605 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:27.605 +03:00 [DBG] Connection id "0HNC8090TG6V9" completed keep alive response. 2025-06-27 17:38:27.605 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6263ms 2025-06-27 17:38:27.605 +03:00 [DBG] Connection id "0HNC8090TG6V9" received FIN. 2025-06-27 17:38:27.605 +03:00 [DBG] Connection id "0HNC8090TG6V9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:27.605 +03:00 [DBG] Connection id "0HNC8090TG6V9" disconnecting. 2025-06-27 17:38:27.605 +03:00 [DBG] Connection id "0HNC8090TG6V9" stopped. 2025-06-27 17:38:27.644 +03:00 [DBG] Connection id "0HNC8090TG6VA" accepted. 2025-06-27 17:38:27.644 +03:00 [DBG] Connection id "0HNC8090TG6VA" started. 2025-06-27 17:38:27.644 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:27.644 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:27.644 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:27.644 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:27.644 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:27.644 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:27.644 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:27.644 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:27.644 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:27.644 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:27.644 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:27.644 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:27.644 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:27.644 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:27.644 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:27.644 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.645 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.645 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:27.645 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:27.645 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:27.645 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:27.645 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:27.645 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:27.645 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:27.645 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:27.645 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.645 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.645 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.645 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.645 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:27.645 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:27.645 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:27.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.3527ms. 2025-06-27 17:38:27.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:27.782 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:27.783 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:27.783 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:27.783 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:27.783 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:27.783 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:27.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:27.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:27.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:27.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 139.6912ms 2025-06-27 17:38:27.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:27.784 +03:00 [DBG] Connection id "0HNC8090TG6VA" completed keep alive response. 2025-06-27 17:38:27.784 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 140.2987ms 2025-06-27 17:38:27.788 +03:00 [DBG] Connection id "0HNC8090TG6VA" received FIN. 2025-06-27 17:38:27.788 +03:00 [DBG] Connection id "0HNC8090TG6VA" disconnecting. 2025-06-27 17:38:27.788 +03:00 [DBG] Connection id "0HNC8090TG6VA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:27.789 +03:00 [DBG] Connection id "0HNC8090TG6VA" stopped. 2025-06-27 17:38:30.767 +03:00 [DBG] Connection id "0HNC8090TG6VB" accepted. 2025-06-27 17:38:30.767 +03:00 [DBG] Connection id "0HNC8090TG6VB" started. 2025-06-27 17:38:30.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:30.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:30.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:30.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:30.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:30.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:30.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:30.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:30.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:30.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:30.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:30.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:30.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:30.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:30.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:30.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:30.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:30.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:30.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:30.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:30.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.223ms. 2025-06-27 17:38:30.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:30.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:30.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:30.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3437ms 2025-06-27 17:38:30.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:30.770 +03:00 [DBG] Connection id "0HNC8090TG6VB" completed keep alive response. 2025-06-27 17:38:30.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2738ms 2025-06-27 17:38:30.770 +03:00 [DBG] Connection id "0HNC8090TG6VB" received FIN. 2025-06-27 17:38:30.770 +03:00 [DBG] Connection id "0HNC8090TG6VB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:30.770 +03:00 [DBG] Connection id "0HNC8090TG6VB" disconnecting. 2025-06-27 17:38:30.770 +03:00 [DBG] Connection id "0HNC8090TG6VB" stopped. 2025-06-27 17:38:35.770 +03:00 [DBG] Connection id "0HNC8090TG6VC" accepted. 2025-06-27 17:38:35.770 +03:00 [DBG] Connection id "0HNC8090TG6VC" started. 2025-06-27 17:38:35.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:35.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:35.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:35.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:35.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:35.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:35.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:35.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:35.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:35.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:35.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:35.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:35.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:35.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:35.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:35.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:35.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:35.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:35.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:35.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:35.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1401ms. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:35.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:35.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:35.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7439ms 2025-06-27 17:38:35.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:35.772 +03:00 [DBG] Connection id "0HNC8090TG6VC" completed keep alive response. 2025-06-27 17:38:35.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3979ms 2025-06-27 17:38:35.772 +03:00 [DBG] Connection id "0HNC8090TG6VC" received FIN. 2025-06-27 17:38:35.772 +03:00 [DBG] Connection id "0HNC8090TG6VC" disconnecting. 2025-06-27 17:38:35.772 +03:00 [DBG] Connection id "0HNC8090TG6VC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:35.773 +03:00 [DBG] Connection id "0HNC8090TG6VC" stopped. 2025-06-27 17:38:40.770 +03:00 [DBG] Connection id "0HNC8090TG6VD" accepted. 2025-06-27 17:38:40.770 +03:00 [DBG] Connection id "0HNC8090TG6VD" started. 2025-06-27 17:38:40.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:40.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:40.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:40.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:40.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:40.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:40.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:40.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:40.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:40.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:40.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:40.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:40.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:40.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:40.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:40.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:40.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:40.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:40.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:40.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2624ms. 2025-06-27 17:38:40.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:40.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:40.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:40.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:40.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.4265ms 2025-06-27 17:38:40.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:40.775 +03:00 [DBG] Connection id "0HNC8090TG6VD" completed keep alive response. 2025-06-27 17:38:40.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 4.4467ms 2025-06-27 17:38:40.775 +03:00 [DBG] Connection id "0HNC8090TG6VD" received FIN. 2025-06-27 17:38:40.775 +03:00 [DBG] Connection id "0HNC8090TG6VD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:40.775 +03:00 [DBG] Connection id "0HNC8090TG6VD" disconnecting. 2025-06-27 17:38:40.776 +03:00 [DBG] Connection id "0HNC8090TG6VD" stopped. 2025-06-27 17:38:45.771 +03:00 [DBG] Connection id "0HNC8090TG6VE" accepted. 2025-06-27 17:38:45.772 +03:00 [DBG] Connection id "0HNC8090TG6VE" started. 2025-06-27 17:38:45.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:45.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:45.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:45.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:45.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:45.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:45.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:45.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:45.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:45.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:45.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:45.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:45.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:45.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:45.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:45.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:45.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:45.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:45.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.177ms. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:45.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:45.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:45.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:45.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2152ms 2025-06-27 17:38:45.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:45.774 +03:00 [DBG] Connection id "0HNC8090TG6VE" completed keep alive response. 2025-06-27 17:38:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2482ms 2025-06-27 17:38:45.774 +03:00 [DBG] Connection id "0HNC8090TG6VE" received FIN. 2025-06-27 17:38:45.774 +03:00 [DBG] Connection id "0HNC8090TG6VE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:45.774 +03:00 [DBG] Connection id "0HNC8090TG6VE" disconnecting. 2025-06-27 17:38:45.774 +03:00 [DBG] Connection id "0HNC8090TG6VE" stopped. 2025-06-27 17:38:48.243 +03:00 [DBG] Connection id "0HNC8090TG6VF" accepted. 2025-06-27 17:38:48.243 +03:00 [DBG] Connection id "0HNC8090TG6VF" started. 2025-06-27 17:38:48.244 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 3 2025-06-27 17:38:48.244 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:48.244 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:48.244 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:48.244 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:48.244 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:48.244 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:48.244 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:48.245 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:48.245 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:48.245 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:48.245 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:48.245 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:48.245 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:48.245 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:48.245 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:48.245 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:48.245 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.245 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.245 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:48.245 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:48.245 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:48.245 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:38:48.245 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:48.245 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:48.245 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:48.246 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:48.246 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:48.246 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:38:48.246 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:48.246 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:48.246 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:48.246 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:48.246 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:48.246 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:38:48.246 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:38:48.246 +03:00 [DBG] Connection id "0HNC8090TG6VF", Request id "0HNC8090TG6VF:00000001": started reading request body. 2025-06-27 17:38:48.246 +03:00 [DBG] Connection id "0HNC8090TG6VF", Request id "0HNC8090TG6VF:00000001": done reading request body. 2025-06-27 17:38:48.246 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:38:48.246 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:48.246 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:48.247 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:48.247 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:48.247 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.247 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.247 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.247 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.247 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:48.247 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:38:48.247 +03:00 [INF] Changing group of physicals [2] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:48.278 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 31.2458ms. 2025-06-27 17:38:48.278 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.278 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:48.278 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:48.279 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:48.279 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.279 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.279 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.279 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.279 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.279 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.279 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 33.7931ms 2025-06-27 17:38:48.279 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:48.279 +03:00 [DBG] Connection id "0HNC8090TG6VF" completed keep alive response. 2025-06-27 17:38:48.279 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 34.9409ms 2025-06-27 17:38:48.279 +03:00 [DBG] Connection id "0HNC8090TG6VF" received FIN. 2025-06-27 17:38:48.279 +03:00 [DBG] Connection id "0HNC8090TG6VF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:48.279 +03:00 [DBG] Connection id "0HNC8090TG6VF" disconnecting. 2025-06-27 17:38:48.279 +03:00 [DBG] Connection id "0HNC8090TG6VF" stopped. 2025-06-27 17:38:48.320 +03:00 [DBG] Connection id "0HNC8090TG6VG" accepted. 2025-06-27 17:38:48.320 +03:00 [DBG] Connection id "0HNC8090TG6VG" started. 2025-06-27 17:38:48.320 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:48.320 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:48.320 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:48.320 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:48.320 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:48.320 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:48.320 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:48.320 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:48.320 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:48.320 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:48.321 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:48.321 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:48.321 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:48.321 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:48.321 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:48.321 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.321 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.321 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:48.321 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:48.321 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:48.321 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:48.321 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:48.321 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:48.321 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:48.321 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:48.321 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.321 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.321 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.321 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.321 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:48.321 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:48.321 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:48.322 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1057ms. 2025-06-27 17:38:48.322 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.322 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:48.322 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:48.322 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:48.322 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:48.323 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:48.323 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:48.323 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:48.323 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:48.323 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.323 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.323 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.323 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.323 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.323 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.323 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.1118ms 2025-06-27 17:38:48.323 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:48.323 +03:00 [DBG] Connection id "0HNC8090TG6VG" completed keep alive response. 2025-06-27 17:38:48.323 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.7963ms 2025-06-27 17:38:48.323 +03:00 [DBG] Connection id "0HNC8090TG6VG" received FIN. 2025-06-27 17:38:48.323 +03:00 [DBG] Connection id "0HNC8090TG6VG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:48.323 +03:00 [DBG] Connection id "0HNC8090TG6VG" disconnecting. 2025-06-27 17:38:48.323 +03:00 [DBG] Connection id "0HNC8090TG6VG" stopped. 2025-06-27 17:38:48.371 +03:00 [DBG] Connection id "0HNC8090TG6VH" accepted. 2025-06-27 17:38:48.371 +03:00 [DBG] Connection id "0HNC8090TG6VH" started. 2025-06-27 17:38:48.371 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:48.371 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:48.371 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:48.371 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:48.371 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:48.371 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:48.371 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:48.372 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:48.372 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:48.372 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:48.372 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:48.372 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:48.372 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:48.372 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:48.372 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:48.372 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.372 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.372 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:48.372 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:48.372 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:48.372 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:48.372 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:48.372 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:48.372 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:48.372 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:48.372 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.372 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.373 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.373 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.373 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:48.373 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:48.373 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:48.528 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 155.2852ms. 2025-06-27 17:38:48.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.528 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:48.528 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:48.528 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:48.528 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:48.528 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:48.528 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:48.528 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:48.530 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:48.530 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.530 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:48.530 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.530 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:48.530 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 158.2081ms 2025-06-27 17:38:48.530 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:48.530 +03:00 [DBG] Connection id "0HNC8090TG6VH" completed keep alive response. 2025-06-27 17:38:48.530 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 159.1384ms 2025-06-27 17:38:48.538 +03:00 [DBG] Connection id "0HNC8090TG6VH" received FIN. 2025-06-27 17:38:48.538 +03:00 [DBG] Connection id "0HNC8090TG6VH" disconnecting. 2025-06-27 17:38:48.538 +03:00 [DBG] Connection id "0HNC8090TG6VH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:48.539 +03:00 [DBG] Connection id "0HNC8090TG6VH" stopped. 2025-06-27 17:38:50.767 +03:00 [DBG] Connection id "0HNC8090TG6VI" accepted. 2025-06-27 17:38:50.767 +03:00 [DBG] Connection id "0HNC8090TG6VI" started. 2025-06-27 17:38:50.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:50.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:50.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:50.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:50.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:50.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:50.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:50.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:50.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:50.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:50.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:50.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:50.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:50.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:50.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:50.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:50.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:50.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:50.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:50.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:50.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.181ms. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:50.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:50.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:50.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2634ms 2025-06-27 17:38:50.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:50.770 +03:00 [DBG] Connection id "0HNC8090TG6VI" completed keep alive response. 2025-06-27 17:38:50.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1995ms 2025-06-27 17:38:50.770 +03:00 [DBG] Connection id "0HNC8090TG6VI" received FIN. 2025-06-27 17:38:50.770 +03:00 [DBG] Connection id "0HNC8090TG6VI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:50.770 +03:00 [DBG] Connection id "0HNC8090TG6VI" disconnecting. 2025-06-27 17:38:50.770 +03:00 [DBG] Connection id "0HNC8090TG6VI" stopped. 2025-06-27 17:38:52.641 +03:00 [DBG] Connection id "0HNC8090TG6VJ" accepted. 2025-06-27 17:38:52.641 +03:00 [DBG] Connection id "0HNC8090TG6VJ" started. 2025-06-27 17:38:52.641 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:38:52.642 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:52.642 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:52.642 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:52.642 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:38:52.642 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:52.642 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:52.642 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:52.642 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:52.642 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:52.642 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:52.642 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:52.642 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:52.642 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:52.642 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:52.642 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:52.642 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:52.642 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.642 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.642 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:52.642 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:38:52.643 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:38:52.643 +03:00 [DBG] Connection id "0HNC8090TG6VJ", Request id "0HNC8090TG6VJ:00000001": started reading request body. 2025-06-27 17:38:52.643 +03:00 [DBG] Connection id "0HNC8090TG6VJ", Request id "0HNC8090TG6VJ:00000001": done reading request body. 2025-06-27 17:38:52.643 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:52.643 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:38:52.643 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:38:52.643 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.643 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.643 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.643 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.643 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:52.643 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:38:52.643 +03:00 [INF] Changing group of physicals [38] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:52.681 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 37.4352ms. 2025-06-27 17:38:52.681 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:52.681 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:52.681 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.681 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.682 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.682 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.682 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.682 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 39.3442ms 2025-06-27 17:38:52.682 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:38:52.682 +03:00 [DBG] Connection id "0HNC8090TG6VJ" completed keep alive response. 2025-06-27 17:38:52.682 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 40.2931ms 2025-06-27 17:38:52.682 +03:00 [DBG] Connection id "0HNC8090TG6VJ" received FIN. 2025-06-27 17:38:52.682 +03:00 [DBG] Connection id "0HNC8090TG6VJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:52.682 +03:00 [DBG] Connection id "0HNC8090TG6VJ" disconnecting. 2025-06-27 17:38:52.682 +03:00 [DBG] Connection id "0HNC8090TG6VJ" stopped. 2025-06-27 17:38:52.721 +03:00 [DBG] Connection id "0HNC8090TG6VK" accepted. 2025-06-27 17:38:52.722 +03:00 [DBG] Connection id "0HNC8090TG6VK" started. 2025-06-27 17:38:52.722 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:52.722 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:52.722 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:52.722 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:52.722 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:52.722 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:52.722 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:52.722 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:52.722 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:52.722 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:52.723 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:52.723 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:52.723 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:52.723 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:52.723 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:52.723 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.723 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.723 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:52.723 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:52.723 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:52.723 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:52.724 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:52.724 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:52.724 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:52.724 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:52.724 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.724 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.724 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.724 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.724 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:52.724 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:52.724 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:52.726 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.3134ms. 2025-06-27 17:38:52.726 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.726 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:52.726 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:52.727 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:52.727 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:52.727 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:52.727 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:52.727 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:52.727 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:52.727 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.727 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.727 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.727 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.727 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.727 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.728 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.5498ms 2025-06-27 17:38:52.728 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:52.728 +03:00 [DBG] Connection id "0HNC8090TG6VK" completed keep alive response. 2025-06-27 17:38:52.728 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 6.0732ms 2025-06-27 17:38:52.728 +03:00 [DBG] Connection id "0HNC8090TG6VK" received FIN. 2025-06-27 17:38:52.728 +03:00 [DBG] Connection id "0HNC8090TG6VK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:52.728 +03:00 [DBG] Connection id "0HNC8090TG6VK" disconnecting. 2025-06-27 17:38:52.728 +03:00 [DBG] Connection id "0HNC8090TG6VK" stopped. 2025-06-27 17:38:52.767 +03:00 [DBG] Connection id "0HNC8090TG6VL" accepted. 2025-06-27 17:38:52.767 +03:00 [DBG] Connection id "0HNC8090TG6VL" started. 2025-06-27 17:38:52.767 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:38:52.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:52.767 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:38:52.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:52.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:38:52.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:52.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:52.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:52.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:52.768 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:38:52.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:52.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:52.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:52.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:52.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:52.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:52.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:38:52.768 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:38:52.768 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:38:52.768 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:52.768 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:38:52.769 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:38:52.769 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:38:52.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:52.769 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:38:52.769 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:38:52.936 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 167.073ms. 2025-06-27 17:38:52.936 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.936 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:52.936 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:38:52.936 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:38:52.936 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:38:52.936 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:38:52.936 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:38:52.936 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:38:52.938 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:38:52.938 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.939 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:52.939 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.939 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.939 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.939 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:52.939 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 170.5379ms 2025-06-27 17:38:52.939 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:38:52.939 +03:00 [DBG] Connection id "0HNC8090TG6VL" completed keep alive response. 2025-06-27 17:38:52.939 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 171.5147ms 2025-06-27 17:38:52.941 +03:00 [DBG] Connection id "0HNC8090TG6VL" received FIN. 2025-06-27 17:38:52.941 +03:00 [DBG] Connection id "0HNC8090TG6VL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:38:52.941 +03:00 [DBG] Connection id "0HNC8090TG6VL" disconnecting. 2025-06-27 17:38:52.942 +03:00 [DBG] Connection id "0HNC8090TG6VL" stopped. 2025-06-27 17:38:55.767 +03:00 [DBG] Connection id "0HNC8090TG6VM" accepted. 2025-06-27 17:38:55.767 +03:00 [DBG] Connection id "0HNC8090TG6VM" started. 2025-06-27 17:38:55.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:38:55.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:38:55.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:38:55.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:38:55.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:38:55.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:55.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:38:55.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:38:55.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:38:55.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:38:55.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:55.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:38:55.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:38:55.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:38:55.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:38:55.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:38:55.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:38:55.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:55.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:38:55.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:55.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:55.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:38:55.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1839ms. 2025-06-27 17:38:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:55.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:38:55.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:38:55.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2808ms 2025-06-27 17:38:55.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:38:55.770 +03:00 [DBG] Connection id "0HNC8090TG6VM" completed keep alive response. 2025-06-27 17:38:55.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2358ms 2025-06-27 17:38:55.770 +03:00 [DBG] Connection id "0HNC8090TG6VM" received FIN. 2025-06-27 17:38:55.770 +03:00 [DBG] Connection id "0HNC8090TG6VM" disconnecting. 2025-06-27 17:38:55.770 +03:00 [DBG] Connection id "0HNC8090TG6VM" stopped. 2025-06-27 17:38:55.770 +03:00 [DBG] Connection id "0HNC8090TG6VM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:00.341 +03:00 [DBG] Connection id "0HNC8090TG6VN" accepted. 2025-06-27 17:39:00.341 +03:00 [DBG] Connection id "0HNC8090TG6VN" started. 2025-06-27 17:39:00.341 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:00.342 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:00.342 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:00.342 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:00.342 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:00.342 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:00.342 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:00.342 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:00.342 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:00.342 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:00.342 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:00.342 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:00.342 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:00.342 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:00.342 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:00.342 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:00.342 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:00.342 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.342 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.342 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:00.342 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:00.342 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:00.343 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:00.343 +03:00 [DBG] Connection id "0HNC8090TG6VN", Request id "0HNC8090TG6VN:00000001": started reading request body. 2025-06-27 17:39:00.343 +03:00 [DBG] Connection id "0HNC8090TG6VN", Request id "0HNC8090TG6VN:00000001": done reading request body. 2025-06-27 17:39:00.343 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:00.343 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:00.343 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:00.343 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.343 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.343 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.343 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.343 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:00.343 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:00.344 +03:00 [INF] Changing group of physicals [11] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:00.387 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 43.0693ms. 2025-06-27 17:39:00.387 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:00.387 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:00.387 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:00.387 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.387 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.388 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.388 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.388 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.388 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.388 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 45.5401ms 2025-06-27 17:39:00.388 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:00.388 +03:00 [DBG] Connection id "0HNC8090TG6VN" completed keep alive response. 2025-06-27 17:39:00.388 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 46.594ms 2025-06-27 17:39:00.388 +03:00 [DBG] Connection id "0HNC8090TG6VN" received FIN. 2025-06-27 17:39:00.389 +03:00 [DBG] Connection id "0HNC8090TG6VN" disconnecting. 2025-06-27 17:39:00.389 +03:00 [DBG] Connection id "0HNC8090TG6VN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:00.390 +03:00 [DBG] Connection id "0HNC8090TG6VN" stopped. 2025-06-27 17:39:00.423 +03:00 [DBG] Connection id "0HNC8090TG6VO" accepted. 2025-06-27 17:39:00.423 +03:00 [DBG] Connection id "0HNC8090TG6VO" started. 2025-06-27 17:39:00.423 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:00.423 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:00.423 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:00.423 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:00.423 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:00.423 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:00.423 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:00.423 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:00.423 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:00.424 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:00.424 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:00.424 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:00.424 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:00.424 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:00.424 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:00.424 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.424 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.424 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:00.424 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:00.424 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:00.424 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:00.424 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:00.424 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:00.424 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:00.424 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:00.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.424 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.424 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.424 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:00.424 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:00.424 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:00.426 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2599ms. 2025-06-27 17:39:00.426 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:00.426 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:00.426 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:00.426 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:00.426 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:00.426 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:00.426 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:00.426 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.426 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.426 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6898ms 2025-06-27 17:39:00.426 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:00.427 +03:00 [DBG] Connection id "0HNC8090TG6VO" completed keep alive response. 2025-06-27 17:39:00.427 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5495ms 2025-06-27 17:39:00.427 +03:00 [DBG] Connection id "0HNC8090TG6VO" received FIN. 2025-06-27 17:39:00.427 +03:00 [DBG] Connection id "0HNC8090TG6VO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:00.427 +03:00 [DBG] Connection id "0HNC8090TG6VO" disconnecting. 2025-06-27 17:39:00.427 +03:00 [DBG] Connection id "0HNC8090TG6VO" stopped. 2025-06-27 17:39:00.467 +03:00 [DBG] Connection id "0HNC8090TG6VP" accepted. 2025-06-27 17:39:00.467 +03:00 [DBG] Connection id "0HNC8090TG6VP" started. 2025-06-27 17:39:00.467 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:00.467 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:00.467 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:00.468 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:00.468 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:00.468 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:00.468 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:00.468 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:00.468 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:00.468 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:00.468 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:00.468 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:00.468 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:00.468 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:00.468 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:00.468 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.468 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.468 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:00.468 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:00.468 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:00.468 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:00.468 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:00.468 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:00.468 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:00.468 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:00.469 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.469 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.469 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.469 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.469 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:00.469 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:00.469 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:00.628 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 159.3047ms. 2025-06-27 17:39:00.628 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.628 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:00.628 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:00.628 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:00.628 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:00.628 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:00.629 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:00.629 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:00.630 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:00.630 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.630 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.630 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.630 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.630 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.630 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.630 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 161.8671ms 2025-06-27 17:39:00.630 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:00.630 +03:00 [DBG] Connection id "0HNC8090TG6VP" completed keep alive response. 2025-06-27 17:39:00.630 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 162.6569ms 2025-06-27 17:39:00.633 +03:00 [DBG] Connection id "0HNC8090TG6VP" received FIN. 2025-06-27 17:39:00.633 +03:00 [DBG] Connection id "0HNC8090TG6VP" disconnecting. 2025-06-27 17:39:00.633 +03:00 [DBG] Connection id "0HNC8090TG6VP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:00.634 +03:00 [DBG] Connection id "0HNC8090TG6VP" stopped. 2025-06-27 17:39:00.816 +03:00 [DBG] Connection id "0HNC8090TG6VQ" accepted. 2025-06-27 17:39:00.816 +03:00 [DBG] Connection id "0HNC8090TG6VQ" started. 2025-06-27 17:39:00.816 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:00.816 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:00.817 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:00.817 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:00.817 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:00.817 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:00.817 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:00.817 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:00.817 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:00.817 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:00.817 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:00.817 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:00.817 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:00.817 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:00.817 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:00.817 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:00.817 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:00.817 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.817 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.817 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:00.817 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:00.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.817 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:00.817 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1522ms. 2025-06-27 17:39:00.818 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:00.818 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:00.818 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.818 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:00.818 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.795ms 2025-06-27 17:39:00.818 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:00.818 +03:00 [DBG] Connection id "0HNC8090TG6VQ" completed keep alive response. 2025-06-27 17:39:00.818 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4923ms 2025-06-27 17:39:00.818 +03:00 [DBG] Connection id "0HNC8090TG6VQ" received FIN. 2025-06-27 17:39:00.818 +03:00 [DBG] Connection id "0HNC8090TG6VQ" disconnecting. 2025-06-27 17:39:00.818 +03:00 [DBG] Connection id "0HNC8090TG6VQ" stopped. 2025-06-27 17:39:00.818 +03:00 [DBG] Connection id "0HNC8090TG6VQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:04.535 +03:00 [DBG] Connection id "0HNC8090TG6VR" accepted. 2025-06-27 17:39:04.535 +03:00 [DBG] Connection id "0HNC8090TG6VR" started. 2025-06-27 17:39:04.536 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:04.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:04.536 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:04.536 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:04.536 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:04.536 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:04.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:04.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:04.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:04.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:04.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:04.536 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:04.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:04.536 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:04.536 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:04.536 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:04.536 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:04.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.536 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:04.536 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:04.537 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:04.537 +03:00 [DBG] Connection id "0HNC8090TG6VR", Request id "0HNC8090TG6VR:00000001": started reading request body. 2025-06-27 17:39:04.537 +03:00 [DBG] Connection id "0HNC8090TG6VR", Request id "0HNC8090TG6VR:00000001": done reading request body. 2025-06-27 17:39:04.537 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:04.537 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:04.537 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:04.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:04.538 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:04.538 +03:00 [INF] Changing group of physicals [17] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:04.573 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 35.4803ms. 2025-06-27 17:39:04.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.573 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:04.573 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:04.573 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:04.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.574 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 37.2623ms 2025-06-27 17:39:04.574 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:04.574 +03:00 [DBG] Connection id "0HNC8090TG6VR" completed keep alive response. 2025-06-27 17:39:04.574 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 38.1033ms 2025-06-27 17:39:04.574 +03:00 [DBG] Connection id "0HNC8090TG6VR" received FIN. 2025-06-27 17:39:04.574 +03:00 [DBG] Connection id "0HNC8090TG6VR" disconnecting. 2025-06-27 17:39:04.574 +03:00 [DBG] Connection id "0HNC8090TG6VR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:04.576 +03:00 [DBG] Connection id "0HNC8090TG6VR" stopped. 2025-06-27 17:39:04.610 +03:00 [DBG] Connection id "0HNC8090TG6VS" accepted. 2025-06-27 17:39:04.610 +03:00 [DBG] Connection id "0HNC8090TG6VS" started. 2025-06-27 17:39:04.610 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:04.610 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:04.610 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:04.610 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:04.610 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:04.610 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:04.610 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:04.610 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:04.610 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:04.610 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:04.610 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:04.610 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:04.610 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:04.611 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:04.611 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:04.611 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.611 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.611 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:04.611 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:04.611 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:04.611 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:04.611 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:04.611 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:04.611 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:04.611 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:04.611 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.611 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.611 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.611 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.611 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:04.611 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:04.611 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:04.612 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9789ms. 2025-06-27 17:39:04.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.612 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:04.613 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:04.613 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:04.613 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:04.613 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:04.613 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:04.613 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:04.613 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:04.613 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.613 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.613 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.613 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.613 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.613 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.613 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.3027ms 2025-06-27 17:39:04.613 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:04.613 +03:00 [DBG] Connection id "0HNC8090TG6VS" completed keep alive response. 2025-06-27 17:39:04.613 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.0247ms 2025-06-27 17:39:04.613 +03:00 [DBG] Connection id "0HNC8090TG6VS" received FIN. 2025-06-27 17:39:04.613 +03:00 [DBG] Connection id "0HNC8090TG6VS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:04.613 +03:00 [DBG] Connection id "0HNC8090TG6VS" disconnecting. 2025-06-27 17:39:04.613 +03:00 [DBG] Connection id "0HNC8090TG6VS" stopped. 2025-06-27 17:39:04.656 +03:00 [DBG] Connection id "0HNC8090TG6VT" accepted. 2025-06-27 17:39:04.656 +03:00 [DBG] Connection id "0HNC8090TG6VT" started. 2025-06-27 17:39:04.656 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:04.657 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:04.657 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:04.657 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:04.657 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:04.657 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:04.657 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:04.657 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:04.657 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:04.657 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:04.657 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:04.657 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:04.657 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:04.657 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:04.657 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:04.657 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.657 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.657 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:04.657 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:04.657 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:04.657 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:04.657 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:04.657 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:04.657 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:04.657 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:04.657 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.658 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.658 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.658 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.658 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:04.658 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:04.658 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:04.836 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 178.7974ms. 2025-06-27 17:39:04.837 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.837 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:04.837 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:04.837 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:04.837 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:04.837 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:04.837 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:04.837 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:04.838 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:04.838 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.838 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:04.838 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.838 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.838 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.838 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:04.838 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 181.1816ms 2025-06-27 17:39:04.838 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:04.838 +03:00 [DBG] Connection id "0HNC8090TG6VT" completed keep alive response. 2025-06-27 17:39:04.838 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 181.9144ms 2025-06-27 17:39:04.842 +03:00 [DBG] Connection id "0HNC8090TG6VT" received FIN. 2025-06-27 17:39:04.843 +03:00 [DBG] Connection id "0HNC8090TG6VT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:04.843 +03:00 [DBG] Connection id "0HNC8090TG6VT" disconnecting. 2025-06-27 17:39:04.843 +03:00 [DBG] Connection id "0HNC8090TG6VT" stopped. 2025-06-27 17:39:05.770 +03:00 [DBG] Connection id "0HNC8090TG6VU" accepted. 2025-06-27 17:39:05.770 +03:00 [DBG] Connection id "0HNC8090TG6VU" started. 2025-06-27 17:39:05.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:05.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:05.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:05.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:05.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:05.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:05.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:05.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:05.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:05.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:05.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:05.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:05.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:05.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:05.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:05.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:05.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:05.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:05.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:05.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:05.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:05.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:05.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1491ms. 2025-06-27 17:39:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:05.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:05.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:05.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.917ms 2025-06-27 17:39:05.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:05.771 +03:00 [DBG] Connection id "0HNC8090TG6VU" completed keep alive response. 2025-06-27 17:39:05.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4875ms 2025-06-27 17:39:05.772 +03:00 [DBG] Connection id "0HNC8090TG6VU" received FIN. 2025-06-27 17:39:05.772 +03:00 [DBG] Connection id "0HNC8090TG6VU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:05.772 +03:00 [DBG] Connection id "0HNC8090TG6VU" disconnecting. 2025-06-27 17:39:05.772 +03:00 [DBG] Connection id "0HNC8090TG6VU" stopped. 2025-06-27 17:39:10.781 +03:00 [DBG] Connection id "0HNC8090TG6VV" accepted. 2025-06-27 17:39:10.781 +03:00 [DBG] Connection id "0HNC8090TG6VV" started. 2025-06-27 17:39:10.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:10.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:10.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:10.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:10.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:10.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:10.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1186ms. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6759ms 2025-06-27 17:39:10.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:10.783 +03:00 [DBG] Connection id "0HNC8090TG6VV" completed keep alive response. 2025-06-27 17:39:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2732ms 2025-06-27 17:39:10.783 +03:00 [DBG] Connection id "0HNC8090TG6VV" received FIN. 2025-06-27 17:39:10.783 +03:00 [DBG] Connection id "0HNC8090TG6VV" disconnecting. 2025-06-27 17:39:10.783 +03:00 [DBG] Connection id "0HNC8090TG6VV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:10.784 +03:00 [DBG] Connection id "0HNC8090TG6VV" stopped. 2025-06-27 17:39:11.533 +03:00 [DBG] Connection id "0HNC8090TG700" accepted. 2025-06-27 17:39:11.533 +03:00 [DBG] Connection id "0HNC8090TG700" started. 2025-06-27 17:39:11.533 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:11.533 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:11.533 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:11.533 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:11.533 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:11.533 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:11.533 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:11.533 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:11.533 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:11.533 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:11.533 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:11.533 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:11.533 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:11.533 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:11.534 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:11.534 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:11.534 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:11.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.534 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:11.534 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:11.534 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:11.534 +03:00 [DBG] Connection id "0HNC8090TG700", Request id "0HNC8090TG700:00000001": started reading request body. 2025-06-27 17:39:11.534 +03:00 [DBG] Connection id "0HNC8090TG700", Request id "0HNC8090TG700:00000001": done reading request body. 2025-06-27 17:39:11.534 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:11.534 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:11.534 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:11.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.534 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.534 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.534 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:11.534 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:11.534 +03:00 [INF] Changing group of physicals [32] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:11.557 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.4788ms. 2025-06-27 17:39:11.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:11.557 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:11.557 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.557 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 23.5535ms 2025-06-27 17:39:11.557 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:11.557 +03:00 [DBG] Connection id "0HNC8090TG700" completed keep alive response. 2025-06-27 17:39:11.557 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 24.1675ms 2025-06-27 17:39:11.557 +03:00 [DBG] Connection id "0HNC8090TG700" received FIN. 2025-06-27 17:39:11.557 +03:00 [DBG] Connection id "0HNC8090TG700" disconnecting. 2025-06-27 17:39:11.558 +03:00 [DBG] Connection id "0HNC8090TG700" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:11.559 +03:00 [DBG] Connection id "0HNC8090TG700" stopped. 2025-06-27 17:39:11.593 +03:00 [DBG] Connection id "0HNC8090TG701" accepted. 2025-06-27 17:39:11.593 +03:00 [DBG] Connection id "0HNC8090TG701" started. 2025-06-27 17:39:11.593 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:11.593 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:11.593 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:11.593 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:11.593 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:11.593 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:11.593 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:11.593 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:11.593 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:11.593 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:11.593 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:11.594 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:11.594 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:11.594 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:11.594 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:11.594 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.594 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.594 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:11.594 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:11.594 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:11.594 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:11.594 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:11.594 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:11.594 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:11.594 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:11.594 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.594 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.594 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.594 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.594 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:11.594 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:11.594 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:11.595 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8876ms. 2025-06-27 17:39:11.595 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.595 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:11.595 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:11.595 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:11.595 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:11.595 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:11.595 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:11.595 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:11.596 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:11.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.596 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.596 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.596 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.596 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.596 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.1814ms 2025-06-27 17:39:11.596 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:11.596 +03:00 [DBG] Connection id "0HNC8090TG701" completed keep alive response. 2025-06-27 17:39:11.596 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.844ms 2025-06-27 17:39:11.596 +03:00 [DBG] Connection id "0HNC8090TG701" received FIN. 2025-06-27 17:39:11.596 +03:00 [DBG] Connection id "0HNC8090TG701" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:11.596 +03:00 [DBG] Connection id "0HNC8090TG701" disconnecting. 2025-06-27 17:39:11.596 +03:00 [DBG] Connection id "0HNC8090TG701" stopped. 2025-06-27 17:39:11.637 +03:00 [DBG] Connection id "0HNC8090TG702" accepted. 2025-06-27 17:39:11.637 +03:00 [DBG] Connection id "0HNC8090TG702" started. 2025-06-27 17:39:11.637 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:11.637 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:11.637 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:11.637 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:11.637 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:11.637 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:11.637 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:11.637 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:11.637 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:11.637 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:11.638 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:11.638 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:11.638 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:11.638 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:11.638 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:11.638 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.638 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.638 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:11.638 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:11.638 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:11.638 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:11.638 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:11.638 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:11.638 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:11.638 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:11.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.638 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:11.638 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:11.638 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:11.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 143.7022ms. 2025-06-27 17:39:11.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:11.782 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:11.782 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:11.782 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:11.782 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:11.782 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:11.782 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:11.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:11.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:11.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:11.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 146.3417ms 2025-06-27 17:39:11.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:11.784 +03:00 [DBG] Connection id "0HNC8090TG702" completed keep alive response. 2025-06-27 17:39:11.784 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.1119ms 2025-06-27 17:39:11.788 +03:00 [DBG] Connection id "0HNC8090TG702" received FIN. 2025-06-27 17:39:11.788 +03:00 [DBG] Connection id "0HNC8090TG702" disconnecting. 2025-06-27 17:39:11.788 +03:00 [DBG] Connection id "0HNC8090TG702" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:11.789 +03:00 [DBG] Connection id "0HNC8090TG702" stopped. 2025-06-27 17:39:15.774 +03:00 [DBG] Connection id "0HNC8090TG703" accepted. 2025-06-27 17:39:15.774 +03:00 [DBG] Connection id "0HNC8090TG703" started. 2025-06-27 17:39:15.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:15.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:15.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:15.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:15.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:15.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:15.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:15.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:15.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:15.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:15.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:15.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:15.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:15.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:15.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:15.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:15.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:15.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:15.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:15.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1738ms. 2025-06-27 17:39:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:15.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:15.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:15.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3649ms 2025-06-27 17:39:15.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:15.776 +03:00 [DBG] Connection id "0HNC8090TG703" completed keep alive response. 2025-06-27 17:39:15.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3644ms 2025-06-27 17:39:15.777 +03:00 [DBG] Connection id "0HNC8090TG703" received FIN. 2025-06-27 17:39:15.777 +03:00 [DBG] Connection id "0HNC8090TG703" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:15.777 +03:00 [DBG] Connection id "0HNC8090TG703" disconnecting. 2025-06-27 17:39:15.777 +03:00 [DBG] Connection id "0HNC8090TG703" stopped. 2025-06-27 17:39:17.471 +03:00 [DBG] Connection id "0HNC8090TG704" accepted. 2025-06-27 17:39:17.471 +03:00 [DBG] Connection id "0HNC8090TG704" started. 2025-06-27 17:39:17.471 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:17.471 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:17.471 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:17.471 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:17.471 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:17.471 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:17.471 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:17.472 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:17.472 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:17.472 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:17.472 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:17.472 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:17.472 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:17.472 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:17.472 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:17.472 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:17.472 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:17.472 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.472 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.472 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:17.472 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:17.472 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:17.472 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:17.472 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:17.472 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:17.472 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:17.472 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:17.472 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:17.472 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:17.472 +03:00 [DBG] Connection id "0HNC8090TG704", Request id "0HNC8090TG704:00000001": started reading request body. 2025-06-27 17:39:17.472 +03:00 [DBG] Connection id "0HNC8090TG704", Request id "0HNC8090TG704:00000001": done reading request body. 2025-06-27 17:39:17.473 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:17.473 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:17.473 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:17.473 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:17.473 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:17.473 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.473 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.473 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.473 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.473 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:17.473 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:17.473 +03:00 [INF] Changing group of physicals [23] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:17.498 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 25.6185ms. 2025-06-27 17:39:17.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:17.499 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:17.499 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.499 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.499 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.9735ms 2025-06-27 17:39:17.499 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:17.499 +03:00 [DBG] Connection id "0HNC8090TG704" completed keep alive response. 2025-06-27 17:39:17.499 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 27.7279ms 2025-06-27 17:39:17.499 +03:00 [DBG] Connection id "0HNC8090TG704" received FIN. 2025-06-27 17:39:17.500 +03:00 [DBG] Connection id "0HNC8090TG704" disconnecting. 2025-06-27 17:39:17.500 +03:00 [DBG] Connection id "0HNC8090TG704" stopped. 2025-06-27 17:39:17.500 +03:00 [DBG] Connection id "0HNC8090TG704" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:17.533 +03:00 [DBG] Connection id "0HNC8090TG705" accepted. 2025-06-27 17:39:17.533 +03:00 [DBG] Connection id "0HNC8090TG705" started. 2025-06-27 17:39:17.534 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:17.534 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:17.534 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:17.534 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:17.534 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:17.534 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:17.534 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:17.534 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:17.534 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:17.534 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:17.534 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:17.534 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:17.534 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:17.534 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:17.534 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:17.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.535 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:17.535 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:17.535 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:17.535 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:17.535 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:17.535 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:17.535 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:17.535 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:17.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.535 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.535 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.535 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:17.535 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:17.535 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:17.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1358ms. 2025-06-27 17:39:17.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:17.537 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:17.537 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:17.537 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:17.537 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:17.537 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:17.537 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:17.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.8368ms 2025-06-27 17:39:17.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:17.537 +03:00 [DBG] Connection id "0HNC8090TG705" completed keep alive response. 2025-06-27 17:39:17.537 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.771ms 2025-06-27 17:39:17.538 +03:00 [DBG] Connection id "0HNC8090TG705" received FIN. 2025-06-27 17:39:17.538 +03:00 [DBG] Connection id "0HNC8090TG705" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:17.538 +03:00 [DBG] Connection id "0HNC8090TG705" disconnecting. 2025-06-27 17:39:17.538 +03:00 [DBG] Connection id "0HNC8090TG705" stopped. 2025-06-27 17:39:17.577 +03:00 [DBG] Connection id "0HNC8090TG706" accepted. 2025-06-27 17:39:17.577 +03:00 [DBG] Connection id "0HNC8090TG706" started. 2025-06-27 17:39:17.577 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:17.577 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:17.577 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:17.577 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:17.577 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:17.577 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:17.577 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:17.578 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:17.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:17.578 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:17.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:17.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:17.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:17.578 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:17.578 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:17.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.578 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:17.578 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:17.578 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:17.578 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:17.578 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:17.578 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:17.578 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:17.578 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:17.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.578 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:17.578 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:17.579 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:17.739 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 160.7289ms. 2025-06-27 17:39:17.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.739 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:17.740 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:17.740 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:17.740 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:17.740 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:17.740 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:17.740 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:17.741 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:17.741 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.741 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:17.741 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.741 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.741 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.741 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:17.741 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.3726ms 2025-06-27 17:39:17.741 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:17.741 +03:00 [DBG] Connection id "0HNC8090TG706" completed keep alive response. 2025-06-27 17:39:17.741 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.1626ms 2025-06-27 17:39:17.745 +03:00 [DBG] Connection id "0HNC8090TG706" received FIN. 2025-06-27 17:39:17.745 +03:00 [DBG] Connection id "0HNC8090TG706" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:17.745 +03:00 [DBG] Connection id "0HNC8090TG706" disconnecting. 2025-06-27 17:39:17.745 +03:00 [DBG] Connection id "0HNC8090TG706" stopped. 2025-06-27 17:39:20.772 +03:00 [DBG] Connection id "0HNC8090TG707" accepted. 2025-06-27 17:39:20.772 +03:00 [DBG] Connection id "0HNC8090TG707" started. 2025-06-27 17:39:20.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:20.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:20.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:20.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:20.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:20.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:20.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:20.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:20.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:20.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:20.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:20.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:20.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:20.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:20.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:20.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:20.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:20.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:20.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:20.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:20.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1556ms. 2025-06-27 17:39:20.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:20.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:20.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:20.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7785ms 2025-06-27 17:39:20.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:20.773 +03:00 [DBG] Connection id "0HNC8090TG707" completed keep alive response. 2025-06-27 17:39:20.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.367ms 2025-06-27 17:39:20.773 +03:00 [DBG] Connection id "0HNC8090TG707" received FIN. 2025-06-27 17:39:20.774 +03:00 [DBG] Connection id "0HNC8090TG707" disconnecting. 2025-06-27 17:39:20.774 +03:00 [DBG] Connection id "0HNC8090TG707" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:20.775 +03:00 [DBG] Connection id "0HNC8090TG707" stopped. 2025-06-27 17:39:21.183 +03:00 [DBG] Connection id "0HNC8090TG708" accepted. 2025-06-27 17:39:21.184 +03:00 [DBG] Connection id "0HNC8090TG708" started. 2025-06-27 17:39:21.184 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:21.184 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:21.184 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:21.184 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:21.184 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:21.184 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:21.184 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:21.184 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:21.184 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:21.184 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:21.184 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:21.184 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:21.184 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:21.184 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:21.184 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:21.184 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:21.184 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:21.184 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.185 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.185 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:21.185 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:21.185 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:21.185 +03:00 [DBG] Connection id "0HNC8090TG708", Request id "0HNC8090TG708:00000001": started reading request body. 2025-06-27 17:39:21.185 +03:00 [DBG] Connection id "0HNC8090TG708", Request id "0HNC8090TG708:00000001": done reading request body. 2025-06-27 17:39:21.185 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:21.185 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:21.185 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:21.186 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.186 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.186 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.186 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.186 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:21.186 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:21.186 +03:00 [INF] Changing group of physicals [35] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:21.224 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 38.1645ms. 2025-06-27 17:39:21.224 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:21.224 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:21.224 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.224 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.225 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 40.0332ms 2025-06-27 17:39:21.225 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:21.225 +03:00 [DBG] Connection id "0HNC8090TG708" completed keep alive response. 2025-06-27 17:39:21.225 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 40.9956ms 2025-06-27 17:39:21.225 +03:00 [DBG] Connection id "0HNC8090TG708" received FIN. 2025-06-27 17:39:21.225 +03:00 [DBG] Connection id "0HNC8090TG708" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:21.225 +03:00 [DBG] Connection id "0HNC8090TG708" disconnecting. 2025-06-27 17:39:21.226 +03:00 [DBG] Connection id "0HNC8090TG708" stopped. 2025-06-27 17:39:21.265 +03:00 [DBG] Connection id "0HNC8090TG709" accepted. 2025-06-27 17:39:21.265 +03:00 [DBG] Connection id "0HNC8090TG709" started. 2025-06-27 17:39:21.265 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:21.265 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:21.265 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:21.265 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:21.265 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:21.265 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:21.265 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:21.265 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:21.265 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:21.265 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:21.265 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:21.266 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:21.266 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:21.266 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:21.266 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:21.266 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.266 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.266 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:21.266 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:21.266 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:21.266 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:21.266 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:21.266 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:21.266 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:21.266 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:21.266 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.266 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.266 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.266 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.266 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:21.266 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:21.266 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:21.268 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.1043ms. 2025-06-27 17:39:21.269 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:21.269 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:21.269 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:21.269 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:21.269 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:21.269 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:21.269 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:21.269 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.269 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.270 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.270 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.270 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.270 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.966ms 2025-06-27 17:39:21.270 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:21.270 +03:00 [DBG] Connection id "0HNC8090TG709" completed keep alive response. 2025-06-27 17:39:21.270 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.9233ms 2025-06-27 17:39:21.270 +03:00 [DBG] Connection id "0HNC8090TG709" received FIN. 2025-06-27 17:39:21.270 +03:00 [DBG] Connection id "0HNC8090TG709" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:21.270 +03:00 [DBG] Connection id "0HNC8090TG709" disconnecting. 2025-06-27 17:39:21.270 +03:00 [DBG] Connection id "0HNC8090TG709" stopped. 2025-06-27 17:39:21.309 +03:00 [DBG] Connection id "0HNC8090TG70A" accepted. 2025-06-27 17:39:21.309 +03:00 [DBG] Connection id "0HNC8090TG70A" started. 2025-06-27 17:39:21.309 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:21.309 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:21.309 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:21.309 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:21.309 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:21.309 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:21.309 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:21.310 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:21.310 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:21.310 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:21.310 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:21.310 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:21.310 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:21.310 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:21.310 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:21.310 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.310 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.310 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:21.310 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:21.310 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:21.310 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:21.310 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:21.310 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:21.310 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:21.310 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:21.310 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.310 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.310 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.310 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.310 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:21.310 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:21.310 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:21.450 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 139.8346ms. 2025-06-27 17:39:21.450 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.450 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:21.450 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:21.450 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:21.450 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:21.450 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:21.450 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:21.450 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:21.452 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:21.452 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.452 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:21.452 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.452 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.452 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.452 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:21.452 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 142.0506ms 2025-06-27 17:39:21.452 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:21.452 +03:00 [DBG] Connection id "0HNC8090TG70A" completed keep alive response. 2025-06-27 17:39:21.452 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 142.604ms 2025-06-27 17:39:21.456 +03:00 [DBG] Connection id "0HNC8090TG70A" received FIN. 2025-06-27 17:39:21.456 +03:00 [DBG] Connection id "0HNC8090TG70A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:21.456 +03:00 [DBG] Connection id "0HNC8090TG70A" disconnecting. 2025-06-27 17:39:21.456 +03:00 [DBG] Connection id "0HNC8090TG70A" stopped. 2025-06-27 17:39:25.319 +03:00 [DBG] Connection id "0HNC8090TG70B" accepted. 2025-06-27 17:39:25.319 +03:00 [DBG] Connection id "0HNC8090TG70B" started. 2025-06-27 17:39:25.319 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:25.319 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:25.319 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:25.319 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:25.319 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:25.319 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:25.319 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:25.319 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:25.319 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:25.319 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:25.320 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:25.320 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:25.320 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:25.320 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:25.320 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:25.320 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:25.320 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:25.320 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.320 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.320 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:25.320 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:25.320 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:25.320 +03:00 [DBG] Connection id "0HNC8090TG70B", Request id "0HNC8090TG70B:00000001": started reading request body. 2025-06-27 17:39:25.320 +03:00 [DBG] Connection id "0HNC8090TG70B", Request id "0HNC8090TG70B:00000001": done reading request body. 2025-06-27 17:39:25.320 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:25.320 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:25.320 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:25.320 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.320 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.320 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.320 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.320 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:25.320 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:25.320 +03:00 [INF] Changing group of physicals [20] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:25.343 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.4279ms. 2025-06-27 17:39:25.343 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:25.343 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:25.343 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.343 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.343 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 23.6953ms 2025-06-27 17:39:25.343 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:25.344 +03:00 [DBG] Connection id "0HNC8090TG70B" completed keep alive response. 2025-06-27 17:39:25.344 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 24.3795ms 2025-06-27 17:39:25.344 +03:00 [DBG] Connection id "0HNC8090TG70B" received FIN. 2025-06-27 17:39:25.344 +03:00 [DBG] Connection id "0HNC8090TG70B" disconnecting. 2025-06-27 17:39:25.344 +03:00 [DBG] Connection id "0HNC8090TG70B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:25.345 +03:00 [DBG] Connection id "0HNC8090TG70B" stopped. 2025-06-27 17:39:25.379 +03:00 [DBG] Connection id "0HNC8090TG70C" accepted. 2025-06-27 17:39:25.379 +03:00 [DBG] Connection id "0HNC8090TG70C" started. 2025-06-27 17:39:25.379 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:25.379 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:25.379 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:25.379 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:25.379 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:25.379 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:25.379 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:25.379 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:25.379 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:25.379 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:25.379 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:25.379 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:25.380 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:25.380 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:25.380 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:25.380 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.380 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.380 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:25.380 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:25.380 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:25.380 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:25.380 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:25.380 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:25.380 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:25.380 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:25.380 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.380 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.380 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.380 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.380 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:25.380 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:25.380 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:25.381 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.7479ms. 2025-06-27 17:39:25.381 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:25.381 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:25.381 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:25.381 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:25.381 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:25.381 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:25.381 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:25.381 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.381 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.381 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.672ms 2025-06-27 17:39:25.381 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:25.381 +03:00 [DBG] Connection id "0HNC8090TG70C" completed keep alive response. 2025-06-27 17:39:25.381 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3589ms 2025-06-27 17:39:25.382 +03:00 [DBG] Connection id "0HNC8090TG70C" received FIN. 2025-06-27 17:39:25.382 +03:00 [DBG] Connection id "0HNC8090TG70C" disconnecting. 2025-06-27 17:39:25.382 +03:00 [DBG] Connection id "0HNC8090TG70C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:25.383 +03:00 [DBG] Connection id "0HNC8090TG70C" stopped. 2025-06-27 17:39:25.423 +03:00 [DBG] Connection id "0HNC8090TG70D" accepted. 2025-06-27 17:39:25.423 +03:00 [DBG] Connection id "0HNC8090TG70D" started. 2025-06-27 17:39:25.423 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:25.423 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:25.423 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:25.423 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:25.423 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:25.423 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:25.423 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:25.423 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:25.423 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:25.423 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:25.423 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:25.423 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:25.423 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:25.423 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:25.423 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:25.423 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.423 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.424 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:25.424 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:25.424 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:25.424 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:25.424 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:25.424 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:25.424 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:25.424 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:25.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.424 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.424 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.424 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:25.424 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:25.424 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:25.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 147.2143ms. 2025-06-27 17:39:25.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:25.571 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:25.572 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:25.572 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:25.572 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:25.572 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:25.572 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:25.573 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:25.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.573 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 149.4717ms 2025-06-27 17:39:25.573 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:25.573 +03:00 [DBG] Connection id "0HNC8090TG70D" completed keep alive response. 2025-06-27 17:39:25.573 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 150.0386ms 2025-06-27 17:39:25.579 +03:00 [DBG] Connection id "0HNC8090TG70D" received FIN. 2025-06-27 17:39:25.579 +03:00 [DBG] Connection id "0HNC8090TG70D" disconnecting. 2025-06-27 17:39:25.579 +03:00 [DBG] Connection id "0HNC8090TG70D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:25.580 +03:00 [DBG] Connection id "0HNC8090TG70D" stopped. 2025-06-27 17:39:25.837 +03:00 [DBG] Connection id "0HNC8090TG70E" accepted. 2025-06-27 17:39:25.837 +03:00 [DBG] Connection id "0HNC8090TG70E" started. 2025-06-27 17:39:25.838 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:25.838 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:25.838 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:25.838 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:25.838 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:25.838 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:25.838 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:25.838 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:25.838 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:25.838 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:25.838 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:25.838 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:25.838 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:25.838 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:25.838 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:25.838 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:25.838 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:25.838 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.839 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:25.839 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.839 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:25.839 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.179ms. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.839 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:25.839 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:25.840 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:25.840 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.840 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:25.840 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.840 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.840 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.840 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:25.840 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3106ms 2025-06-27 17:39:25.840 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:25.840 +03:00 [DBG] Connection id "0HNC8090TG70E" completed keep alive response. 2025-06-27 17:39:25.840 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3515ms 2025-06-27 17:39:25.840 +03:00 [DBG] Connection id "0HNC8090TG70E" received FIN. 2025-06-27 17:39:25.840 +03:00 [DBG] Connection id "0HNC8090TG70E" disconnecting. 2025-06-27 17:39:25.841 +03:00 [DBG] Connection id "0HNC8090TG70E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:25.842 +03:00 [DBG] Connection id "0HNC8090TG70E" stopped. 2025-06-27 17:39:29.570 +03:00 [DBG] Connection id "0HNC8090TG70F" accepted. 2025-06-27 17:39:29.570 +03:00 [DBG] Connection id "0HNC8090TG70F" started. 2025-06-27 17:39:29.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 3 2025-06-27 17:39:29.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:29.570 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:29.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:29.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:29.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:29.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:29.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:29.571 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:29.571 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:29.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:29.571 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:29.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:29.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:29.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:29.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:29.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:29.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:29.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:29.571 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:29.571 +03:00 [DBG] Connection id "0HNC8090TG70F", Request id "0HNC8090TG70F:00000001": started reading request body. 2025-06-27 17:39:29.571 +03:00 [DBG] Connection id "0HNC8090TG70F", Request id "0HNC8090TG70F:00000001": done reading request body. 2025-06-27 17:39:29.571 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:29.571 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:29.571 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:29.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:29.571 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:29.572 +03:00 [INF] Changing group of physicals [5] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:29.596 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.6213ms. 2025-06-27 17:39:29.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.596 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:29.596 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:29.597 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:29.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.597 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.597 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.597 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.978ms 2025-06-27 17:39:29.597 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:29.597 +03:00 [DBG] Connection id "0HNC8090TG70F" completed keep alive response. 2025-06-27 17:39:29.597 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 26.7437ms 2025-06-27 17:39:29.597 +03:00 [DBG] Connection id "0HNC8090TG70F" received FIN. 2025-06-27 17:39:29.598 +03:00 [DBG] Connection id "0HNC8090TG70F" disconnecting. 2025-06-27 17:39:29.598 +03:00 [DBG] Connection id "0HNC8090TG70F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:29.599 +03:00 [DBG] Connection id "0HNC8090TG70F" stopped. 2025-06-27 17:39:29.632 +03:00 [DBG] Connection id "0HNC8090TG70G" accepted. 2025-06-27 17:39:29.632 +03:00 [DBG] Connection id "0HNC8090TG70G" started. 2025-06-27 17:39:29.632 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:29.632 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:29.632 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:29.632 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:29.632 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:29.632 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:29.632 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:29.632 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:29.632 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:29.632 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:29.632 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:29.632 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:29.632 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:29.632 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:29.632 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:29.632 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.632 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.632 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:29.632 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:29.632 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:29.632 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:29.632 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:29.632 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:29.632 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:29.632 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:29.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.632 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:29.632 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:29.633 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:29.633 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.766ms. 2025-06-27 17:39:29.633 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.633 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:29.634 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:29.634 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:29.634 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:29.634 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:29.634 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:29.634 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:29.634 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:29.634 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.634 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.634 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.634 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.634 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.634 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.634 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.5868ms 2025-06-27 17:39:29.634 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:29.634 +03:00 [DBG] Connection id "0HNC8090TG70G" completed keep alive response. 2025-06-27 17:39:29.634 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.03ms 2025-06-27 17:39:29.634 +03:00 [DBG] Connection id "0HNC8090TG70G" received FIN. 2025-06-27 17:39:29.634 +03:00 [DBG] Connection id "0HNC8090TG70G" disconnecting. 2025-06-27 17:39:29.634 +03:00 [DBG] Connection id "0HNC8090TG70G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:29.635 +03:00 [DBG] Connection id "0HNC8090TG70G" stopped. 2025-06-27 17:39:29.681 +03:00 [DBG] Connection id "0HNC8090TG70H" accepted. 2025-06-27 17:39:29.681 +03:00 [DBG] Connection id "0HNC8090TG70H" started. 2025-06-27 17:39:29.682 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:29.682 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:29.682 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:29.682 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:29.682 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:29.682 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:29.682 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:29.682 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:29.682 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:29.682 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:29.682 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:29.682 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:29.682 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:29.682 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:29.682 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:29.682 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.682 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.682 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:29.682 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:29.682 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:29.682 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:29.682 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:29.682 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:29.682 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:29.682 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:29.682 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.682 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.682 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.682 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.682 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:29.683 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:29.683 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:29.823 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 140.8988ms. 2025-06-27 17:39:29.824 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.824 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:29.824 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:29.824 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:29.824 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:29.824 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:29.824 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:29.824 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:29.826 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:29.827 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.827 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:29.827 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.827 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.827 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.827 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:29.827 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.7335ms 2025-06-27 17:39:29.827 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:29.827 +03:00 [DBG] Connection id "0HNC8090TG70H" completed keep alive response. 2025-06-27 17:39:29.827 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 145.3533ms 2025-06-27 17:39:29.829 +03:00 [DBG] Connection id "0HNC8090TG70H" received FIN. 2025-06-27 17:39:29.829 +03:00 [DBG] Connection id "0HNC8090TG70H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:29.830 +03:00 [DBG] Connection id "0HNC8090TG70H" disconnecting. 2025-06-27 17:39:29.830 +03:00 [DBG] Connection id "0HNC8090TG70H" stopped. 2025-06-27 17:39:30.767 +03:00 [DBG] Connection id "0HNC8090TG70I" accepted. 2025-06-27 17:39:30.768 +03:00 [DBG] Connection id "0HNC8090TG70I" started. 2025-06-27 17:39:30.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:30.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:30.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:30.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:30.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:30.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:30.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:30.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:30.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:30.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:30.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:30.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:30.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:30.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:30.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:30.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:30.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:30.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:30.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:30.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:30.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:30.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:30.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1423ms. 2025-06-27 17:39:30.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:30.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:30.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:30.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7802ms 2025-06-27 17:39:30.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:30.769 +03:00 [DBG] Connection id "0HNC8090TG70I" completed keep alive response. 2025-06-27 17:39:30.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3603ms 2025-06-27 17:39:30.769 +03:00 [DBG] Connection id "0HNC8090TG70I" received FIN. 2025-06-27 17:39:30.770 +03:00 [DBG] Connection id "0HNC8090TG70I" disconnecting. 2025-06-27 17:39:30.770 +03:00 [DBG] Connection id "0HNC8090TG70I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:30.771 +03:00 [DBG] Connection id "0HNC8090TG70I" stopped. 2025-06-27 17:39:35.771 +03:00 [DBG] Connection id "0HNC8090TG70J" accepted. 2025-06-27 17:39:35.771 +03:00 [DBG] Connection id "0HNC8090TG70J" started. 2025-06-27 17:39:35.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:35.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:35.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:35.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:35.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:35.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:35.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:35.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:35.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:35.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:35.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:35.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:35.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:35.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:35.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:35.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:35.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:35.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:35.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:35.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:35.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1158ms. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:35.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:35.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:35.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:35.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7899ms 2025-06-27 17:39:35.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:35.773 +03:00 [DBG] Connection id "0HNC8090TG70J" completed keep alive response. 2025-06-27 17:39:35.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4101ms 2025-06-27 17:39:35.773 +03:00 [DBG] Connection id "0HNC8090TG70J" received FIN. 2025-06-27 17:39:35.773 +03:00 [DBG] Connection id "0HNC8090TG70J" disconnecting. 2025-06-27 17:39:35.773 +03:00 [DBG] Connection id "0HNC8090TG70J" stopped. 2025-06-27 17:39:35.773 +03:00 [DBG] Connection id "0HNC8090TG70J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:40.776 +03:00 [DBG] Connection id "0HNC8090TG70K" accepted. 2025-06-27 17:39:40.776 +03:00 [DBG] Connection id "0HNC8090TG70K" started. 2025-06-27 17:39:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:40.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:40.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:40.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:40.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:40.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:40.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:40.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:40.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:40.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:40.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:40.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:40.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:40.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:40.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:40.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:40.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1636ms. 2025-06-27 17:39:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:40.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:40.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:40.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0182ms 2025-06-27 17:39:40.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:40.778 +03:00 [DBG] Connection id "0HNC8090TG70K" completed keep alive response. 2025-06-27 17:39:40.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8568ms 2025-06-27 17:39:40.778 +03:00 [DBG] Connection id "0HNC8090TG70K" received FIN. 2025-06-27 17:39:40.778 +03:00 [DBG] Connection id "0HNC8090TG70K" disconnecting. 2025-06-27 17:39:40.779 +03:00 [DBG] Connection id "0HNC8090TG70K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:40.780 +03:00 [DBG] Connection id "0HNC8090TG70K" stopped. 2025-06-27 17:39:43.334 +03:00 [DBG] Connection id "0HNC8090TG70L" accepted. 2025-06-27 17:39:43.334 +03:00 [DBG] Connection id "0HNC8090TG70L" started. 2025-06-27 17:39:43.334 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 4 2025-06-27 17:39:43.334 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:43.334 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:43.334 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:43.334 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:43.334 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:43.334 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:43.334 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:43.334 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:43.334 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:43.334 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:43.334 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:43.334 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:43.334 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:43.334 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:43.334 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:43.334 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:43.334 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.334 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.334 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:43.335 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:43.335 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:43.335 +03:00 [DBG] Connection id "0HNC8090TG70L", Request id "0HNC8090TG70L:00000001": started reading request body. 2025-06-27 17:39:43.335 +03:00 [DBG] Connection id "0HNC8090TG70L", Request id "0HNC8090TG70L:00000001": done reading request body. 2025-06-27 17:39:43.335 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:43.335 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:43.335 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:43.335 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.335 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.335 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.335 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.335 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:43.335 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:43.335 +03:00 [INF] Changing group of physicals [41] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:43.358 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.7606ms. 2025-06-27 17:39:43.358 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:43.358 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:43.358 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.358 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.358 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 23.9759ms 2025-06-27 17:39:43.358 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:43.358 +03:00 [DBG] Connection id "0HNC8090TG70L" completed keep alive response. 2025-06-27 17:39:43.359 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 24.6149ms 2025-06-27 17:39:43.359 +03:00 [DBG] Connection id "0HNC8090TG70L" received FIN. 2025-06-27 17:39:43.359 +03:00 [DBG] Connection id "0HNC8090TG70L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:43.359 +03:00 [DBG] Connection id "0HNC8090TG70L" disconnecting. 2025-06-27 17:39:43.359 +03:00 [DBG] Connection id "0HNC8090TG70L" stopped. 2025-06-27 17:39:43.393 +03:00 [DBG] Connection id "0HNC8090TG70M" accepted. 2025-06-27 17:39:43.393 +03:00 [DBG] Connection id "0HNC8090TG70M" started. 2025-06-27 17:39:43.394 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:43.394 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:43.394 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:43.394 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:43.394 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:43.394 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:43.394 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:43.394 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:43.394 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:43.394 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:43.394 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:43.394 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:43.394 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:43.394 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:43.394 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:43.394 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.394 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.394 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:43.394 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:43.394 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:43.394 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:43.394 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:43.394 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:43.394 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:43.394 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:43.394 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.394 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.394 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.394 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.394 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:43.394 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:43.394 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:43.395 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8792ms. 2025-06-27 17:39:43.395 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.395 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.395 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.395 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.395 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.395 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.395 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:43.396 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:43.396 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:43.396 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:43.396 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:43.396 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:43.396 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:43.396 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:43.396 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.396 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.396 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8503ms 2025-06-27 17:39:43.396 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:43.396 +03:00 [DBG] Connection id "0HNC8090TG70M" completed keep alive response. 2025-06-27 17:39:43.396 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3645ms 2025-06-27 17:39:43.396 +03:00 [DBG] Connection id "0HNC8090TG70M" received FIN. 2025-06-27 17:39:43.396 +03:00 [DBG] Connection id "0HNC8090TG70M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:43.396 +03:00 [DBG] Connection id "0HNC8090TG70M" disconnecting. 2025-06-27 17:39:43.396 +03:00 [DBG] Connection id "0HNC8090TG70M" stopped. 2025-06-27 17:39:43.438 +03:00 [DBG] Connection id "0HNC8090TG70N" accepted. 2025-06-27 17:39:43.438 +03:00 [DBG] Connection id "0HNC8090TG70N" started. 2025-06-27 17:39:43.438 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:43.438 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:43.438 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:43.438 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:43.438 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:43.438 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:43.438 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:43.438 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:43.438 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:43.438 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:43.438 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:43.438 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:43.439 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:43.439 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:43.439 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:43.439 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.439 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.439 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:43.439 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:43.439 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:43.439 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:43.439 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:43.439 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:43.439 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:43.439 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:43.439 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.439 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.439 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.439 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.439 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:43.439 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:43.439 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:43.577 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 138.5864ms. 2025-06-27 17:39:43.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.578 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:43.578 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:43.578 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:43.578 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:43.578 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:43.578 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:43.578 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:43.581 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:43.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.581 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:43.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.581 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:43.581 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 142.6495ms 2025-06-27 17:39:43.581 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:43.581 +03:00 [DBG] Connection id "0HNC8090TG70N" completed keep alive response. 2025-06-27 17:39:43.581 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 143.3477ms 2025-06-27 17:39:43.583 +03:00 [DBG] Connection id "0HNC8090TG70N" received FIN. 2025-06-27 17:39:43.583 +03:00 [DBG] Connection id "0HNC8090TG70N" disconnecting. 2025-06-27 17:39:43.583 +03:00 [DBG] Connection id "0HNC8090TG70N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:43.584 +03:00 [DBG] Connection id "0HNC8090TG70N" stopped. 2025-06-27 17:39:45.769 +03:00 [DBG] Connection id "0HNC8090TG70O" accepted. 2025-06-27 17:39:45.769 +03:00 [DBG] Connection id "0HNC8090TG70O" started. 2025-06-27 17:39:45.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:45.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:45.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:45.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:45.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:45.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:45.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:45.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:45.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:45.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:45.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:45.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:45.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:45.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:45.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:45.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:45.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:45.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:45.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:45.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1301ms. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:45.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:45.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:45.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9645ms 2025-06-27 17:39:45.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:45.771 +03:00 [DBG] Connection id "0HNC8090TG70O" completed keep alive response. 2025-06-27 17:39:45.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5793ms 2025-06-27 17:39:45.771 +03:00 [DBG] Connection id "0HNC8090TG70O" received FIN. 2025-06-27 17:39:45.771 +03:00 [DBG] Connection id "0HNC8090TG70O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:45.771 +03:00 [DBG] Connection id "0HNC8090TG70O" disconnecting. 2025-06-27 17:39:45.771 +03:00 [DBG] Connection id "0HNC8090TG70O" stopped. 2025-06-27 17:39:46.718 +03:00 [DBG] Connection id "0HNC8090TG70P" accepted. 2025-06-27 17:39:46.718 +03:00 [DBG] Connection id "0HNC8090TG70P" started. 2025-06-27 17:39:46.718 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - application/json;charset=UTF-8 3 2025-06-27 17:39:46.718 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:46.718 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:46.718 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:46.718 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/' 2025-06-27 17:39:46.718 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:46.718 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:46.718 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:46.718 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:46.718 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:46.719 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:46.719 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:46.719 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:46.719 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:46.719 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:46.719 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:46.719 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:46.719 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.719 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.719 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:46.719 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:39:46.719 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:46.719 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:39:46.719 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:39:46.719 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:46.719 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:39:46.719 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:46.719 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:39:46.719 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:39:46.719 +03:00 [DBG] Connection id "0HNC8090TG70P", Request id "0HNC8090TG70P:00000001": started reading request body. 2025-06-27 17:39:46.720 +03:00 [DBG] Connection id "0HNC8090TG70P", Request id "0HNC8090TG70P:00000001": done reading request body. 2025-06-27 17:39:46.720 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:39:46.720 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:46.720 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:46.720 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:39:46.720 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:39:46.720 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.720 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.720 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.720 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.720 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:46.720 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-2","System.Int32[]"]) 2025-06-27 17:39:46.720 +03:00 [INF] Changing group of physicals [8] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:46.745 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.6213ms. 2025-06-27 17:39:46.745 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:46.745 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:46.745 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.745 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.745 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.3854ms 2025-06-27 17:39:46.745 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:39:46.745 +03:00 [DBG] Connection id "0HNC8090TG70P" completed keep alive response. 2025-06-27 17:39:46.745 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-2/ - 200 0 null 27.2673ms 2025-06-27 17:39:46.746 +03:00 [DBG] Connection id "0HNC8090TG70P" received FIN. 2025-06-27 17:39:46.746 +03:00 [DBG] Connection id "0HNC8090TG70P" disconnecting. 2025-06-27 17:39:46.746 +03:00 [DBG] Connection id "0HNC8090TG70P" stopped. 2025-06-27 17:39:46.746 +03:00 [DBG] Connection id "0HNC8090TG70P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:46.783 +03:00 [DBG] Connection id "0HNC8090TG70Q" accepted. 2025-06-27 17:39:46.784 +03:00 [DBG] Connection id "0HNC8090TG70Q" started. 2025-06-27 17:39:46.784 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:46.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:46.784 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:46.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:46.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:46.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:46.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:46.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:46.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:46.784 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:46.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:46.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:46.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:46.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:46.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:46.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:46.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:46.785 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:46.785 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:46.785 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:46.785 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:46.786 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:46.786 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:46.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:46.786 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:46.786 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:46.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0892ms. 2025-06-27 17:39:46.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:46.788 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:46.788 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:46.788 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:46.788 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:46.788 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:46.788 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:46.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:46.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.1405ms 2025-06-27 17:39:46.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:46.788 +03:00 [DBG] Connection id "0HNC8090TG70Q" completed keep alive response. 2025-06-27 17:39:46.788 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.4518ms 2025-06-27 17:39:46.788 +03:00 [DBG] Connection id "0HNC8090TG70Q" received FIN. 2025-06-27 17:39:46.788 +03:00 [DBG] Connection id "0HNC8090TG70Q" disconnecting. 2025-06-27 17:39:46.789 +03:00 [DBG] Connection id "0HNC8090TG70Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:46.790 +03:00 [DBG] Connection id "0HNC8090TG70Q" stopped. 2025-06-27 17:39:46.828 +03:00 [DBG] Connection id "0HNC8090TG70R" accepted. 2025-06-27 17:39:46.828 +03:00 [DBG] Connection id "0HNC8090TG70R" started. 2025-06-27 17:39:46.828 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:39:46.828 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:46.828 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:39:46.828 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:46.828 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:39:46.828 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:46.828 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:46.828 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:46.828 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:46.828 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:39:46.828 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:46.828 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:46.828 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:46.828 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:46.828 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:46.828 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.829 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.829 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:46.829 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:39:46.829 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:39:46.829 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:39:46.829 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:46.829 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:39:46.829 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:39:46.829 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:39:46.829 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.829 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.829 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.829 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.829 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:46.829 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:39:46.829 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:39:46.971 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.7051ms. 2025-06-27 17:39:46.971 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.971 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:46.971 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:39:46.971 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:39:46.971 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:39:46.971 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:39:46.971 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:39:46.971 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:39:46.972 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:39:46.972 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.972 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:46.972 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.972 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.972 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.972 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:46.972 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 143.8584ms 2025-06-27 17:39:46.972 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:39:46.972 +03:00 [DBG] Connection id "0HNC8090TG70R" completed keep alive response. 2025-06-27 17:39:46.972 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 144.4507ms 2025-06-27 17:39:46.977 +03:00 [DBG] Connection id "0HNC8090TG70R" received FIN. 2025-06-27 17:39:46.977 +03:00 [DBG] Connection id "0HNC8090TG70R" disconnecting. 2025-06-27 17:39:46.977 +03:00 [DBG] Connection id "0HNC8090TG70R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:46.978 +03:00 [DBG] Connection id "0HNC8090TG70R" stopped. 2025-06-27 17:39:50.771 +03:00 [DBG] Connection id "0HNC8090TG70S" accepted. 2025-06-27 17:39:50.771 +03:00 [DBG] Connection id "0HNC8090TG70S" started. 2025-06-27 17:39:50.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:50.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:50.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:50.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:50.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:50.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:50.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:50.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:50.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:50.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:50.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:50.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:50.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:50.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:50.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:50.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:50.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:50.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:50.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:50.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:50.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1463ms. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:50.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:50.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:50.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:50.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:50.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:50.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:50.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8746ms 2025-06-27 17:39:50.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:50.773 +03:00 [DBG] Connection id "0HNC8090TG70S" completed keep alive response. 2025-06-27 17:39:50.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5609ms 2025-06-27 17:39:50.773 +03:00 [DBG] Connection id "0HNC8090TG70S" received FIN. 2025-06-27 17:39:50.773 +03:00 [DBG] Connection id "0HNC8090TG70S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:50.773 +03:00 [DBG] Connection id "0HNC8090TG70S" disconnecting. 2025-06-27 17:39:50.773 +03:00 [DBG] Connection id "0HNC8090TG70S" stopped. 2025-06-27 17:39:55.778 +03:00 [DBG] Connection id "0HNC8090TG70T" accepted. 2025-06-27 17:39:55.778 +03:00 [DBG] Connection id "0HNC8090TG70T" started. 2025-06-27 17:39:55.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:39:55.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:39:55.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:39:55.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:39:55.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:39:55.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:55.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:39:55.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:39:55.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:39:55.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:39:55.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:55.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:39:55.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:39:55.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:39:55.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:39:55.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:39:55.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:39:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:55.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:55.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:39:55.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1415ms. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:55.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:39:55.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:39:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9158ms 2025-06-27 17:39:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:39:55.780 +03:00 [DBG] Connection id "0HNC8090TG70T" completed keep alive response. 2025-06-27 17:39:55.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7236ms 2025-06-27 17:39:55.780 +03:00 [DBG] Connection id "0HNC8090TG70T" received FIN. 2025-06-27 17:39:55.780 +03:00 [DBG] Connection id "0HNC8090TG70T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:39:55.780 +03:00 [DBG] Connection id "0HNC8090TG70T" disconnecting. 2025-06-27 17:39:55.780 +03:00 [DBG] Connection id "0HNC8090TG70T" stopped. 2025-06-27 17:40:00.768 +03:00 [DBG] Connection id "0HNC8090TG70U" accepted. 2025-06-27 17:40:00.768 +03:00 [DBG] Connection id "0HNC8090TG70U" started. 2025-06-27 17:40:00.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:00.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:00.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:00.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:00.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:00.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:00.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:00.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:00.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:00.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:00.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:00.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:00.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:00.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:00.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:00.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:00.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:00.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:00.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:00.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1838ms. 2025-06-27 17:40:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:00.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:00.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:00.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9109ms 2025-06-27 17:40:00.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:00.772 +03:00 [DBG] Connection id "0HNC8090TG70U" completed keep alive response. 2025-06-27 17:40:00.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4663ms 2025-06-27 17:40:00.772 +03:00 [DBG] Connection id "0HNC8090TG70U" received FIN. 2025-06-27 17:40:00.772 +03:00 [DBG] Connection id "0HNC8090TG70U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:00.773 +03:00 [DBG] Connection id "0HNC8090TG70U" disconnecting. 2025-06-27 17:40:00.773 +03:00 [DBG] Connection id "0HNC8090TG70U" stopped. 2025-06-27 17:40:05.768 +03:00 [DBG] Connection id "0HNC8090TG70V" accepted. 2025-06-27 17:40:05.768 +03:00 [DBG] Connection id "0HNC8090TG70V" started. 2025-06-27 17:40:05.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:05.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:05.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:05.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:05.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:05.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:05.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:05.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:05.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:05.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:05.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:05.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:05.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:05.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:05.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:05.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:05.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:05.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:05.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:05.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:05.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1384ms. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:05.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:05.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:05.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8923ms 2025-06-27 17:40:05.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:05.770 +03:00 [DBG] Connection id "0HNC8090TG70V" completed keep alive response. 2025-06-27 17:40:05.770 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.669ms 2025-06-27 17:40:05.770 +03:00 [DBG] Connection id "0HNC8090TG70V" received FIN. 2025-06-27 17:40:05.770 +03:00 [DBG] Connection id "0HNC8090TG70V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:05.770 +03:00 [DBG] Connection id "0HNC8090TG70V" disconnecting. 2025-06-27 17:40:05.770 +03:00 [DBG] Connection id "0HNC8090TG70V" stopped. 2025-06-27 17:40:10.770 +03:00 [DBG] Connection id "0HNC8090TG710" accepted. 2025-06-27 17:40:10.770 +03:00 [DBG] Connection id "0HNC8090TG710" started. 2025-06-27 17:40:10.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:10.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:10.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:10.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:10.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:10.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:10.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:10.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:10.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:10.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:10.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:10.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:10.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:10.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:10.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:10.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:10.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:10.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:10.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:10.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:10.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1195ms. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:10.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:10.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:10.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7524ms 2025-06-27 17:40:10.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:10.771 +03:00 [DBG] Connection id "0HNC8090TG710" completed keep alive response. 2025-06-27 17:40:10.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3988ms 2025-06-27 17:40:10.772 +03:00 [DBG] Connection id "0HNC8090TG710" received FIN. 2025-06-27 17:40:10.772 +03:00 [DBG] Connection id "0HNC8090TG710" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:10.772 +03:00 [DBG] Connection id "0HNC8090TG710" disconnecting. 2025-06-27 17:40:10.772 +03:00 [DBG] Connection id "0HNC8090TG710" stopped. 2025-06-27 17:40:15.771 +03:00 [DBG] Connection id "0HNC8090TG711" accepted. 2025-06-27 17:40:15.771 +03:00 [DBG] Connection id "0HNC8090TG711" started. 2025-06-27 17:40:15.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:15.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:15.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:15.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:15.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:15.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:15.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:15.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:15.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:15.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:15.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:15.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:15.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:15.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:15.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:15.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:15.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:15.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:15.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:15.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:15.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1116ms. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:15.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:15.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:15.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.598ms 2025-06-27 17:40:15.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:15.772 +03:00 [DBG] Connection id "0HNC8090TG711" completed keep alive response. 2025-06-27 17:40:15.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1921ms 2025-06-27 17:40:15.773 +03:00 [DBG] Connection id "0HNC8090TG711" received FIN. 2025-06-27 17:40:15.773 +03:00 [DBG] Connection id "0HNC8090TG711" disconnecting. 2025-06-27 17:40:15.773 +03:00 [DBG] Connection id "0HNC8090TG711" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:15.774 +03:00 [DBG] Connection id "0HNC8090TG711" stopped. 2025-06-27 17:40:20.777 +03:00 [DBG] Connection id "0HNC8090TG712" accepted. 2025-06-27 17:40:20.777 +03:00 [DBG] Connection id "0HNC8090TG712" started. 2025-06-27 17:40:20.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:20.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:20.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:20.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:20.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:20.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:20.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:20.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:20.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:20.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1361ms. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:20.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:20.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:20.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7229ms 2025-06-27 17:40:20.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:20.779 +03:00 [DBG] Connection id "0HNC8090TG712" completed keep alive response. 2025-06-27 17:40:20.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3152ms 2025-06-27 17:40:20.779 +03:00 [DBG] Connection id "0HNC8090TG712" received FIN. 2025-06-27 17:40:20.779 +03:00 [DBG] Connection id "0HNC8090TG712" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:20.779 +03:00 [DBG] Connection id "0HNC8090TG712" disconnecting. 2025-06-27 17:40:20.779 +03:00 [DBG] Connection id "0HNC8090TG712" stopped. 2025-06-27 17:40:22.505 +03:00 [DBG] Connection id "0HNC8090TG713" accepted. 2025-06-27 17:40:22.505 +03:00 [DBG] Connection id "0HNC8090TG713" started. 2025-06-27 17:40:22.505 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:40:22.505 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:22.505 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:22.505 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:22.506 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:22.506 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:22.506 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:22.506 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:22.506 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:22.506 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:22.506 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:22.506 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:22.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:22.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:22.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:22.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:22.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:22.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.506 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:22.506 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:22.506 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:22.506 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:40:22.506 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:40:22.507 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:40:22.507 +03:00 [DBG] Connection id "0HNC8090TG713", Request id "0HNC8090TG713:00000001": started reading request body. 2025-06-27 17:40:22.507 +03:00 [DBG] Connection id "0HNC8090TG713", Request id "0HNC8090TG713:00000001": done reading request body. 2025-06-27 17:40:22.507 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:22.507 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:22.507 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:22.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.507 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:22.507 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:40:22.507 +03:00 [INF] Changing group of physicals [525] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:22.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.7184ms. 2025-06-27 17:40:22.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:22.537 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:22.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:22.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 30.7895ms 2025-06-27 17:40:22.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:22.537 +03:00 [DBG] Connection id "0HNC8090TG713" completed keep alive response. 2025-06-27 17:40:22.537 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 31.807ms 2025-06-27 17:40:22.537 +03:00 [DBG] Connection id "0HNC8090TG713" received FIN. 2025-06-27 17:40:22.537 +03:00 [DBG] Connection id "0HNC8090TG713" disconnecting. 2025-06-27 17:40:22.538 +03:00 [DBG] Connection id "0HNC8090TG713" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:22.539 +03:00 [DBG] Connection id "0HNC8090TG713" stopped. 2025-06-27 17:40:22.573 +03:00 [DBG] Connection id "0HNC8090TG714" accepted. 2025-06-27 17:40:22.573 +03:00 [DBG] Connection id "0HNC8090TG714" started. 2025-06-27 17:40:22.573 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:22.573 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:22.573 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:22.573 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:22.573 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:22.573 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:22.573 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:22.574 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:22.574 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:22.574 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:22.574 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:22.574 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:22.574 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:22.574 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:22.574 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:22.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.574 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:22.574 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:22.574 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:22.574 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:22.574 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:22.574 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:22.574 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:22.574 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:22.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.574 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:22.574 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:22.574 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:22.575 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8902ms. 2025-06-27 17:40:22.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.575 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:22.575 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:22.575 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:22.575 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:22.575 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:22.575 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:22.575 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:22.576 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:22.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.576 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8189ms 2025-06-27 17:40:22.576 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:22.576 +03:00 [DBG] Connection id "0HNC8090TG714" completed keep alive response. 2025-06-27 17:40:22.576 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3984ms 2025-06-27 17:40:22.576 +03:00 [DBG] Connection id "0HNC8090TG714" received FIN. 2025-06-27 17:40:22.576 +03:00 [DBG] Connection id "0HNC8090TG714" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:22.576 +03:00 [DBG] Connection id "0HNC8090TG714" disconnecting. 2025-06-27 17:40:22.576 +03:00 [DBG] Connection id "0HNC8090TG714" stopped. 2025-06-27 17:40:22.615 +03:00 [DBG] Connection id "0HNC8090TG715" accepted. 2025-06-27 17:40:22.615 +03:00 [DBG] Connection id "0HNC8090TG715" started. 2025-06-27 17:40:22.615 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:22.615 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:22.615 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:22.615 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:22.615 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:22.615 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:22.616 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:22.616 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:22.616 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:22.616 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:22.616 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:22.616 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:22.616 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:22.616 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:22.616 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:22.616 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.616 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.616 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:22.616 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:22.616 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:22.616 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:22.616 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:22.616 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:22.616 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:22.616 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:22.616 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.616 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.617 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.617 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.617 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:22.617 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:22.617 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:22.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 155.7866ms. 2025-06-27 17:40:22.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:22.773 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:22.773 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:22.773 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:22.773 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:22.773 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:22.773 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:22.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:22.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:22.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:22.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 160.4639ms 2025-06-27 17:40:22.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:22.777 +03:00 [DBG] Connection id "0HNC8090TG715" completed keep alive response. 2025-06-27 17:40:22.777 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 161.4677ms 2025-06-27 17:40:22.783 +03:00 [DBG] Connection id "0HNC8090TG715" received FIN. 2025-06-27 17:40:22.783 +03:00 [DBG] Connection id "0HNC8090TG715" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:22.783 +03:00 [DBG] Connection id "0HNC8090TG715" disconnecting. 2025-06-27 17:40:22.783 +03:00 [DBG] Connection id "0HNC8090TG715" stopped. 2025-06-27 17:40:25.785 +03:00 [DBG] Connection id "0HNC8090TG716" accepted. 2025-06-27 17:40:25.785 +03:00 [DBG] Connection id "0HNC8090TG716" started. 2025-06-27 17:40:25.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:25.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:25.786 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:25.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:25.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:25.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:25.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:25.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:25.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:25.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:25.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:25.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:25.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:25.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:25.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:25.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:25.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:25.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:25.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:25.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1713ms. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:25.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:25.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:25.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1946ms 2025-06-27 17:40:25.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:25.788 +03:00 [DBG] Connection id "0HNC8090TG716" completed keep alive response. 2025-06-27 17:40:25.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0766ms 2025-06-27 17:40:25.788 +03:00 [DBG] Connection id "0HNC8090TG716" received FIN. 2025-06-27 17:40:25.788 +03:00 [DBG] Connection id "0HNC8090TG716" disconnecting. 2025-06-27 17:40:25.788 +03:00 [DBG] Connection id "0HNC8090TG716" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:25.789 +03:00 [DBG] Connection id "0HNC8090TG716" stopped. 2025-06-27 17:40:30.788 +03:00 [DBG] Connection id "0HNC8090TG717" accepted. 2025-06-27 17:40:30.788 +03:00 [DBG] Connection id "0HNC8090TG717" started. 2025-06-27 17:40:30.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:30.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:30.788 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:30.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:30.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:30.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:30.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:30.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:30.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:30.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:30.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:30.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:30.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:30.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:30.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:30.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:30.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:30.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:30.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:30.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:30.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:30.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:30.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:30.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:30.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1327ms. 2025-06-27 17:40:30.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:30.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:30.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:30.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.157ms 2025-06-27 17:40:30.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:30.790 +03:00 [DBG] Connection id "0HNC8090TG717" completed keep alive response. 2025-06-27 17:40:30.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1616ms 2025-06-27 17:40:30.790 +03:00 [DBG] Connection id "0HNC8090TG717" received FIN. 2025-06-27 17:40:30.791 +03:00 [DBG] Connection id "0HNC8090TG717" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:30.791 +03:00 [DBG] Connection id "0HNC8090TG717" disconnecting. 2025-06-27 17:40:30.791 +03:00 [DBG] Connection id "0HNC8090TG717" stopped. 2025-06-27 17:40:35.781 +03:00 [DBG] Connection id "0HNC8090TG718" accepted. 2025-06-27 17:40:35.781 +03:00 [DBG] Connection id "0HNC8090TG718" started. 2025-06-27 17:40:35.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:35.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:35.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:35.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:35.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:35.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:35.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:35.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:35.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:35.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:35.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:35.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:35.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:35.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:35.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:35.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:35.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:35.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:35.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:35.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:35.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1707ms. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:35.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:35.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:35.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:35.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3756ms 2025-06-27 17:40:35.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:35.784 +03:00 [DBG] Connection id "0HNC8090TG718" completed keep alive response. 2025-06-27 17:40:35.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5007ms 2025-06-27 17:40:35.784 +03:00 [DBG] Connection id "0HNC8090TG718" received FIN. 2025-06-27 17:40:35.784 +03:00 [DBG] Connection id "0HNC8090TG718" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:35.784 +03:00 [DBG] Connection id "0HNC8090TG718" disconnecting. 2025-06-27 17:40:35.784 +03:00 [DBG] Connection id "0HNC8090TG718" stopped. 2025-06-27 17:40:39.268 +03:00 [DBG] Connection id "0HNC8090TG719" accepted. 2025-06-27 17:40:39.268 +03:00 [DBG] Connection id "0HNC8090TG719" started. 2025-06-27 17:40:39.268 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:40:39.268 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:39.268 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:39.268 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:39.268 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:39.268 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:39.268 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:39.268 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:39.268 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:39.268 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:39.268 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:39.268 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:39.268 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:39.269 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:39.269 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:39.269 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:39.269 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:39.269 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.269 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.269 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:39.269 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:40:39.269 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:40:39.269 +03:00 [DBG] Connection id "0HNC8090TG719", Request id "0HNC8090TG719:00000001": started reading request body. 2025-06-27 17:40:39.269 +03:00 [DBG] Connection id "0HNC8090TG719", Request id "0HNC8090TG719:00000001": done reading request body. 2025-06-27 17:40:39.269 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:39.269 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:39.269 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:39.269 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.269 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.269 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.269 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.269 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:39.269 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:40:39.269 +03:00 [INF] Changing group of physicals [514] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:39.288 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.1724ms. 2025-06-27 17:40:39.288 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.288 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:39.288 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:39.288 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:39.288 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.289 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.289 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.289 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.289 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.289 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.289 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 20.1465ms 2025-06-27 17:40:39.289 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:39.289 +03:00 [DBG] Connection id "0HNC8090TG719" completed keep alive response. 2025-06-27 17:40:39.289 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 21.0089ms 2025-06-27 17:40:39.289 +03:00 [DBG] Connection id "0HNC8090TG719" received FIN. 2025-06-27 17:40:39.289 +03:00 [DBG] Connection id "0HNC8090TG719" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:39.289 +03:00 [DBG] Connection id "0HNC8090TG719" disconnecting. 2025-06-27 17:40:39.289 +03:00 [DBG] Connection id "0HNC8090TG719" stopped. 2025-06-27 17:40:39.326 +03:00 [DBG] Connection id "0HNC8090TG71A" accepted. 2025-06-27 17:40:39.326 +03:00 [DBG] Connection id "0HNC8090TG71A" started. 2025-06-27 17:40:39.326 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:39.326 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:39.326 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:39.326 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:39.326 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:39.326 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:39.326 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:39.326 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:39.326 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:39.326 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:39.326 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:39.326 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:39.326 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:39.326 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:39.326 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:39.326 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.326 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.326 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:39.327 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:39.327 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:39.327 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:39.327 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:39.327 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:39.327 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:39.327 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:39.327 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.327 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.327 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.327 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.327 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:39.327 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:39.327 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:39.328 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8743ms. 2025-06-27 17:40:39.328 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:39.328 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:39.328 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:39.328 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:39.328 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:39.328 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:39.328 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:39.328 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.328 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.328 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.7135ms 2025-06-27 17:40:39.328 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:39.328 +03:00 [DBG] Connection id "0HNC8090TG71A" completed keep alive response. 2025-06-27 17:40:39.328 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4193ms 2025-06-27 17:40:39.329 +03:00 [DBG] Connection id "0HNC8090TG71A" received FIN. 2025-06-27 17:40:39.329 +03:00 [DBG] Connection id "0HNC8090TG71A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:39.329 +03:00 [DBG] Connection id "0HNC8090TG71A" disconnecting. 2025-06-27 17:40:39.329 +03:00 [DBG] Connection id "0HNC8090TG71A" stopped. 2025-06-27 17:40:39.372 +03:00 [DBG] Connection id "0HNC8090TG71B" accepted. 2025-06-27 17:40:39.372 +03:00 [DBG] Connection id "0HNC8090TG71B" started. 2025-06-27 17:40:39.372 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:39.372 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:39.372 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:39.372 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:39.372 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:39.372 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:39.372 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:39.372 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:39.372 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:39.372 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:39.372 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:39.372 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:39.373 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:39.373 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:39.373 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:39.373 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.373 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.373 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:39.373 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:39.373 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:39.373 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:39.373 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:39.373 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:39.373 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:39.373 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:39.373 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.373 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.373 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.373 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.373 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:39.373 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:39.373 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:39.531 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 158.2573ms. 2025-06-27 17:40:39.532 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.532 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:39.532 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:39.532 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:39.532 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:39.532 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:39.532 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:39.532 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:39.533 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:39.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.533 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:39.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.533 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:39.533 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 160.7068ms 2025-06-27 17:40:39.533 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:39.533 +03:00 [DBG] Connection id "0HNC8090TG71B" completed keep alive response. 2025-06-27 17:40:39.533 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 161.3358ms 2025-06-27 17:40:39.537 +03:00 [DBG] Connection id "0HNC8090TG71B" received FIN. 2025-06-27 17:40:39.537 +03:00 [DBG] Connection id "0HNC8090TG71B" disconnecting. 2025-06-27 17:40:39.537 +03:00 [DBG] Connection id "0HNC8090TG71B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:39.538 +03:00 [DBG] Connection id "0HNC8090TG71B" stopped. 2025-06-27 17:40:40.793 +03:00 [DBG] Connection id "0HNC8090TG71C" accepted. 2025-06-27 17:40:40.793 +03:00 [DBG] Connection id "0HNC8090TG71C" started. 2025-06-27 17:40:40.794 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:40.794 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:40.794 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:40.794 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:40.794 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:40.794 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:40.794 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:40.794 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:40.794 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:40.794 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:40.794 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:40.795 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:40.795 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:40.795 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:40.795 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:40.795 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:40.795 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:40.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:40.795 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:40.795 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:40.795 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1338ms. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:40.795 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:40.795 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:40.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7149ms 2025-06-27 17:40:40.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:40.795 +03:00 [DBG] Connection id "0HNC8090TG71C" completed keep alive response. 2025-06-27 17:40:40.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3978ms 2025-06-27 17:40:40.796 +03:00 [DBG] Connection id "0HNC8090TG71C" received FIN. 2025-06-27 17:40:40.796 +03:00 [DBG] Connection id "0HNC8090TG71C" disconnecting. 2025-06-27 17:40:40.796 +03:00 [DBG] Connection id "0HNC8090TG71C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:40.797 +03:00 [DBG] Connection id "0HNC8090TG71C" stopped. 2025-06-27 17:40:43.218 +03:00 [DBG] Connection id "0HNC8090TG71D" accepted. 2025-06-27 17:40:43.218 +03:00 [DBG] Connection id "0HNC8090TG71D" started. 2025-06-27 17:40:43.218 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:40:43.218 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:43.218 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:43.219 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:43.219 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:43.219 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:43.219 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:43.219 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:43.219 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:43.219 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:43.219 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:43.219 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:43.219 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:43.219 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:43.219 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:43.219 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:43.219 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:43.219 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.219 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.219 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:43.219 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:43.219 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:40:43.220 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:40:43.220 +03:00 [DBG] Connection id "0HNC8090TG71D", Request id "0HNC8090TG71D:00000001": started reading request body. 2025-06-27 17:40:43.220 +03:00 [DBG] Connection id "0HNC8090TG71D", Request id "0HNC8090TG71D:00000001": done reading request body. 2025-06-27 17:40:43.220 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:43.220 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:43.220 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:43.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.220 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.220 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.220 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:43.220 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:40:43.220 +03:00 [INF] Changing group of physicals [524] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:43.247 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 26.1694ms. 2025-06-27 17:40:43.247 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:43.247 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:43.247 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.247 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.247 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 28.0779ms 2025-06-27 17:40:43.247 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:43.248 +03:00 [DBG] Connection id "0HNC8090TG71D" completed keep alive response. 2025-06-27 17:40:43.248 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 29.2112ms 2025-06-27 17:40:43.248 +03:00 [DBG] Connection id "0HNC8090TG71D" received FIN. 2025-06-27 17:40:43.248 +03:00 [DBG] Connection id "0HNC8090TG71D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:43.248 +03:00 [DBG] Connection id "0HNC8090TG71D" disconnecting. 2025-06-27 17:40:43.248 +03:00 [DBG] Connection id "0HNC8090TG71D" stopped. 2025-06-27 17:40:43.285 +03:00 [DBG] Connection id "0HNC8090TG71E" accepted. 2025-06-27 17:40:43.285 +03:00 [DBG] Connection id "0HNC8090TG71E" started. 2025-06-27 17:40:43.286 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:43.286 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:43.286 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:43.286 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:43.286 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:43.286 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:43.286 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:43.286 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:43.286 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:43.286 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:43.286 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:43.286 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:43.286 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:43.286 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:43.286 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:43.286 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.286 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.286 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:43.287 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:43.287 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:43.287 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:43.287 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:43.287 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:43.287 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:43.287 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:43.287 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.287 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.287 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.287 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.287 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:43.287 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:43.287 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:43.288 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1545ms. 2025-06-27 17:40:43.288 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.288 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.288 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.288 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:43.289 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:43.289 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:43.289 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:43.289 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:43.289 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:43.289 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:43.289 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.289 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.289 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.8597ms 2025-06-27 17:40:43.289 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:43.289 +03:00 [DBG] Connection id "0HNC8090TG71E" completed keep alive response. 2025-06-27 17:40:43.289 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.8174ms 2025-06-27 17:40:43.290 +03:00 [DBG] Connection id "0HNC8090TG71E" received FIN. 2025-06-27 17:40:43.290 +03:00 [DBG] Connection id "0HNC8090TG71E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:43.290 +03:00 [DBG] Connection id "0HNC8090TG71E" disconnecting. 2025-06-27 17:40:43.290 +03:00 [DBG] Connection id "0HNC8090TG71E" stopped. 2025-06-27 17:40:43.329 +03:00 [DBG] Connection id "0HNC8090TG71F" accepted. 2025-06-27 17:40:43.329 +03:00 [DBG] Connection id "0HNC8090TG71F" started. 2025-06-27 17:40:43.329 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:43.330 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:43.330 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:43.330 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:43.330 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:43.330 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:43.330 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:43.330 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:43.330 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:43.330 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:43.330 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:43.331 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:43.331 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:43.331 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:43.331 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:43.331 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.331 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.331 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:43.331 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:43.331 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:43.331 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:43.331 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:43.331 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:43.331 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:43.331 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:43.332 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.332 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.332 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.332 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.332 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:43.332 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:43.332 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:43.497 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 165.2584ms. 2025-06-27 17:40:43.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.497 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:43.497 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:43.497 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:43.497 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:43.497 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:43.497 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:43.497 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:43.499 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:43.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:43.499 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.499 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.499 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.499 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:43.499 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 168.4232ms 2025-06-27 17:40:43.499 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:43.499 +03:00 [DBG] Connection id "0HNC8090TG71F" completed keep alive response. 2025-06-27 17:40:43.499 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 169.8261ms 2025-06-27 17:40:43.502 +03:00 [DBG] Connection id "0HNC8090TG71F" received FIN. 2025-06-27 17:40:43.502 +03:00 [DBG] Connection id "0HNC8090TG71F" disconnecting. 2025-06-27 17:40:43.502 +03:00 [DBG] Connection id "0HNC8090TG71F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:43.503 +03:00 [DBG] Connection id "0HNC8090TG71F" stopped. 2025-06-27 17:40:45.775 +03:00 [DBG] Connection id "0HNC8090TG71G" accepted. 2025-06-27 17:40:45.775 +03:00 [DBG] Connection id "0HNC8090TG71G" started. 2025-06-27 17:40:45.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:45.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:45.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:45.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:45.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:45.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:45.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:45.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:45.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:45.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:45.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:45.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:45.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:45.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:45.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:45.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:45.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:45.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:45.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:45.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:45.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1368ms. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:45.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:45.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:45.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:45.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:45.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:45.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:45.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7773ms 2025-06-27 17:40:45.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:45.777 +03:00 [DBG] Connection id "0HNC8090TG71G" completed keep alive response. 2025-06-27 17:40:45.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3848ms 2025-06-27 17:40:45.777 +03:00 [DBG] Connection id "0HNC8090TG71G" received FIN. 2025-06-27 17:40:45.777 +03:00 [DBG] Connection id "0HNC8090TG71G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:45.777 +03:00 [DBG] Connection id "0HNC8090TG71G" disconnecting. 2025-06-27 17:40:45.777 +03:00 [DBG] Connection id "0HNC8090TG71G" stopped. 2025-06-27 17:40:50.730 +03:00 [DBG] Connection id "0HNC8090TG71H" accepted. 2025-06-27 17:40:50.730 +03:00 [DBG] Connection id "0HNC8090TG71H" started. 2025-06-27 17:40:50.730 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:40:50.731 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:50.731 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:50.731 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:50.731 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:50.731 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:50.731 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:50.731 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:50.731 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:50.731 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:50.731 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:50.731 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:50.731 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:50.731 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:50.731 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:50.731 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:50.731 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:50.731 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.731 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.731 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:50.731 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:50.731 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:50.731 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:40:50.731 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:50.731 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:40:50.732 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:40:50.732 +03:00 [DBG] Connection id "0HNC8090TG71H", Request id "0HNC8090TG71H:00000001": started reading request body. 2025-06-27 17:40:50.732 +03:00 [DBG] Connection id "0HNC8090TG71H", Request id "0HNC8090TG71H:00000001": done reading request body. 2025-06-27 17:40:50.732 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:50.732 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:50.732 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:50.732 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.732 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.732 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.732 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.732 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:50.732 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:40:50.732 +03:00 [INF] Changing group of physicals [517] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:50.760 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.049ms. 2025-06-27 17:40:50.760 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.760 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.760 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.760 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:50.761 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:50.761 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.761 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.761 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 29.7435ms 2025-06-27 17:40:50.761 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:50.761 +03:00 [DBG] Connection id "0HNC8090TG71H" completed keep alive response. 2025-06-27 17:40:50.761 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 30.6283ms 2025-06-27 17:40:50.761 +03:00 [DBG] Connection id "0HNC8090TG71H" received FIN. 2025-06-27 17:40:50.762 +03:00 [DBG] Connection id "0HNC8090TG71H" disconnecting. 2025-06-27 17:40:50.762 +03:00 [DBG] Connection id "0HNC8090TG71H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:50.763 +03:00 [DBG] Connection id "0HNC8090TG71H" stopped. 2025-06-27 17:40:50.796 +03:00 [DBG] Connection id "0HNC8090TG71I" accepted. 2025-06-27 17:40:50.796 +03:00 [DBG] Connection id "0HNC8090TG71I" started. 2025-06-27 17:40:50.796 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:50.796 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:50.796 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:50.796 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:50.796 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:50.796 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:50.796 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:50.796 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:50.797 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:50.797 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:50.797 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:50.797 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:50.797 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:50.797 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:50.797 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:50.797 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:50.797 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:50.797 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.797 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.797 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:50.797 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:50.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.797 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.797 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.797 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:50.798 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2244ms. 2025-06-27 17:40:50.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:50.798 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:50.798 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.798 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.799 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.799 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5942ms 2025-06-27 17:40:50.799 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:50.799 +03:00 [DBG] Connection id "0HNC8090TG71I" completed keep alive response. 2025-06-27 17:40:50.799 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6552ms 2025-06-27 17:40:50.799 +03:00 [DBG] Connection id "0HNC8090TG71I" received FIN. 2025-06-27 17:40:50.799 +03:00 [DBG] Connection id "0HNC8090TG71I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:50.799 +03:00 [DBG] Connection id "0HNC8090TG71I" disconnecting. 2025-06-27 17:40:50.799 +03:00 [DBG] Connection id "0HNC8090TG71I" stopped. 2025-06-27 17:40:50.833 +03:00 [DBG] Connection id "0HNC8090TG71J" accepted. 2025-06-27 17:40:50.833 +03:00 [DBG] Connection id "0HNC8090TG71J" started. 2025-06-27 17:40:50.833 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:50.833 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:50.833 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:50.833 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:50.833 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:50.834 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:50.834 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:50.834 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:50.834 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:50.834 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:50.834 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:50.834 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:50.834 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:50.834 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:50.834 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:50.834 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.834 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.834 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:50.834 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:50.834 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:50.834 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:50.834 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:50.834 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:50.834 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:50.834 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:50.834 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.834 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.834 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.834 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.834 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:50.834 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:50.834 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:50.835 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9699ms. 2025-06-27 17:40:50.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.835 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:50.835 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:50.835 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:50.835 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:50.835 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:50.836 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:50.836 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:50.836 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:50.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.836 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:50.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.836 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.836 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.836 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.836 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8181ms 2025-06-27 17:40:50.836 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:50.836 +03:00 [DBG] Connection id "0HNC8090TG71J" completed keep alive response. 2025-06-27 17:40:50.836 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4642ms 2025-06-27 17:40:50.836 +03:00 [DBG] Connection id "0HNC8090TG71J" received FIN. 2025-06-27 17:40:50.836 +03:00 [DBG] Connection id "0HNC8090TG71J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:50.836 +03:00 [DBG] Connection id "0HNC8090TG71J" disconnecting. 2025-06-27 17:40:50.836 +03:00 [DBG] Connection id "0HNC8090TG71J" stopped. 2025-06-27 17:40:50.878 +03:00 [DBG] Connection id "0HNC8090TG71K" accepted. 2025-06-27 17:40:50.878 +03:00 [DBG] Connection id "0HNC8090TG71K" started. 2025-06-27 17:40:50.878 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:50.878 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:50.878 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:50.878 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:50.878 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:50.878 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:50.878 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:50.878 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:50.878 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:50.878 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:50.878 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:50.878 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:50.878 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:50.878 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:50.878 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:50.878 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.878 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:50.878 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:50.878 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:50.879 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:50.879 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:50.879 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:50.879 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:50.879 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:50.879 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:50.879 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.879 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:50.879 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.879 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:50.879 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:50.879 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:50.879 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:51.022 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 143.6218ms. 2025-06-27 17:40:51.023 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:51.023 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:51.023 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:51.023 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:51.023 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:51.023 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:51.023 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:51.023 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:51.026 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:51.026 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:51.026 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:51.026 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:51.026 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:51.026 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:51.026 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:51.026 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 147.5098ms 2025-06-27 17:40:51.026 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:51.026 +03:00 [DBG] Connection id "0HNC8090TG71K" completed keep alive response. 2025-06-27 17:40:51.026 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 148.1658ms 2025-06-27 17:40:51.028 +03:00 [DBG] Connection id "0HNC8090TG71K" received FIN. 2025-06-27 17:40:51.029 +03:00 [DBG] Connection id "0HNC8090TG71K" disconnecting. 2025-06-27 17:40:51.029 +03:00 [DBG] Connection id "0HNC8090TG71K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:51.030 +03:00 [DBG] Connection id "0HNC8090TG71K" stopped. 2025-06-27 17:40:54.615 +03:00 [DBG] Connection id "0HNC8090TG71L" accepted. 2025-06-27 17:40:54.615 +03:00 [DBG] Connection id "0HNC8090TG71L" started. 2025-06-27 17:40:54.615 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:40:54.615 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:54.616 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:54.616 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:54.616 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:40:54.616 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:54.616 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:54.616 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:54.616 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:54.616 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:54.616 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:54.616 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:54.616 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:54.616 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:54.616 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:54.616 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:54.616 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:54.616 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.616 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.616 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:54.616 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:54.616 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:54.616 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:40:54.616 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:54.616 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:40:54.617 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:40:54.617 +03:00 [DBG] Connection id "0HNC8090TG71L", Request id "0HNC8090TG71L:00000001": started reading request body. 2025-06-27 17:40:54.617 +03:00 [DBG] Connection id "0HNC8090TG71L", Request id "0HNC8090TG71L:00000001": done reading request body. 2025-06-27 17:40:54.617 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:54.617 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:40:54.617 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:40:54.617 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.617 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.617 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.617 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.617 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:54.617 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:40:54.617 +03:00 [INF] Changing group of physicals [523] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:54.647 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.0693ms. 2025-06-27 17:40:54.647 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:54.647 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:54.647 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.647 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.647 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 31.0912ms 2025-06-27 17:40:54.647 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:40:54.647 +03:00 [DBG] Connection id "0HNC8090TG71L" completed keep alive response. 2025-06-27 17:40:54.647 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 32.0525ms 2025-06-27 17:40:54.648 +03:00 [DBG] Connection id "0HNC8090TG71L" received FIN. 2025-06-27 17:40:54.648 +03:00 [DBG] Connection id "0HNC8090TG71L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:54.648 +03:00 [DBG] Connection id "0HNC8090TG71L" disconnecting. 2025-06-27 17:40:54.648 +03:00 [DBG] Connection id "0HNC8090TG71L" stopped. 2025-06-27 17:40:54.695 +03:00 [DBG] Connection id "0HNC8090TG71M" accepted. 2025-06-27 17:40:54.695 +03:00 [DBG] Connection id "0HNC8090TG71M" started. 2025-06-27 17:40:54.696 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:54.696 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:54.696 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:54.696 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:54.696 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:54.696 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:54.696 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:54.696 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:54.696 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:54.696 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:54.696 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:54.696 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:54.696 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:54.696 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:54.696 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:54.696 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.697 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.697 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:54.697 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:54.697 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:54.697 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:54.697 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:54.697 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:54.697 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:54.697 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:54.697 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.697 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.697 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.697 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.697 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:54.697 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:54.697 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:54.698 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1278ms. 2025-06-27 17:40:54.698 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.699 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:54.699 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:54.699 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:54.699 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:54.699 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:54.699 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:54.699 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:54.700 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:54.700 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.700 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.700 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.700 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.700 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.700 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.700 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.4773ms 2025-06-27 17:40:54.700 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:54.700 +03:00 [DBG] Connection id "0HNC8090TG71M" completed keep alive response. 2025-06-27 17:40:54.700 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.4844ms 2025-06-27 17:40:54.700 +03:00 [DBG] Connection id "0HNC8090TG71M" received FIN. 2025-06-27 17:40:54.700 +03:00 [DBG] Connection id "0HNC8090TG71M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:54.701 +03:00 [DBG] Connection id "0HNC8090TG71M" disconnecting. 2025-06-27 17:40:54.701 +03:00 [DBG] Connection id "0HNC8090TG71M" stopped. 2025-06-27 17:40:54.741 +03:00 [DBG] Connection id "0HNC8090TG71N" accepted. 2025-06-27 17:40:54.741 +03:00 [DBG] Connection id "0HNC8090TG71N" started. 2025-06-27 17:40:54.741 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:40:54.742 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:54.742 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:40:54.742 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:54.742 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:40:54.742 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:54.742 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:54.742 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:54.742 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:54.742 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:40:54.742 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:54.743 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:54.743 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:54.743 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:54.743 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:54.743 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.743 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.743 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:54.743 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:40:54.743 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:40:54.743 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:40:54.743 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:54.743 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:40:54.743 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:40:54.743 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:40:54.743 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.743 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.744 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.744 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.744 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:54.744 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:40:54.744 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:40:54.889 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 145.6164ms. 2025-06-27 17:40:54.889 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.889 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:54.889 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.889 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:54.889 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.889 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.889 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.890 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.890 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:54.890 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:40:54.890 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:40:54.890 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:40:54.890 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:40:54.890 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:40:54.890 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:40:54.892 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:40:54.892 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.892 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:54.892 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.892 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.892 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.892 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:54.892 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 149.4133ms 2025-06-27 17:40:54.892 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:40:54.892 +03:00 [DBG] Connection id "0HNC8090TG71N" completed keep alive response. 2025-06-27 17:40:54.892 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 151.0339ms 2025-06-27 17:40:54.895 +03:00 [DBG] Connection id "0HNC8090TG71N" received FIN. 2025-06-27 17:40:54.895 +03:00 [DBG] Connection id "0HNC8090TG71N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:54.895 +03:00 [DBG] Connection id "0HNC8090TG71N" disconnecting. 2025-06-27 17:40:54.895 +03:00 [DBG] Connection id "0HNC8090TG71N" stopped. 2025-06-27 17:40:55.770 +03:00 [DBG] Connection id "0HNC8090TG71O" accepted. 2025-06-27 17:40:55.770 +03:00 [DBG] Connection id "0HNC8090TG71O" started. 2025-06-27 17:40:55.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:40:55.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:40:55.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:40:55.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:40:55.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:40:55.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:55.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:40:55.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:40:55.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:40:55.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:40:55.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:55.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:40:55.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:40:55.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:40:55.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:40:55.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:40:55.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:40:55.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:55.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:55.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:40:55.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1309ms. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:55.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:40:55.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:40:55.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7404ms 2025-06-27 17:40:55.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:40:55.771 +03:00 [DBG] Connection id "0HNC8090TG71O" completed keep alive response. 2025-06-27 17:40:55.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3808ms 2025-06-27 17:40:55.772 +03:00 [DBG] Connection id "0HNC8090TG71O" received FIN. 2025-06-27 17:40:55.772 +03:00 [DBG] Connection id "0HNC8090TG71O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:40:55.772 +03:00 [DBG] Connection id "0HNC8090TG71O" disconnecting. 2025-06-27 17:40:55.772 +03:00 [DBG] Connection id "0HNC8090TG71O" stopped. 2025-06-27 17:41:00.767 +03:00 [DBG] Connection id "0HNC8090TG71P" accepted. 2025-06-27 17:41:00.767 +03:00 [DBG] Connection id "0HNC8090TG71P" started. 2025-06-27 17:41:00.768 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:00.768 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:00.768 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:00.768 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:00.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:00.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:00.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:00.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:00.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:00.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:00.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:00.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:00.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:00.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:00.769 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:00.769 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:00.769 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:00.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.769 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:00.769 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:00.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:00.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:00.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:00.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:00.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:00.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2421ms. 2025-06-27 17:41:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:00.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:00.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5085ms 2025-06-27 17:41:00.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:00.770 +03:00 [DBG] Connection id "0HNC8090TG71P" completed keep alive response. 2025-06-27 17:41:00.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.8858ms 2025-06-27 17:41:00.771 +03:00 [DBG] Connection id "0HNC8090TG71P" received FIN. 2025-06-27 17:41:00.771 +03:00 [DBG] Connection id "0HNC8090TG71P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:00.771 +03:00 [DBG] Connection id "0HNC8090TG71P" disconnecting. 2025-06-27 17:41:00.771 +03:00 [DBG] Connection id "0HNC8090TG71P" stopped. 2025-06-27 17:41:00.969 +03:00 [DBG] Connection id "0HNC8090TG71Q" accepted. 2025-06-27 17:41:00.970 +03:00 [DBG] Connection id "0HNC8090TG71Q" started. 2025-06-27 17:41:00.970 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:00.970 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:00.970 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:00.970 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:00.970 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:00.970 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:00.970 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:00.970 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:00.970 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:00.970 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:00.970 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:00.970 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:00.970 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:00.971 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:00.971 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:00.971 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:00.971 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:00.971 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.971 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:00.971 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:00.971 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:00.971 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:00.971 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:00.971 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:00.971 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:00.971 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:00.971 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:00.971 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:00.971 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:00.971 +03:00 [DBG] Connection id "0HNC8090TG71Q", Request id "0HNC8090TG71Q:00000001": started reading request body. 2025-06-27 17:41:00.971 +03:00 [DBG] Connection id "0HNC8090TG71Q", Request id "0HNC8090TG71Q:00000001": done reading request body. 2025-06-27 17:41:00.971 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:00.972 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:00.972 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:00.972 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:00.972 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:00.972 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:00.972 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:00.972 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:00.972 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:00.972 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:00.972 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:00.972 +03:00 [INF] Changing group of physicals [520] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:01.003 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 31.4747ms. 2025-06-27 17:41:01.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:01.004 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:01.004 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.004 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.005 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.005 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 33.8985ms 2025-06-27 17:41:01.005 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:01.005 +03:00 [DBG] Connection id "0HNC8090TG71Q" completed keep alive response. 2025-06-27 17:41:01.005 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 35.1738ms 2025-06-27 17:41:01.005 +03:00 [DBG] Connection id "0HNC8090TG71Q" received FIN. 2025-06-27 17:41:01.005 +03:00 [DBG] Connection id "0HNC8090TG71Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:01.005 +03:00 [DBG] Connection id "0HNC8090TG71Q" disconnecting. 2025-06-27 17:41:01.005 +03:00 [DBG] Connection id "0HNC8090TG71Q" stopped. 2025-06-27 17:41:01.039 +03:00 [DBG] Connection id "0HNC8090TG71R" accepted. 2025-06-27 17:41:01.039 +03:00 [DBG] Connection id "0HNC8090TG71R" started. 2025-06-27 17:41:01.039 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:01.039 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:01.040 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:01.040 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:01.040 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:01.040 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:01.040 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:01.040 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:01.040 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:01.040 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:01.040 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:01.040 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:01.040 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:01.040 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:01.040 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:01.040 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.040 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.040 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:01.040 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:01.040 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:01.040 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:01.040 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:01.040 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:01.040 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:01.040 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:01.041 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.041 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.041 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.041 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.041 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:01.041 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:01.041 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:01.042 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.889ms. 2025-06-27 17:41:01.042 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:01.042 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:01.042 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:01.042 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:01.042 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:01.042 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:01.042 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:01.042 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.042 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.042 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.1779ms 2025-06-27 17:41:01.042 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:01.042 +03:00 [DBG] Connection id "0HNC8090TG71R" completed keep alive response. 2025-06-27 17:41:01.042 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.9677ms 2025-06-27 17:41:01.043 +03:00 [DBG] Connection id "0HNC8090TG71R" received FIN. 2025-06-27 17:41:01.043 +03:00 [DBG] Connection id "0HNC8090TG71R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:01.043 +03:00 [DBG] Connection id "0HNC8090TG71R" disconnecting. 2025-06-27 17:41:01.043 +03:00 [DBG] Connection id "0HNC8090TG71R" stopped. 2025-06-27 17:41:01.083 +03:00 [DBG] Connection id "0HNC8090TG71S" accepted. 2025-06-27 17:41:01.083 +03:00 [DBG] Connection id "0HNC8090TG71S" started. 2025-06-27 17:41:01.083 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:01.083 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:01.083 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:01.083 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:01.083 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:01.083 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:01.083 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:01.084 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:01.084 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:01.084 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:01.084 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:01.084 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:01.084 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:01.084 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:01.084 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:01.084 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.084 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.084 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:01.084 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:01.084 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:01.084 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:01.084 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:01.084 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:01.084 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:01.084 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:01.084 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.084 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.084 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.084 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.084 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:01.084 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:01.084 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:01.257 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 172.7838ms. 2025-06-27 17:41:01.257 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.257 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:01.257 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:01.257 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:01.257 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:01.257 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:01.257 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:01.258 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:01.259 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:01.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.259 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:01.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.259 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.259 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.259 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:01.259 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 175.7077ms 2025-06-27 17:41:01.260 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:01.260 +03:00 [DBG] Connection id "0HNC8090TG71S" completed keep alive response. 2025-06-27 17:41:01.260 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 176.2952ms 2025-06-27 17:41:01.263 +03:00 [DBG] Connection id "0HNC8090TG71S" received FIN. 2025-06-27 17:41:01.264 +03:00 [DBG] Connection id "0HNC8090TG71S" disconnecting. 2025-06-27 17:41:01.264 +03:00 [DBG] Connection id "0HNC8090TG71S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:01.265 +03:00 [DBG] Connection id "0HNC8090TG71S" stopped. 2025-06-27 17:41:05.086 +03:00 [DBG] Connection id "0HNC8090TG71T" accepted. 2025-06-27 17:41:05.087 +03:00 [DBG] Connection id "0HNC8090TG71T" started. 2025-06-27 17:41:05.087 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:05.087 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:05.087 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:05.087 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:05.087 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:05.087 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:05.087 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:05.087 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:05.087 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:05.087 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:05.087 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:05.087 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:05.087 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:05.087 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:05.087 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:05.087 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:05.087 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:05.087 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.087 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.087 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:05.087 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:05.087 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:05.087 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:05.088 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:05.088 +03:00 [DBG] Connection id "0HNC8090TG71T", Request id "0HNC8090TG71T:00000001": started reading request body. 2025-06-27 17:41:05.088 +03:00 [DBG] Connection id "0HNC8090TG71T", Request id "0HNC8090TG71T:00000001": done reading request body. 2025-06-27 17:41:05.088 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:05.088 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:05.088 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:05.088 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.088 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.088 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.088 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.088 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:05.088 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:05.088 +03:00 [INF] Changing group of physicals [521] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:05.115 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 27.1ms. 2025-06-27 17:41:05.115 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.115 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:05.116 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:05.116 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.116 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.116 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 28.9186ms 2025-06-27 17:41:05.116 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:05.116 +03:00 [DBG] Connection id "0HNC8090TG71T" completed keep alive response. 2025-06-27 17:41:05.116 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 29.6608ms 2025-06-27 17:41:05.117 +03:00 [DBG] Connection id "0HNC8090TG71T" received FIN. 2025-06-27 17:41:05.117 +03:00 [DBG] Connection id "0HNC8090TG71T" disconnecting. 2025-06-27 17:41:05.117 +03:00 [DBG] Connection id "0HNC8090TG71T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:05.118 +03:00 [DBG] Connection id "0HNC8090TG71T" stopped. 2025-06-27 17:41:05.156 +03:00 [DBG] Connection id "0HNC8090TG71U" accepted. 2025-06-27 17:41:05.156 +03:00 [DBG] Connection id "0HNC8090TG71U" started. 2025-06-27 17:41:05.157 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:05.157 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:05.157 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:05.157 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:05.157 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:05.157 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:05.157 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:05.157 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:05.157 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:05.157 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:05.157 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:05.157 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:05.157 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:05.157 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:05.157 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:05.157 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.157 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.157 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:05.158 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:05.158 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:05.158 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:05.158 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:05.158 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:05.158 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:05.158 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:05.158 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.158 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.158 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.158 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.158 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:05.158 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:05.158 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:05.159 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.97ms. 2025-06-27 17:41:05.159 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.159 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:05.159 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:05.160 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:05.160 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:05.160 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:05.160 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:05.160 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:05.160 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:05.160 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.160 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.160 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.160 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.160 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.160 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.160 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.5505ms 2025-06-27 17:41:05.160 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:05.160 +03:00 [DBG] Connection id "0HNC8090TG71U" completed keep alive response. 2025-06-27 17:41:05.160 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.4239ms 2025-06-27 17:41:05.160 +03:00 [DBG] Connection id "0HNC8090TG71U" received FIN. 2025-06-27 17:41:05.161 +03:00 [DBG] Connection id "0HNC8090TG71U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:05.161 +03:00 [DBG] Connection id "0HNC8090TG71U" disconnecting. 2025-06-27 17:41:05.161 +03:00 [DBG] Connection id "0HNC8090TG71U" stopped. 2025-06-27 17:41:05.207 +03:00 [DBG] Connection id "0HNC8090TG71V" accepted. 2025-06-27 17:41:05.207 +03:00 [DBG] Connection id "0HNC8090TG71V" started. 2025-06-27 17:41:05.207 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:05.207 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:05.207 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:05.207 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:05.207 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:05.207 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:05.207 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:05.207 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:05.207 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:05.207 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:05.207 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:05.207 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:05.207 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:05.207 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:05.207 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:05.207 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.207 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.207 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:05.207 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:05.207 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:05.207 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:05.208 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:05.208 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:05.208 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:05.208 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:05.208 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.208 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.208 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.208 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.208 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:05.208 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:05.208 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:05.354 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 146.493ms. 2025-06-27 17:41:05.354 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.354 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:05.354 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:05.355 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:05.355 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:05.355 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:05.355 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:05.355 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:05.356 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:05.356 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.356 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.356 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.356 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.356 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.356 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.356 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 148.5758ms 2025-06-27 17:41:05.356 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:05.356 +03:00 [DBG] Connection id "0HNC8090TG71V" completed keep alive response. 2025-06-27 17:41:05.356 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 149.1014ms 2025-06-27 17:41:05.360 +03:00 [DBG] Connection id "0HNC8090TG71V" received FIN. 2025-06-27 17:41:05.360 +03:00 [DBG] Connection id "0HNC8090TG71V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:05.360 +03:00 [DBG] Connection id "0HNC8090TG71V" disconnecting. 2025-06-27 17:41:05.360 +03:00 [DBG] Connection id "0HNC8090TG71V" stopped. 2025-06-27 17:41:05.767 +03:00 [DBG] Connection id "0HNC8090TG720" accepted. 2025-06-27 17:41:05.767 +03:00 [DBG] Connection id "0HNC8090TG720" started. 2025-06-27 17:41:05.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:05.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:05.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:05.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:05.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:05.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:05.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:05.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:05.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:05.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:05.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:05.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:05.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:05.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:05.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:05.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:05.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:05.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:05.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:05.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1591ms. 2025-06-27 17:41:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:05.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:05.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:05.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0012ms 2025-06-27 17:41:05.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:05.769 +03:00 [DBG] Connection id "0HNC8090TG720" completed keep alive response. 2025-06-27 17:41:05.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7731ms 2025-06-27 17:41:05.769 +03:00 [DBG] Connection id "0HNC8090TG720" received FIN. 2025-06-27 17:41:05.770 +03:00 [DBG] Connection id "0HNC8090TG720" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:05.770 +03:00 [DBG] Connection id "0HNC8090TG720" disconnecting. 2025-06-27 17:41:05.770 +03:00 [DBG] Connection id "0HNC8090TG720" stopped. 2025-06-27 17:41:09.079 +03:00 [DBG] Connection id "0HNC8090TG721" accepted. 2025-06-27 17:41:09.080 +03:00 [DBG] Connection id "0HNC8090TG721" started. 2025-06-27 17:41:09.080 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:09.080 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:09.080 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:09.080 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:09.080 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:09.080 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:09.080 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:09.080 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:09.080 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:09.080 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:09.080 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:09.080 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:09.080 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:09.080 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:09.080 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:09.080 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:09.080 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:09.080 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.080 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.080 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:09.080 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:09.080 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:09.080 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:09.080 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:09.080 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:09.081 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:09.081 +03:00 [DBG] Connection id "0HNC8090TG721", Request id "0HNC8090TG721:00000001": started reading request body. 2025-06-27 17:41:09.081 +03:00 [DBG] Connection id "0HNC8090TG721", Request id "0HNC8090TG721:00000001": done reading request body. 2025-06-27 17:41:09.081 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:09.081 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:09.081 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:09.081 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.081 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.081 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.081 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.081 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:09.081 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:09.081 +03:00 [INF] Changing group of physicals [516] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:09.098 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.8609ms. 2025-06-27 17:41:09.098 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:09.098 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:09.098 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.098 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.098 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 17.994ms 2025-06-27 17:41:09.098 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:09.098 +03:00 [DBG] Connection id "0HNC8090TG721" completed keep alive response. 2025-06-27 17:41:09.098 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 18.6014ms 2025-06-27 17:41:09.099 +03:00 [DBG] Connection id "0HNC8090TG721" received FIN. 2025-06-27 17:41:09.099 +03:00 [DBG] Connection id "0HNC8090TG721" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:09.099 +03:00 [DBG] Connection id "0HNC8090TG721" disconnecting. 2025-06-27 17:41:09.099 +03:00 [DBG] Connection id "0HNC8090TG721" stopped. 2025-06-27 17:41:09.135 +03:00 [DBG] Connection id "0HNC8090TG722" accepted. 2025-06-27 17:41:09.135 +03:00 [DBG] Connection id "0HNC8090TG722" started. 2025-06-27 17:41:09.135 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:09.136 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:09.136 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:09.136 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:09.136 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:09.136 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:09.136 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:09.136 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:09.136 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:09.136 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:09.136 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:09.136 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:09.136 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:09.136 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:09.136 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:09.136 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.136 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.136 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:09.136 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:09.136 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:09.136 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:09.136 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:09.137 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:09.137 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:09.137 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:09.137 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.137 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.137 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.137 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.137 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:09.137 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:09.137 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:09.138 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1356ms. 2025-06-27 17:41:09.138 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:09.138 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:09.138 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:09.138 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:09.138 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:09.138 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:09.138 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:09.138 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.138 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.139 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.3309ms 2025-06-27 17:41:09.139 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:09.139 +03:00 [DBG] Connection id "0HNC8090TG722" completed keep alive response. 2025-06-27 17:41:09.139 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.1267ms 2025-06-27 17:41:09.139 +03:00 [DBG] Connection id "0HNC8090TG722" received FIN. 2025-06-27 17:41:09.139 +03:00 [DBG] Connection id "0HNC8090TG722" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:09.139 +03:00 [DBG] Connection id "0HNC8090TG722" disconnecting. 2025-06-27 17:41:09.139 +03:00 [DBG] Connection id "0HNC8090TG722" stopped. 2025-06-27 17:41:09.179 +03:00 [DBG] Connection id "0HNC8090TG723" accepted. 2025-06-27 17:41:09.179 +03:00 [DBG] Connection id "0HNC8090TG723" started. 2025-06-27 17:41:09.180 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:09.180 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:09.180 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:09.180 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:09.180 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:09.180 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:09.180 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:09.180 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:09.180 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:09.180 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:09.180 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:09.180 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:09.180 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:09.180 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:09.180 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:09.180 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.180 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.180 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:09.180 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:09.180 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:09.180 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:09.180 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:09.180 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:09.180 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:09.180 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:09.181 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.181 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.181 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.181 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.181 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:09.181 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:09.181 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:09.338 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 157.0118ms. 2025-06-27 17:41:09.338 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.338 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:09.338 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:09.338 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:09.338 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:09.338 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:09.338 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:09.338 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:09.341 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:09.341 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.341 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:09.341 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.341 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.341 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.341 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:09.341 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 160.9528ms 2025-06-27 17:41:09.341 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:09.341 +03:00 [DBG] Connection id "0HNC8090TG723" completed keep alive response. 2025-06-27 17:41:09.341 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 161.816ms 2025-06-27 17:41:09.345 +03:00 [DBG] Connection id "0HNC8090TG723" received FIN. 2025-06-27 17:41:09.345 +03:00 [DBG] Connection id "0HNC8090TG723" disconnecting. 2025-06-27 17:41:09.345 +03:00 [DBG] Connection id "0HNC8090TG723" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:09.346 +03:00 [DBG] Connection id "0HNC8090TG723" stopped. 2025-06-27 17:41:10.767 +03:00 [DBG] Connection id "0HNC8090TG724" accepted. 2025-06-27 17:41:10.767 +03:00 [DBG] Connection id "0HNC8090TG724" started. 2025-06-27 17:41:10.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:10.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:10.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:10.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:10.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:10.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:10.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:10.767 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:10.767 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:10.767 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:10.767 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:10.767 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:10.767 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:10.767 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:10.767 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:10.767 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:10.767 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:10.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:10.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:10.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:10.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1272ms. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:10.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:10.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:10.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6676ms 2025-06-27 17:41:10.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:10.768 +03:00 [DBG] Connection id "0HNC8090TG724" completed keep alive response. 2025-06-27 17:41:10.768 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2255ms 2025-06-27 17:41:10.769 +03:00 [DBG] Connection id "0HNC8090TG724" received FIN. 2025-06-27 17:41:10.769 +03:00 [DBG] Connection id "0HNC8090TG724" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:10.769 +03:00 [DBG] Connection id "0HNC8090TG724" disconnecting. 2025-06-27 17:41:10.769 +03:00 [DBG] Connection id "0HNC8090TG724" stopped. 2025-06-27 17:41:15.774 +03:00 [DBG] Connection id "0HNC8090TG725" accepted. 2025-06-27 17:41:15.774 +03:00 [DBG] Connection id "0HNC8090TG725" started. 2025-06-27 17:41:15.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:15.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:15.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:15.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:15.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:15.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:15.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:15.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:15.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:15.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:15.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:15.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:15.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:15.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:15.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:15.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:15.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:15.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:15.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:15.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1175ms. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:15.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:15.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:15.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5745ms 2025-06-27 17:41:15.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:15.775 +03:00 [DBG] Connection id "0HNC8090TG725" completed keep alive response. 2025-06-27 17:41:15.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1312ms 2025-06-27 17:41:15.776 +03:00 [DBG] Connection id "0HNC8090TG725" received FIN. 2025-06-27 17:41:15.776 +03:00 [DBG] Connection id "0HNC8090TG725" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:15.776 +03:00 [DBG] Connection id "0HNC8090TG725" disconnecting. 2025-06-27 17:41:15.776 +03:00 [DBG] Connection id "0HNC8090TG725" stopped. 2025-06-27 17:41:16.948 +03:00 [DBG] Connection id "0HNC8090TG726" accepted. 2025-06-27 17:41:16.948 +03:00 [DBG] Connection id "0HNC8090TG726" started. 2025-06-27 17:41:16.948 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:16.948 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:16.948 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:16.948 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:16.948 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:16.948 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:16.948 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:16.948 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:16.948 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:16.948 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:16.948 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:16.949 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:16.949 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:16.949 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:16.949 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:16.949 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:16.949 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:16.949 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.949 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.949 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:16.949 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:16.949 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:16.949 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:16.949 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:16.949 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:16.949 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:16.949 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:16.949 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:16.950 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:16.950 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:16.950 +03:00 [DBG] Connection id "0HNC8090TG726", Request id "0HNC8090TG726:00000001": started reading request body. 2025-06-27 17:41:16.950 +03:00 [DBG] Connection id "0HNC8090TG726", Request id "0HNC8090TG726:00000001": done reading request body. 2025-06-27 17:41:16.950 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:16.950 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:16.950 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:16.950 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:16.950 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:16.950 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:16.950 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:16.950 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:16.950 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:16.950 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:16.950 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:16.950 +03:00 [INF] Changing group of physicals [515] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:16.965 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 15.4667ms. 2025-06-27 17:41:16.966 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:16.966 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:16.966 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.966 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:16.966 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 17.091ms 2025-06-27 17:41:16.966 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:16.966 +03:00 [DBG] Connection id "0HNC8090TG726" completed keep alive response. 2025-06-27 17:41:16.966 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 17.9774ms 2025-06-27 17:41:16.966 +03:00 [DBG] Connection id "0HNC8090TG726" received FIN. 2025-06-27 17:41:16.966 +03:00 [DBG] Connection id "0HNC8090TG726" disconnecting. 2025-06-27 17:41:16.966 +03:00 [DBG] Connection id "0HNC8090TG726" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:16.967 +03:00 [DBG] Connection id "0HNC8090TG726" stopped. 2025-06-27 17:41:17.002 +03:00 [DBG] Connection id "0HNC8090TG727" accepted. 2025-06-27 17:41:17.002 +03:00 [DBG] Connection id "0HNC8090TG727" started. 2025-06-27 17:41:17.002 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:17.002 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:17.002 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:17.002 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:17.002 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:17.002 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:17.002 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:17.002 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:17.003 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:17.003 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:17.003 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:17.003 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:17.003 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:17.003 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:17.003 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:17.003 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.003 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.003 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:17.003 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:17.003 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:17.003 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:17.003 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:17.003 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:17.003 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:17.003 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:17.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.003 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.003 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.003 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:17.003 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:17.004 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:17.004 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.7693ms. 2025-06-27 17:41:17.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.004 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.004 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:17.005 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:17.005 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:17.005 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:17.005 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:17.005 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:17.005 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:17.005 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.005 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.005 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.3583ms 2025-06-27 17:41:17.005 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:17.005 +03:00 [DBG] Connection id "0HNC8090TG727" completed keep alive response. 2025-06-27 17:41:17.005 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.183ms 2025-06-27 17:41:17.005 +03:00 [DBG] Connection id "0HNC8090TG727" received FIN. 2025-06-27 17:41:17.005 +03:00 [DBG] Connection id "0HNC8090TG727" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:17.006 +03:00 [DBG] Connection id "0HNC8090TG727" disconnecting. 2025-06-27 17:41:17.006 +03:00 [DBG] Connection id "0HNC8090TG727" stopped. 2025-06-27 17:41:17.050 +03:00 [DBG] Connection id "0HNC8090TG728" accepted. 2025-06-27 17:41:17.050 +03:00 [DBG] Connection id "0HNC8090TG728" started. 2025-06-27 17:41:17.050 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:17.050 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:17.050 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:17.050 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:17.050 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:17.050 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:17.050 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:17.050 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:17.050 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:17.050 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:17.050 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:17.050 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:17.050 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:17.050 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:17.050 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:17.051 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.051 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.051 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:17.051 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:17.051 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:17.051 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:17.051 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:17.051 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:17.051 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:17.051 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:17.051 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.051 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.051 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.051 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.051 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:17.051 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:17.051 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:17.192 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.2122ms. 2025-06-27 17:41:17.192 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.193 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:17.193 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:17.193 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:17.193 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:17.193 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:17.193 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:17.193 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:17.195 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:17.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.195 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:17.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.195 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.195 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.195 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:17.195 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.556ms 2025-06-27 17:41:17.195 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:17.195 +03:00 [DBG] Connection id "0HNC8090TG728" completed keep alive response. 2025-06-27 17:41:17.195 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 145.3159ms 2025-06-27 17:41:17.198 +03:00 [DBG] Connection id "0HNC8090TG728" received FIN. 2025-06-27 17:41:17.198 +03:00 [DBG] Connection id "0HNC8090TG728" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:17.198 +03:00 [DBG] Connection id "0HNC8090TG728" disconnecting. 2025-06-27 17:41:17.198 +03:00 [DBG] Connection id "0HNC8090TG728" stopped. 2025-06-27 17:41:20.774 +03:00 [DBG] Connection id "0HNC8090TG729" accepted. 2025-06-27 17:41:20.774 +03:00 [DBG] Connection id "0HNC8090TG729" started. 2025-06-27 17:41:20.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:20.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:20.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:20.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:20.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:20.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:20.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:20.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:20.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:20.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:20.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:20.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:20.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:20.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:20.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:20.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:20.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:20.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:20.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:20.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:20.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1299ms. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:20.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:20.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:20.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7475ms 2025-06-27 17:41:20.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:20.776 +03:00 [DBG] Connection id "0HNC8090TG729" completed keep alive response. 2025-06-27 17:41:20.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3459ms 2025-06-27 17:41:20.776 +03:00 [DBG] Connection id "0HNC8090TG729" received FIN. 2025-06-27 17:41:20.776 +03:00 [DBG] Connection id "0HNC8090TG729" disconnecting. 2025-06-27 17:41:20.776 +03:00 [DBG] Connection id "0HNC8090TG729" stopped. 2025-06-27 17:41:20.776 +03:00 [DBG] Connection id "0HNC8090TG729" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:21.441 +03:00 [DBG] Connection id "0HNC8090TG72A" accepted. 2025-06-27 17:41:21.441 +03:00 [DBG] Connection id "0HNC8090TG72A" started. 2025-06-27 17:41:21.441 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:21.441 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:21.441 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:21.441 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:21.442 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:21.442 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:21.442 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:21.442 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:21.442 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:21.442 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:21.442 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:21.442 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:21.442 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:21.442 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:21.442 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:21.442 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:21.442 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:21.442 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.442 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.442 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:21.442 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:21.442 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:21.442 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:21.442 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:21.442 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:21.442 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:21.442 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:21.442 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:21.442 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:21.442 +03:00 [DBG] Connection id "0HNC8090TG72A", Request id "0HNC8090TG72A:00000001": started reading request body. 2025-06-27 17:41:21.442 +03:00 [DBG] Connection id "0HNC8090TG72A", Request id "0HNC8090TG72A:00000001": done reading request body. 2025-06-27 17:41:21.442 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:21.443 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:21.443 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:21.443 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:21.443 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:21.443 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.443 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.443 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.443 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.443 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:21.443 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:21.443 +03:00 [INF] Changing group of physicals [512] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:21.460 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.3028ms. 2025-06-27 17:41:21.460 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.460 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.460 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:21.461 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:21.461 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.461 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.462 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.462 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 19.6036ms 2025-06-27 17:41:21.462 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:21.462 +03:00 [DBG] Connection id "0HNC8090TG72A" completed keep alive response. 2025-06-27 17:41:21.462 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 20.4778ms 2025-06-27 17:41:21.462 +03:00 [DBG] Connection id "0HNC8090TG72A" received FIN. 2025-06-27 17:41:21.462 +03:00 [DBG] Connection id "0HNC8090TG72A" disconnecting. 2025-06-27 17:41:21.462 +03:00 [DBG] Connection id "0HNC8090TG72A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:21.463 +03:00 [DBG] Connection id "0HNC8090TG72A" stopped. 2025-06-27 17:41:21.499 +03:00 [DBG] Connection id "0HNC8090TG72B" accepted. 2025-06-27 17:41:21.500 +03:00 [DBG] Connection id "0HNC8090TG72B" started. 2025-06-27 17:41:21.500 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:21.500 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:21.500 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:21.500 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:21.500 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:21.500 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:21.500 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:21.500 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:21.500 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:21.500 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:21.501 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:21.501 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:21.501 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:21.501 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:21.501 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:21.501 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.501 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.501 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:21.501 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:21.501 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:21.501 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:21.501 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:21.501 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:21.501 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:21.501 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:21.501 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.501 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.501 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.501 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.501 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:21.502 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:21.502 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:21.503 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0478ms. 2025-06-27 17:41:21.503 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:21.503 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:21.503 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:21.503 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:21.503 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:21.503 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:21.503 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:21.503 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.503 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.503 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6556ms 2025-06-27 17:41:21.504 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:21.504 +03:00 [DBG] Connection id "0HNC8090TG72B" completed keep alive response. 2025-06-27 17:41:21.504 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.7985ms 2025-06-27 17:41:21.504 +03:00 [DBG] Connection id "0HNC8090TG72B" received FIN. 2025-06-27 17:41:21.504 +03:00 [DBG] Connection id "0HNC8090TG72B" disconnecting. 2025-06-27 17:41:21.504 +03:00 [DBG] Connection id "0HNC8090TG72B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:21.505 +03:00 [DBG] Connection id "0HNC8090TG72B" stopped. 2025-06-27 17:41:21.545 +03:00 [DBG] Connection id "0HNC8090TG72C" accepted. 2025-06-27 17:41:21.545 +03:00 [DBG] Connection id "0HNC8090TG72C" started. 2025-06-27 17:41:21.546 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:21.546 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:21.546 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:21.546 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:21.546 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:21.546 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:21.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:21.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:21.546 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:21.546 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:21.546 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:21.546 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:21.546 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:21.546 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:21.546 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:21.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.546 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:21.546 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:21.546 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:21.546 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:21.546 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:21.546 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:21.546 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:21.546 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:21.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.546 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:21.546 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:21.547 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:21.715 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 168.899ms. 2025-06-27 17:41:21.716 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.716 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:21.716 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:21.716 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:21.716 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:21.716 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:21.716 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:21.716 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:21.718 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:21.718 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.718 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:21.718 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.718 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.719 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.719 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:21.719 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 172.5152ms 2025-06-27 17:41:21.719 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:21.719 +03:00 [DBG] Connection id "0HNC8090TG72C" completed keep alive response. 2025-06-27 17:41:21.719 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 173.1199ms 2025-06-27 17:41:21.722 +03:00 [DBG] Connection id "0HNC8090TG72C" received FIN. 2025-06-27 17:41:21.722 +03:00 [DBG] Connection id "0HNC8090TG72C" disconnecting. 2025-06-27 17:41:21.722 +03:00 [DBG] Connection id "0HNC8090TG72C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:21.723 +03:00 [DBG] Connection id "0HNC8090TG72C" stopped. 2025-06-27 17:41:25.642 +03:00 [DBG] Connection id "0HNC8090TG72D" accepted. 2025-06-27 17:41:25.642 +03:00 [DBG] Connection id "0HNC8090TG72D" started. 2025-06-27 17:41:25.643 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:25.643 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:25.643 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:25.643 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:25.643 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:25.643 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:25.643 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:25.643 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:25.643 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:25.643 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:25.643 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:25.643 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:25.643 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:25.643 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:25.643 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:25.643 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:25.643 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:25.644 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.644 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.644 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:25.644 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:25.644 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:25.644 +03:00 [DBG] Connection id "0HNC8090TG72D", Request id "0HNC8090TG72D:00000001": started reading request body. 2025-06-27 17:41:25.644 +03:00 [DBG] Connection id "0HNC8090TG72D", Request id "0HNC8090TG72D:00000001": done reading request body. 2025-06-27 17:41:25.644 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:25.644 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:25.644 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:25.644 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.644 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.645 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.645 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.645 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:25.645 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:25.645 +03:00 [INF] Changing group of physicals [513] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:25.674 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.08ms. 2025-06-27 17:41:25.674 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:25.674 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:25.674 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.674 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.675 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.675 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.675 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.675 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 31.1659ms 2025-06-27 17:41:25.675 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:25.675 +03:00 [DBG] Connection id "0HNC8090TG72D" completed keep alive response. 2025-06-27 17:41:25.675 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 32.342ms 2025-06-27 17:41:25.675 +03:00 [DBG] Connection id "0HNC8090TG72D" received FIN. 2025-06-27 17:41:25.675 +03:00 [DBG] Connection id "0HNC8090TG72D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:25.675 +03:00 [DBG] Connection id "0HNC8090TG72D" disconnecting. 2025-06-27 17:41:25.675 +03:00 [DBG] Connection id "0HNC8090TG72D" stopped. 2025-06-27 17:41:25.716 +03:00 [DBG] Connection id "0HNC8090TG72E" accepted. 2025-06-27 17:41:25.716 +03:00 [DBG] Connection id "0HNC8090TG72E" started. 2025-06-27 17:41:25.716 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:25.716 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:25.716 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:25.716 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:25.716 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:25.716 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:25.716 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:25.717 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:25.717 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:25.717 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:25.717 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:25.717 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:25.717 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:25.717 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:25.717 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:25.717 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.717 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.717 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:25.717 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:25.717 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:25.717 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:25.717 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:25.717 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:25.717 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:25.717 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:25.717 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.717 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.717 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.717 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.717 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:25.717 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:25.717 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:25.718 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8718ms. 2025-06-27 17:41:25.718 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.718 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:25.718 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:25.718 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:25.718 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:25.718 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:25.718 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:25.718 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:25.719 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:25.719 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.719 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.719 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.719 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.719 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.719 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.719 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8174ms 2025-06-27 17:41:25.719 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:25.719 +03:00 [DBG] Connection id "0HNC8090TG72E" completed keep alive response. 2025-06-27 17:41:25.719 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4389ms 2025-06-27 17:41:25.719 +03:00 [DBG] Connection id "0HNC8090TG72E" received FIN. 2025-06-27 17:41:25.719 +03:00 [DBG] Connection id "0HNC8090TG72E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:25.719 +03:00 [DBG] Connection id "0HNC8090TG72E" disconnecting. 2025-06-27 17:41:25.719 +03:00 [DBG] Connection id "0HNC8090TG72E" stopped. 2025-06-27 17:41:25.760 +03:00 [DBG] Connection id "0HNC8090TG72F" accepted. 2025-06-27 17:41:25.760 +03:00 [DBG] Connection id "0HNC8090TG72F" started. 2025-06-27 17:41:25.760 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:25.760 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:25.760 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:25.760 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:25.760 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:25.760 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:25.760 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:25.760 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:25.760 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:25.760 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:25.760 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:25.760 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:25.760 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:25.760 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:25.760 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:25.760 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.760 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.760 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:25.760 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:25.760 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:25.760 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:25.761 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:25.761 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:25.761 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:25.761 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:25.761 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.761 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.761 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.761 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.761 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:25.761 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:25.761 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:25.767 +03:00 [DBG] Connection id "0HNC8090TG72G" accepted. 2025-06-27 17:41:25.767 +03:00 [DBG] Connection id "0HNC8090TG72G" started. 2025-06-27 17:41:25.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:25.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:25.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:25.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:25.767 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:25.767 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:25.767 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:25.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:25.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:25.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:25.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:25.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:25.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:25.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:25.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:25.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:25.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:25.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:25.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:25.768 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1165ms. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:25.768 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:25.768 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.768 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6139ms 2025-06-27 17:41:25.768 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:25.769 +03:00 [DBG] Connection id "0HNC8090TG72G" completed keep alive response. 2025-06-27 17:41:25.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2346ms 2025-06-27 17:41:25.770 +03:00 [DBG] Connection id "0HNC8090TG72G" received FIN. 2025-06-27 17:41:25.770 +03:00 [DBG] Connection id "0HNC8090TG72G" disconnecting. 2025-06-27 17:41:25.770 +03:00 [DBG] Connection id "0HNC8090TG72G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:25.771 +03:00 [DBG] Connection id "0HNC8090TG72G" stopped. 2025-06-27 17:41:25.902 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.5161ms. 2025-06-27 17:41:25.902 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.902 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:25.902 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.902 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:25.902 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.902 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.903 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.903 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.903 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:25.903 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:25.903 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:25.903 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:25.903 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:25.903 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:25.903 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:25.905 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:25.906 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.906 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:25.906 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.906 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.906 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.906 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:25.906 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 145.558ms 2025-06-27 17:41:25.906 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:25.906 +03:00 [DBG] Connection id "0HNC8090TG72F" completed keep alive response. 2025-06-27 17:41:25.906 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 146.2044ms 2025-06-27 17:41:25.908 +03:00 [DBG] Connection id "0HNC8090TG72F" received FIN. 2025-06-27 17:41:25.908 +03:00 [DBG] Connection id "0HNC8090TG72F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:25.908 +03:00 [DBG] Connection id "0HNC8090TG72F" disconnecting. 2025-06-27 17:41:25.909 +03:00 [DBG] Connection id "0HNC8090TG72F" stopped. 2025-06-27 17:41:29.405 +03:00 [DBG] Connection id "0HNC8090TG72H" accepted. 2025-06-27 17:41:29.405 +03:00 [DBG] Connection id "0HNC8090TG72H" started. 2025-06-27 17:41:29.405 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:29.406 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:29.406 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:29.406 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:29.406 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:29.406 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:29.406 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:29.406 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:29.406 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:29.406 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:29.406 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:29.406 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:29.406 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:29.406 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:29.406 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:29.406 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:29.406 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:29.406 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.406 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.406 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:29.406 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:29.406 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:29.406 +03:00 [DBG] Connection id "0HNC8090TG72H", Request id "0HNC8090TG72H:00000001": started reading request body. 2025-06-27 17:41:29.406 +03:00 [DBG] Connection id "0HNC8090TG72H", Request id "0HNC8090TG72H:00000001": done reading request body. 2025-06-27 17:41:29.406 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:29.406 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:29.406 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:29.406 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.406 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.406 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.406 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.406 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:29.407 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:29.407 +03:00 [INF] Changing group of physicals [518] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:29.425 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.108ms. 2025-06-27 17:41:29.425 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:29.425 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:29.425 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.425 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.425 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 19.2248ms 2025-06-27 17:41:29.425 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:29.425 +03:00 [DBG] Connection id "0HNC8090TG72H" completed keep alive response. 2025-06-27 17:41:29.425 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 19.8451ms 2025-06-27 17:41:29.425 +03:00 [DBG] Connection id "0HNC8090TG72H" received FIN. 2025-06-27 17:41:29.426 +03:00 [DBG] Connection id "0HNC8090TG72H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:29.426 +03:00 [DBG] Connection id "0HNC8090TG72H" disconnecting. 2025-06-27 17:41:29.426 +03:00 [DBG] Connection id "0HNC8090TG72H" stopped. 2025-06-27 17:41:29.462 +03:00 [DBG] Connection id "0HNC8090TG72I" accepted. 2025-06-27 17:41:29.462 +03:00 [DBG] Connection id "0HNC8090TG72I" started. 2025-06-27 17:41:29.462 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:29.462 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:29.462 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:29.462 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:29.462 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:29.462 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:29.462 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:29.462 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:29.462 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:29.462 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:29.462 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:29.462 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:29.462 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:29.463 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:29.463 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:29.463 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.463 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.463 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:29.463 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:29.463 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:29.463 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:29.463 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:29.463 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:29.463 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:29.463 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:29.463 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.463 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.463 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.463 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.463 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:29.463 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:29.463 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:29.464 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9762ms. 2025-06-27 17:41:29.464 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:29.464 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:29.464 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:29.464 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:29.464 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:29.464 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:29.464 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:29.464 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.464 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.465 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.465 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.465 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.465 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0107ms 2025-06-27 17:41:29.465 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:29.465 +03:00 [DBG] Connection id "0HNC8090TG72I" completed keep alive response. 2025-06-27 17:41:29.465 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6033ms 2025-06-27 17:41:29.465 +03:00 [DBG] Connection id "0HNC8090TG72I" received FIN. 2025-06-27 17:41:29.465 +03:00 [DBG] Connection id "0HNC8090TG72I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:29.465 +03:00 [DBG] Connection id "0HNC8090TG72I" disconnecting. 2025-06-27 17:41:29.465 +03:00 [DBG] Connection id "0HNC8090TG72I" stopped. 2025-06-27 17:41:29.506 +03:00 [DBG] Connection id "0HNC8090TG72J" accepted. 2025-06-27 17:41:29.506 +03:00 [DBG] Connection id "0HNC8090TG72J" started. 2025-06-27 17:41:29.506 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:29.506 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:29.506 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:29.506 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:29.506 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:29.506 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:29.506 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:29.506 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:29.506 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:29.506 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:29.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:29.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:29.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:29.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:29.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:29.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.506 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:29.507 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:29.507 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:29.507 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:29.507 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:29.507 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:29.507 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:29.507 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:29.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.507 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:29.507 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:29.507 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:29.645 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 138.4946ms. 2025-06-27 17:41:29.645 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.645 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.646 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:29.646 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:29.646 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:29.646 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:29.646 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:29.646 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:29.646 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:29.647 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:29.647 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.647 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:29.647 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.647 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.647 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.647 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:29.647 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 140.6832ms 2025-06-27 17:41:29.647 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:29.647 +03:00 [DBG] Connection id "0HNC8090TG72J" completed keep alive response. 2025-06-27 17:41:29.647 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 141.2728ms 2025-06-27 17:41:29.651 +03:00 [DBG] Connection id "0HNC8090TG72J" received FIN. 2025-06-27 17:41:29.651 +03:00 [DBG] Connection id "0HNC8090TG72J" disconnecting. 2025-06-27 17:41:29.651 +03:00 [DBG] Connection id "0HNC8090TG72J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:29.652 +03:00 [DBG] Connection id "0HNC8090TG72J" stopped. 2025-06-27 17:41:30.769 +03:00 [DBG] Connection id "0HNC8090TG72K" accepted. 2025-06-27 17:41:30.769 +03:00 [DBG] Connection id "0HNC8090TG72K" started. 2025-06-27 17:41:30.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:30.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:30.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:30.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:30.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:30.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:30.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:30.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:30.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:30.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:30.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:30.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:30.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:30.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:30.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:30.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:30.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:30.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:30.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:30.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:30.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1398ms. 2025-06-27 17:41:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:30.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:30.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:30.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7922ms 2025-06-27 17:41:30.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:30.771 +03:00 [DBG] Connection id "0HNC8090TG72K" completed keep alive response. 2025-06-27 17:41:30.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3719ms 2025-06-27 17:41:30.771 +03:00 [DBG] Connection id "0HNC8090TG72K" received FIN. 2025-06-27 17:41:30.771 +03:00 [DBG] Connection id "0HNC8090TG72K" disconnecting. 2025-06-27 17:41:30.772 +03:00 [DBG] Connection id "0HNC8090TG72K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:30.773 +03:00 [DBG] Connection id "0HNC8090TG72K" stopped. 2025-06-27 17:41:33.070 +03:00 [DBG] Connection id "0HNC8090TG72L" accepted. 2025-06-27 17:41:33.071 +03:00 [DBG] Connection id "0HNC8090TG72L" started. 2025-06-27 17:41:33.071 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:33.071 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:33.071 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:33.071 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:33.071 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:33.071 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:33.071 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:33.071 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:33.071 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:33.071 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:33.071 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:33.071 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:33.071 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:33.071 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:33.071 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:33.071 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:33.071 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:33.071 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.071 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.071 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:33.071 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:33.071 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:33.071 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:33.072 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:33.072 +03:00 [DBG] Connection id "0HNC8090TG72L", Request id "0HNC8090TG72L:00000001": started reading request body. 2025-06-27 17:41:33.072 +03:00 [DBG] Connection id "0HNC8090TG72L", Request id "0HNC8090TG72L:00000001": done reading request body. 2025-06-27 17:41:33.072 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:33.072 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:33.072 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:33.072 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.072 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.072 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.072 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.072 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:33.072 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:33.072 +03:00 [INF] Changing group of physicals [522] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:33.089 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.811ms. 2025-06-27 17:41:33.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:33.089 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:33.089 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.089 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.089 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 18.1665ms 2025-06-27 17:41:33.089 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:33.090 +03:00 [DBG] Connection id "0HNC8090TG72L" completed keep alive response. 2025-06-27 17:41:33.090 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 18.897ms 2025-06-27 17:41:33.090 +03:00 [DBG] Connection id "0HNC8090TG72L" received FIN. 2025-06-27 17:41:33.090 +03:00 [DBG] Connection id "0HNC8090TG72L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:33.090 +03:00 [DBG] Connection id "0HNC8090TG72L" disconnecting. 2025-06-27 17:41:33.090 +03:00 [DBG] Connection id "0HNC8090TG72L" stopped. 2025-06-27 17:41:33.128 +03:00 [DBG] Connection id "0HNC8090TG72M" accepted. 2025-06-27 17:41:33.129 +03:00 [DBG] Connection id "0HNC8090TG72M" started. 2025-06-27 17:41:33.129 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:33.129 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:33.129 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:33.129 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:33.129 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:33.129 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:33.129 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:33.129 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:33.129 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:33.129 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:33.129 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:33.129 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:33.129 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:33.129 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:33.129 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:33.129 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.129 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.129 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:33.129 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:33.129 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:33.129 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:33.129 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:33.129 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:33.129 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:33.129 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:33.129 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.129 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.130 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.130 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.130 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:33.130 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:33.130 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:33.130 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.805ms. 2025-06-27 17:41:33.130 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.130 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:33.131 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:33.131 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:33.131 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:33.131 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:33.131 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:33.131 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:33.131 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.131 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.131 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8178ms 2025-06-27 17:41:33.131 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:33.131 +03:00 [DBG] Connection id "0HNC8090TG72M" completed keep alive response. 2025-06-27 17:41:33.131 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3811ms 2025-06-27 17:41:33.131 +03:00 [DBG] Connection id "0HNC8090TG72M" received FIN. 2025-06-27 17:41:33.131 +03:00 [DBG] Connection id "0HNC8090TG72M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:33.131 +03:00 [DBG] Connection id "0HNC8090TG72M" disconnecting. 2025-06-27 17:41:33.131 +03:00 [DBG] Connection id "0HNC8090TG72M" stopped. 2025-06-27 17:41:33.173 +03:00 [DBG] Connection id "0HNC8090TG72N" accepted. 2025-06-27 17:41:33.173 +03:00 [DBG] Connection id "0HNC8090TG72N" started. 2025-06-27 17:41:33.173 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:33.173 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:33.173 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:33.173 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:33.174 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:33.174 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:33.174 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:33.174 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:33.174 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:33.174 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:33.174 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:33.174 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:33.174 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:33.174 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:33.174 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:33.174 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.174 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.174 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:33.175 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:33.175 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:33.175 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:33.175 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:33.175 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:33.175 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:33.175 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:33.175 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.175 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.175 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.175 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.175 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:33.175 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:33.175 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:33.327 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 152.3076ms. 2025-06-27 17:41:33.327 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.328 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:33.328 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:33.328 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:33.328 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:33.328 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:33.328 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:33.328 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:33.329 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:33.329 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.329 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:33.329 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.329 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.329 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.329 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:33.329 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 154.7056ms 2025-06-27 17:41:33.329 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:33.329 +03:00 [DBG] Connection id "0HNC8090TG72N" completed keep alive response. 2025-06-27 17:41:33.329 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 155.9213ms 2025-06-27 17:41:33.333 +03:00 [DBG] Connection id "0HNC8090TG72N" received FIN. 2025-06-27 17:41:33.333 +03:00 [DBG] Connection id "0HNC8090TG72N" disconnecting. 2025-06-27 17:41:33.333 +03:00 [DBG] Connection id "0HNC8090TG72N" stopped. 2025-06-27 17:41:33.333 +03:00 [DBG] Connection id "0HNC8090TG72N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:35.781 +03:00 [DBG] Connection id "0HNC8090TG72O" accepted. 2025-06-27 17:41:35.782 +03:00 [DBG] Connection id "0HNC8090TG72O" started. 2025-06-27 17:41:35.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:35.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:35.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:35.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:35.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:35.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:35.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:35.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:35.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:35.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:35.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:35.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:35.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:35.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:35.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:35.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:35.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:35.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:35.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:35.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1917ms. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:35.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:35.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:35.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:35.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.174ms 2025-06-27 17:41:35.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:35.784 +03:00 [DBG] Connection id "0HNC8090TG72O" completed keep alive response. 2025-06-27 17:41:35.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1972ms 2025-06-27 17:41:35.784 +03:00 [DBG] Connection id "0HNC8090TG72O" received FIN. 2025-06-27 17:41:35.784 +03:00 [DBG] Connection id "0HNC8090TG72O" disconnecting. 2025-06-27 17:41:35.785 +03:00 [DBG] Connection id "0HNC8090TG72O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:35.786 +03:00 [DBG] Connection id "0HNC8090TG72O" stopped. 2025-06-27 17:41:37.040 +03:00 [DBG] Connection id "0HNC8090TG72P" accepted. 2025-06-27 17:41:37.040 +03:00 [DBG] Connection id "0HNC8090TG72P" started. 2025-06-27 17:41:37.041 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - application/json;charset=UTF-8 5 2025-06-27 17:41:37.041 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:37.041 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:37.041 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:37.041 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/' 2025-06-27 17:41:37.041 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:37.041 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:37.041 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:37.041 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:37.041 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:37.041 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:37.041 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:37.041 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:37.041 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:37.041 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:37.042 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:37.042 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:37.042 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.042 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.042 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:37.042 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:37.042 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:37.042 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:41:37.042 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:37.042 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:37.042 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:41:37.042 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:41:37.042 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:37.042 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:41:37.042 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:37.042 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:37.043 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:41:37.043 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:41:37.043 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:37.043 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:41:37.043 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:41:37.043 +03:00 [DBG] Connection id "0HNC8090TG72P", Request id "0HNC8090TG72P:00000001": started reading request body. 2025-06-27 17:41:37.043 +03:00 [DBG] Connection id "0HNC8090TG72P", Request id "0HNC8090TG72P:00000001": done reading request body. 2025-06-27 17:41:37.043 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:41:37.043 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:37.043 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:37.043 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:41:37.043 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:41:37.043 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.044 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.044 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.044 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.044 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:37.044 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-4","System.Int32[]"]) 2025-06-27 17:41:37.044 +03:00 [INF] Changing group of physicals [519] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:37.074 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 30.4487ms. 2025-06-27 17:41:37.075 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:37.075 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:37.075 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.075 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.076 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.076 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.076 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 34.0256ms 2025-06-27 17:41:37.076 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:41:37.076 +03:00 [DBG] Connection id "0HNC8090TG72P" completed keep alive response. 2025-06-27 17:41:37.076 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-4/ - 200 0 null 35.176ms 2025-06-27 17:41:37.076 +03:00 [DBG] Connection id "0HNC8090TG72P" received FIN. 2025-06-27 17:41:37.076 +03:00 [DBG] Connection id "0HNC8090TG72P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:37.076 +03:00 [DBG] Connection id "0HNC8090TG72P" disconnecting. 2025-06-27 17:41:37.077 +03:00 [DBG] Connection id "0HNC8090TG72P" stopped. 2025-06-27 17:41:37.113 +03:00 [DBG] Connection id "0HNC8090TG72Q" accepted. 2025-06-27 17:41:37.113 +03:00 [DBG] Connection id "0HNC8090TG72Q" started. 2025-06-27 17:41:37.113 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:37.114 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:37.114 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:37.114 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:37.114 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:37.114 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:37.114 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:37.114 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:37.114 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:37.114 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:37.114 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:37.114 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:37.114 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:37.114 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:37.114 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:37.114 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.114 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.114 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:37.114 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:37.114 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:37.114 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:37.115 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:37.115 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:37.115 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:37.115 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:37.115 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.115 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.115 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.115 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.115 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:37.115 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:37.115 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:37.116 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9844ms. 2025-06-27 17:41:37.116 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.116 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:37.116 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:37.116 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:37.116 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:37.116 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:37.116 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:37.116 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:37.117 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:37.117 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.117 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.117 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.117 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.117 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.117 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.117 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6561ms 2025-06-27 17:41:37.117 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:37.117 +03:00 [DBG] Connection id "0HNC8090TG72Q" completed keep alive response. 2025-06-27 17:41:37.117 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.504ms 2025-06-27 17:41:37.117 +03:00 [DBG] Connection id "0HNC8090TG72Q" received FIN. 2025-06-27 17:41:37.117 +03:00 [DBG] Connection id "0HNC8090TG72Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:37.117 +03:00 [DBG] Connection id "0HNC8090TG72Q" disconnecting. 2025-06-27 17:41:37.117 +03:00 [DBG] Connection id "0HNC8090TG72Q" stopped. 2025-06-27 17:41:37.162 +03:00 [DBG] Connection id "0HNC8090TG72R" accepted. 2025-06-27 17:41:37.163 +03:00 [DBG] Connection id "0HNC8090TG72R" started. 2025-06-27 17:41:37.163 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:41:37.163 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:37.163 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:41:37.163 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:37.163 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:41:37.163 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:37.163 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:37.163 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:37.163 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:37.163 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:41:37.163 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:37.163 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:37.163 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:37.163 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:37.163 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:37.163 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.163 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.163 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:37.164 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:41:37.164 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:41:37.164 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:41:37.164 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:37.164 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:41:37.164 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:41:37.164 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:41:37.164 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.164 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.164 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.164 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.164 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:37.164 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:41:37.164 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:41:37.306 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.4382ms. 2025-06-27 17:41:37.306 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.306 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:37.306 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:41:37.306 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:41:37.306 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:41:37.306 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:41:37.306 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:41:37.306 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:41:37.307 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:41:37.307 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.308 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:37.308 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.308 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.308 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.308 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:37.308 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.1581ms 2025-06-27 17:41:37.308 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:41:37.308 +03:00 [DBG] Connection id "0HNC8090TG72R" completed keep alive response. 2025-06-27 17:41:37.308 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 144.9935ms 2025-06-27 17:41:37.313 +03:00 [DBG] Connection id "0HNC8090TG72R" received FIN. 2025-06-27 17:41:37.313 +03:00 [DBG] Connection id "0HNC8090TG72R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:37.313 +03:00 [DBG] Connection id "0HNC8090TG72R" disconnecting. 2025-06-27 17:41:37.313 +03:00 [DBG] Connection id "0HNC8090TG72R" stopped. 2025-06-27 17:41:40.771 +03:00 [DBG] Connection id "0HNC8090TG72S" accepted. 2025-06-27 17:41:40.771 +03:00 [DBG] Connection id "0HNC8090TG72S" started. 2025-06-27 17:41:40.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:40.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:40.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:40.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:40.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:40.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:40.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:40.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:40.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:40.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:40.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:40.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:40.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:40.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:40.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:40.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:40.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:40.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:40.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:40.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1466ms. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:40.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:40.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:40.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7253ms 2025-06-27 17:41:40.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:40.772 +03:00 [DBG] Connection id "0HNC8090TG72S" completed keep alive response. 2025-06-27 17:41:40.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3849ms 2025-06-27 17:41:40.773 +03:00 [DBG] Connection id "0HNC8090TG72S" received FIN. 2025-06-27 17:41:40.773 +03:00 [DBG] Connection id "0HNC8090TG72S" disconnecting. 2025-06-27 17:41:40.773 +03:00 [DBG] Connection id "0HNC8090TG72S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:40.774 +03:00 [DBG] Connection id "0HNC8090TG72S" stopped. 2025-06-27 17:41:45.773 +03:00 [DBG] Connection id "0HNC8090TG72T" accepted. 2025-06-27 17:41:45.773 +03:00 [DBG] Connection id "0HNC8090TG72T" started. 2025-06-27 17:41:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:45.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:45.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1195ms. 2025-06-27 17:41:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7968ms 2025-06-27 17:41:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:45.775 +03:00 [DBG] Connection id "0HNC8090TG72T" completed keep alive response. 2025-06-27 17:41:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3756ms 2025-06-27 17:41:45.775 +03:00 [DBG] Connection id "0HNC8090TG72T" received FIN. 2025-06-27 17:41:45.775 +03:00 [DBG] Connection id "0HNC8090TG72T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:45.775 +03:00 [DBG] Connection id "0HNC8090TG72T" disconnecting. 2025-06-27 17:41:45.775 +03:00 [DBG] Connection id "0HNC8090TG72T" stopped. 2025-06-27 17:41:50.773 +03:00 [DBG] Connection id "0HNC8090TG72U" accepted. 2025-06-27 17:41:50.773 +03:00 [DBG] Connection id "0HNC8090TG72U" started. 2025-06-27 17:41:50.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:50.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:50.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:50.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:50.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:50.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:50.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:50.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:50.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:50.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:50.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:50.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:50.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:50.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:50.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:50.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:50.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:50.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:50.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:50.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1187ms. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:50.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:50.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:50.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7042ms 2025-06-27 17:41:50.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:50.775 +03:00 [DBG] Connection id "0HNC8090TG72U" completed keep alive response. 2025-06-27 17:41:50.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3387ms 2025-06-27 17:41:50.775 +03:00 [DBG] Connection id "0HNC8090TG72U" received FIN. 2025-06-27 17:41:50.776 +03:00 [DBG] Connection id "0HNC8090TG72U" disconnecting. 2025-06-27 17:41:50.776 +03:00 [DBG] Connection id "0HNC8090TG72U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:50.777 +03:00 [DBG] Connection id "0HNC8090TG72U" stopped. 2025-06-27 17:41:55.777 +03:00 [DBG] Connection id "0HNC8090TG72V" accepted. 2025-06-27 17:41:55.777 +03:00 [DBG] Connection id "0HNC8090TG72V" started. 2025-06-27 17:41:55.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:41:55.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:41:55.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:41:55.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:41:55.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:41:55.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:55.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:41:55.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:41:55.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:41:55.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:41:55.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:55.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:41:55.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:41:55.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:41:55.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:41:55.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:41:55.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:41:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:55.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:41:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1267ms. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:55.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:41:55.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:41:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:41:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:41:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7015ms 2025-06-27 17:41:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:41:55.779 +03:00 [DBG] Connection id "0HNC8090TG72V" completed keep alive response. 2025-06-27 17:41:55.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.358ms 2025-06-27 17:41:55.779 +03:00 [DBG] Connection id "0HNC8090TG72V" received FIN. 2025-06-27 17:41:55.779 +03:00 [DBG] Connection id "0HNC8090TG72V" disconnecting. 2025-06-27 17:41:55.779 +03:00 [DBG] Connection id "0HNC8090TG72V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:41:55.780 +03:00 [DBG] Connection id "0HNC8090TG72V" stopped. 2025-06-27 17:42:00.775 +03:00 [DBG] Connection id "0HNC8090TG730" accepted. 2025-06-27 17:42:00.776 +03:00 [DBG] Connection id "0HNC8090TG730" started. 2025-06-27 17:42:00.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:00.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:00.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:00.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:00.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:00.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:00.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:00.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:00.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:00.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1667ms. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:00.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:00.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:00.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:00.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2533ms 2025-06-27 17:42:00.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:00.778 +03:00 [DBG] Connection id "0HNC8090TG730" completed keep alive response. 2025-06-27 17:42:00.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1851ms 2025-06-27 17:42:00.778 +03:00 [DBG] Connection id "0HNC8090TG730" received FIN. 2025-06-27 17:42:00.778 +03:00 [DBG] Connection id "0HNC8090TG730" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:00.778 +03:00 [DBG] Connection id "0HNC8090TG730" disconnecting. 2025-06-27 17:42:00.779 +03:00 [DBG] Connection id "0HNC8090TG730" stopped. 2025-06-27 17:42:05.772 +03:00 [DBG] Connection id "0HNC8090TG731" accepted. 2025-06-27 17:42:05.772 +03:00 [DBG] Connection id "0HNC8090TG731" started. 2025-06-27 17:42:05.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:05.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:05.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:05.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:05.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:05.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:05.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:05.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:05.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:05.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:05.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:05.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:05.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:05.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:05.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:05.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:05.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:05.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:05.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:05.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:05.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:05.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:05.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:05.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:05.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.723ms 2025-06-27 17:42:05.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:05.774 +03:00 [DBG] Connection id "0HNC8090TG731" completed keep alive response. 2025-06-27 17:42:05.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6365ms 2025-06-27 17:42:05.774 +03:00 [DBG] Connection id "0HNC8090TG731" received FIN. 2025-06-27 17:42:05.774 +03:00 [DBG] Connection id "0HNC8090TG731" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:05.774 +03:00 [DBG] Connection id "0HNC8090TG731" disconnecting. 2025-06-27 17:42:05.774 +03:00 [DBG] Connection id "0HNC8090TG731" stopped. 2025-06-27 17:42:10.781 +03:00 [DBG] Connection id "0HNC8090TG732" accepted. 2025-06-27 17:42:10.781 +03:00 [DBG] Connection id "0HNC8090TG732" started. 2025-06-27 17:42:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1865ms. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:10.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:10.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1105ms 2025-06-27 17:42:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:10.784 +03:00 [DBG] Connection id "0HNC8090TG732" completed keep alive response. 2025-06-27 17:42:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1403ms 2025-06-27 17:42:10.784 +03:00 [DBG] Connection id "0HNC8090TG732" received FIN. 2025-06-27 17:42:10.784 +03:00 [DBG] Connection id "0HNC8090TG732" disconnecting. 2025-06-27 17:42:10.784 +03:00 [DBG] Connection id "0HNC8090TG732" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:10.785 +03:00 [DBG] Connection id "0HNC8090TG732" stopped. 2025-06-27 17:42:15.767 +03:00 [DBG] Connection id "0HNC8090TG733" accepted. 2025-06-27 17:42:15.767 +03:00 [DBG] Connection id "0HNC8090TG733" started. 2025-06-27 17:42:15.767 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:15.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:15.767 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:15.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:15.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:15.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:15.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:15.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:15.768 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:15.768 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:15.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:15.768 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:15.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:15.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:15.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:15.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:15.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:15.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:15.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:15.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:15.768 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:15.768 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:15.768 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:15.769 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2064ms. 2025-06-27 17:42:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:15.769 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:15.769 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.769 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:15.769 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0545ms 2025-06-27 17:42:15.769 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:15.769 +03:00 [DBG] Connection id "0HNC8090TG733" completed keep alive response. 2025-06-27 17:42:15.769 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9936ms 2025-06-27 17:42:15.770 +03:00 [DBG] Connection id "0HNC8090TG733" received FIN. 2025-06-27 17:42:15.770 +03:00 [DBG] Connection id "0HNC8090TG733" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:15.770 +03:00 [DBG] Connection id "0HNC8090TG733" disconnecting. 2025-06-27 17:42:15.770 +03:00 [DBG] Connection id "0HNC8090TG733" stopped. 2025-06-27 17:42:20.769 +03:00 [DBG] Connection id "0HNC8090TG734" accepted. 2025-06-27 17:42:20.769 +03:00 [DBG] Connection id "0HNC8090TG734" started. 2025-06-27 17:42:20.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:20.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:20.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:20.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:20.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:20.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:20.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:20.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:20.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:20.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:20.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:20.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:20.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:20.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:20.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:20.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:20.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:20.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:20.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:20.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:20.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:20.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:20.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1661ms. 2025-06-27 17:42:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:20.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:20.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:20.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0878ms 2025-06-27 17:42:20.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:20.771 +03:00 [DBG] Connection id "0HNC8090TG734" completed keep alive response. 2025-06-27 17:42:20.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0587ms 2025-06-27 17:42:20.772 +03:00 [DBG] Connection id "0HNC8090TG734" received FIN. 2025-06-27 17:42:20.772 +03:00 [DBG] Connection id "0HNC8090TG734" disconnecting. 2025-06-27 17:42:20.772 +03:00 [DBG] Connection id "0HNC8090TG734" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:20.773 +03:00 [DBG] Connection id "0HNC8090TG734" stopped. 2025-06-27 17:42:24.997 +03:00 [DBG] Connection id "0HNC8090TG735" accepted. 2025-06-27 17:42:24.998 +03:00 [DBG] Connection id "0HNC8090TG735" started. 2025-06-27 17:42:24.998 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 701 2025-06-27 17:42:24.998 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:24.998 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:24.998 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:42:24.998 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:42:24.998 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:42:24.998 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:24.998 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:24.998 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:24.998 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:24.999 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:42:24.999 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:24.999 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:24.999 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:24.999 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:24.999 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:24.999 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:24.999 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:24.999 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:24.999 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:24.999 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:24.999 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:42:24.999 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:42:24.999 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:42:24.999 +03:00 [DBG] Connection id "0HNC8090TG735", Request id "0HNC8090TG735:00000001": started reading request body. 2025-06-27 17:42:24.999 +03:00 [DBG] Connection id "0HNC8090TG735", Request id "0HNC8090TG735:00000001": done reading request body. 2025-06-27 17:42:25.000 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:42:25.000 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:42:25.000 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:42:25.000 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:42:25.000 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:42:25.000 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.000 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.000 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.000 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.000 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:25.000 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:42:25.000 +03:00 [INF] Updating physical elements properties 2025-06-27 17:42:25.021 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 20.9263ms. 2025-06-27 17:42:25.021 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.021 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.021 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.021 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.021 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.021 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.021 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:25.022 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:25.022 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:25.022 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.022 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.022 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 23.0215ms 2025-06-27 17:42:25.022 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:42:25.022 +03:00 [DBG] Connection id "0HNC8090TG735" completed keep alive response. 2025-06-27 17:42:25.022 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 24.2655ms 2025-06-27 17:42:25.023 +03:00 [DBG] Connection id "0HNC8090TG735" received FIN. 2025-06-27 17:42:25.023 +03:00 [DBG] Connection id "0HNC8090TG735" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:25.023 +03:00 [DBG] Connection id "0HNC8090TG735" disconnecting. 2025-06-27 17:42:25.023 +03:00 [DBG] Connection id "0HNC8090TG735" stopped. 2025-06-27 17:42:25.057 +03:00 [DBG] Connection id "0HNC8090TG736" accepted. 2025-06-27 17:42:25.057 +03:00 [DBG] Connection id "0HNC8090TG736" started. 2025-06-27 17:42:25.057 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:25.057 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:25.057 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:25.057 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:25.057 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:25.058 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:25.058 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:25.058 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:25.058 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:25.058 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:25.058 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:25.058 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:25.058 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:25.058 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:25.058 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:25.058 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.058 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.058 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:25.058 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:25.058 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:25.058 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:25.058 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:25.058 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:25.058 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:25.059 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:25.059 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.059 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.059 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.059 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.059 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:25.059 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:25.059 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:25.060 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.555ms. 2025-06-27 17:42:25.060 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.060 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:25.061 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:25.061 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:25.061 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:25.061 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:25.061 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:25.061 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:25.061 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.061 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.061 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.393ms 2025-06-27 17:42:25.061 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:25.062 +03:00 [DBG] Connection id "0HNC8090TG736" completed keep alive response. 2025-06-27 17:42:25.062 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.3611ms 2025-06-27 17:42:25.062 +03:00 [DBG] Connection id "0HNC8090TG736" received FIN. 2025-06-27 17:42:25.062 +03:00 [DBG] Connection id "0HNC8090TG736" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:25.062 +03:00 [DBG] Connection id "0HNC8090TG736" disconnecting. 2025-06-27 17:42:25.062 +03:00 [DBG] Connection id "0HNC8090TG736" stopped. 2025-06-27 17:42:25.103 +03:00 [DBG] Connection id "0HNC8090TG737" accepted. 2025-06-27 17:42:25.103 +03:00 [DBG] Connection id "0HNC8090TG737" started. 2025-06-27 17:42:25.103 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:25.103 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:25.103 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:25.103 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:25.103 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:25.103 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:25.103 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:25.103 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:25.104 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:25.104 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:25.104 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:25.104 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:25.104 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:25.104 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:25.104 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:25.104 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.104 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.104 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:25.104 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:25.104 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:25.104 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:25.104 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:25.104 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:25.104 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:25.104 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:25.104 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.104 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.104 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.104 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.104 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:25.104 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:25.104 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:25.259 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 154.7887ms. 2025-06-27 17:42:25.259 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.259 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:25.259 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:25.259 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:25.259 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:25.259 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:25.259 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:25.259 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:25.261 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:25.261 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.261 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.261 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.261 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.261 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.261 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.261 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 157.0589ms 2025-06-27 17:42:25.261 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:25.261 +03:00 [DBG] Connection id "0HNC8090TG737" completed keep alive response. 2025-06-27 17:42:25.261 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 157.6515ms 2025-06-27 17:42:25.265 +03:00 [DBG] Connection id "0HNC8090TG737" received FIN. 2025-06-27 17:42:25.265 +03:00 [DBG] Connection id "0HNC8090TG737" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:25.265 +03:00 [DBG] Connection id "0HNC8090TG737" disconnecting. 2025-06-27 17:42:25.265 +03:00 [DBG] Connection id "0HNC8090TG737" stopped. 2025-06-27 17:42:25.781 +03:00 [DBG] Connection id "0HNC8090TG738" accepted. 2025-06-27 17:42:25.781 +03:00 [DBG] Connection id "0HNC8090TG738" started. 2025-06-27 17:42:25.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:25.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:25.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:25.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:25.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:25.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:25.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:25.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1295ms. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:25.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:25.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8543ms 2025-06-27 17:42:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:25.783 +03:00 [DBG] Connection id "0HNC8090TG738" completed keep alive response. 2025-06-27 17:42:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5362ms 2025-06-27 17:42:25.783 +03:00 [DBG] Connection id "0HNC8090TG738" received FIN. 2025-06-27 17:42:25.783 +03:00 [DBG] Connection id "0HNC8090TG738" disconnecting. 2025-06-27 17:42:25.783 +03:00 [DBG] Connection id "0HNC8090TG738" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:25.784 +03:00 [DBG] Connection id "0HNC8090TG738" stopped. 2025-06-27 17:42:30.770 +03:00 [DBG] Connection id "0HNC8090TG739" accepted. 2025-06-27 17:42:30.770 +03:00 [DBG] Connection id "0HNC8090TG739" started. 2025-06-27 17:42:30.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:30.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:30.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:30.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:30.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:30.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:30.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:30.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:30.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:30.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:30.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:30.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:30.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:30.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:30.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:30.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:30.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:30.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:30.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:30.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:30.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1296ms. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:30.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:30.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:30.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7599ms 2025-06-27 17:42:30.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:30.771 +03:00 [DBG] Connection id "0HNC8090TG739" completed keep alive response. 2025-06-27 17:42:30.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4086ms 2025-06-27 17:42:30.772 +03:00 [DBG] Connection id "0HNC8090TG739" received FIN. 2025-06-27 17:42:30.772 +03:00 [DBG] Connection id "0HNC8090TG739" disconnecting. 2025-06-27 17:42:30.772 +03:00 [DBG] Connection id "0HNC8090TG739" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:30.773 +03:00 [DBG] Connection id "0HNC8090TG739" stopped. 2025-06-27 17:42:32.847 +03:00 [DBG] Connection id "0HNC8090TG73A" accepted. 2025-06-27 17:42:32.847 +03:00 [DBG] Connection id "0HNC8090TG73A" started. 2025-06-27 17:42:32.847 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:42:32.847 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:32.847 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:32.847 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:42:32.847 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:42:32.847 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:42:32.847 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:32.847 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:32.848 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:32.848 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:32.848 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:42:32.848 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:32.848 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:32.848 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:32.848 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:32.848 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:32.848 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:32.848 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.848 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.848 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:32.848 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:42:32.848 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:42:32.848 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:42:32.848 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:42:32.848 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:42:32.848 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:42:32.848 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:42:32.848 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:42:32.848 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:42:32.848 +03:00 [DBG] Connection id "0HNC8090TG73A", Request id "0HNC8090TG73A:00000001": started reading request body. 2025-06-27 17:42:32.849 +03:00 [DBG] Connection id "0HNC8090TG73A", Request id "0HNC8090TG73A:00000001": done reading request body. 2025-06-27 17:42:32.849 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:42:32.849 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:42:32.849 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:42:32.849 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:42:32.849 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:42:32.849 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.849 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.849 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.849 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.849 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:32.849 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:42:32.849 +03:00 [INF] Changing group of physicals [15] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:32.873 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 23.7391ms. 2025-06-27 17:42:32.873 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:32.873 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:32.873 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.873 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.873 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.2244ms 2025-06-27 17:42:32.873 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:42:32.873 +03:00 [DBG] Connection id "0HNC8090TG73A" completed keep alive response. 2025-06-27 17:42:32.873 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 25.9792ms 2025-06-27 17:42:32.873 +03:00 [DBG] Connection id "0HNC8090TG73A" received FIN. 2025-06-27 17:42:32.873 +03:00 [DBG] Connection id "0HNC8090TG73A" disconnecting. 2025-06-27 17:42:32.874 +03:00 [DBG] Connection id "0HNC8090TG73A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:32.875 +03:00 [DBG] Connection id "0HNC8090TG73A" stopped. 2025-06-27 17:42:32.909 +03:00 [DBG] Connection id "0HNC8090TG73B" accepted. 2025-06-27 17:42:32.909 +03:00 [DBG] Connection id "0HNC8090TG73B" started. 2025-06-27 17:42:32.909 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:32.909 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:32.909 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:32.909 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:32.909 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:32.909 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:32.909 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:32.909 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:32.909 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:32.909 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:32.909 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:32.909 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:32.909 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:32.909 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:32.909 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:32.909 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.910 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.910 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:32.910 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:32.910 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:32.910 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:32.910 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:32.910 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:32.910 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:32.910 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:32.910 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.910 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.910 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.910 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.910 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:32.910 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:32.910 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:32.911 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.724ms. 2025-06-27 17:42:32.911 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:32.911 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:32.911 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:32.911 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:32.911 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:32.911 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:32.911 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:32.911 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.911 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.911 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.5817ms 2025-06-27 17:42:32.911 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:32.911 +03:00 [DBG] Connection id "0HNC8090TG73B" completed keep alive response. 2025-06-27 17:42:32.911 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.0992ms 2025-06-27 17:42:32.911 +03:00 [DBG] Connection id "0HNC8090TG73B" received FIN. 2025-06-27 17:42:32.911 +03:00 [DBG] Connection id "0HNC8090TG73B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:32.911 +03:00 [DBG] Connection id "0HNC8090TG73B" disconnecting. 2025-06-27 17:42:32.911 +03:00 [DBG] Connection id "0HNC8090TG73B" stopped. 2025-06-27 17:42:32.954 +03:00 [DBG] Connection id "0HNC8090TG73C" accepted. 2025-06-27 17:42:32.954 +03:00 [DBG] Connection id "0HNC8090TG73C" started. 2025-06-27 17:42:32.955 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:32.955 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:32.955 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:32.955 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:32.955 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:32.955 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:32.955 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:32.955 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:32.955 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:32.955 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:32.955 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:32.955 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:32.955 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:32.955 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:32.955 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:32.955 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.955 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:32.955 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:32.955 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:32.955 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:32.955 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:32.955 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:32.955 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:32.955 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:32.955 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:32.955 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.955 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:32.955 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.955 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:32.955 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:32.955 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:32.955 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:33.094 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 138.6189ms. 2025-06-27 17:42:33.094 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:33.094 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:33.095 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:33.095 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:33.095 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:33.095 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:33.095 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:33.095 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:33.095 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:33.097 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:33.097 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:33.097 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:33.097 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:33.097 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:33.097 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:33.097 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:33.097 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 141.7543ms 2025-06-27 17:42:33.097 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:33.097 +03:00 [DBG] Connection id "0HNC8090TG73C" completed keep alive response. 2025-06-27 17:42:33.097 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 142.3467ms 2025-06-27 17:42:33.100 +03:00 [DBG] Connection id "0HNC8090TG73C" received FIN. 2025-06-27 17:42:33.100 +03:00 [DBG] Connection id "0HNC8090TG73C" disconnecting. 2025-06-27 17:42:33.100 +03:00 [DBG] Connection id "0HNC8090TG73C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:33.101 +03:00 [DBG] Connection id "0HNC8090TG73C" stopped. 2025-06-27 17:42:35.777 +03:00 [DBG] Connection id "0HNC8090TG73D" accepted. 2025-06-27 17:42:35.777 +03:00 [DBG] Connection id "0HNC8090TG73D" started. 2025-06-27 17:42:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:35.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:35.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:35.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:35.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:35.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:35.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:35.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:35.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:35.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:35.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:35.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:35.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:35.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:35.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:35.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:35.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1539ms. 2025-06-27 17:42:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8754ms 2025-06-27 17:42:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:35.779 +03:00 [DBG] Connection id "0HNC8090TG73D" completed keep alive response. 2025-06-27 17:42:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4739ms 2025-06-27 17:42:35.779 +03:00 [DBG] Connection id "0HNC8090TG73D" received FIN. 2025-06-27 17:42:35.779 +03:00 [DBG] Connection id "0HNC8090TG73D" disconnecting. 2025-06-27 17:42:35.779 +03:00 [DBG] Connection id "0HNC8090TG73D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:35.780 +03:00 [DBG] Connection id "0HNC8090TG73D" stopped. 2025-06-27 17:42:40.782 +03:00 [DBG] Connection id "0HNC8090TG73E" accepted. 2025-06-27 17:42:40.782 +03:00 [DBG] Connection id "0HNC8090TG73E" started. 2025-06-27 17:42:40.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:40.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:40.783 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:40.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:40.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:40.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:40.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:40.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:40.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:40.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:40.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:40.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:40.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:40.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:40.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:40.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:40.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:40.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1706ms. 2025-06-27 17:42:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:40.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:40.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5364ms 2025-06-27 17:42:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:40.785 +03:00 [DBG] Connection id "0HNC8090TG73E" completed keep alive response. 2025-06-27 17:42:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5077ms 2025-06-27 17:42:40.785 +03:00 [DBG] Connection id "0HNC8090TG73E" received FIN. 2025-06-27 17:42:40.785 +03:00 [DBG] Connection id "0HNC8090TG73E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:40.786 +03:00 [DBG] Connection id "0HNC8090TG73E" disconnecting. 2025-06-27 17:42:40.786 +03:00 [DBG] Connection id "0HNC8090TG73E" stopped. 2025-06-27 17:42:45.772 +03:00 [DBG] Connection id "0HNC8090TG73F" accepted. 2025-06-27 17:42:45.772 +03:00 [DBG] Connection id "0HNC8090TG73F" started. 2025-06-27 17:42:45.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:45.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:45.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:45.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:45.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:45.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:45.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:45.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:45.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:45.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:45.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:45.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:45.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:45.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:45.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:45.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:45.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:45.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:45.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1284ms. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:45.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:45.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:45.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8176ms 2025-06-27 17:42:45.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:45.774 +03:00 [DBG] Connection id "0HNC8090TG73F" completed keep alive response. 2025-06-27 17:42:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5551ms 2025-06-27 17:42:45.774 +03:00 [DBG] Connection id "0HNC8090TG73F" received FIN. 2025-06-27 17:42:45.774 +03:00 [DBG] Connection id "0HNC8090TG73F" disconnecting. 2025-06-27 17:42:45.774 +03:00 [DBG] Connection id "0HNC8090TG73F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:45.775 +03:00 [DBG] Connection id "0HNC8090TG73F" stopped. 2025-06-27 17:42:46.684 +03:00 [DBG] Connection id "0HNC8090TG73G" accepted. 2025-06-27 17:42:46.684 +03:00 [DBG] Connection id "0HNC8090TG73G" started. 2025-06-27 17:42:46.684 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 698 2025-06-27 17:42:46.684 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:46.684 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:46.684 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:42:46.684 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:42:46.684 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:42:46.684 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:46.684 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:46.684 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:46.684 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:46.684 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:42:46.684 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:46.684 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:46.684 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:46.685 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:46.685 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:46.685 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:46.685 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.685 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.685 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:46.685 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:46.685 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:42:46.685 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:42:46.685 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:42:46.685 +03:00 [DBG] Connection id "0HNC8090TG73G", Request id "0HNC8090TG73G:00000001": started reading request body. 2025-06-27 17:42:46.685 +03:00 [DBG] Connection id "0HNC8090TG73G", Request id "0HNC8090TG73G:00000001": done reading request body. 2025-06-27 17:42:46.685 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:42:46.685 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:42:46.685 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:42:46.685 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:42:46.685 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:42:46.685 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.685 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.685 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.685 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.685 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:46.685 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:42:46.685 +03:00 [INF] Updating physical elements properties 2025-06-27 17:42:46.704 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.3924ms. 2025-06-27 17:42:46.704 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:46.704 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:46.704 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.704 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.705 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.9434ms 2025-06-27 17:42:46.705 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:42:46.705 +03:00 [DBG] Connection id "0HNC8090TG73G" completed keep alive response. 2025-06-27 17:42:46.705 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.6514ms 2025-06-27 17:42:46.705 +03:00 [DBG] Connection id "0HNC8090TG73G" received FIN. 2025-06-27 17:42:46.705 +03:00 [DBG] Connection id "0HNC8090TG73G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:46.705 +03:00 [DBG] Connection id "0HNC8090TG73G" disconnecting. 2025-06-27 17:42:46.705 +03:00 [DBG] Connection id "0HNC8090TG73G" stopped. 2025-06-27 17:42:46.741 +03:00 [DBG] Connection id "0HNC8090TG73H" accepted. 2025-06-27 17:42:46.741 +03:00 [DBG] Connection id "0HNC8090TG73H" started. 2025-06-27 17:42:46.741 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:46.741 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:46.741 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:46.741 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:46.741 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:46.741 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:46.742 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:46.742 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:46.742 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:46.742 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:46.742 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:46.742 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:46.742 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:46.742 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:46.742 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:46.742 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.742 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.742 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:46.742 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:46.742 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:46.742 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:46.742 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:46.742 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:46.742 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:46.742 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:46.742 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.742 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.742 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.742 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.742 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:46.743 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:46.743 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:46.744 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5509ms. 2025-06-27 17:42:46.744 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.744 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:46.745 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:46.745 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:46.745 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:46.745 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:46.745 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:46.745 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:46.745 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:46.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.745 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.745 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.745 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.745 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.745 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0982ms 2025-06-27 17:42:46.745 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:46.745 +03:00 [DBG] Connection id "0HNC8090TG73H" completed keep alive response. 2025-06-27 17:42:46.745 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.9315ms 2025-06-27 17:42:46.745 +03:00 [DBG] Connection id "0HNC8090TG73H" received FIN. 2025-06-27 17:42:46.745 +03:00 [DBG] Connection id "0HNC8090TG73H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:46.745 +03:00 [DBG] Connection id "0HNC8090TG73H" disconnecting. 2025-06-27 17:42:46.746 +03:00 [DBG] Connection id "0HNC8090TG73H" stopped. 2025-06-27 17:42:46.789 +03:00 [DBG] Connection id "0HNC8090TG73I" accepted. 2025-06-27 17:42:46.789 +03:00 [DBG] Connection id "0HNC8090TG73I" started. 2025-06-27 17:42:46.789 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:46.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:46.789 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:46.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:46.790 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:46.790 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:46.790 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:46.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:46.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:46.790 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:46.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:46.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:46.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:46.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:46.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:46.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:46.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:46.790 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:46.790 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:46.790 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:46.790 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:46.790 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:46.790 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:46.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:46.791 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:46.791 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:46.951 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 160.7046ms. 2025-06-27 17:42:46.952 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.952 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:46.952 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:46.952 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:46.952 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:46.952 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:46.952 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:46.952 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:46.953 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:46.953 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.953 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:46.953 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.953 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.953 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.953 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:46.953 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.2473ms 2025-06-27 17:42:46.953 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:46.953 +03:00 [DBG] Connection id "0HNC8090TG73I" completed keep alive response. 2025-06-27 17:42:46.953 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 163.9992ms 2025-06-27 17:42:46.957 +03:00 [DBG] Connection id "0HNC8090TG73I" received FIN. 2025-06-27 17:42:46.957 +03:00 [DBG] Connection id "0HNC8090TG73I" disconnecting. 2025-06-27 17:42:46.958 +03:00 [DBG] Connection id "0HNC8090TG73I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:46.959 +03:00 [DBG] Connection id "0HNC8090TG73I" stopped. 2025-06-27 17:42:50.772 +03:00 [DBG] Connection id "0HNC8090TG73J" accepted. 2025-06-27 17:42:50.772 +03:00 [DBG] Connection id "0HNC8090TG73J" started. 2025-06-27 17:42:50.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:50.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:50.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:50.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:50.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:50.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:50.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:50.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:50.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:50.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:50.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:50.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:50.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:50.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:50.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:50.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:50.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:50.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:50.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:50.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:50.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1484ms. 2025-06-27 17:42:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:50.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:50.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:50.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9453ms 2025-06-27 17:42:50.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:50.774 +03:00 [DBG] Connection id "0HNC8090TG73J" completed keep alive response. 2025-06-27 17:42:50.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5812ms 2025-06-27 17:42:50.774 +03:00 [DBG] Connection id "0HNC8090TG73J" received FIN. 2025-06-27 17:42:50.774 +03:00 [DBG] Connection id "0HNC8090TG73J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:50.774 +03:00 [DBG] Connection id "0HNC8090TG73J" disconnecting. 2025-06-27 17:42:50.775 +03:00 [DBG] Connection id "0HNC8090TG73J" stopped. 2025-06-27 17:42:55.434 +03:00 [DBG] Connection id "0HNC8090TG73K" accepted. 2025-06-27 17:42:55.434 +03:00 [DBG] Connection id "0HNC8090TG73K" started. 2025-06-27 17:42:55.434 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 3 2025-06-27 17:42:55.434 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:55.434 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:55.434 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:42:55.434 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:42:55.434 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:42:55.434 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:55.434 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:55.434 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:55.434 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:55.434 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:42:55.435 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:55.435 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:55.435 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:55.435 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:55.435 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:55.435 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:55.435 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.435 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.435 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:55.435 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:55.435 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:42:55.435 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:42:55.435 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:42:55.435 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:42:55.435 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:42:55.435 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:42:55.435 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:42:55.435 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:42:55.435 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:42:55.436 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:42:55.436 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:42:55.436 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:42:55.436 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:42:55.436 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:42:55.436 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:42:55.436 +03:00 [DBG] Connection id "0HNC8090TG73K", Request id "0HNC8090TG73K:00000001": started reading request body. 2025-06-27 17:42:55.436 +03:00 [DBG] Connection id "0HNC8090TG73K", Request id "0HNC8090TG73K:00000001": done reading request body. 2025-06-27 17:42:55.436 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:42:55.436 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:42:55.436 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:42:55.436 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:42:55.436 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:42:55.436 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.436 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.436 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.436 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.436 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:55.436 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:42:55.436 +03:00 [INF] Changing group of physicals [9] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:55.466 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.6182ms. 2025-06-27 17:42:55.466 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.466 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:55.466 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:55.467 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:55.467 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.467 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.467 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.467 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.467 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.467 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.467 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 32.0381ms 2025-06-27 17:42:55.467 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:42:55.467 +03:00 [DBG] Connection id "0HNC8090TG73K" completed keep alive response. 2025-06-27 17:42:55.467 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 33.2411ms 2025-06-27 17:42:55.467 +03:00 [DBG] Connection id "0HNC8090TG73K" received FIN. 2025-06-27 17:42:55.468 +03:00 [DBG] Connection id "0HNC8090TG73K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:55.468 +03:00 [DBG] Connection id "0HNC8090TG73K" disconnecting. 2025-06-27 17:42:55.468 +03:00 [DBG] Connection id "0HNC8090TG73K" stopped. 2025-06-27 17:42:55.504 +03:00 [DBG] Connection id "0HNC8090TG73L" accepted. 2025-06-27 17:42:55.504 +03:00 [DBG] Connection id "0HNC8090TG73L" started. 2025-06-27 17:42:55.504 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:55.504 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:55.504 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:55.504 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:55.504 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:55.504 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:55.504 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:55.504 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:55.505 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:55.505 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:55.505 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:55.505 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:55.505 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:55.505 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:55.505 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:55.505 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.505 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.505 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:55.505 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:55.505 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:55.505 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:55.505 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:55.505 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:55.505 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:55.505 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:55.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.506 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:55.506 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:55.506 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:55.507 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.3299ms. 2025-06-27 17:42:55.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.507 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:55.508 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:55.508 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:55.508 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:55.508 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:55.508 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:55.508 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:55.508 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:55.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.508 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.508 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.508 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.508 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.508 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.1181ms 2025-06-27 17:42:55.508 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:55.508 +03:00 [DBG] Connection id "0HNC8090TG73L" completed keep alive response. 2025-06-27 17:42:55.508 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.4022ms 2025-06-27 17:42:55.509 +03:00 [DBG] Connection id "0HNC8090TG73L" received FIN. 2025-06-27 17:42:55.509 +03:00 [DBG] Connection id "0HNC8090TG73L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:55.509 +03:00 [DBG] Connection id "0HNC8090TG73L" disconnecting. 2025-06-27 17:42:55.509 +03:00 [DBG] Connection id "0HNC8090TG73L" stopped. 2025-06-27 17:42:55.553 +03:00 [DBG] Connection id "0HNC8090TG73M" accepted. 2025-06-27 17:42:55.553 +03:00 [DBG] Connection id "0HNC8090TG73M" started. 2025-06-27 17:42:55.554 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:42:55.554 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:55.554 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:42:55.554 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:55.554 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:42:55.554 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:55.554 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:55.554 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:55.554 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:55.554 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:42:55.554 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:55.554 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:55.554 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:55.554 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:55.555 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:55.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.555 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:55.555 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:42:55.555 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:42:55.555 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:42:55.555 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:55.555 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:42:55.555 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:42:55.555 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:42:55.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.555 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:55.555 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:42:55.555 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:42:55.730 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 174.8466ms. 2025-06-27 17:42:55.730 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.730 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:55.730 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:42:55.730 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:42:55.730 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:42:55.730 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:42:55.730 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:42:55.731 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:42:55.732 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:42:55.732 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.732 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.732 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.732 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.732 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.732 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.732 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 177.5541ms 2025-06-27 17:42:55.732 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:42:55.732 +03:00 [DBG] Connection id "0HNC8090TG73M" completed keep alive response. 2025-06-27 17:42:55.732 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 178.5965ms 2025-06-27 17:42:55.736 +03:00 [DBG] Connection id "0HNC8090TG73M" received FIN. 2025-06-27 17:42:55.736 +03:00 [DBG] Connection id "0HNC8090TG73M" disconnecting. 2025-06-27 17:42:55.736 +03:00 [DBG] Connection id "0HNC8090TG73M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:55.738 +03:00 [DBG] Connection id "0HNC8090TG73M" stopped. 2025-06-27 17:42:55.773 +03:00 [DBG] Connection id "0HNC8090TG73N" accepted. 2025-06-27 17:42:55.773 +03:00 [DBG] Connection id "0HNC8090TG73N" started. 2025-06-27 17:42:55.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:42:55.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:42:55.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:42:55.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:42:55.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:42:55.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:55.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:42:55.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:42:55.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:42:55.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:42:55.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:55.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:42:55.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:42:55.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:42:55.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:42:55.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:42:55.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:42:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:55.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:42:55.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1181ms. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:55.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:42:55.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:42:55.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7003ms 2025-06-27 17:42:55.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:42:55.774 +03:00 [DBG] Connection id "0HNC8090TG73N" completed keep alive response. 2025-06-27 17:42:55.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2544ms 2025-06-27 17:42:55.775 +03:00 [DBG] Connection id "0HNC8090TG73N" received FIN. 2025-06-27 17:42:55.775 +03:00 [DBG] Connection id "0HNC8090TG73N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:42:55.775 +03:00 [DBG] Connection id "0HNC8090TG73N" disconnecting. 2025-06-27 17:42:55.775 +03:00 [DBG] Connection id "0HNC8090TG73N" stopped. 2025-06-27 17:43:00.788 +03:00 [DBG] Connection id "0HNC8090TG73O" accepted. 2025-06-27 17:43:00.788 +03:00 [DBG] Connection id "0HNC8090TG73O" started. 2025-06-27 17:43:00.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:00.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:00.789 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:00.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:00.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:00.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:00.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:00.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:00.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:00.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:00.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:00.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:00.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:00.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:00.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:00.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:00.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:00.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:00.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:00.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:00.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:00.791 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2021ms. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:00.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:00.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:00.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:00.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:00.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:00.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:00.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8154ms 2025-06-27 17:43:00.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:00.792 +03:00 [DBG] Connection id "0HNC8090TG73O" completed keep alive response. 2025-06-27 17:43:00.792 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.5659ms 2025-06-27 17:43:00.792 +03:00 [DBG] Connection id "0HNC8090TG73O" received FIN. 2025-06-27 17:43:00.792 +03:00 [DBG] Connection id "0HNC8090TG73O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:00.793 +03:00 [DBG] Connection id "0HNC8090TG73O" disconnecting. 2025-06-27 17:43:00.793 +03:00 [DBG] Connection id "0HNC8090TG73O" stopped. 2025-06-27 17:43:05.777 +03:00 [DBG] Connection id "0HNC8090TG73P" accepted. 2025-06-27 17:43:05.777 +03:00 [DBG] Connection id "0HNC8090TG73P" started. 2025-06-27 17:43:05.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:05.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:05.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:05.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:05.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:05.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:05.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:05.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:05.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:05.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:05.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:05.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:05.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:05.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1325ms. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:05.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:05.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.156ms 2025-06-27 17:43:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:05.779 +03:00 [DBG] Connection id "0HNC8090TG73P" completed keep alive response. 2025-06-27 17:43:05.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8129ms 2025-06-27 17:43:05.779 +03:00 [DBG] Connection id "0HNC8090TG73P" received FIN. 2025-06-27 17:43:05.779 +03:00 [DBG] Connection id "0HNC8090TG73P" disconnecting. 2025-06-27 17:43:05.779 +03:00 [DBG] Connection id "0HNC8090TG73P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:05.780 +03:00 [DBG] Connection id "0HNC8090TG73P" stopped. 2025-06-27 17:43:10.775 +03:00 [DBG] Connection id "0HNC8090TG73Q" accepted. 2025-06-27 17:43:10.775 +03:00 [DBG] Connection id "0HNC8090TG73Q" started. 2025-06-27 17:43:10.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:10.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:10.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:10.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:10.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:10.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:10.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:10.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:10.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:10.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:10.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:10.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:10.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1289ms. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:10.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:10.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:10.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:10.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8922ms 2025-06-27 17:43:10.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:10.777 +03:00 [DBG] Connection id "0HNC8090TG73Q" completed keep alive response. 2025-06-27 17:43:10.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.588ms 2025-06-27 17:43:10.777 +03:00 [DBG] Connection id "0HNC8090TG73Q" received FIN. 2025-06-27 17:43:10.777 +03:00 [DBG] Connection id "0HNC8090TG73Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:10.777 +03:00 [DBG] Connection id "0HNC8090TG73Q" disconnecting. 2025-06-27 17:43:10.777 +03:00 [DBG] Connection id "0HNC8090TG73Q" stopped. 2025-06-27 17:43:13.567 +03:00 [DBG] Connection id "0HNC8090TG73R" accepted. 2025-06-27 17:43:13.567 +03:00 [DBG] Connection id "0HNC8090TG73R" started. 2025-06-27 17:43:13.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/ - application/json;charset=UTF-8 5 2025-06-27 17:43:13.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:13.568 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:13.568 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/' 2025-06-27 17:43:13.568 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/' 2025-06-27 17:43:13.568 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:13.568 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:13.568 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:13.568 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:13.568 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:13.568 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:13.568 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:13.568 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:13.568 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:13.568 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:13.568 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:13.568 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:13.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.568 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:13.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:43:13.568 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:13.568 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:43:13.568 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:43:13.568 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:13.568 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:43:13.568 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:43:13.568 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:43:13.569 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:43:13.569 +03:00 [DBG] Connection id "0HNC8090TG73R", Request id "0HNC8090TG73R:00000001": started reading request body. 2025-06-27 17:43:13.569 +03:00 [DBG] Connection id "0HNC8090TG73R", Request id "0HNC8090TG73R:00000001": done reading request body. 2025-06-27 17:43:13.569 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:43:13.569 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:13.569 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:13.569 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:43:13.569 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:13.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.569 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:13.569 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-5","System.Int32[]"]) 2025-06-27 17:43:13.569 +03:00 [INF] Changing group of physicals [526] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:13.586 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.0612ms. 2025-06-27 17:43:13.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:13.586 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:13.586 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 18.3296ms 2025-06-27 17:43:13.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:13.586 +03:00 [DBG] Connection id "0HNC8090TG73R" completed keep alive response. 2025-06-27 17:43:13.587 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/ - 200 0 null 18.957ms 2025-06-27 17:43:13.587 +03:00 [DBG] Connection id "0HNC8090TG73R" received FIN. 2025-06-27 17:43:13.587 +03:00 [DBG] Connection id "0HNC8090TG73R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:13.587 +03:00 [DBG] Connection id "0HNC8090TG73R" disconnecting. 2025-06-27 17:43:13.587 +03:00 [DBG] Connection id "0HNC8090TG73R" stopped. 2025-06-27 17:43:13.621 +03:00 [DBG] Connection id "0HNC8090TG73S" accepted. 2025-06-27 17:43:13.621 +03:00 [DBG] Connection id "0HNC8090TG73S" started. 2025-06-27 17:43:13.621 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:13.621 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:13.621 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:13.621 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:13.621 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:13.621 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:13.622 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:13.622 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:13.622 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:13.622 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:13.622 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:13.622 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:13.622 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:13.622 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:13.622 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:13.622 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.622 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.622 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:13.622 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:13.622 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:13.622 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:13.622 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:13.622 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:13.622 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:13.622 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:13.622 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.622 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.622 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.622 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.622 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:13.622 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:13.622 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:13.623 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.7541ms. 2025-06-27 17:43:13.623 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.623 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:13.623 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:13.623 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:13.623 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:13.623 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:13.623 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:13.623 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:13.624 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:13.624 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.624 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.624 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.624 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.624 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.624 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.624 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.7998ms 2025-06-27 17:43:13.624 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:13.624 +03:00 [DBG] Connection id "0HNC8090TG73S" completed keep alive response. 2025-06-27 17:43:13.624 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3822ms 2025-06-27 17:43:13.624 +03:00 [DBG] Connection id "0HNC8090TG73S" received FIN. 2025-06-27 17:43:13.624 +03:00 [DBG] Connection id "0HNC8090TG73S" disconnecting. 2025-06-27 17:43:13.624 +03:00 [DBG] Connection id "0HNC8090TG73S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:13.625 +03:00 [DBG] Connection id "0HNC8090TG73S" stopped. 2025-06-27 17:43:13.665 +03:00 [DBG] Connection id "0HNC8090TG73T" accepted. 2025-06-27 17:43:13.665 +03:00 [DBG] Connection id "0HNC8090TG73T" started. 2025-06-27 17:43:13.665 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:13.665 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:13.665 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:13.665 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:13.665 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:13.665 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:13.666 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:13.666 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:13.666 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:13.666 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:13.666 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:13.666 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:13.666 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:13.666 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:13.666 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:13.666 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.666 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.666 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:13.666 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:13.666 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:13.666 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:13.666 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:13.666 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:13.666 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:13.666 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:13.666 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.666 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.666 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.666 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.666 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:13.666 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:13.666 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:13.822 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 156.126ms. 2025-06-27 17:43:13.823 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.823 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:13.823 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:13.823 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:13.823 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:13.823 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:13.823 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:13.823 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:13.824 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:13.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.824 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:13.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.825 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.825 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.825 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:13.825 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 158.6946ms 2025-06-27 17:43:13.825 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:13.825 +03:00 [DBG] Connection id "0HNC8090TG73T" completed keep alive response. 2025-06-27 17:43:13.825 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 159.4182ms 2025-06-27 17:43:13.828 +03:00 [DBG] Connection id "0HNC8090TG73T" received FIN. 2025-06-27 17:43:13.829 +03:00 [DBG] Connection id "0HNC8090TG73T" disconnecting. 2025-06-27 17:43:13.829 +03:00 [DBG] Connection id "0HNC8090TG73T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:13.830 +03:00 [DBG] Connection id "0HNC8090TG73T" stopped. 2025-06-27 17:43:15.773 +03:00 [DBG] Connection id "0HNC8090TG73U" accepted. 2025-06-27 17:43:15.773 +03:00 [DBG] Connection id "0HNC8090TG73U" started. 2025-06-27 17:43:15.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:15.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:15.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:15.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:15.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:15.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:15.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:15.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:15.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:15.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:15.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:15.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:15.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:15.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:15.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:15.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:15.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:15.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:15.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:15.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1678ms. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:15.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:15.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:15.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.149ms 2025-06-27 17:43:15.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:15.776 +03:00 [DBG] Connection id "0HNC8090TG73U" completed keep alive response. 2025-06-27 17:43:15.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.972ms 2025-06-27 17:43:15.776 +03:00 [DBG] Connection id "0HNC8090TG73U" received FIN. 2025-06-27 17:43:15.776 +03:00 [DBG] Connection id "0HNC8090TG73U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:15.776 +03:00 [DBG] Connection id "0HNC8090TG73U" disconnecting. 2025-06-27 17:43:15.776 +03:00 [DBG] Connection id "0HNC8090TG73U" stopped. 2025-06-27 17:43:19.067 +03:00 [DBG] Connection id "0HNC8090TG73V" accepted. 2025-06-27 17:43:19.067 +03:00 [DBG] Connection id "0HNC8090TG73V" started. 2025-06-27 17:43:19.067 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/ - application/json;charset=UTF-8 5 2025-06-27 17:43:19.067 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:19.067 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:19.067 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/' 2025-06-27 17:43:19.067 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/' 2025-06-27 17:43:19.067 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:19.067 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:19.067 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:19.067 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:19.067 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:19.067 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:19.068 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:19.068 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:19.068 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:19.068 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:19.068 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:19.068 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:19.068 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.068 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.068 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:19.068 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:43:19.068 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:43:19.068 +03:00 [DBG] Connection id "0HNC8090TG73V", Request id "0HNC8090TG73V:00000001": started reading request body. 2025-06-27 17:43:19.068 +03:00 [DBG] Connection id "0HNC8090TG73V", Request id "0HNC8090TG73V:00000001": done reading request body. 2025-06-27 17:43:19.068 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:19.068 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:43:19.068 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:19.068 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.068 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.068 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.068 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.068 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:19.068 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-5","System.Int32[]"]) 2025-06-27 17:43:19.068 +03:00 [INF] Changing group of physicals [527] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:19.085 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.2196ms. 2025-06-27 17:43:19.085 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:19.085 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:19.085 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.085 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.085 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 17.3587ms 2025-06-27 17:43:19.085 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:19.085 +03:00 [DBG] Connection id "0HNC8090TG73V" completed keep alive response. 2025-06-27 17:43:19.085 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-5/ - 200 0 null 18.015ms 2025-06-27 17:43:19.085 +03:00 [DBG] Connection id "0HNC8090TG73V" received FIN. 2025-06-27 17:43:19.085 +03:00 [DBG] Connection id "0HNC8090TG73V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:19.085 +03:00 [DBG] Connection id "0HNC8090TG73V" disconnecting. 2025-06-27 17:43:19.086 +03:00 [DBG] Connection id "0HNC8090TG73V" stopped. 2025-06-27 17:43:19.126 +03:00 [DBG] Connection id "0HNC8090TG740" accepted. 2025-06-27 17:43:19.126 +03:00 [DBG] Connection id "0HNC8090TG740" started. 2025-06-27 17:43:19.127 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:19.127 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:19.127 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:19.127 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:19.127 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:19.127 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:19.127 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:19.127 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:19.127 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:19.127 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:19.127 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:19.127 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:19.127 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:19.127 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:19.127 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:19.127 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.127 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.127 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:19.127 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:19.127 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:19.127 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:19.127 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:19.127 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:19.127 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:19.127 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:19.127 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.127 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.127 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.127 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.127 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:19.128 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:19.128 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:19.128 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8258ms. 2025-06-27 17:43:19.128 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.128 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.128 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:19.129 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:19.129 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:19.129 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:19.129 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:19.129 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:19.129 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:19.129 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.129 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.129 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.7709ms 2025-06-27 17:43:19.129 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:19.129 +03:00 [DBG] Connection id "0HNC8090TG740" completed keep alive response. 2025-06-27 17:43:19.129 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3937ms 2025-06-27 17:43:19.129 +03:00 [DBG] Connection id "0HNC8090TG740" received FIN. 2025-06-27 17:43:19.129 +03:00 [DBG] Connection id "0HNC8090TG740" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:19.129 +03:00 [DBG] Connection id "0HNC8090TG740" disconnecting. 2025-06-27 17:43:19.129 +03:00 [DBG] Connection id "0HNC8090TG740" stopped. 2025-06-27 17:43:19.175 +03:00 [DBG] Connection id "0HNC8090TG741" accepted. 2025-06-27 17:43:19.175 +03:00 [DBG] Connection id "0HNC8090TG741" started. 2025-06-27 17:43:19.175 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:19.175 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:19.175 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:19.175 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:19.175 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:19.175 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:19.175 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:19.175 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:19.176 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:19.176 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:19.176 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:19.176 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:19.176 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:19.176 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:19.176 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:19.176 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.176 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.176 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:19.176 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:19.176 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:19.176 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:19.176 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:19.176 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:19.176 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:19.176 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:19.176 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.176 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.176 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.176 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.176 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:19.176 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:19.176 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:19.315 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 138.7661ms. 2025-06-27 17:43:19.315 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.315 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:19.315 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:19.315 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:19.315 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:19.315 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:19.315 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:19.315 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:19.317 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:19.317 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.317 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:19.317 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.317 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.317 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.317 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:19.317 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 141.0037ms 2025-06-27 17:43:19.317 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:19.317 +03:00 [DBG] Connection id "0HNC8090TG741" completed keep alive response. 2025-06-27 17:43:19.317 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 141.6259ms 2025-06-27 17:43:19.320 +03:00 [DBG] Connection id "0HNC8090TG741" received FIN. 2025-06-27 17:43:19.321 +03:00 [DBG] Connection id "0HNC8090TG741" disconnecting. 2025-06-27 17:43:19.321 +03:00 [DBG] Connection id "0HNC8090TG741" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:19.322 +03:00 [DBG] Connection id "0HNC8090TG741" stopped. 2025-06-27 17:43:20.773 +03:00 [DBG] Connection id "0HNC8090TG742" accepted. 2025-06-27 17:43:20.773 +03:00 [DBG] Connection id "0HNC8090TG742" started. 2025-06-27 17:43:20.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:20.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:20.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:20.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:20.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:20.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:20.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:20.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:20.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:20.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:20.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:20.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:20.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:20.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:20.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:20.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:20.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:20.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:20.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:20.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:20.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1771ms. 2025-06-27 17:43:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:20.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:20.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:20.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1392ms 2025-06-27 17:43:20.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:20.775 +03:00 [DBG] Connection id "0HNC8090TG742" completed keep alive response. 2025-06-27 17:43:20.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0721ms 2025-06-27 17:43:20.775 +03:00 [DBG] Connection id "0HNC8090TG742" received FIN. 2025-06-27 17:43:20.775 +03:00 [DBG] Connection id "0HNC8090TG742" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:20.775 +03:00 [DBG] Connection id "0HNC8090TG742" disconnecting. 2025-06-27 17:43:20.776 +03:00 [DBG] Connection id "0HNC8090TG742" stopped. 2025-06-27 17:43:25.783 +03:00 [DBG] Connection id "0HNC8090TG743" accepted. 2025-06-27 17:43:25.784 +03:00 [DBG] Connection id "0HNC8090TG743" started. 2025-06-27 17:43:25.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:25.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:25.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:25.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:25.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:25.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:25.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:25.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:25.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:25.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:25.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:25.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:25.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:25.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:25.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:25.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:25.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:25.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1734ms. 2025-06-27 17:43:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:25.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:25.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:25.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4414ms 2025-06-27 17:43:25.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:25.786 +03:00 [DBG] Connection id "0HNC8090TG743" completed keep alive response. 2025-06-27 17:43:25.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5361ms 2025-06-27 17:43:25.787 +03:00 [DBG] Connection id "0HNC8090TG743" received FIN. 2025-06-27 17:43:25.787 +03:00 [DBG] Connection id "0HNC8090TG743" disconnecting. 2025-06-27 17:43:25.787 +03:00 [DBG] Connection id "0HNC8090TG743" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:25.788 +03:00 [DBG] Connection id "0HNC8090TG743" stopped. 2025-06-27 17:43:30.773 +03:00 [DBG] Connection id "0HNC8090TG744" accepted. 2025-06-27 17:43:30.773 +03:00 [DBG] Connection id "0HNC8090TG744" started. 2025-06-27 17:43:30.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:30.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:30.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:30.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:30.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:30.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:30.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:30.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:30.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:30.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:30.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:30.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:30.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:30.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:30.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:30.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:30.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:30.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:30.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:30.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:30.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1313ms. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:30.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:30.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:30.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6311ms 2025-06-27 17:43:30.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:30.775 +03:00 [DBG] Connection id "0HNC8090TG744" completed keep alive response. 2025-06-27 17:43:30.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2398ms 2025-06-27 17:43:30.775 +03:00 [DBG] Connection id "0HNC8090TG744" received FIN. 2025-06-27 17:43:30.775 +03:00 [DBG] Connection id "0HNC8090TG744" disconnecting. 2025-06-27 17:43:30.775 +03:00 [DBG] Connection id "0HNC8090TG744" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:30.776 +03:00 [DBG] Connection id "0HNC8090TG744" stopped. 2025-06-27 17:43:33.972 +03:00 [DBG] Connection id "0HNC8090TG745" accepted. 2025-06-27 17:43:33.972 +03:00 [DBG] Connection id "0HNC8090TG745" started. 2025-06-27 17:43:33.973 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 695 2025-06-27 17:43:33.973 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:33.973 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:33.973 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:43:33.973 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:43:33.973 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:43:33.973 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:33.973 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:33.973 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:33.973 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:33.973 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:43:33.973 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:33.974 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:33.974 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:33.974 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:33.974 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:33.974 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:33.974 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:33.974 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:33.974 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:33.974 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:33.974 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:43:33.974 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:43:33.974 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:43:33.974 +03:00 [DBG] Connection id "0HNC8090TG745", Request id "0HNC8090TG745:00000001": started reading request body. 2025-06-27 17:43:33.974 +03:00 [DBG] Connection id "0HNC8090TG745", Request id "0HNC8090TG745:00000001": done reading request body. 2025-06-27 17:43:33.974 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:43:33.974 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:43:33.974 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:43:33.974 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:43:33.974 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:43:33.974 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:33.974 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:33.974 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:33.974 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:33.975 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:33.975 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:43:33.975 +03:00 [INF] Updating physical elements properties 2025-06-27 17:43:34.003 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.564ms. 2025-06-27 17:43:34.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:34.004 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:34.004 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:34.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.004 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.004 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 30.1576ms 2025-06-27 17:43:34.004 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:43:34.004 +03:00 [DBG] Connection id "0HNC8090TG745" completed keep alive response. 2025-06-27 17:43:34.004 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 31.3557ms 2025-06-27 17:43:34.004 +03:00 [DBG] Connection id "0HNC8090TG745" received FIN. 2025-06-27 17:43:34.004 +03:00 [DBG] Connection id "0HNC8090TG745" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:34.005 +03:00 [DBG] Connection id "0HNC8090TG745" disconnecting. 2025-06-27 17:43:34.005 +03:00 [DBG] Connection id "0HNC8090TG745" stopped. 2025-06-27 17:43:34.045 +03:00 [DBG] Connection id "0HNC8090TG746" accepted. 2025-06-27 17:43:34.045 +03:00 [DBG] Connection id "0HNC8090TG746" started. 2025-06-27 17:43:34.045 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:34.046 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:34.046 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:34.046 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:34.046 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:34.046 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:34.046 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:34.046 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:34.046 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:34.046 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:34.046 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:34.046 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:34.046 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:34.046 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:34.046 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:34.046 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.046 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.046 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:34.046 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:34.046 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:34.047 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:34.047 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:34.047 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:34.047 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:34.047 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:34.047 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.047 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.047 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.047 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.047 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:34.047 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:34.047 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:34.050 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.6978ms. 2025-06-27 17:43:34.050 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:34.050 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:34.050 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:34.050 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:34.050 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:34.050 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:34.050 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:34.050 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.050 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.050 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.2466ms 2025-06-27 17:43:34.050 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:34.051 +03:00 [DBG] Connection id "0HNC8090TG746" completed keep alive response. 2025-06-27 17:43:34.051 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.0706ms 2025-06-27 17:43:34.051 +03:00 [DBG] Connection id "0HNC8090TG746" received FIN. 2025-06-27 17:43:34.051 +03:00 [DBG] Connection id "0HNC8090TG746" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:34.051 +03:00 [DBG] Connection id "0HNC8090TG746" disconnecting. 2025-06-27 17:43:34.051 +03:00 [DBG] Connection id "0HNC8090TG746" stopped. 2025-06-27 17:43:34.091 +03:00 [DBG] Connection id "0HNC8090TG747" accepted. 2025-06-27 17:43:34.091 +03:00 [DBG] Connection id "0HNC8090TG747" started. 2025-06-27 17:43:34.092 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:34.092 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:34.092 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:34.092 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:34.092 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:34.092 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:34.092 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:34.092 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:34.092 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:34.092 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:34.092 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:34.092 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:34.092 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:34.092 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:34.092 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:34.092 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.092 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.092 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:34.092 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:34.092 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:34.092 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:34.092 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:34.092 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:34.092 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:34.092 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:34.092 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.092 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.092 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.092 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.092 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:34.092 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:34.092 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:34.232 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 139.5353ms. 2025-06-27 17:43:34.232 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.232 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:34.232 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:34.232 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:34.232 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:34.232 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:34.232 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:34.232 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:34.235 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:34.236 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.236 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:34.236 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.236 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.236 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.236 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:34.236 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 143.7839ms 2025-06-27 17:43:34.236 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:34.236 +03:00 [DBG] Connection id "0HNC8090TG747" completed keep alive response. 2025-06-27 17:43:34.236 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 144.4588ms 2025-06-27 17:43:34.242 +03:00 [DBG] Connection id "0HNC8090TG747" received FIN. 2025-06-27 17:43:34.242 +03:00 [DBG] Connection id "0HNC8090TG747" disconnecting. 2025-06-27 17:43:34.242 +03:00 [DBG] Connection id "0HNC8090TG747" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:34.243 +03:00 [DBG] Connection id "0HNC8090TG747" stopped. 2025-06-27 17:43:35.775 +03:00 [DBG] Connection id "0HNC8090TG748" accepted. 2025-06-27 17:43:35.775 +03:00 [DBG] Connection id "0HNC8090TG748" started. 2025-06-27 17:43:35.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:35.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:35.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:35.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:35.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:35.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:35.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:35.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:35.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:35.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:35.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:35.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:35.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:35.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2522ms. 2025-06-27 17:43:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:35.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:35.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6087ms 2025-06-27 17:43:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:35.778 +03:00 [DBG] Connection id "0HNC8090TG748" completed keep alive response. 2025-06-27 17:43:35.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5142ms 2025-06-27 17:43:35.778 +03:00 [DBG] Connection id "0HNC8090TG748" received FIN. 2025-06-27 17:43:35.778 +03:00 [DBG] Connection id "0HNC8090TG748" disconnecting. 2025-06-27 17:43:35.778 +03:00 [DBG] Connection id "0HNC8090TG748" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:35.779 +03:00 [DBG] Connection id "0HNC8090TG748" stopped. 2025-06-27 17:43:40.773 +03:00 [DBG] Connection id "0HNC8090TG749" accepted. 2025-06-27 17:43:40.773 +03:00 [DBG] Connection id "0HNC8090TG749" started. 2025-06-27 17:43:40.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:40.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:40.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:40.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:40.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:40.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:40.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:40.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:40.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:40.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:40.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:40.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:40.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:40.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:40.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:40.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:40.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:40.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:40.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:40.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:40.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1743ms. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:40.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:40.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:40.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:40.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4087ms 2025-06-27 17:43:40.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:40.776 +03:00 [DBG] Connection id "0HNC8090TG749" completed keep alive response. 2025-06-27 17:43:40.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3892ms 2025-06-27 17:43:40.776 +03:00 [DBG] Connection id "0HNC8090TG749" received FIN. 2025-06-27 17:43:40.776 +03:00 [DBG] Connection id "0HNC8090TG749" disconnecting. 2025-06-27 17:43:40.776 +03:00 [DBG] Connection id "0HNC8090TG749" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:40.777 +03:00 [DBG] Connection id "0HNC8090TG749" stopped. 2025-06-27 17:43:42.758 +03:00 [DBG] Connection id "0HNC8090TG74A" accepted. 2025-06-27 17:43:42.758 +03:00 [DBG] Connection id "0HNC8090TG74A" started. 2025-06-27 17:43:42.758 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:43:42.758 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:42.758 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:42.758 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:43:42.758 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:43:42.758 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:42.758 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:42.758 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:42.758 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:42.758 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:42.758 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:42.758 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:42.758 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:42.758 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:42.758 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:42.758 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:42.758 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:42.758 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.758 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.758 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:42.759 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:43:42.759 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:43:42.759 +03:00 [DBG] Connection id "0HNC8090TG74A", Request id "0HNC8090TG74A:00000001": started reading request body. 2025-06-27 17:43:42.759 +03:00 [DBG] Connection id "0HNC8090TG74A", Request id "0HNC8090TG74A:00000001": done reading request body. 2025-06-27 17:43:42.759 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:42.759 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:43:42.759 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:43:42.759 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.759 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.759 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.759 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.759 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:42.759 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:43:42.759 +03:00 [INF] Changing group of physicals [39] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:42.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.7942ms. 2025-06-27 17:43:42.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:42.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:42.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 24.0984ms 2025-06-27 17:43:42.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:43:42.782 +03:00 [DBG] Connection id "0HNC8090TG74A" completed keep alive response. 2025-06-27 17:43:42.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 24.6986ms 2025-06-27 17:43:42.783 +03:00 [DBG] Connection id "0HNC8090TG74A" received FIN. 2025-06-27 17:43:42.783 +03:00 [DBG] Connection id "0HNC8090TG74A" disconnecting. 2025-06-27 17:43:42.783 +03:00 [DBG] Connection id "0HNC8090TG74A" stopped. 2025-06-27 17:43:42.783 +03:00 [DBG] Connection id "0HNC8090TG74A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:42.819 +03:00 [DBG] Connection id "0HNC8090TG74B" accepted. 2025-06-27 17:43:42.819 +03:00 [DBG] Connection id "0HNC8090TG74B" started. 2025-06-27 17:43:42.819 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:42.819 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:42.819 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:42.819 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:42.820 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:42.820 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:42.820 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:42.820 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:42.820 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:42.820 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:42.820 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:42.820 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:42.820 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:42.820 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:42.820 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:42.820 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.820 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.820 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:42.820 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:42.820 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:42.820 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:42.820 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:42.820 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:42.820 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:42.820 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:42.821 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.821 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.821 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.821 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.821 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:42.821 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:42.821 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:42.822 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.026ms. 2025-06-27 17:43:42.822 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.822 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:42.822 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:42.822 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:42.822 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:42.822 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:42.822 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:42.822 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:42.822 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:42.823 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.823 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:42.823 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.823 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.823 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.823 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.823 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.652ms 2025-06-27 17:43:42.823 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:42.823 +03:00 [DBG] Connection id "0HNC8090TG74B" completed keep alive response. 2025-06-27 17:43:42.823 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5999ms 2025-06-27 17:43:42.823 +03:00 [DBG] Connection id "0HNC8090TG74B" received FIN. 2025-06-27 17:43:42.823 +03:00 [DBG] Connection id "0HNC8090TG74B" disconnecting. 2025-06-27 17:43:42.823 +03:00 [DBG] Connection id "0HNC8090TG74B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:42.824 +03:00 [DBG] Connection id "0HNC8090TG74B" stopped. 2025-06-27 17:43:42.863 +03:00 [DBG] Connection id "0HNC8090TG74C" accepted. 2025-06-27 17:43:42.863 +03:00 [DBG] Connection id "0HNC8090TG74C" started. 2025-06-27 17:43:42.863 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:42.863 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:42.863 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:42.863 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:42.863 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:42.863 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:42.863 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:42.863 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:42.863 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:42.864 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:42.864 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:42.864 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:42.864 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:42.864 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:42.864 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:42.864 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.864 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:42.864 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:42.864 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:42.864 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:42.864 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:42.864 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:42.864 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:42.864 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:42.864 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:42.864 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.864 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:42.864 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.865 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:42.865 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:42.865 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:42.865 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:43.019 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 154.3695ms. 2025-06-27 17:43:43.019 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:43.019 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:43.019 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:43.019 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:43.019 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:43.019 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:43.019 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:43.019 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:43.021 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:43.021 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:43.021 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:43.021 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:43.021 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:43.021 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:43.021 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:43.021 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 157.0903ms 2025-06-27 17:43:43.021 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:43.021 +03:00 [DBG] Connection id "0HNC8090TG74C" completed keep alive response. 2025-06-27 17:43:43.021 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 158.0052ms 2025-06-27 17:43:43.024 +03:00 [DBG] Connection id "0HNC8090TG74C" received FIN. 2025-06-27 17:43:43.024 +03:00 [DBG] Connection id "0HNC8090TG74C" disconnecting. 2025-06-27 17:43:43.024 +03:00 [DBG] Connection id "0HNC8090TG74C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:43.025 +03:00 [DBG] Connection id "0HNC8090TG74C" stopped. 2025-06-27 17:43:45.769 +03:00 [DBG] Connection id "0HNC8090TG74D" accepted. 2025-06-27 17:43:45.769 +03:00 [DBG] Connection id "0HNC8090TG74D" started. 2025-06-27 17:43:45.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:45.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:45.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:45.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:45.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:45.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:45.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:45.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:45.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:45.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:45.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:45.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:45.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:45.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:45.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:45.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:45.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:45.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:45.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:45.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1335ms. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:45.770 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:45.770 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:45.770 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7224ms 2025-06-27 17:43:45.770 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:45.771 +03:00 [DBG] Connection id "0HNC8090TG74D" completed keep alive response. 2025-06-27 17:43:45.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4291ms 2025-06-27 17:43:45.771 +03:00 [DBG] Connection id "0HNC8090TG74D" received FIN. 2025-06-27 17:43:45.771 +03:00 [DBG] Connection id "0HNC8090TG74D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:45.771 +03:00 [DBG] Connection id "0HNC8090TG74D" disconnecting. 2025-06-27 17:43:45.771 +03:00 [DBG] Connection id "0HNC8090TG74D" stopped. 2025-06-27 17:43:50.795 +03:00 [DBG] Connection id "0HNC8090TG74E" accepted. 2025-06-27 17:43:50.795 +03:00 [DBG] Connection id "0HNC8090TG74E" started. 2025-06-27 17:43:50.795 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:50.796 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:50.796 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:50.796 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:50.796 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:50.796 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:50.796 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:50.796 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:50.796 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:50.796 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:50.796 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:50.796 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:50.796 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:50.796 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:50.796 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:50.796 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:50.796 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:50.796 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.796 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:50.796 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:50.796 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:50.796 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1155ms. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:50.796 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:50.796 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.796 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.797 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:50.797 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5752ms 2025-06-27 17:43:50.797 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:50.797 +03:00 [DBG] Connection id "0HNC8090TG74E" completed keep alive response. 2025-06-27 17:43:50.797 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1936ms 2025-06-27 17:43:50.797 +03:00 [DBG] Connection id "0HNC8090TG74E" received FIN. 2025-06-27 17:43:50.797 +03:00 [DBG] Connection id "0HNC8090TG74E" disconnecting. 2025-06-27 17:43:50.797 +03:00 [DBG] Connection id "0HNC8090TG74E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:50.798 +03:00 [DBG] Connection id "0HNC8090TG74E" stopped. 2025-06-27 17:43:55.773 +03:00 [DBG] Connection id "0HNC8090TG74F" accepted. 2025-06-27 17:43:55.773 +03:00 [DBG] Connection id "0HNC8090TG74F" started. 2025-06-27 17:43:55.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:43:55.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:55.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:55.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:43:55.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:43:55.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:55.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:55.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:55.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:55.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:55.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:55.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:43:55.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:55.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:55.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:55.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:55.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:55.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:43:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:55.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:55.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1381ms. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:55.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:55.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:55.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.126ms 2025-06-27 17:43:55.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:43:55.775 +03:00 [DBG] Connection id "0HNC8090TG74F" completed keep alive response. 2025-06-27 17:43:55.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9545ms 2025-06-27 17:43:55.776 +03:00 [DBG] Connection id "0HNC8090TG74F" received FIN. 2025-06-27 17:43:55.776 +03:00 [DBG] Connection id "0HNC8090TG74F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:55.776 +03:00 [DBG] Connection id "0HNC8090TG74F" disconnecting. 2025-06-27 17:43:55.776 +03:00 [DBG] Connection id "0HNC8090TG74F" stopped. 2025-06-27 17:43:58.484 +03:00 [DBG] Connection id "0HNC8090TG74G" accepted. 2025-06-27 17:43:58.484 +03:00 [DBG] Connection id "0HNC8090TG74G" started. 2025-06-27 17:43:58.484 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 703 2025-06-27 17:43:58.484 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:58.484 +03:00 [DBG] POST requests are not supported 2025-06-27 17:43:58.484 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:43:58.484 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:43:58.484 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:43:58.484 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:58.484 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:58.484 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:43:58.484 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:43:58.484 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:43:58.484 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:58.484 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:58.484 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:58.485 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:58.485 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:58.485 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:58.485 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.485 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.485 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:58.485 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:58.485 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:43:58.485 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:43:58.485 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:43:58.485 +03:00 [DBG] Connection id "0HNC8090TG74G", Request id "0HNC8090TG74G:00000001": started reading request body. 2025-06-27 17:43:58.485 +03:00 [DBG] Connection id "0HNC8090TG74G", Request id "0HNC8090TG74G:00000001": done reading request body. 2025-06-27 17:43:58.485 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:43:58.485 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:43:58.485 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:43:58.485 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:43:58.486 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:43:58.486 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.486 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.486 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.486 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.486 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:58.486 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:43:58.486 +03:00 [INF] Updating physical elements properties 2025-06-27 17:43:58.506 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 20.2767ms. 2025-06-27 17:43:58.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:58.506 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:43:58.506 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:43:58.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.506 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.507 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.507 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.507 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 21.8767ms 2025-06-27 17:43:58.507 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:43:58.507 +03:00 [DBG] Connection id "0HNC8090TG74G" completed keep alive response. 2025-06-27 17:43:58.507 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 22.9371ms 2025-06-27 17:43:58.507 +03:00 [DBG] Connection id "0HNC8090TG74G" received FIN. 2025-06-27 17:43:58.507 +03:00 [DBG] Connection id "0HNC8090TG74G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:58.507 +03:00 [DBG] Connection id "0HNC8090TG74G" disconnecting. 2025-06-27 17:43:58.508 +03:00 [DBG] Connection id "0HNC8090TG74G" stopped. 2025-06-27 17:43:58.543 +03:00 [DBG] Connection id "0HNC8090TG74H" accepted. 2025-06-27 17:43:58.543 +03:00 [DBG] Connection id "0HNC8090TG74H" started. 2025-06-27 17:43:58.543 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:58.543 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:58.543 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:58.543 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:58.543 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:58.543 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:58.543 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:58.543 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:58.543 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:58.543 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:58.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:58.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:58.544 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:58.544 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:58.544 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:58.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.544 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:58.544 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:58.544 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:58.544 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:58.544 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:58.544 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:58.544 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:58.544 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:58.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.544 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:58.544 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:58.544 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:58.546 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.0554ms. 2025-06-27 17:43:58.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:58.547 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:58.547 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:58.547 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:58.547 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:58.547 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:58.547 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:58.547 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.547 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.7306ms 2025-06-27 17:43:58.547 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:58.547 +03:00 [DBG] Connection id "0HNC8090TG74H" completed keep alive response. 2025-06-27 17:43:58.548 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.5788ms 2025-06-27 17:43:58.548 +03:00 [DBG] Connection id "0HNC8090TG74H" received FIN. 2025-06-27 17:43:58.548 +03:00 [DBG] Connection id "0HNC8090TG74H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:58.548 +03:00 [DBG] Connection id "0HNC8090TG74H" disconnecting. 2025-06-27 17:43:58.548 +03:00 [DBG] Connection id "0HNC8090TG74H" stopped. 2025-06-27 17:43:58.589 +03:00 [DBG] Connection id "0HNC8090TG74I" accepted. 2025-06-27 17:43:58.589 +03:00 [DBG] Connection id "0HNC8090TG74I" started. 2025-06-27 17:43:58.589 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:43:58.589 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:43:58.589 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:43:58.589 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:58.589 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:43:58.589 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:58.589 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:43:58.590 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:43:58.590 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:58.590 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:43:58.590 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:43:58.590 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:43:58.590 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:43:58.590 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:43:58.590 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:43:58.590 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.590 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.590 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:58.590 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:43:58.590 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:43:58.590 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:43:58.590 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:58.590 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:43:58.590 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:43:58.590 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:43:58.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.590 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.590 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.590 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:43:58.590 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:43:58.591 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:43:58.735 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.0129ms. 2025-06-27 17:43:58.735 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.735 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:58.735 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:43:58.735 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:43:58.735 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:43:58.735 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:43:58.735 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:43:58.735 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:43:58.736 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:43:58.736 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.736 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:43:58.736 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.736 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.736 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.736 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:43:58.736 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 146.3736ms 2025-06-27 17:43:58.736 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:43:58.736 +03:00 [DBG] Connection id "0HNC8090TG74I" completed keep alive response. 2025-06-27 17:43:58.736 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.19ms 2025-06-27 17:43:58.740 +03:00 [DBG] Connection id "0HNC8090TG74I" received FIN. 2025-06-27 17:43:58.741 +03:00 [DBG] Connection id "0HNC8090TG74I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:43:58.741 +03:00 [DBG] Connection id "0HNC8090TG74I" disconnecting. 2025-06-27 17:43:58.741 +03:00 [DBG] Connection id "0HNC8090TG74I" stopped. 2025-06-27 17:44:00.773 +03:00 [DBG] Connection id "0HNC8090TG74J" accepted. 2025-06-27 17:44:00.773 +03:00 [DBG] Connection id "0HNC8090TG74J" started. 2025-06-27 17:44:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:00.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:00.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:00.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:00.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:00.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:00.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:00.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:00.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:00.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:00.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:00.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:00.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:00.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:00.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.158ms. 2025-06-27 17:44:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:00.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8169ms 2025-06-27 17:44:00.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:00.775 +03:00 [DBG] Connection id "0HNC8090TG74J" completed keep alive response. 2025-06-27 17:44:00.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4812ms 2025-06-27 17:44:00.775 +03:00 [DBG] Connection id "0HNC8090TG74J" received FIN. 2025-06-27 17:44:00.776 +03:00 [DBG] Connection id "0HNC8090TG74J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:00.776 +03:00 [DBG] Connection id "0HNC8090TG74J" disconnecting. 2025-06-27 17:44:00.776 +03:00 [DBG] Connection id "0HNC8090TG74J" stopped. 2025-06-27 17:44:02.841 +03:00 [DBG] Connection id "0HNC8090TG74K" accepted. 2025-06-27 17:44:02.841 +03:00 [DBG] Connection id "0HNC8090TG74K" started. 2025-06-27 17:44:02.841 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - application/json;charset=UTF-8 4 2025-06-27 17:44:02.841 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:02.842 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:02.842 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:44:02.842 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/' 2025-06-27 17:44:02.842 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:44:02.842 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:02.842 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:02.842 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:02.842 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:02.842 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:44:02.842 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:44:02.842 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:02.842 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:02.842 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:02.842 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:02.842 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:02.842 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.842 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.842 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:44:02.842 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:44:02.842 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:44:02.842 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:44:02.842 +03:00 [DBG] Connection id "0HNC8090TG74K", Request id "0HNC8090TG74K:00000001": started reading request body. 2025-06-27 17:44:02.842 +03:00 [DBG] Connection id "0HNC8090TG74K", Request id "0HNC8090TG74K:00000001": done reading request body. 2025-06-27 17:44:02.842 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:44:02.842 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:44:02.843 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:44:02.843 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:44:02.843 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:44:02.843 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.843 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.843 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.843 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.843 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:02.843 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","C-3","System.Int32[]"]) 2025-06-27 17:44:02.843 +03:00 [INF] Changing group of physicals [30] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:44:02.869 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 25.9718ms. 2025-06-27 17:44:02.869 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:02.869 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:02.869 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.869 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.869 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 27.2351ms 2025-06-27 17:44:02.869 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:44:02.869 +03:00 [DBG] Connection id "0HNC8090TG74K" completed keep alive response. 2025-06-27 17:44:02.869 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/C-3/ - 200 0 null 27.8474ms 2025-06-27 17:44:02.869 +03:00 [DBG] Connection id "0HNC8090TG74K" received FIN. 2025-06-27 17:44:02.870 +03:00 [DBG] Connection id "0HNC8090TG74K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:02.870 +03:00 [DBG] Connection id "0HNC8090TG74K" disconnecting. 2025-06-27 17:44:02.870 +03:00 [DBG] Connection id "0HNC8090TG74K" stopped. 2025-06-27 17:44:02.909 +03:00 [DBG] Connection id "0HNC8090TG74L" accepted. 2025-06-27 17:44:02.909 +03:00 [DBG] Connection id "0HNC8090TG74L" started. 2025-06-27 17:44:02.909 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:44:02.909 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:02.909 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:44:02.909 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:44:02.909 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:44:02.909 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:44:02.909 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:02.909 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:02.909 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:44:02.909 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:44:02.909 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:02.909 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:02.909 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:02.909 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:02.909 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:02.909 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.909 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.909 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:44:02.909 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:44:02.909 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:44:02.910 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:44:02.910 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:44:02.910 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:44:02.910 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:44:02.910 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:44:02.910 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.910 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.910 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.910 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.910 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:02.910 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:44:02.910 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:44:02.911 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.884ms. 2025-06-27 17:44:02.911 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:44:02.911 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:44:02.911 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:44:02.911 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:44:02.911 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:44:02.911 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:44:02.911 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:44:02.911 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.911 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.911 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8236ms 2025-06-27 17:44:02.911 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:44:02.911 +03:00 [DBG] Connection id "0HNC8090TG74L" completed keep alive response. 2025-06-27 17:44:02.911 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4086ms 2025-06-27 17:44:02.911 +03:00 [DBG] Connection id "0HNC8090TG74L" received FIN. 2025-06-27 17:44:02.911 +03:00 [DBG] Connection id "0HNC8090TG74L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:02.911 +03:00 [DBG] Connection id "0HNC8090TG74L" disconnecting. 2025-06-27 17:44:02.911 +03:00 [DBG] Connection id "0HNC8090TG74L" stopped. 2025-06-27 17:44:02.953 +03:00 [DBG] Connection id "0HNC8090TG74M" accepted. 2025-06-27 17:44:02.953 +03:00 [DBG] Connection id "0HNC8090TG74M" started. 2025-06-27 17:44:02.954 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:44:02.954 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:02.954 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:44:02.954 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:44:02.954 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:44:02.954 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:44:02.954 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:02.954 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:02.954 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:44:02.954 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:44:02.954 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:02.954 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:02.954 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:02.954 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:02.954 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:02.954 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.954 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:02.954 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:44:02.954 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:44:02.954 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:44:02.954 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:44:02.954 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:44:02.954 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:44:02.954 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:44:02.955 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:44:02.955 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.955 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:02.955 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.955 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:02.955 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:02.955 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:44:02.955 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:44:03.096 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 140.8802ms. 2025-06-27 17:44:03.096 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:03.096 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:44:03.096 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:44:03.096 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:44:03.096 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:44:03.096 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:44:03.096 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:44:03.096 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:44:03.097 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:44:03.097 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:03.097 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:03.097 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:03.097 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:03.097 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:03.097 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:03.097 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 143.1279ms 2025-06-27 17:44:03.097 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:44:03.097 +03:00 [DBG] Connection id "0HNC8090TG74M" completed keep alive response. 2025-06-27 17:44:03.097 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 143.8096ms 2025-06-27 17:44:03.101 +03:00 [DBG] Connection id "0HNC8090TG74M" received FIN. 2025-06-27 17:44:03.101 +03:00 [DBG] Connection id "0HNC8090TG74M" disconnecting. 2025-06-27 17:44:03.101 +03:00 [DBG] Connection id "0HNC8090TG74M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:03.103 +03:00 [DBG] Connection id "0HNC8090TG74M" stopped. 2025-06-27 17:44:05.774 +03:00 [DBG] Connection id "0HNC8090TG74N" accepted. 2025-06-27 17:44:05.774 +03:00 [DBG] Connection id "0HNC8090TG74N" started. 2025-06-27 17:44:05.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:05.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:05.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:05.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:05.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:05.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:05.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:05.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:05.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:05.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:05.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:05.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:05.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:05.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:05.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:05.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:05.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:05.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:05.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:05.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:05.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:05.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:05.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:05.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:05.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1411ms. 2025-06-27 17:44:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:05.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:05.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:05.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7913ms 2025-06-27 17:44:05.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:05.776 +03:00 [DBG] Connection id "0HNC8090TG74N" completed keep alive response. 2025-06-27 17:44:05.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4ms 2025-06-27 17:44:05.776 +03:00 [DBG] Connection id "0HNC8090TG74N" received FIN. 2025-06-27 17:44:05.776 +03:00 [DBG] Connection id "0HNC8090TG74N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:05.776 +03:00 [DBG] Connection id "0HNC8090TG74N" disconnecting. 2025-06-27 17:44:05.776 +03:00 [DBG] Connection id "0HNC8090TG74N" stopped. 2025-06-27 17:44:10.769 +03:00 [DBG] Connection id "0HNC8090TG74O" accepted. 2025-06-27 17:44:10.769 +03:00 [DBG] Connection id "0HNC8090TG74O" started. 2025-06-27 17:44:10.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:10.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:10.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:10.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:10.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:10.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:10.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:10.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:10.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:10.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:10.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:10.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:10.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:10.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:10.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:10.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:10.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:10.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:10.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:10.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:10.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:10.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:10.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1346ms. 2025-06-27 17:44:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:10.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:10.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:10.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1108ms 2025-06-27 17:44:10.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:10.771 +03:00 [DBG] Connection id "0HNC8090TG74O" completed keep alive response. 2025-06-27 17:44:10.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1435ms 2025-06-27 17:44:10.772 +03:00 [DBG] Connection id "0HNC8090TG74O" received FIN. 2025-06-27 17:44:10.772 +03:00 [DBG] Connection id "0HNC8090TG74O" disconnecting. 2025-06-27 17:44:10.772 +03:00 [DBG] Connection id "0HNC8090TG74O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:10.773 +03:00 [DBG] Connection id "0HNC8090TG74O" stopped. 2025-06-27 17:44:15.778 +03:00 [DBG] Connection id "0HNC8090TG74P" accepted. 2025-06-27 17:44:15.778 +03:00 [DBG] Connection id "0HNC8090TG74P" started. 2025-06-27 17:44:15.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:15.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:15.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:15.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:15.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:15.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:15.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:15.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:15.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:15.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:15.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:15.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:15.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:15.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:15.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:15.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:15.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:15.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:15.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:15.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.242ms. 2025-06-27 17:44:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:15.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:15.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:15.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3881ms 2025-06-27 17:44:15.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:15.780 +03:00 [DBG] Connection id "0HNC8090TG74P" completed keep alive response. 2025-06-27 17:44:15.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5368ms 2025-06-27 17:44:15.781 +03:00 [DBG] Connection id "0HNC8090TG74P" received FIN. 2025-06-27 17:44:15.781 +03:00 [DBG] Connection id "0HNC8090TG74P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:15.781 +03:00 [DBG] Connection id "0HNC8090TG74P" disconnecting. 2025-06-27 17:44:15.781 +03:00 [DBG] Connection id "0HNC8090TG74P" stopped. 2025-06-27 17:44:20.773 +03:00 [DBG] Connection id "0HNC8090TG74Q" accepted. 2025-06-27 17:44:20.773 +03:00 [DBG] Connection id "0HNC8090TG74Q" started. 2025-06-27 17:44:20.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:20.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:20.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:20.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:20.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:20.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:20.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:20.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:20.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:20.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:20.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:20.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:20.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:20.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:20.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:20.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:20.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:20.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:20.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:20.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:20.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1205ms. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:20.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:20.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:20.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.786ms 2025-06-27 17:44:20.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:20.774 +03:00 [DBG] Connection id "0HNC8090TG74Q" completed keep alive response. 2025-06-27 17:44:20.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4543ms 2025-06-27 17:44:20.775 +03:00 [DBG] Connection id "0HNC8090TG74Q" received FIN. 2025-06-27 17:44:20.775 +03:00 [DBG] Connection id "0HNC8090TG74Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:20.775 +03:00 [DBG] Connection id "0HNC8090TG74Q" disconnecting. 2025-06-27 17:44:20.775 +03:00 [DBG] Connection id "0HNC8090TG74Q" stopped. 2025-06-27 17:44:25.783 +03:00 [DBG] Connection id "0HNC8090TG74R" accepted. 2025-06-27 17:44:25.783 +03:00 [DBG] Connection id "0HNC8090TG74R" started. 2025-06-27 17:44:25.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:25.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:25.783 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:25.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:25.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:25.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:25.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:25.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:25.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:25.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:25.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:25.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:25.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:25.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:25.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:25.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:25.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:25.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1206ms. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:25.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:25.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:25.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:25.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7221ms 2025-06-27 17:44:25.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:25.785 +03:00 [DBG] Connection id "0HNC8090TG74R" completed keep alive response. 2025-06-27 17:44:25.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.531ms 2025-06-27 17:44:25.785 +03:00 [DBG] Connection id "0HNC8090TG74R" received FIN. 2025-06-27 17:44:25.785 +03:00 [DBG] Connection id "0HNC8090TG74R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:25.785 +03:00 [DBG] Connection id "0HNC8090TG74R" disconnecting. 2025-06-27 17:44:25.785 +03:00 [DBG] Connection id "0HNC8090TG74R" stopped. 2025-06-27 17:44:30.769 +03:00 [DBG] Connection id "0HNC8090TG74S" accepted. 2025-06-27 17:44:30.769 +03:00 [DBG] Connection id "0HNC8090TG74S" started. 2025-06-27 17:44:30.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:30.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:30.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:30.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:30.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:30.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:30.769 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:30.769 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:30.769 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:30.769 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:30.769 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:30.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:30.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:30.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:30.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:30.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:30.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:30.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:30.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:30.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:30.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.161ms. 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:30.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:30.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:30.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:30.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1521ms 2025-06-27 17:44:30.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:30.771 +03:00 [DBG] Connection id "0HNC8090TG74S" completed keep alive response. 2025-06-27 17:44:30.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0801ms 2025-06-27 17:44:30.771 +03:00 [DBG] Connection id "0HNC8090TG74S" received FIN. 2025-06-27 17:44:30.771 +03:00 [DBG] Connection id "0HNC8090TG74S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:30.772 +03:00 [DBG] Connection id "0HNC8090TG74S" disconnecting. 2025-06-27 17:44:30.772 +03:00 [DBG] Connection id "0HNC8090TG74S" stopped. 2025-06-27 17:44:35.776 +03:00 [DBG] Connection id "0HNC8090TG74T" accepted. 2025-06-27 17:44:35.776 +03:00 [DBG] Connection id "0HNC8090TG74T" started. 2025-06-27 17:44:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:35.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:35.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:35.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:35.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:35.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:35.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:35.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:35.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:35.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:35.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:35.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:35.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1801ms. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.542ms 2025-06-27 17:44:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:35.779 +03:00 [DBG] Connection id "0HNC8090TG74T" completed keep alive response. 2025-06-27 17:44:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9137ms 2025-06-27 17:44:35.780 +03:00 [DBG] Connection id "0HNC8090TG74T" received FIN. 2025-06-27 17:44:35.780 +03:00 [DBG] Connection id "0HNC8090TG74T" disconnecting. 2025-06-27 17:44:35.780 +03:00 [DBG] Connection id "0HNC8090TG74T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:35.781 +03:00 [DBG] Connection id "0HNC8090TG74T" stopped. 2025-06-27 17:44:40.771 +03:00 [DBG] Connection id "0HNC8090TG74U" accepted. 2025-06-27 17:44:40.771 +03:00 [DBG] Connection id "0HNC8090TG74U" started. 2025-06-27 17:44:40.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:40.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:40.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:40.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:40.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:40.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:40.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:40.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:40.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:40.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:40.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:40.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:40.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:40.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:40.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:40.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:40.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:40.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:40.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:40.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:40.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1412ms. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:40.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:40.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:40.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6523ms 2025-06-27 17:44:40.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:40.772 +03:00 [DBG] Connection id "0HNC8090TG74U" completed keep alive response. 2025-06-27 17:44:40.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2617ms 2025-06-27 17:44:40.772 +03:00 [DBG] Connection id "0HNC8090TG74U" received FIN. 2025-06-27 17:44:40.772 +03:00 [DBG] Connection id "0HNC8090TG74U" disconnecting. 2025-06-27 17:44:40.773 +03:00 [DBG] Connection id "0HNC8090TG74U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:40.774 +03:00 [DBG] Connection id "0HNC8090TG74U" stopped. 2025-06-27 17:44:45.771 +03:00 [DBG] Connection id "0HNC8090TG74V" accepted. 2025-06-27 17:44:45.772 +03:00 [DBG] Connection id "0HNC8090TG74V" started. 2025-06-27 17:44:45.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:45.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:45.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:45.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:45.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:45.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:45.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:45.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:45.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:45.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:45.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:45.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:45.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:45.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:45.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:45.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:45.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:45.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:45.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:45.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1364ms. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:45.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:45.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:45.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9548ms 2025-06-27 17:44:45.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:45.774 +03:00 [DBG] Connection id "0HNC8090TG74V" completed keep alive response. 2025-06-27 17:44:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8263ms 2025-06-27 17:44:45.774 +03:00 [DBG] Connection id "0HNC8090TG74V" received FIN. 2025-06-27 17:44:45.774 +03:00 [DBG] Connection id "0HNC8090TG74V" disconnecting. 2025-06-27 17:44:45.774 +03:00 [DBG] Connection id "0HNC8090TG74V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:45.775 +03:00 [DBG] Connection id "0HNC8090TG74V" stopped. 2025-06-27 17:44:50.782 +03:00 [DBG] Connection id "0HNC8090TG750" accepted. 2025-06-27 17:44:50.782 +03:00 [DBG] Connection id "0HNC8090TG750" started. 2025-06-27 17:44:50.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:50.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:50.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:50.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:50.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:50.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:50.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:50.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:50.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:50.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:50.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:50.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:50.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:50.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:50.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:50.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:50.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:50.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:50.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:50.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1941ms. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:50.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:50.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:50.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:50.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3517ms 2025-06-27 17:44:50.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:50.784 +03:00 [DBG] Connection id "0HNC8090TG750" completed keep alive response. 2025-06-27 17:44:50.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1881ms 2025-06-27 17:44:50.784 +03:00 [DBG] Connection id "0HNC8090TG750" received FIN. 2025-06-27 17:44:50.785 +03:00 [DBG] Connection id "0HNC8090TG750" disconnecting. 2025-06-27 17:44:50.785 +03:00 [DBG] Connection id "0HNC8090TG750" stopped. 2025-06-27 17:44:50.785 +03:00 [DBG] Connection id "0HNC8090TG750" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:55.776 +03:00 [DBG] Connection id "0HNC8090TG751" accepted. 2025-06-27 17:44:55.776 +03:00 [DBG] Connection id "0HNC8090TG751" started. 2025-06-27 17:44:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:44:55.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:44:55.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:44:55.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:44:55.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:44:55.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:55.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:44:55.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:44:55.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:44:55.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:44:55.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:55.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:44:55.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:44:55.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:44:55.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:44:55.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:44:55.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:44:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:44:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1568ms. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:44:55.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:44:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3237ms 2025-06-27 17:44:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:44:55.779 +03:00 [DBG] Connection id "0HNC8090TG751" completed keep alive response. 2025-06-27 17:44:55.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4019ms 2025-06-27 17:44:55.779 +03:00 [DBG] Connection id "0HNC8090TG751" received FIN. 2025-06-27 17:44:55.779 +03:00 [DBG] Connection id "0HNC8090TG751" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:44:55.779 +03:00 [DBG] Connection id "0HNC8090TG751" disconnecting. 2025-06-27 17:44:55.779 +03:00 [DBG] Connection id "0HNC8090TG751" stopped. 2025-06-27 17:45:00.771 +03:00 [DBG] Connection id "0HNC8090TG752" accepted. 2025-06-27 17:45:00.771 +03:00 [DBG] Connection id "0HNC8090TG752" started. 2025-06-27 17:45:00.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:00.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:00.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:00.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:00.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:00.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:00.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:00.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:00.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:00.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:00.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:00.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:00.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:00.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:00.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:00.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:00.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:00.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:00.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:00.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:00.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:00.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6509ms 2025-06-27 17:45:00.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:00.772 +03:00 [DBG] Connection id "0HNC8090TG752" completed keep alive response. 2025-06-27 17:45:00.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2114ms 2025-06-27 17:45:00.772 +03:00 [DBG] Connection id "0HNC8090TG752" received FIN. 2025-06-27 17:45:00.773 +03:00 [DBG] Connection id "0HNC8090TG752" disconnecting. 2025-06-27 17:45:00.773 +03:00 [DBG] Connection id "0HNC8090TG752" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:00.774 +03:00 [DBG] Connection id "0HNC8090TG752" stopped. 2025-06-27 17:45:05.777 +03:00 [DBG] Connection id "0HNC8090TG753" accepted. 2025-06-27 17:45:05.777 +03:00 [DBG] Connection id "0HNC8090TG753" started. 2025-06-27 17:45:05.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:05.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:05.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:05.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:05.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:05.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:05.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:05.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:05.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:05.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:05.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:05.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:05.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1247ms. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:05.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6796ms 2025-06-27 17:45:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:05.778 +03:00 [DBG] Connection id "0HNC8090TG753" completed keep alive response. 2025-06-27 17:45:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2396ms 2025-06-27 17:45:05.778 +03:00 [DBG] Connection id "0HNC8090TG753" received FIN. 2025-06-27 17:45:05.778 +03:00 [DBG] Connection id "0HNC8090TG753" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:05.778 +03:00 [DBG] Connection id "0HNC8090TG753" disconnecting. 2025-06-27 17:45:05.778 +03:00 [DBG] Connection id "0HNC8090TG753" stopped. 2025-06-27 17:45:10.773 +03:00 [DBG] Connection id "0HNC8090TG754" accepted. 2025-06-27 17:45:10.773 +03:00 [DBG] Connection id "0HNC8090TG754" started. 2025-06-27 17:45:10.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:10.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:10.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:10.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:10.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:10.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:10.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:10.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:10.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:10.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:10.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:10.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:10.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:10.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:10.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:10.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:10.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:10.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:10.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:10.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:10.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1143ms. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:10.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:10.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:10.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6879ms 2025-06-27 17:45:10.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:10.775 +03:00 [DBG] Connection id "0HNC8090TG754" completed keep alive response. 2025-06-27 17:45:10.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.794ms 2025-06-27 17:45:10.775 +03:00 [DBG] Connection id "0HNC8090TG754" received FIN. 2025-06-27 17:45:10.775 +03:00 [DBG] Connection id "0HNC8090TG754" disconnecting. 2025-06-27 17:45:10.775 +03:00 [DBG] Connection id "0HNC8090TG754" stopped. 2025-06-27 17:45:10.776 +03:00 [DBG] Connection id "0HNC8090TG754" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:15.774 +03:00 [DBG] Connection id "0HNC8090TG755" accepted. 2025-06-27 17:45:15.774 +03:00 [DBG] Connection id "0HNC8090TG755" started. 2025-06-27 17:45:15.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:15.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:15.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:15.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:15.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:15.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:15.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:15.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:15.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:15.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:15.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:15.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:15.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:15.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:15.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:15.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:15.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:15.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:15.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:15.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.134ms. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:15.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:15.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:15.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6671ms 2025-06-27 17:45:15.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:15.776 +03:00 [DBG] Connection id "0HNC8090TG755" completed keep alive response. 2025-06-27 17:45:15.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2874ms 2025-06-27 17:45:15.776 +03:00 [DBG] Connection id "0HNC8090TG755" received FIN. 2025-06-27 17:45:15.777 +03:00 [DBG] Connection id "0HNC8090TG755" disconnecting. 2025-06-27 17:45:15.777 +03:00 [DBG] Connection id "0HNC8090TG755" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:15.778 +03:00 [DBG] Connection id "0HNC8090TG755" stopped. 2025-06-27 17:45:20.773 +03:00 [DBG] Connection id "0HNC8090TG756" accepted. 2025-06-27 17:45:20.773 +03:00 [DBG] Connection id "0HNC8090TG756" started. 2025-06-27 17:45:20.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:20.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:20.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:20.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:20.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:20.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:20.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:20.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:20.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:20.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:20.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:20.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:20.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:20.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:20.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:20.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:20.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:20.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:20.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:20.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:20.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2045ms. 2025-06-27 17:45:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:20.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:20.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:20.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2386ms 2025-06-27 17:45:20.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:20.777 +03:00 [DBG] Connection id "0HNC8090TG756" completed keep alive response. 2025-06-27 17:45:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5961ms 2025-06-27 17:45:20.777 +03:00 [DBG] Connection id "0HNC8090TG756" received FIN. 2025-06-27 17:45:20.777 +03:00 [DBG] Connection id "0HNC8090TG756" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:20.777 +03:00 [DBG] Connection id "0HNC8090TG756" disconnecting. 2025-06-27 17:45:20.777 +03:00 [DBG] Connection id "0HNC8090TG756" stopped. 2025-06-27 17:45:25.776 +03:00 [DBG] Connection id "0HNC8090TG757" accepted. 2025-06-27 17:45:25.776 +03:00 [DBG] Connection id "0HNC8090TG757" started. 2025-06-27 17:45:25.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:25.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:25.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:25.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:25.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:25.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:25.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:25.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:25.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:25.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:25.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:25.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:25.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:25.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:25.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:25.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:25.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:25.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:25.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:25.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1479ms. 2025-06-27 17:45:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:25.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:25.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:25.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7944ms 2025-06-27 17:45:25.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:25.778 +03:00 [DBG] Connection id "0HNC8090TG757" completed keep alive response. 2025-06-27 17:45:25.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6676ms 2025-06-27 17:45:25.778 +03:00 [DBG] Connection id "0HNC8090TG757" received FIN. 2025-06-27 17:45:25.778 +03:00 [DBG] Connection id "0HNC8090TG757" disconnecting. 2025-06-27 17:45:25.778 +03:00 [DBG] Connection id "0HNC8090TG757" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:25.780 +03:00 [DBG] Connection id "0HNC8090TG757" stopped. 2025-06-27 17:45:30.779 +03:00 [DBG] Connection id "0HNC8090TG758" accepted. 2025-06-27 17:45:30.779 +03:00 [DBG] Connection id "0HNC8090TG758" started. 2025-06-27 17:45:30.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:30.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:30.780 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:30.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:30.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:30.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:30.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:30.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:30.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:30.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:30.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:30.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:30.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:30.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:30.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:30.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:30.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:30.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:30.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:30.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:30.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2048ms. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:30.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:30.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:30.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9191ms 2025-06-27 17:45:30.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:30.784 +03:00 [DBG] Connection id "0HNC8090TG758" completed keep alive response. 2025-06-27 17:45:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.6851ms 2025-06-27 17:45:30.784 +03:00 [DBG] Connection id "0HNC8090TG758" received FIN. 2025-06-27 17:45:30.784 +03:00 [DBG] Connection id "0HNC8090TG758" disconnecting. 2025-06-27 17:45:30.784 +03:00 [DBG] Connection id "0HNC8090TG758" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:30.784 +03:00 [DBG] Connection id "0HNC8090TG758" stopped. 2025-06-27 17:45:35.777 +03:00 [DBG] Connection id "0HNC8090TG759" accepted. 2025-06-27 17:45:35.777 +03:00 [DBG] Connection id "0HNC8090TG759" started. 2025-06-27 17:45:35.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:35.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:35.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:35.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:35.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:35.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:35.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:35.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:35.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:35.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:35.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:35.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:35.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:35.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:35.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:35.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:35.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:35.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:35.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1204ms. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.707ms 2025-06-27 17:45:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:35.779 +03:00 [DBG] Connection id "0HNC8090TG759" completed keep alive response. 2025-06-27 17:45:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3216ms 2025-06-27 17:45:35.780 +03:00 [DBG] Connection id "0HNC8090TG759" received FIN. 2025-06-27 17:45:35.780 +03:00 [DBG] Connection id "0HNC8090TG759" disconnecting. 2025-06-27 17:45:35.780 +03:00 [DBG] Connection id "0HNC8090TG759" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:35.781 +03:00 [DBG] Connection id "0HNC8090TG759" stopped. 2025-06-27 17:45:40.783 +03:00 [DBG] Connection id "0HNC8090TG75A" accepted. 2025-06-27 17:45:40.784 +03:00 [DBG] Connection id "0HNC8090TG75A" started. 2025-06-27 17:45:40.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:40.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:40.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:40.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:40.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:40.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:40.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:40.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:40.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:40.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:40.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:40.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:40.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:40.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:40.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:40.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:40.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:40.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1441ms. 2025-06-27 17:45:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:40.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:40.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:40.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8467ms 2025-06-27 17:45:40.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:40.786 +03:00 [DBG] Connection id "0HNC8090TG75A" completed keep alive response. 2025-06-27 17:45:40.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0013ms 2025-06-27 17:45:40.786 +03:00 [DBG] Connection id "0HNC8090TG75A" received FIN. 2025-06-27 17:45:40.786 +03:00 [DBG] Connection id "0HNC8090TG75A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:40.786 +03:00 [DBG] Connection id "0HNC8090TG75A" disconnecting. 2025-06-27 17:45:40.786 +03:00 [DBG] Connection id "0HNC8090TG75A" stopped. 2025-06-27 17:45:45.780 +03:00 [DBG] Connection id "0HNC8090TG75B" accepted. 2025-06-27 17:45:45.781 +03:00 [DBG] Connection id "0HNC8090TG75B" started. 2025-06-27 17:45:45.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:45.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:45.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:45.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:45.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:45.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:45.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:45.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:45.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:45.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:45.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:45.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:45.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:45.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:45.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:45.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:45.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:45.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:45.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:45.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1158ms. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:45.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:45.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:45.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6358ms 2025-06-27 17:45:45.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:45.782 +03:00 [DBG] Connection id "0HNC8090TG75B" completed keep alive response. 2025-06-27 17:45:45.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3026ms 2025-06-27 17:45:45.783 +03:00 [DBG] Connection id "0HNC8090TG75B" received FIN. 2025-06-27 17:45:45.783 +03:00 [DBG] Connection id "0HNC8090TG75B" disconnecting. 2025-06-27 17:45:45.783 +03:00 [DBG] Connection id "0HNC8090TG75B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:45.784 +03:00 [DBG] Connection id "0HNC8090TG75B" stopped. 2025-06-27 17:45:50.777 +03:00 [DBG] Connection id "0HNC8090TG75C" accepted. 2025-06-27 17:45:50.777 +03:00 [DBG] Connection id "0HNC8090TG75C" started. 2025-06-27 17:45:50.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:50.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:50.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:50.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:50.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:50.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:50.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:50.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:50.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:50.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:50.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:50.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:50.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:50.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:50.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:50.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:50.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:50.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:50.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:50.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1757ms. 2025-06-27 17:45:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:50.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:50.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:50.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3313ms 2025-06-27 17:45:50.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:50.780 +03:00 [DBG] Connection id "0HNC8090TG75C" completed keep alive response. 2025-06-27 17:45:50.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4137ms 2025-06-27 17:45:50.780 +03:00 [DBG] Connection id "0HNC8090TG75C" received FIN. 2025-06-27 17:45:50.780 +03:00 [DBG] Connection id "0HNC8090TG75C" disconnecting. 2025-06-27 17:45:50.780 +03:00 [DBG] Connection id "0HNC8090TG75C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:50.781 +03:00 [DBG] Connection id "0HNC8090TG75C" stopped. 2025-06-27 17:45:55.775 +03:00 [DBG] Connection id "0HNC8090TG75D" accepted. 2025-06-27 17:45:55.776 +03:00 [DBG] Connection id "0HNC8090TG75D" started. 2025-06-27 17:45:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:45:55.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:45:55.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:45:55.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:45:55.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:45:55.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:55.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:45:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:45:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:45:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:45:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:45:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:45:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:45:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:45:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:45:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:45:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:55.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:45:55.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.183ms. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:55.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:45:55.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:45:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:45:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:45:55.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3359ms 2025-06-27 17:45:55.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:45:55.778 +03:00 [DBG] Connection id "0HNC8090TG75D" completed keep alive response. 2025-06-27 17:45:55.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2779ms 2025-06-27 17:45:55.779 +03:00 [DBG] Connection id "0HNC8090TG75D" received FIN. 2025-06-27 17:45:55.779 +03:00 [DBG] Connection id "0HNC8090TG75D" disconnecting. 2025-06-27 17:45:55.779 +03:00 [DBG] Connection id "0HNC8090TG75D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:45:55.780 +03:00 [DBG] Connection id "0HNC8090TG75D" stopped. 2025-06-27 17:46:00.770 +03:00 [DBG] Connection id "0HNC8090TG75E" accepted. 2025-06-27 17:46:00.770 +03:00 [DBG] Connection id "0HNC8090TG75E" started. 2025-06-27 17:46:00.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:00.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:00.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:00.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:00.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:00.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:00.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:00.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:00.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:00.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:00.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:00.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:00.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:00.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:00.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:00.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:00.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:00.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:00.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:00.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:00.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:00.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:00.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1266ms. 2025-06-27 17:46:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:00.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:00.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:00.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6028ms 2025-06-27 17:46:00.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:00.771 +03:00 [DBG] Connection id "0HNC8090TG75E" completed keep alive response. 2025-06-27 17:46:00.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1059ms 2025-06-27 17:46:00.771 +03:00 [DBG] Connection id "0HNC8090TG75E" received FIN. 2025-06-27 17:46:00.771 +03:00 [DBG] Connection id "0HNC8090TG75E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:00.771 +03:00 [DBG] Connection id "0HNC8090TG75E" disconnecting. 2025-06-27 17:46:00.771 +03:00 [DBG] Connection id "0HNC8090TG75E" stopped. 2025-06-27 17:46:04.096 +03:00 [DBG] Connection id "0HNC8090TG75F" accepted. 2025-06-27 17:46:04.096 +03:00 [DBG] Connection id "0HNC8090TG75F" started. 2025-06-27 17:46:04.096 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 16489 2025-06-27 17:46:04.096 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:04.096 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:04.096 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:46:04.096 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:46:04.096 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:46:04.096 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:04.097 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:04.097 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:04.097 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:04.097 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:46:04.097 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:46:04.097 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:04.097 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:04.097 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:04.097 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:04.097 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:04.097 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.097 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.097 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:46:04.097 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:46:04.097 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:46:04.097 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:46:04.097 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:46:04.097 +03:00 [DBG] Connection id "0HNC8090TG75F", Request id "0HNC8090TG75F:00000001": started reading request body. 2025-06-27 17:46:04.097 +03:00 [DBG] Connection id "0HNC8090TG75F", Request id "0HNC8090TG75F:00000001": done reading request body. 2025-06-27 17:46:04.099 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:46:04.099 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:46:04.099 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:46:04.099 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:46:04.099 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:46:04.099 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.099 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.099 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.099 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.099 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:04.099 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:46:04.099 +03:00 [INF] Updating physical elements properties 2025-06-27 17:46:04.125 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 25.6411ms. 2025-06-27 17:46:04.125 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:04.125 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:04.125 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.125 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.125 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 28.6028ms 2025-06-27 17:46:04.126 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:46:04.126 +03:00 [DBG] Connection id "0HNC8090TG75F" completed keep alive response. 2025-06-27 17:46:04.126 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 29.3934ms 2025-06-27 17:46:04.126 +03:00 [DBG] Connection id "0HNC8090TG75F" received FIN. 2025-06-27 17:46:04.126 +03:00 [DBG] Connection id "0HNC8090TG75F" disconnecting. 2025-06-27 17:46:04.126 +03:00 [DBG] Connection id "0HNC8090TG75F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:04.127 +03:00 [DBG] Connection id "0HNC8090TG75F" stopped. 2025-06-27 17:46:04.165 +03:00 [DBG] Connection id "0HNC8090TG75G" accepted. 2025-06-27 17:46:04.165 +03:00 [DBG] Connection id "0HNC8090TG75G" started. 2025-06-27 17:46:04.165 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:46:04.165 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:04.165 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:46:04.165 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:46:04.165 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:46:04.165 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:46:04.165 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:04.165 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:04.165 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:46:04.165 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:46:04.165 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:04.165 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:04.165 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:04.165 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:04.165 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:04.165 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.166 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.166 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:46:04.166 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:46:04.166 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:46:04.166 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:46:04.166 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:46:04.166 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:46:04.166 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:46:04.166 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:46:04.166 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.166 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.166 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.166 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.166 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:04.166 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:46:04.166 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:46:04.167 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6122ms. 2025-06-27 17:46:04.168 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:46:04.168 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:46:04.168 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:46:04.168 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:46:04.168 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:46:04.168 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:46:04.168 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:46:04.168 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.168 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.168 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.5054ms 2025-06-27 17:46:04.168 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:46:04.168 +03:00 [DBG] Connection id "0HNC8090TG75G" completed keep alive response. 2025-06-27 17:46:04.168 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.0449ms 2025-06-27 17:46:04.168 +03:00 [DBG] Connection id "0HNC8090TG75G" received FIN. 2025-06-27 17:46:04.168 +03:00 [DBG] Connection id "0HNC8090TG75G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:04.168 +03:00 [DBG] Connection id "0HNC8090TG75G" disconnecting. 2025-06-27 17:46:04.168 +03:00 [DBG] Connection id "0HNC8090TG75G" stopped. 2025-06-27 17:46:04.211 +03:00 [DBG] Connection id "0HNC8090TG75H" accepted. 2025-06-27 17:46:04.211 +03:00 [DBG] Connection id "0HNC8090TG75H" started. 2025-06-27 17:46:04.212 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:46:04.212 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:04.212 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:46:04.212 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:46:04.212 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:46:04.212 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:46:04.212 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:04.212 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:04.212 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:46:04.212 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:46:04.212 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:04.212 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:04.212 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:04.212 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:04.212 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:04.212 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.212 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.212 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:46:04.212 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:46:04.212 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:46:04.212 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:46:04.212 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:46:04.212 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:46:04.212 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:46:04.212 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:46:04.212 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.213 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.213 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.213 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.213 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:04.213 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:46:04.213 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:46:04.374 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 161.3288ms. 2025-06-27 17:46:04.374 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.374 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:46:04.374 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:46:04.374 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:46:04.374 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:46:04.374 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:46:04.374 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:46:04.374 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:46:04.376 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:46:04.376 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.376 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:04.376 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.376 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.376 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.376 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:04.376 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.7972ms 2025-06-27 17:46:04.376 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:46:04.376 +03:00 [DBG] Connection id "0HNC8090TG75H" completed keep alive response. 2025-06-27 17:46:04.376 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.5396ms 2025-06-27 17:46:04.384 +03:00 [DBG] Connection id "0HNC8090TG75H" received FIN. 2025-06-27 17:46:04.384 +03:00 [DBG] Connection id "0HNC8090TG75H" disconnecting. 2025-06-27 17:46:04.384 +03:00 [DBG] Connection id "0HNC8090TG75H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:04.385 +03:00 [DBG] Connection id "0HNC8090TG75H" stopped. 2025-06-27 17:46:05.771 +03:00 [DBG] Connection id "0HNC8090TG75I" accepted. 2025-06-27 17:46:05.771 +03:00 [DBG] Connection id "0HNC8090TG75I" started. 2025-06-27 17:46:05.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:05.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:05.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:05.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:05.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:05.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:05.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:05.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:05.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:05.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:05.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:05.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:05.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:05.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:05.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:05.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:05.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:05.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:05.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:05.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:05.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2244ms. 2025-06-27 17:46:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:05.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:05.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:05.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3682ms 2025-06-27 17:46:05.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:05.774 +03:00 [DBG] Connection id "0HNC8090TG75I" completed keep alive response. 2025-06-27 17:46:05.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4609ms 2025-06-27 17:46:05.774 +03:00 [DBG] Connection id "0HNC8090TG75I" received FIN. 2025-06-27 17:46:05.774 +03:00 [DBG] Connection id "0HNC8090TG75I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:05.774 +03:00 [DBG] Connection id "0HNC8090TG75I" disconnecting. 2025-06-27 17:46:05.774 +03:00 [DBG] Connection id "0HNC8090TG75I" stopped. 2025-06-27 17:46:10.776 +03:00 [DBG] Connection id "0HNC8090TG75J" accepted. 2025-06-27 17:46:10.776 +03:00 [DBG] Connection id "0HNC8090TG75J" started. 2025-06-27 17:46:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:10.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:10.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:10.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:10.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:10.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:10.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1449ms. 2025-06-27 17:46:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:10.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:10.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:10.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2293ms 2025-06-27 17:46:10.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:10.778 +03:00 [DBG] Connection id "0HNC8090TG75J" completed keep alive response. 2025-06-27 17:46:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2568ms 2025-06-27 17:46:10.779 +03:00 [DBG] Connection id "0HNC8090TG75J" received FIN. 2025-06-27 17:46:10.779 +03:00 [DBG] Connection id "0HNC8090TG75J" disconnecting. 2025-06-27 17:46:10.779 +03:00 [DBG] Connection id "0HNC8090TG75J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:10.780 +03:00 [DBG] Connection id "0HNC8090TG75J" stopped. 2025-06-27 17:46:15.773 +03:00 [DBG] Connection id "0HNC8090TG75K" accepted. 2025-06-27 17:46:15.773 +03:00 [DBG] Connection id "0HNC8090TG75K" started. 2025-06-27 17:46:15.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:15.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:15.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:15.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:15.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:15.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:15.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:15.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:15.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:15.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:15.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:15.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:15.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:15.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:15.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:15.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:15.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:15.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:15.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:15.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1073ms. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:15.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:15.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:15.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5915ms 2025-06-27 17:46:15.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:15.774 +03:00 [DBG] Connection id "0HNC8090TG75K" completed keep alive response. 2025-06-27 17:46:15.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.165ms 2025-06-27 17:46:15.774 +03:00 [DBG] Connection id "0HNC8090TG75K" received FIN. 2025-06-27 17:46:15.775 +03:00 [DBG] Connection id "0HNC8090TG75K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:15.775 +03:00 [DBG] Connection id "0HNC8090TG75K" disconnecting. 2025-06-27 17:46:15.775 +03:00 [DBG] Connection id "0HNC8090TG75K" stopped. 2025-06-27 17:46:20.775 +03:00 [DBG] Connection id "0HNC8090TG75L" accepted. 2025-06-27 17:46:20.775 +03:00 [DBG] Connection id "0HNC8090TG75L" started. 2025-06-27 17:46:20.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:20.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:20.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:20.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:20.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:20.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:20.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:20.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:20.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:20.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:20.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:20.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:20.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1245ms. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:20.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:20.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7136ms 2025-06-27 17:46:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:20.777 +03:00 [DBG] Connection id "0HNC8090TG75L" completed keep alive response. 2025-06-27 17:46:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4301ms 2025-06-27 17:46:20.777 +03:00 [DBG] Connection id "0HNC8090TG75L" received FIN. 2025-06-27 17:46:20.777 +03:00 [DBG] Connection id "0HNC8090TG75L" disconnecting. 2025-06-27 17:46:20.777 +03:00 [DBG] Connection id "0HNC8090TG75L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:20.778 +03:00 [DBG] Connection id "0HNC8090TG75L" stopped. 2025-06-27 17:46:25.769 +03:00 [DBG] Connection id "0HNC8090TG75M" accepted. 2025-06-27 17:46:25.769 +03:00 [DBG] Connection id "0HNC8090TG75M" started. 2025-06-27 17:46:25.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:25.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:25.769 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:25.769 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:25.769 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:25.769 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:25.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:25.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:25.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:25.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:25.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:25.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:25.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:25.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:25.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:25.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:25.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:25.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:25.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:25.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:25.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1226ms. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:25.770 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:25.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:25.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:25.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:25.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:25.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:25.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7902ms 2025-06-27 17:46:25.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:25.771 +03:00 [DBG] Connection id "0HNC8090TG75M" completed keep alive response. 2025-06-27 17:46:25.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5832ms 2025-06-27 17:46:25.771 +03:00 [DBG] Connection id "0HNC8090TG75M" received FIN. 2025-06-27 17:46:25.771 +03:00 [DBG] Connection id "0HNC8090TG75M" disconnecting. 2025-06-27 17:46:25.771 +03:00 [DBG] Connection id "0HNC8090TG75M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:25.772 +03:00 [DBG] Connection id "0HNC8090TG75M" stopped. 2025-06-27 17:46:30.772 +03:00 [DBG] Connection id "0HNC8090TG75N" accepted. 2025-06-27 17:46:30.772 +03:00 [DBG] Connection id "0HNC8090TG75N" started. 2025-06-27 17:46:30.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:30.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:30.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:30.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:30.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:30.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:30.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:30.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:30.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:30.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:30.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:30.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:30.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:30.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:30.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:30.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:30.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:30.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:30.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:30.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:30.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1699ms. 2025-06-27 17:46:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:30.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:30.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:30.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2764ms 2025-06-27 17:46:30.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:30.775 +03:00 [DBG] Connection id "0HNC8090TG75N" completed keep alive response. 2025-06-27 17:46:30.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.399ms 2025-06-27 17:46:30.775 +03:00 [DBG] Connection id "0HNC8090TG75N" received FIN. 2025-06-27 17:46:30.776 +03:00 [DBG] Connection id "0HNC8090TG75N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:30.776 +03:00 [DBG] Connection id "0HNC8090TG75N" disconnecting. 2025-06-27 17:46:30.776 +03:00 [DBG] Connection id "0HNC8090TG75N" stopped. 2025-06-27 17:46:35.773 +03:00 [DBG] Connection id "0HNC8090TG75O" accepted. 2025-06-27 17:46:35.773 +03:00 [DBG] Connection id "0HNC8090TG75O" started. 2025-06-27 17:46:35.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:35.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:35.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:35.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:35.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:35.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:35.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:35.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:35.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:35.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:35.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:35.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:35.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:35.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:35.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:35.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:35.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:35.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:35.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:35.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1216ms. 2025-06-27 17:46:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:35.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:35.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:35.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7207ms 2025-06-27 17:46:35.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:35.775 +03:00 [DBG] Connection id "0HNC8090TG75O" completed keep alive response. 2025-06-27 17:46:35.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3959ms 2025-06-27 17:46:35.775 +03:00 [DBG] Connection id "0HNC8090TG75O" received FIN. 2025-06-27 17:46:35.775 +03:00 [DBG] Connection id "0HNC8090TG75O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:35.775 +03:00 [DBG] Connection id "0HNC8090TG75O" disconnecting. 2025-06-27 17:46:35.775 +03:00 [DBG] Connection id "0HNC8090TG75O" stopped. 2025-06-27 17:46:40.783 +03:00 [DBG] Connection id "0HNC8090TG75P" accepted. 2025-06-27 17:46:40.783 +03:00 [DBG] Connection id "0HNC8090TG75P" started. 2025-06-27 17:46:40.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:40.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:40.783 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:40.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:40.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:40.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:40.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:40.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:40.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:40.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:40.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:40.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1081ms. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:40.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:40.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6009ms 2025-06-27 17:46:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:40.785 +03:00 [DBG] Connection id "0HNC8090TG75P" completed keep alive response. 2025-06-27 17:46:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2636ms 2025-06-27 17:46:40.785 +03:00 [DBG] Connection id "0HNC8090TG75P" received FIN. 2025-06-27 17:46:40.785 +03:00 [DBG] Connection id "0HNC8090TG75P" disconnecting. 2025-06-27 17:46:40.785 +03:00 [DBG] Connection id "0HNC8090TG75P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:40.786 +03:00 [DBG] Connection id "0HNC8090TG75P" stopped. 2025-06-27 17:46:46.495 +03:00 [DBG] Connection id "0HNC8090TG75Q" accepted. 2025-06-27 17:46:46.495 +03:00 [DBG] Connection id "0HNC8090TG75Q" started. 2025-06-27 17:46:46.495 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:46.495 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:46.495 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:46.495 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:46.495 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:46.495 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:46.495 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:46.495 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:46.496 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:46.496 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:46.496 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:46.496 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:46.496 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:46.496 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:46.496 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:46.496 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:46.496 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:46.496 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.496 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:46.496 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:46.496 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:46.496 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:46.496 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:46.496 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:46.496 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:46.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:46.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:46.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:46.497 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8582ms 2025-06-27 17:46:46.497 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:46.497 +03:00 [DBG] Connection id "0HNC8090TG75Q" completed keep alive response. 2025-06-27 17:46:46.497 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6607ms 2025-06-27 17:46:46.497 +03:00 [DBG] Connection id "0HNC8090TG75Q" received FIN. 2025-06-27 17:46:46.497 +03:00 [DBG] Connection id "0HNC8090TG75Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:46.497 +03:00 [DBG] Connection id "0HNC8090TG75Q" disconnecting. 2025-06-27 17:46:46.497 +03:00 [DBG] Connection id "0HNC8090TG75Q" stopped. 2025-06-27 17:46:50.775 +03:00 [DBG] Connection id "0HNC8090TG75R" accepted. 2025-06-27 17:46:50.775 +03:00 [DBG] Connection id "0HNC8090TG75R" started. 2025-06-27 17:46:50.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:50.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:50.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:50.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:50.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:50.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:50.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:50.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:50.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:50.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:50.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:50.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:50.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1116ms. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:50.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:50.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:50.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:50.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6818ms 2025-06-27 17:46:50.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:50.777 +03:00 [DBG] Connection id "0HNC8090TG75R" completed keep alive response. 2025-06-27 17:46:50.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2642ms 2025-06-27 17:46:50.777 +03:00 [DBG] Connection id "0HNC8090TG75R" received FIN. 2025-06-27 17:46:50.777 +03:00 [DBG] Connection id "0HNC8090TG75R" disconnecting. 2025-06-27 17:46:50.777 +03:00 [DBG] Connection id "0HNC8090TG75R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:50.778 +03:00 [DBG] Connection id "0HNC8090TG75R" stopped. 2025-06-27 17:46:55.771 +03:00 [DBG] Connection id "0HNC8090TG75S" accepted. 2025-06-27 17:46:55.771 +03:00 [DBG] Connection id "0HNC8090TG75S" started. 2025-06-27 17:46:55.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:46:55.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:46:55.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:46:55.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:46:55.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:46:55.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:55.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:46:55.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:46:55.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:46:55.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:46:55.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:55.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:46:55.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:46:55.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:46:55.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:46:55.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:46:55.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:46:55.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:55.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:55.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:46:55.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1211ms. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:55.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:46:55.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:46:55.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6605ms 2025-06-27 17:46:55.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:46:55.772 +03:00 [DBG] Connection id "0HNC8090TG75S" completed keep alive response. 2025-06-27 17:46:55.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2253ms 2025-06-27 17:46:55.772 +03:00 [DBG] Connection id "0HNC8090TG75S" received FIN. 2025-06-27 17:46:55.773 +03:00 [DBG] Connection id "0HNC8090TG75S" disconnecting. 2025-06-27 17:46:55.773 +03:00 [DBG] Connection id "0HNC8090TG75S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:46:55.774 +03:00 [DBG] Connection id "0HNC8090TG75S" stopped. 2025-06-27 17:47:00.774 +03:00 [DBG] Connection id "0HNC8090TG75T" accepted. 2025-06-27 17:47:00.774 +03:00 [DBG] Connection id "0HNC8090TG75T" started. 2025-06-27 17:47:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:00.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:00.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:00.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:00.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:00.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:00.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:00.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:00.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:00.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:00.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:00.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:00.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:00.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:00.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:00.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:00.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:00.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.129ms. 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:00.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:00.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:00.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8052ms 2025-06-27 17:47:00.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:00.776 +03:00 [DBG] Connection id "0HNC8090TG75T" completed keep alive response. 2025-06-27 17:47:00.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5115ms 2025-06-27 17:47:00.776 +03:00 [DBG] Connection id "0HNC8090TG75T" received FIN. 2025-06-27 17:47:00.776 +03:00 [DBG] Connection id "0HNC8090TG75T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:00.776 +03:00 [DBG] Connection id "0HNC8090TG75T" disconnecting. 2025-06-27 17:47:00.776 +03:00 [DBG] Connection id "0HNC8090TG75T" stopped. 2025-06-27 17:47:05.776 +03:00 [DBG] Connection id "0HNC8090TG75U" accepted. 2025-06-27 17:47:05.776 +03:00 [DBG] Connection id "0HNC8090TG75U" started. 2025-06-27 17:47:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:05.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:05.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:05.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:05.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:05.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:05.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:05.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:05.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1753ms. 2025-06-27 17:47:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:05.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2422ms 2025-06-27 17:47:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:05.778 +03:00 [DBG] Connection id "0HNC8090TG75U" completed keep alive response. 2025-06-27 17:47:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3803ms 2025-06-27 17:47:05.779 +03:00 [DBG] Connection id "0HNC8090TG75U" received FIN. 2025-06-27 17:47:05.779 +03:00 [DBG] Connection id "0HNC8090TG75U" disconnecting. 2025-06-27 17:47:05.779 +03:00 [DBG] Connection id "0HNC8090TG75U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:05.780 +03:00 [DBG] Connection id "0HNC8090TG75U" stopped. 2025-06-27 17:47:10.776 +03:00 [DBG] Connection id "0HNC8090TG75V" accepted. 2025-06-27 17:47:10.776 +03:00 [DBG] Connection id "0HNC8090TG75V" started. 2025-06-27 17:47:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:10.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:10.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:10.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:10.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:10.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:10.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:10.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:10.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:10.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2086ms. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:10.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:10.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:10.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8103ms 2025-06-27 17:47:10.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:10.779 +03:00 [DBG] Connection id "0HNC8090TG75V" completed keep alive response. 2025-06-27 17:47:10.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2877ms 2025-06-27 17:47:10.780 +03:00 [DBG] Connection id "0HNC8090TG75V" received FIN. 2025-06-27 17:47:10.780 +03:00 [DBG] Connection id "0HNC8090TG75V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:10.780 +03:00 [DBG] Connection id "0HNC8090TG75V" disconnecting. 2025-06-27 17:47:10.780 +03:00 [DBG] Connection id "0HNC8090TG75V" stopped. 2025-06-27 17:47:15.787 +03:00 [DBG] Connection id "0HNC8090TG760" accepted. 2025-06-27 17:47:15.787 +03:00 [DBG] Connection id "0HNC8090TG760" started. 2025-06-27 17:47:15.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:15.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:15.787 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:15.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:15.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:15.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:15.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:15.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:15.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:15.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:15.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:15.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:15.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:15.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:15.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:15.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:15.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:15.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:15.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1211ms. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:15.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:15.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:15.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7366ms 2025-06-27 17:47:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:15.789 +03:00 [DBG] Connection id "0HNC8090TG760" completed keep alive response. 2025-06-27 17:47:15.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4138ms 2025-06-27 17:47:15.789 +03:00 [DBG] Connection id "0HNC8090TG760" received FIN. 2025-06-27 17:47:15.789 +03:00 [DBG] Connection id "0HNC8090TG760" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:15.789 +03:00 [DBG] Connection id "0HNC8090TG760" disconnecting. 2025-06-27 17:47:15.789 +03:00 [DBG] Connection id "0HNC8090TG760" stopped. 2025-06-27 17:47:20.776 +03:00 [DBG] Connection id "0HNC8090TG761" accepted. 2025-06-27 17:47:20.776 +03:00 [DBG] Connection id "0HNC8090TG761" started. 2025-06-27 17:47:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:20.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:20.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:20.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:20.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:20.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:20.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:20.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:20.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:20.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1404ms. 2025-06-27 17:47:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6412ms 2025-06-27 17:47:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:20.777 +03:00 [DBG] Connection id "0HNC8090TG761" completed keep alive response. 2025-06-27 17:47:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2061ms 2025-06-27 17:47:20.777 +03:00 [DBG] Connection id "0HNC8090TG761" received FIN. 2025-06-27 17:47:20.777 +03:00 [DBG] Connection id "0HNC8090TG761" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:20.777 +03:00 [DBG] Connection id "0HNC8090TG761" disconnecting. 2025-06-27 17:47:20.777 +03:00 [DBG] Connection id "0HNC8090TG761" stopped. 2025-06-27 17:47:25.774 +03:00 [DBG] Connection id "0HNC8090TG762" accepted. 2025-06-27 17:47:25.774 +03:00 [DBG] Connection id "0HNC8090TG762" started. 2025-06-27 17:47:25.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:25.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:25.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:25.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:25.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:25.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:25.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:25.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:25.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:25.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:25.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:25.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:25.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:25.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:25.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:25.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:25.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:25.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:25.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:25.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:25.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1686ms. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:25.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:25.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:25.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9871ms 2025-06-27 17:47:25.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:25.776 +03:00 [DBG] Connection id "0HNC8090TG762" completed keep alive response. 2025-06-27 17:47:25.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9548ms 2025-06-27 17:47:25.777 +03:00 [DBG] Connection id "0HNC8090TG762" received FIN. 2025-06-27 17:47:25.777 +03:00 [DBG] Connection id "0HNC8090TG762" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:25.777 +03:00 [DBG] Connection id "0HNC8090TG762" disconnecting. 2025-06-27 17:47:25.777 +03:00 [DBG] Connection id "0HNC8090TG762" stopped. 2025-06-27 17:47:30.863 +03:00 [DBG] Connection id "0HNC8090TG763" accepted. 2025-06-27 17:47:30.864 +03:00 [DBG] Connection id "0HNC8090TG763" started. 2025-06-27 17:47:30.864 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:30.864 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:30.864 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:30.864 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:30.864 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:30.864 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:30.864 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:30.864 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:30.864 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:30.864 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:30.864 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:30.864 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:30.864 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:30.864 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:30.864 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:30.865 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:30.865 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:30.865 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.865 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:30.865 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:30.865 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:30.865 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1616ms. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:30.865 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:30.866 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:30.866 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.866 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:30.866 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2395ms 2025-06-27 17:47:30.866 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:30.866 +03:00 [DBG] Connection id "0HNC8090TG763" completed keep alive response. 2025-06-27 17:47:30.866 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2067ms 2025-06-27 17:47:30.866 +03:00 [DBG] Connection id "0HNC8090TG763" received FIN. 2025-06-27 17:47:30.866 +03:00 [DBG] Connection id "0HNC8090TG763" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:30.866 +03:00 [DBG] Connection id "0HNC8090TG763" disconnecting. 2025-06-27 17:47:30.867 +03:00 [DBG] Connection id "0HNC8090TG763" stopped. 2025-06-27 17:47:35.783 +03:00 [DBG] Connection id "0HNC8090TG764" accepted. 2025-06-27 17:47:35.783 +03:00 [DBG] Connection id "0HNC8090TG764" started. 2025-06-27 17:47:35.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:35.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:35.783 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:35.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:35.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:35.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:35.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:35.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:35.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:35.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:35.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:35.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:35.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:35.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:35.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:35.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:35.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:35.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:35.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:35.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1113ms. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:35.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:35.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:35.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6093ms 2025-06-27 17:47:35.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:35.784 +03:00 [DBG] Connection id "0HNC8090TG764" completed keep alive response. 2025-06-27 17:47:35.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2484ms 2025-06-27 17:47:35.784 +03:00 [DBG] Connection id "0HNC8090TG764" received FIN. 2025-06-27 17:47:35.784 +03:00 [DBG] Connection id "0HNC8090TG764" disconnecting. 2025-06-27 17:47:35.784 +03:00 [DBG] Connection id "0HNC8090TG764" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:35.786 +03:00 [DBG] Connection id "0HNC8090TG764" stopped. 2025-06-27 17:47:40.789 +03:00 [DBG] Connection id "0HNC8090TG765" accepted. 2025-06-27 17:47:40.789 +03:00 [DBG] Connection id "0HNC8090TG765" started. 2025-06-27 17:47:40.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:40.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:40.789 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:40.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:40.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:40.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:40.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:40.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:40.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:40.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:40.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:40.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:40.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:40.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:40.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:40.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:40.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:40.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:40.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:40.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:40.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1185ms. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:40.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:40.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:40.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6696ms 2025-06-27 17:47:40.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:40.790 +03:00 [DBG] Connection id "0HNC8090TG765" completed keep alive response. 2025-06-27 17:47:40.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2961ms 2025-06-27 17:47:40.791 +03:00 [DBG] Connection id "0HNC8090TG765" received FIN. 2025-06-27 17:47:40.791 +03:00 [DBG] Connection id "0HNC8090TG765" disconnecting. 2025-06-27 17:47:40.791 +03:00 [DBG] Connection id "0HNC8090TG765" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:40.792 +03:00 [DBG] Connection id "0HNC8090TG765" stopped. 2025-06-27 17:47:45.774 +03:00 [DBG] Connection id "0HNC8090TG766" accepted. 2025-06-27 17:47:45.774 +03:00 [DBG] Connection id "0HNC8090TG766" started. 2025-06-27 17:47:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:45.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:45.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1271ms. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8205ms 2025-06-27 17:47:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:45.775 +03:00 [DBG] Connection id "0HNC8090TG766" completed keep alive response. 2025-06-27 17:47:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4578ms 2025-06-27 17:47:45.776 +03:00 [DBG] Connection id "0HNC8090TG766" received FIN. 2025-06-27 17:47:45.776 +03:00 [DBG] Connection id "0HNC8090TG766" disconnecting. 2025-06-27 17:47:45.776 +03:00 [DBG] Connection id "0HNC8090TG766" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:45.777 +03:00 [DBG] Connection id "0HNC8090TG766" stopped. 2025-06-27 17:47:50.771 +03:00 [DBG] Connection id "0HNC8090TG767" accepted. 2025-06-27 17:47:50.771 +03:00 [DBG] Connection id "0HNC8090TG767" started. 2025-06-27 17:47:50.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:50.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:50.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:50.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:50.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:50.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:50.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:50.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:50.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:50.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:50.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:50.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:50.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:50.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:50.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:50.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:50.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:50.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:50.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:50.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:50.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1327ms. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:50.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:50.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:50.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7194ms 2025-06-27 17:47:50.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:50.772 +03:00 [DBG] Connection id "0HNC8090TG767" completed keep alive response. 2025-06-27 17:47:50.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3059ms 2025-06-27 17:47:50.773 +03:00 [DBG] Connection id "0HNC8090TG767" received FIN. 2025-06-27 17:47:50.773 +03:00 [DBG] Connection id "0HNC8090TG767" disconnecting. 2025-06-27 17:47:50.773 +03:00 [DBG] Connection id "0HNC8090TG767" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:50.774 +03:00 [DBG] Connection id "0HNC8090TG767" stopped. 2025-06-27 17:47:55.777 +03:00 [DBG] Connection id "0HNC8090TG768" accepted. 2025-06-27 17:47:55.777 +03:00 [DBG] Connection id "0HNC8090TG768" started. 2025-06-27 17:47:55.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:47:55.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:47:55.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:47:55.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:47:55.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:47:55.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:55.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:47:55.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:47:55.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:47:55.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:47:55.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:55.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:47:55.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:47:55.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:47:55.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:47:55.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:47:55.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:47:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:55.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:47:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:47:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1702ms. 2025-06-27 17:47:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:55.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:47:55.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:47:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2943ms 2025-06-27 17:47:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:47:55.779 +03:00 [DBG] Connection id "0HNC8090TG768" completed keep alive response. 2025-06-27 17:47:55.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3401ms 2025-06-27 17:47:55.780 +03:00 [DBG] Connection id "0HNC8090TG768" received FIN. 2025-06-27 17:47:55.780 +03:00 [DBG] Connection id "0HNC8090TG768" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:47:55.780 +03:00 [DBG] Connection id "0HNC8090TG768" disconnecting. 2025-06-27 17:47:55.780 +03:00 [DBG] Connection id "0HNC8090TG768" stopped. 2025-06-27 17:48:00.771 +03:00 [DBG] Connection id "0HNC8090TG769" accepted. 2025-06-27 17:48:00.772 +03:00 [DBG] Connection id "0HNC8090TG769" started. 2025-06-27 17:48:00.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:00.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:00.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:00.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:00.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:00.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:00.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:00.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:00.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:00.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:00.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:00.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:00.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:00.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:00.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:00.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:00.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:00.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:00.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:00.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:00.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:00.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:00.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:00.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:00.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1629ms. 2025-06-27 17:48:00.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:00.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:00.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:00.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:00.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1628ms 2025-06-27 17:48:00.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:00.774 +03:00 [DBG] Connection id "0HNC8090TG769" completed keep alive response. 2025-06-27 17:48:00.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2898ms 2025-06-27 17:48:00.774 +03:00 [DBG] Connection id "0HNC8090TG769" received FIN. 2025-06-27 17:48:00.775 +03:00 [DBG] Connection id "0HNC8090TG769" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:00.775 +03:00 [DBG] Connection id "0HNC8090TG769" disconnecting. 2025-06-27 17:48:00.775 +03:00 [DBG] Connection id "0HNC8090TG769" stopped. 2025-06-27 17:48:05.777 +03:00 [DBG] Connection id "0HNC8090TG76A" accepted. 2025-06-27 17:48:05.778 +03:00 [DBG] Connection id "0HNC8090TG76A" started. 2025-06-27 17:48:05.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:05.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:05.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:05.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:05.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:05.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:05.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:05.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:05.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:05.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:05.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:05.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:05.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:05.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:05.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:05.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:05.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:05.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:05.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1429ms. 2025-06-27 17:48:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:05.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:05.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7271ms 2025-06-27 17:48:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:05.779 +03:00 [DBG] Connection id "0HNC8090TG76A" completed keep alive response. 2025-06-27 17:48:05.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3706ms 2025-06-27 17:48:05.779 +03:00 [DBG] Connection id "0HNC8090TG76A" received FIN. 2025-06-27 17:48:05.779 +03:00 [DBG] Connection id "0HNC8090TG76A" disconnecting. 2025-06-27 17:48:05.779 +03:00 [DBG] Connection id "0HNC8090TG76A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:05.780 +03:00 [DBG] Connection id "0HNC8090TG76A" stopped. 2025-06-27 17:48:10.776 +03:00 [DBG] Connection id "0HNC8090TG76B" accepted. 2025-06-27 17:48:10.776 +03:00 [DBG] Connection id "0HNC8090TG76B" started. 2025-06-27 17:48:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:10.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:10.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1191ms. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:10.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:10.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:10.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6389ms 2025-06-27 17:48:10.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:10.777 +03:00 [DBG] Connection id "0HNC8090TG76B" completed keep alive response. 2025-06-27 17:48:10.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2913ms 2025-06-27 17:48:10.778 +03:00 [DBG] Connection id "0HNC8090TG76B" received FIN. 2025-06-27 17:48:10.778 +03:00 [DBG] Connection id "0HNC8090TG76B" disconnecting. 2025-06-27 17:48:10.778 +03:00 [DBG] Connection id "0HNC8090TG76B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:10.779 +03:00 [DBG] Connection id "0HNC8090TG76B" stopped. 2025-06-27 17:48:15.783 +03:00 [DBG] Connection id "0HNC8090TG76C" accepted. 2025-06-27 17:48:15.783 +03:00 [DBG] Connection id "0HNC8090TG76C" started. 2025-06-27 17:48:15.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:15.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:15.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:15.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:15.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:15.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:15.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:15.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:15.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:15.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:15.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:15.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:15.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:15.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:15.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:15.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:15.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:15.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:15.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:15.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:15.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1619ms. 2025-06-27 17:48:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:15.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:15.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:15.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3412ms 2025-06-27 17:48:15.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:15.786 +03:00 [DBG] Connection id "0HNC8090TG76C" completed keep alive response. 2025-06-27 17:48:15.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2675ms 2025-06-27 17:48:15.786 +03:00 [DBG] Connection id "0HNC8090TG76C" received FIN. 2025-06-27 17:48:15.786 +03:00 [DBG] Connection id "0HNC8090TG76C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:15.786 +03:00 [DBG] Connection id "0HNC8090TG76C" disconnecting. 2025-06-27 17:48:15.786 +03:00 [DBG] Connection id "0HNC8090TG76C" stopped. 2025-06-27 17:48:20.771 +03:00 [DBG] Connection id "0HNC8090TG76D" accepted. 2025-06-27 17:48:20.771 +03:00 [DBG] Connection id "0HNC8090TG76D" started. 2025-06-27 17:48:20.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:20.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:20.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:20.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:20.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:20.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:20.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:20.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:20.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:20.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:20.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:20.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:20.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:20.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:20.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:20.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:20.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:20.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:20.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:20.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:20.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1355ms. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:20.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:20.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:20.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0974ms 2025-06-27 17:48:20.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:20.773 +03:00 [DBG] Connection id "0HNC8090TG76D" completed keep alive response. 2025-06-27 17:48:20.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.032ms 2025-06-27 17:48:20.774 +03:00 [DBG] Connection id "0HNC8090TG76D" received FIN. 2025-06-27 17:48:20.774 +03:00 [DBG] Connection id "0HNC8090TG76D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:20.774 +03:00 [DBG] Connection id "0HNC8090TG76D" disconnecting. 2025-06-27 17:48:20.774 +03:00 [DBG] Connection id "0HNC8090TG76D" stopped. 2025-06-27 17:48:25.771 +03:00 [DBG] Connection id "0HNC8090TG76E" accepted. 2025-06-27 17:48:25.771 +03:00 [DBG] Connection id "0HNC8090TG76E" started. 2025-06-27 17:48:25.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:25.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:25.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:25.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:25.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:25.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:25.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:25.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:25.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:25.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:25.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:25.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:25.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:25.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:25.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:25.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:25.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:25.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:25.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:25.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:25.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1226ms. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:25.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:25.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:25.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7944ms 2025-06-27 17:48:25.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:25.773 +03:00 [DBG] Connection id "0HNC8090TG76E" completed keep alive response. 2025-06-27 17:48:25.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4462ms 2025-06-27 17:48:25.773 +03:00 [DBG] Connection id "0HNC8090TG76E" received FIN. 2025-06-27 17:48:25.773 +03:00 [DBG] Connection id "0HNC8090TG76E" disconnecting. 2025-06-27 17:48:25.773 +03:00 [DBG] Connection id "0HNC8090TG76E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:25.774 +03:00 [DBG] Connection id "0HNC8090TG76E" stopped. 2025-06-27 17:48:30.775 +03:00 [DBG] Connection id "0HNC8090TG76F" accepted. 2025-06-27 17:48:30.775 +03:00 [DBG] Connection id "0HNC8090TG76F" started. 2025-06-27 17:48:30.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:30.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:30.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:30.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:30.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:30.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:30.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:30.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:30.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:30.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:30.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:30.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:30.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:30.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:30.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:30.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:30.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:30.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:30.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:30.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:30.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1704ms. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7313ms 2025-06-27 17:48:30.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:30.778 +03:00 [DBG] Connection id "0HNC8090TG76F" completed keep alive response. 2025-06-27 17:48:30.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9321ms 2025-06-27 17:48:30.779 +03:00 [DBG] Connection id "0HNC8090TG76F" received FIN. 2025-06-27 17:48:30.779 +03:00 [DBG] Connection id "0HNC8090TG76F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:30.779 +03:00 [DBG] Connection id "0HNC8090TG76F" disconnecting. 2025-06-27 17:48:30.779 +03:00 [DBG] Connection id "0HNC8090TG76F" stopped. 2025-06-27 17:48:35.776 +03:00 [DBG] Connection id "0HNC8090TG76G" accepted. 2025-06-27 17:48:35.776 +03:00 [DBG] Connection id "0HNC8090TG76G" started. 2025-06-27 17:48:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:35.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:35.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1167ms. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:35.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:35.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:35.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6618ms 2025-06-27 17:48:35.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:35.777 +03:00 [DBG] Connection id "0HNC8090TG76G" completed keep alive response. 2025-06-27 17:48:35.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2825ms 2025-06-27 17:48:35.778 +03:00 [DBG] Connection id "0HNC8090TG76G" received FIN. 2025-06-27 17:48:35.778 +03:00 [DBG] Connection id "0HNC8090TG76G" disconnecting. 2025-06-27 17:48:35.778 +03:00 [DBG] Connection id "0HNC8090TG76G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:35.778 +03:00 [DBG] Connection id "0HNC8090TG76G" stopped. 2025-06-27 17:48:40.777 +03:00 [DBG] Connection id "0HNC8090TG76H" accepted. 2025-06-27 17:48:40.777 +03:00 [DBG] Connection id "0HNC8090TG76H" started. 2025-06-27 17:48:40.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:40.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:40.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:40.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:40.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:40.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:40.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:40.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:40.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:40.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:40.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:40.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:40.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:40.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:40.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:40.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:40.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:40.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:40.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:40.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:40.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1907ms. 2025-06-27 17:48:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:40.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:40.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:40.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2519ms 2025-06-27 17:48:40.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:40.779 +03:00 [DBG] Connection id "0HNC8090TG76H" completed keep alive response. 2025-06-27 17:48:40.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1873ms 2025-06-27 17:48:40.780 +03:00 [DBG] Connection id "0HNC8090TG76H" received FIN. 2025-06-27 17:48:40.780 +03:00 [DBG] Connection id "0HNC8090TG76H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:40.780 +03:00 [DBG] Connection id "0HNC8090TG76H" disconnecting. 2025-06-27 17:48:40.780 +03:00 [DBG] Connection id "0HNC8090TG76H" stopped. 2025-06-27 17:48:45.771 +03:00 [DBG] Connection id "0HNC8090TG76I" accepted. 2025-06-27 17:48:45.771 +03:00 [DBG] Connection id "0HNC8090TG76I" started. 2025-06-27 17:48:45.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:45.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:45.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:45.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:45.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:45.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:45.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:45.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:45.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:45.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:45.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:45.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:45.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:45.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:45.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:45.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:45.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:45.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:45.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:45.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2487ms. 2025-06-27 17:48:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:45.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:45.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:45.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2698ms 2025-06-27 17:48:45.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:45.773 +03:00 [DBG] Connection id "0HNC8090TG76I" completed keep alive response. 2025-06-27 17:48:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4758ms 2025-06-27 17:48:45.774 +03:00 [DBG] Connection id "0HNC8090TG76I" received FIN. 2025-06-27 17:48:45.774 +03:00 [DBG] Connection id "0HNC8090TG76I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:45.774 +03:00 [DBG] Connection id "0HNC8090TG76I" disconnecting. 2025-06-27 17:48:45.774 +03:00 [DBG] Connection id "0HNC8090TG76I" stopped. 2025-06-27 17:48:50.772 +03:00 [DBG] Connection id "0HNC8090TG76J" accepted. 2025-06-27 17:48:50.773 +03:00 [DBG] Connection id "0HNC8090TG76J" started. 2025-06-27 17:48:50.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:50.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:50.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:50.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:50.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:50.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:50.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:50.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:50.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:50.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:50.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:50.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:50.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:50.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:50.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:50.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:50.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:50.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:50.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:50.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:50.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1309ms. 2025-06-27 17:48:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:50.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:50.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:50.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7776ms 2025-06-27 17:48:50.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:50.774 +03:00 [DBG] Connection id "0HNC8090TG76J" completed keep alive response. 2025-06-27 17:48:50.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4636ms 2025-06-27 17:48:50.774 +03:00 [DBG] Connection id "0HNC8090TG76J" received FIN. 2025-06-27 17:48:50.774 +03:00 [DBG] Connection id "0HNC8090TG76J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:50.774 +03:00 [DBG] Connection id "0HNC8090TG76J" disconnecting. 2025-06-27 17:48:50.775 +03:00 [DBG] Connection id "0HNC8090TG76J" stopped. 2025-06-27 17:48:55.776 +03:00 [DBG] Connection id "0HNC8090TG76K" accepted. 2025-06-27 17:48:55.776 +03:00 [DBG] Connection id "0HNC8090TG76K" started. 2025-06-27 17:48:55.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:48:55.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:48:55.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:48:55.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:48:55.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:48:55.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:55.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:48:55.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:48:55.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:48:55.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:48:55.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:55.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:48:55.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:48:55.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:48:55.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:48:55.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:48:55.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:48:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:48:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:55.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:48:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1439ms. 2025-06-27 17:48:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:48:55.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:48:55.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7969ms 2025-06-27 17:48:55.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:48:55.778 +03:00 [DBG] Connection id "0HNC8090TG76K" completed keep alive response. 2025-06-27 17:48:55.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4147ms 2025-06-27 17:48:55.778 +03:00 [DBG] Connection id "0HNC8090TG76K" received FIN. 2025-06-27 17:48:55.778 +03:00 [DBG] Connection id "0HNC8090TG76K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:48:55.778 +03:00 [DBG] Connection id "0HNC8090TG76K" disconnecting. 2025-06-27 17:48:55.778 +03:00 [DBG] Connection id "0HNC8090TG76K" stopped. 2025-06-27 17:49:00.775 +03:00 [DBG] Connection id "0HNC8090TG76L" accepted. 2025-06-27 17:49:00.775 +03:00 [DBG] Connection id "0HNC8090TG76L" started. 2025-06-27 17:49:00.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:00.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:00.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:00.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:00.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:00.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:00.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:00.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:00.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:00.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1183ms. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:00.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:00.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:00.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7354ms 2025-06-27 17:49:00.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:00.777 +03:00 [DBG] Connection id "0HNC8090TG76L" completed keep alive response. 2025-06-27 17:49:00.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3612ms 2025-06-27 17:49:00.777 +03:00 [DBG] Connection id "0HNC8090TG76L" received FIN. 2025-06-27 17:49:00.777 +03:00 [DBG] Connection id "0HNC8090TG76L" disconnecting. 2025-06-27 17:49:00.777 +03:00 [DBG] Connection id "0HNC8090TG76L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:00.778 +03:00 [DBG] Connection id "0HNC8090TG76L" stopped. 2025-06-27 17:49:05.771 +03:00 [DBG] Connection id "0HNC8090TG76M" accepted. 2025-06-27 17:49:05.772 +03:00 [DBG] Connection id "0HNC8090TG76M" started. 2025-06-27 17:49:05.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:05.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:05.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:05.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:05.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:05.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:05.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:05.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:05.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:05.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:05.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:05.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:05.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:05.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:05.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:05.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:05.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:05.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:05.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:05.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:05.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1353ms. 2025-06-27 17:49:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:05.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:05.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:05.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.807ms 2025-06-27 17:49:05.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:05.773 +03:00 [DBG] Connection id "0HNC8090TG76M" completed keep alive response. 2025-06-27 17:49:05.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4327ms 2025-06-27 17:49:05.773 +03:00 [DBG] Connection id "0HNC8090TG76M" received FIN. 2025-06-27 17:49:05.774 +03:00 [DBG] Connection id "0HNC8090TG76M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:05.774 +03:00 [DBG] Connection id "0HNC8090TG76M" disconnecting. 2025-06-27 17:49:05.774 +03:00 [DBG] Connection id "0HNC8090TG76M" stopped. 2025-06-27 17:49:10.777 +03:00 [DBG] Connection id "0HNC8090TG76N" accepted. 2025-06-27 17:49:10.777 +03:00 [DBG] Connection id "0HNC8090TG76N" started. 2025-06-27 17:49:10.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:10.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:10.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:10.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:10.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:10.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:10.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:10.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:10.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:10.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:10.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:10.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:10.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:10.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:10.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:10.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:10.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1713ms. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:10.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:10.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:10.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1551ms 2025-06-27 17:49:10.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:10.779 +03:00 [DBG] Connection id "0HNC8090TG76N" completed keep alive response. 2025-06-27 17:49:10.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1445ms 2025-06-27 17:49:10.779 +03:00 [DBG] Connection id "0HNC8090TG76N" received FIN. 2025-06-27 17:49:10.779 +03:00 [DBG] Connection id "0HNC8090TG76N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:10.779 +03:00 [DBG] Connection id "0HNC8090TG76N" disconnecting. 2025-06-27 17:49:10.779 +03:00 [DBG] Connection id "0HNC8090TG76N" stopped. 2025-06-27 17:49:15.773 +03:00 [DBG] Connection id "0HNC8090TG76O" accepted. 2025-06-27 17:49:15.773 +03:00 [DBG] Connection id "0HNC8090TG76O" started. 2025-06-27 17:49:15.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:15.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:15.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:15.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:15.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:15.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:15.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:15.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:15.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:15.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:15.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:15.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:15.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:15.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:15.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:15.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:15.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:15.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:15.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:15.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1184ms. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:15.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:15.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:15.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7732ms 2025-06-27 17:49:15.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:15.774 +03:00 [DBG] Connection id "0HNC8090TG76O" completed keep alive response. 2025-06-27 17:49:15.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3973ms 2025-06-27 17:49:15.775 +03:00 [DBG] Connection id "0HNC8090TG76O" received FIN. 2025-06-27 17:49:15.775 +03:00 [DBG] Connection id "0HNC8090TG76O" disconnecting. 2025-06-27 17:49:15.775 +03:00 [DBG] Connection id "0HNC8090TG76O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:15.776 +03:00 [DBG] Connection id "0HNC8090TG76O" stopped. 2025-06-27 17:49:20.774 +03:00 [DBG] Connection id "0HNC8090TG76P" accepted. 2025-06-27 17:49:20.774 +03:00 [DBG] Connection id "0HNC8090TG76P" started. 2025-06-27 17:49:20.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:20.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:20.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:20.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:20.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:20.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:20.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:20.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:20.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:20.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:20.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:20.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:20.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:20.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:20.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:20.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:20.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:20.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:20.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:20.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:20.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1697ms. 2025-06-27 17:49:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:20.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:20.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5211ms 2025-06-27 17:49:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:20.777 +03:00 [DBG] Connection id "0HNC8090TG76P" completed keep alive response. 2025-06-27 17:49:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4911ms 2025-06-27 17:49:20.777 +03:00 [DBG] Connection id "0HNC8090TG76P" received FIN. 2025-06-27 17:49:20.777 +03:00 [DBG] Connection id "0HNC8090TG76P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:20.777 +03:00 [DBG] Connection id "0HNC8090TG76P" disconnecting. 2025-06-27 17:49:20.777 +03:00 [DBG] Connection id "0HNC8090TG76P" stopped. 2025-06-27 17:49:25.775 +03:00 [DBG] Connection id "0HNC8090TG76Q" accepted. 2025-06-27 17:49:25.775 +03:00 [DBG] Connection id "0HNC8090TG76Q" started. 2025-06-27 17:49:25.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:25.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:25.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:25.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:25.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:25.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:25.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:25.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:25.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:25.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:25.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:25.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:25.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:25.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:25.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:25.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:25.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:25.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:25.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:25.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:25.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1303ms. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:25.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:25.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:25.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1225ms 2025-06-27 17:49:25.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:25.777 +03:00 [DBG] Connection id "0HNC8090TG76Q" completed keep alive response. 2025-06-27 17:49:25.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9424ms 2025-06-27 17:49:25.777 +03:00 [DBG] Connection id "0HNC8090TG76Q" received FIN. 2025-06-27 17:49:25.777 +03:00 [DBG] Connection id "0HNC8090TG76Q" disconnecting. 2025-06-27 17:49:25.777 +03:00 [DBG] Connection id "0HNC8090TG76Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:25.778 +03:00 [DBG] Connection id "0HNC8090TG76Q" stopped. 2025-06-27 17:49:30.777 +03:00 [DBG] Connection id "0HNC8090TG76R" accepted. 2025-06-27 17:49:30.777 +03:00 [DBG] Connection id "0HNC8090TG76R" started. 2025-06-27 17:49:30.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:30.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:30.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:30.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:30.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:30.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:30.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:30.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:30.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:30.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:30.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:30.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:30.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:30.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:30.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:30.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:30.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:30.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:30.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1213ms. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:30.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7389ms 2025-06-27 17:49:30.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:30.779 +03:00 [DBG] Connection id "0HNC8090TG76R" completed keep alive response. 2025-06-27 17:49:30.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3898ms 2025-06-27 17:49:30.779 +03:00 [DBG] Connection id "0HNC8090TG76R" received FIN. 2025-06-27 17:49:30.779 +03:00 [DBG] Connection id "0HNC8090TG76R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:30.779 +03:00 [DBG] Connection id "0HNC8090TG76R" disconnecting. 2025-06-27 17:49:30.779 +03:00 [DBG] Connection id "0HNC8090TG76R" stopped. 2025-06-27 17:49:35.779 +03:00 [DBG] Connection id "0HNC8090TG76S" accepted. 2025-06-27 17:49:35.779 +03:00 [DBG] Connection id "0HNC8090TG76S" started. 2025-06-27 17:49:35.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:35.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:35.779 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:35.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:35.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:35.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:35.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:35.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:35.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:35.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:35.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:35.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:35.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:35.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:35.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:35.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:35.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:35.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:35.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:35.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1176ms. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:35.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:35.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:35.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6949ms 2025-06-27 17:49:35.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:35.780 +03:00 [DBG] Connection id "0HNC8090TG76S" completed keep alive response. 2025-06-27 17:49:35.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2603ms 2025-06-27 17:49:35.781 +03:00 [DBG] Connection id "0HNC8090TG76S" received FIN. 2025-06-27 17:49:35.781 +03:00 [DBG] Connection id "0HNC8090TG76S" disconnecting. 2025-06-27 17:49:35.781 +03:00 [DBG] Connection id "0HNC8090TG76S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:35.782 +03:00 [DBG] Connection id "0HNC8090TG76S" stopped. 2025-06-27 17:49:40.786 +03:00 [DBG] Connection id "0HNC8090TG76T" accepted. 2025-06-27 17:49:40.786 +03:00 [DBG] Connection id "0HNC8090TG76T" started. 2025-06-27 17:49:40.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:40.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:40.786 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:40.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:40.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:40.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:40.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:40.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:40.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:40.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:40.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:40.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:40.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:40.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:40.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:40.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:40.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:40.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:40.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:40.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:40.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1291ms. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:40.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:40.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:40.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7377ms 2025-06-27 17:49:40.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:40.787 +03:00 [DBG] Connection id "0HNC8090TG76T" completed keep alive response. 2025-06-27 17:49:40.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3777ms 2025-06-27 17:49:40.787 +03:00 [DBG] Connection id "0HNC8090TG76T" received FIN. 2025-06-27 17:49:40.787 +03:00 [DBG] Connection id "0HNC8090TG76T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:40.788 +03:00 [DBG] Connection id "0HNC8090TG76T" disconnecting. 2025-06-27 17:49:40.788 +03:00 [DBG] Connection id "0HNC8090TG76T" stopped. 2025-06-27 17:49:45.779 +03:00 [DBG] Connection id "0HNC8090TG76U" accepted. 2025-06-27 17:49:45.779 +03:00 [DBG] Connection id "0HNC8090TG76U" started. 2025-06-27 17:49:45.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:45.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:45.780 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:45.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:45.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:45.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:45.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:45.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:45.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:45.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:45.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:45.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:45.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:45.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:45.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:45.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:45.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:45.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:45.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:45.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1223ms. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:45.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:45.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:45.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7837ms 2025-06-27 17:49:45.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:45.781 +03:00 [DBG] Connection id "0HNC8090TG76U" completed keep alive response. 2025-06-27 17:49:45.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4512ms 2025-06-27 17:49:45.781 +03:00 [DBG] Connection id "0HNC8090TG76U" received FIN. 2025-06-27 17:49:45.781 +03:00 [DBG] Connection id "0HNC8090TG76U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:45.781 +03:00 [DBG] Connection id "0HNC8090TG76U" disconnecting. 2025-06-27 17:49:45.781 +03:00 [DBG] Connection id "0HNC8090TG76U" stopped. 2025-06-27 17:49:50.771 +03:00 [DBG] Connection id "0HNC8090TG76V" accepted. 2025-06-27 17:49:50.772 +03:00 [DBG] Connection id "0HNC8090TG76V" started. 2025-06-27 17:49:50.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:50.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:50.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:50.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:50.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:50.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:50.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:50.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:50.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:50.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:50.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:50.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:50.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:50.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:50.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:50.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:50.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:50.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:50.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:50.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:50.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1646ms. 2025-06-27 17:49:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:50.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:50.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:50.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2365ms 2025-06-27 17:49:50.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:50.774 +03:00 [DBG] Connection id "0HNC8090TG76V" completed keep alive response. 2025-06-27 17:49:50.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4994ms 2025-06-27 17:49:50.775 +03:00 [DBG] Connection id "0HNC8090TG76V" received FIN. 2025-06-27 17:49:50.775 +03:00 [DBG] Connection id "0HNC8090TG76V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:50.775 +03:00 [DBG] Connection id "0HNC8090TG76V" disconnecting. 2025-06-27 17:49:50.775 +03:00 [DBG] Connection id "0HNC8090TG76V" stopped. 2025-06-27 17:49:55.788 +03:00 [DBG] Connection id "0HNC8090TG770" accepted. 2025-06-27 17:49:55.788 +03:00 [DBG] Connection id "0HNC8090TG770" started. 2025-06-27 17:49:55.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:49:55.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:49:55.788 +03:00 [DBG] POST requests are not supported 2025-06-27 17:49:55.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:49:55.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:49:55.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:55.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:49:55.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:49:55.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:49:55.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:49:55.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:55.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:49:55.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:49:55.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:49:55.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:49:55.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:49:55.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:49:55.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:55.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:49:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:55.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:49:55.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1881ms. 2025-06-27 17:49:55.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:55.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:49:55.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:49:55.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.143ms 2025-06-27 17:49:55.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:49:55.790 +03:00 [DBG] Connection id "0HNC8090TG770" completed keep alive response. 2025-06-27 17:49:55.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.214ms 2025-06-27 17:49:55.790 +03:00 [DBG] Connection id "0HNC8090TG770" received FIN. 2025-06-27 17:49:55.790 +03:00 [DBG] Connection id "0HNC8090TG770" disconnecting. 2025-06-27 17:49:55.791 +03:00 [DBG] Connection id "0HNC8090TG770" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:49:55.792 +03:00 [DBG] Connection id "0HNC8090TG770" stopped. 2025-06-27 17:50:00.769 +03:00 [DBG] Connection id "0HNC8090TG771" accepted. 2025-06-27 17:50:00.769 +03:00 [DBG] Connection id "0HNC8090TG771" started. 2025-06-27 17:50:00.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:00.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:00.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:00.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:00.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:00.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:00.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:00.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:00.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:00.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:00.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:00.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:00.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:00.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:00.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:00.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:00.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:00.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:00.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:00.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1697ms. 2025-06-27 17:50:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:00.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:00.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2925ms 2025-06-27 17:50:00.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:00.773 +03:00 [DBG] Connection id "0HNC8090TG771" completed keep alive response. 2025-06-27 17:50:00.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4327ms 2025-06-27 17:50:00.773 +03:00 [DBG] Connection id "0HNC8090TG771" received FIN. 2025-06-27 17:50:00.773 +03:00 [DBG] Connection id "0HNC8090TG771" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:00.773 +03:00 [DBG] Connection id "0HNC8090TG771" disconnecting. 2025-06-27 17:50:00.773 +03:00 [DBG] Connection id "0HNC8090TG771" stopped. 2025-06-27 17:50:05.789 +03:00 [DBG] Connection id "0HNC8090TG772" accepted. 2025-06-27 17:50:05.789 +03:00 [DBG] Connection id "0HNC8090TG772" started. 2025-06-27 17:50:05.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:05.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:05.789 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:05.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:05.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:05.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:05.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:05.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:05.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:05.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:05.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:05.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:05.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:05.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:05.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:05.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:05.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:05.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:05.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:05.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:05.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1323ms. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:05.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:05.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:05.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6758ms 2025-06-27 17:50:05.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:05.790 +03:00 [DBG] Connection id "0HNC8090TG772" completed keep alive response. 2025-06-27 17:50:05.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2577ms 2025-06-27 17:50:05.790 +03:00 [DBG] Connection id "0HNC8090TG772" received FIN. 2025-06-27 17:50:05.791 +03:00 [DBG] Connection id "0HNC8090TG772" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:05.791 +03:00 [DBG] Connection id "0HNC8090TG772" disconnecting. 2025-06-27 17:50:05.791 +03:00 [DBG] Connection id "0HNC8090TG772" stopped. 2025-06-27 17:50:10.788 +03:00 [DBG] Connection id "0HNC8090TG773" accepted. 2025-06-27 17:50:10.788 +03:00 [DBG] Connection id "0HNC8090TG773" started. 2025-06-27 17:50:10.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:10.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:10.788 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:10.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:10.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:10.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:10.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:10.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:10.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:10.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:10.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:10.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:10.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:10.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:10.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:10.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:10.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:10.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:10.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:10.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:10.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:10.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:10.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:10.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:10.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1484ms. 2025-06-27 17:50:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:10.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:10.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:10.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.058ms 2025-06-27 17:50:10.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:10.790 +03:00 [DBG] Connection id "0HNC8090TG773" completed keep alive response. 2025-06-27 17:50:10.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.984ms 2025-06-27 17:50:10.791 +03:00 [DBG] Connection id "0HNC8090TG773" received FIN. 2025-06-27 17:50:10.791 +03:00 [DBG] Connection id "0HNC8090TG773" disconnecting. 2025-06-27 17:50:10.791 +03:00 [DBG] Connection id "0HNC8090TG773" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:10.792 +03:00 [DBG] Connection id "0HNC8090TG773" stopped. 2025-06-27 17:50:15.785 +03:00 [DBG] Connection id "0HNC8090TG774" accepted. 2025-06-27 17:50:15.785 +03:00 [DBG] Connection id "0HNC8090TG774" started. 2025-06-27 17:50:15.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:15.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:15.785 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:15.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:15.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:15.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:15.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:15.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:15.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:15.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:15.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:15.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:15.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:15.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:15.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:15.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:15.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:15.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:15.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:15.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:15.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1212ms. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:15.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:15.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:15.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0344ms 2025-06-27 17:50:15.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:15.787 +03:00 [DBG] Connection id "0HNC8090TG774" completed keep alive response. 2025-06-27 17:50:15.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7041ms 2025-06-27 17:50:15.787 +03:00 [DBG] Connection id "0HNC8090TG774" received FIN. 2025-06-27 17:50:15.787 +03:00 [DBG] Connection id "0HNC8090TG774" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:15.787 +03:00 [DBG] Connection id "0HNC8090TG774" disconnecting. 2025-06-27 17:50:15.787 +03:00 [DBG] Connection id "0HNC8090TG774" stopped. 2025-06-27 17:50:20.776 +03:00 [DBG] Connection id "0HNC8090TG775" accepted. 2025-06-27 17:50:20.776 +03:00 [DBG] Connection id "0HNC8090TG775" started. 2025-06-27 17:50:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:20.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:20.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:20.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:20.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:20.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:20.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:20.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:20.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:20.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:20.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:20.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:20.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1574ms. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:20.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:20.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:20.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2328ms 2025-06-27 17:50:20.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:20.778 +03:00 [DBG] Connection id "0HNC8090TG775" completed keep alive response. 2025-06-27 17:50:20.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2899ms 2025-06-27 17:50:20.779 +03:00 [DBG] Connection id "0HNC8090TG775" received FIN. 2025-06-27 17:50:20.779 +03:00 [DBG] Connection id "0HNC8090TG775" disconnecting. 2025-06-27 17:50:20.779 +03:00 [DBG] Connection id "0HNC8090TG775" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:20.780 +03:00 [DBG] Connection id "0HNC8090TG775" stopped. 2025-06-27 17:50:25.781 +03:00 [DBG] Connection id "0HNC8090TG776" accepted. 2025-06-27 17:50:25.781 +03:00 [DBG] Connection id "0HNC8090TG776" started. 2025-06-27 17:50:25.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:25.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:25.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:25.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:25.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:25.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:25.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:25.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:25.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1731ms. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:25.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:25.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1379ms 2025-06-27 17:50:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:25.783 +03:00 [DBG] Connection id "0HNC8090TG776" completed keep alive response. 2025-06-27 17:50:25.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2553ms 2025-06-27 17:50:25.784 +03:00 [DBG] Connection id "0HNC8090TG776" received FIN. 2025-06-27 17:50:25.784 +03:00 [DBG] Connection id "0HNC8090TG776" disconnecting. 2025-06-27 17:50:25.784 +03:00 [DBG] Connection id "0HNC8090TG776" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:25.785 +03:00 [DBG] Connection id "0HNC8090TG776" stopped. 2025-06-27 17:50:30.773 +03:00 [DBG] Connection id "0HNC8090TG777" accepted. 2025-06-27 17:50:30.773 +03:00 [DBG] Connection id "0HNC8090TG777" started. 2025-06-27 17:50:30.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:30.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:30.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:30.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:30.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:30.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:30.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:30.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:30.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:30.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:30.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:30.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:30.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:30.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:30.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:30.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:30.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:30.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:30.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:30.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:30.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1181ms. 2025-06-27 17:50:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:30.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:30.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:30.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7395ms 2025-06-27 17:50:30.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:30.775 +03:00 [DBG] Connection id "0HNC8090TG777" completed keep alive response. 2025-06-27 17:50:30.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4061ms 2025-06-27 17:50:30.775 +03:00 [DBG] Connection id "0HNC8090TG777" received FIN. 2025-06-27 17:50:30.775 +03:00 [DBG] Connection id "0HNC8090TG777" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:30.775 +03:00 [DBG] Connection id "0HNC8090TG777" disconnecting. 2025-06-27 17:50:30.775 +03:00 [DBG] Connection id "0HNC8090TG777" stopped. 2025-06-27 17:50:35.847 +03:00 [DBG] Connection id "0HNC8090TG778" accepted. 2025-06-27 17:50:35.847 +03:00 [DBG] Connection id "0HNC8090TG778" started. 2025-06-27 17:50:35.847 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:35.847 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:35.847 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:35.847 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:35.847 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:35.847 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:35.847 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:35.847 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:35.847 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:35.847 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:35.847 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:35.847 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:35.848 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:35.848 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:35.848 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:35.848 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:35.848 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:35.848 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:35.848 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:35.848 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:35.848 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:35.848 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:35.848 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:35.848 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6907ms 2025-06-27 17:50:35.848 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:35.848 +03:00 [DBG] Connection id "0HNC8090TG778" completed keep alive response. 2025-06-27 17:50:35.848 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3182ms 2025-06-27 17:50:35.849 +03:00 [DBG] Connection id "0HNC8090TG778" received FIN. 2025-06-27 17:50:35.849 +03:00 [DBG] Connection id "0HNC8090TG778" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:35.849 +03:00 [DBG] Connection id "0HNC8090TG778" disconnecting. 2025-06-27 17:50:35.849 +03:00 [DBG] Connection id "0HNC8090TG778" stopped. 2025-06-27 17:50:40.775 +03:00 [DBG] Connection id "0HNC8090TG779" accepted. 2025-06-27 17:50:40.775 +03:00 [DBG] Connection id "0HNC8090TG779" started. 2025-06-27 17:50:40.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:40.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:40.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:40.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:40.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:40.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:40.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:40.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:40.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:40.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:40.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:40.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:40.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:40.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:40.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:40.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:40.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:40.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:40.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:40.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:40.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1427ms. 2025-06-27 17:50:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:40.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:40.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:40.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6707ms 2025-06-27 17:50:40.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:40.776 +03:00 [DBG] Connection id "0HNC8090TG779" completed keep alive response. 2025-06-27 17:50:40.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2371ms 2025-06-27 17:50:40.776 +03:00 [DBG] Connection id "0HNC8090TG779" received FIN. 2025-06-27 17:50:40.776 +03:00 [DBG] Connection id "0HNC8090TG779" disconnecting. 2025-06-27 17:50:40.776 +03:00 [DBG] Connection id "0HNC8090TG779" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:40.777 +03:00 [DBG] Connection id "0HNC8090TG779" stopped. 2025-06-27 17:50:45.791 +03:00 [DBG] Connection id "0HNC8090TG77A" accepted. 2025-06-27 17:50:45.791 +03:00 [DBG] Connection id "0HNC8090TG77A" started. 2025-06-27 17:50:45.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:45.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:45.791 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:45.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:45.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:45.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:45.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:45.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:45.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:45.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:45.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:45.791 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:45.791 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:45.791 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:45.791 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:45.791 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:45.792 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:45.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.792 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:45.792 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:45.792 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:45.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1595ms. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:45.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:45.793 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:45.793 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:45.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:45.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:45.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:45.793 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3165ms 2025-06-27 17:50:45.793 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:45.793 +03:00 [DBG] Connection id "0HNC8090TG77A" completed keep alive response. 2025-06-27 17:50:45.793 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.114ms 2025-06-27 17:50:45.793 +03:00 [DBG] Connection id "0HNC8090TG77A" received FIN. 2025-06-27 17:50:45.793 +03:00 [DBG] Connection id "0HNC8090TG77A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:45.793 +03:00 [DBG] Connection id "0HNC8090TG77A" disconnecting. 2025-06-27 17:50:45.794 +03:00 [DBG] Connection id "0HNC8090TG77A" stopped. 2025-06-27 17:50:50.785 +03:00 [DBG] Connection id "0HNC8090TG77B" accepted. 2025-06-27 17:50:50.785 +03:00 [DBG] Connection id "0HNC8090TG77B" started. 2025-06-27 17:50:50.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:50.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:50.786 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:50.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:50.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:50.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:50.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:50.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:50.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:50.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:50.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:50.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:50.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:50.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:50.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:50.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:50.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:50.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:50.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:50.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:50.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1323ms. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:50.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:50.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:50.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0529ms 2025-06-27 17:50:50.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:50.787 +03:00 [DBG] Connection id "0HNC8090TG77B" completed keep alive response. 2025-06-27 17:50:50.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8678ms 2025-06-27 17:50:50.788 +03:00 [DBG] Connection id "0HNC8090TG77B" received FIN. 2025-06-27 17:50:50.788 +03:00 [DBG] Connection id "0HNC8090TG77B" disconnecting. 2025-06-27 17:50:50.788 +03:00 [DBG] Connection id "0HNC8090TG77B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:50.788 +03:00 [DBG] Connection id "0HNC8090TG77B" stopped. 2025-06-27 17:50:55.781 +03:00 [DBG] Connection id "0HNC8090TG77C" accepted. 2025-06-27 17:50:55.781 +03:00 [DBG] Connection id "0HNC8090TG77C" started. 2025-06-27 17:50:55.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:50:55.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:50:55.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:50:55.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:50:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:50:55.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:55.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:50:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:50:55.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:50:55.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:50:55.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:55.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:50:55.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:50:55.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:50:55.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:50:55.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:50:55.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:50:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:55.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:50:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:55.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:50:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1677ms. 2025-06-27 17:50:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:55.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:50:55.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:50:55.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0708ms 2025-06-27 17:50:55.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:50:55.783 +03:00 [DBG] Connection id "0HNC8090TG77C" completed keep alive response. 2025-06-27 17:50:55.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9902ms 2025-06-27 17:50:55.783 +03:00 [DBG] Connection id "0HNC8090TG77C" received FIN. 2025-06-27 17:50:55.783 +03:00 [DBG] Connection id "0HNC8090TG77C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:50:55.784 +03:00 [DBG] Connection id "0HNC8090TG77C" disconnecting. 2025-06-27 17:50:55.784 +03:00 [DBG] Connection id "0HNC8090TG77C" stopped. 2025-06-27 17:51:00.775 +03:00 [DBG] Connection id "0HNC8090TG77D" accepted. 2025-06-27 17:51:00.776 +03:00 [DBG] Connection id "0HNC8090TG77D" started. 2025-06-27 17:51:00.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:00.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:00.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:00.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:00.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:00.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:00.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:00.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:00.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:00.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1428ms. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:00.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:00.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:00.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0979ms 2025-06-27 17:51:00.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:00.778 +03:00 [DBG] Connection id "0HNC8090TG77D" completed keep alive response. 2025-06-27 17:51:00.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.868ms 2025-06-27 17:51:00.778 +03:00 [DBG] Connection id "0HNC8090TG77D" received FIN. 2025-06-27 17:51:00.778 +03:00 [DBG] Connection id "0HNC8090TG77D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:00.778 +03:00 [DBG] Connection id "0HNC8090TG77D" disconnecting. 2025-06-27 17:51:00.778 +03:00 [DBG] Connection id "0HNC8090TG77D" stopped. 2025-06-27 17:51:05.773 +03:00 [DBG] Connection id "0HNC8090TG77E" accepted. 2025-06-27 17:51:05.773 +03:00 [DBG] Connection id "0HNC8090TG77E" started. 2025-06-27 17:51:05.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:05.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:05.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:05.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:05.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:05.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:05.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:05.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:05.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:05.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:05.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:05.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:05.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:05.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:05.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:05.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:05.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:05.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:05.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:05.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:05.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:05.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:05.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:05.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:05.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1847ms. 2025-06-27 17:51:05.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:05.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:05.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:05.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1574ms 2025-06-27 17:51:05.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:05.775 +03:00 [DBG] Connection id "0HNC8090TG77E" completed keep alive response. 2025-06-27 17:51:05.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1667ms 2025-06-27 17:51:05.776 +03:00 [DBG] Connection id "0HNC8090TG77E" received FIN. 2025-06-27 17:51:05.776 +03:00 [DBG] Connection id "0HNC8090TG77E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:05.776 +03:00 [DBG] Connection id "0HNC8090TG77E" disconnecting. 2025-06-27 17:51:05.776 +03:00 [DBG] Connection id "0HNC8090TG77E" stopped. 2025-06-27 17:51:10.775 +03:00 [DBG] Connection id "0HNC8090TG77F" accepted. 2025-06-27 17:51:10.775 +03:00 [DBG] Connection id "0HNC8090TG77F" started. 2025-06-27 17:51:10.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:10.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:10.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:10.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2316ms. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:10.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:10.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:10.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:10.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3999ms 2025-06-27 17:51:10.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:10.778 +03:00 [DBG] Connection id "0HNC8090TG77F" completed keep alive response. 2025-06-27 17:51:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4562ms 2025-06-27 17:51:10.778 +03:00 [DBG] Connection id "0HNC8090TG77F" received FIN. 2025-06-27 17:51:10.778 +03:00 [DBG] Connection id "0HNC8090TG77F" disconnecting. 2025-06-27 17:51:10.778 +03:00 [DBG] Connection id "0HNC8090TG77F" stopped. 2025-06-27 17:51:10.778 +03:00 [DBG] Connection id "0HNC8090TG77F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:15.795 +03:00 [DBG] Connection id "0HNC8090TG77G" accepted. 2025-06-27 17:51:15.796 +03:00 [DBG] Connection id "0HNC8090TG77G" started. 2025-06-27 17:51:15.796 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:15.796 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:15.796 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:15.796 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:15.796 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:15.796 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:15.796 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:15.796 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:15.796 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:15.796 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:15.796 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:15.796 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:15.796 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:15.796 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:15.796 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:15.796 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:15.796 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:15.796 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.796 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.796 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:15.796 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:15.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:15.796 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:15.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:15.796 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:15.796 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:15.797 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1465ms. 2025-06-27 17:51:15.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:15.797 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:15.797 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.797 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:15.797 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7258ms 2025-06-27 17:51:15.797 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:15.797 +03:00 [DBG] Connection id "0HNC8090TG77G" completed keep alive response. 2025-06-27 17:51:15.797 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3345ms 2025-06-27 17:51:15.797 +03:00 [DBG] Connection id "0HNC8090TG77G" received FIN. 2025-06-27 17:51:15.797 +03:00 [DBG] Connection id "0HNC8090TG77G" disconnecting. 2025-06-27 17:51:15.797 +03:00 [DBG] Connection id "0HNC8090TG77G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:15.799 +03:00 [DBG] Connection id "0HNC8090TG77G" stopped. 2025-06-27 17:51:20.792 +03:00 [DBG] Connection id "0HNC8090TG77H" accepted. 2025-06-27 17:51:20.792 +03:00 [DBG] Connection id "0HNC8090TG77H" started. 2025-06-27 17:51:20.792 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:20.792 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:20.792 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:20.792 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:20.792 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:20.792 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:20.792 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:20.793 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:20.793 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:20.793 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:20.793 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:20.793 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:20.793 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:20.793 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:20.793 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:20.793 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:20.793 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:20.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.793 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:20.794 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:20.794 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:20.794 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1742ms. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:20.794 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:20.794 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:20.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:20.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3982ms 2025-06-27 17:51:20.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:20.795 +03:00 [DBG] Connection id "0HNC8090TG77H" completed keep alive response. 2025-06-27 17:51:20.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6202ms 2025-06-27 17:51:20.795 +03:00 [DBG] Connection id "0HNC8090TG77H" received FIN. 2025-06-27 17:51:20.795 +03:00 [DBG] Connection id "0HNC8090TG77H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:20.795 +03:00 [DBG] Connection id "0HNC8090TG77H" disconnecting. 2025-06-27 17:51:20.795 +03:00 [DBG] Connection id "0HNC8090TG77H" stopped. 2025-06-27 17:51:25.781 +03:00 [DBG] Connection id "0HNC8090TG77I" accepted. 2025-06-27 17:51:25.781 +03:00 [DBG] Connection id "0HNC8090TG77I" started. 2025-06-27 17:51:25.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:25.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:25.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:25.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:25.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:25.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:25.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:25.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:25.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:25.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:25.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:25.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1195ms. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:25.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:25.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8688ms 2025-06-27 17:51:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:25.783 +03:00 [DBG] Connection id "0HNC8090TG77I" completed keep alive response. 2025-06-27 17:51:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4841ms 2025-06-27 17:51:25.783 +03:00 [DBG] Connection id "0HNC8090TG77I" received FIN. 2025-06-27 17:51:25.783 +03:00 [DBG] Connection id "0HNC8090TG77I" disconnecting. 2025-06-27 17:51:25.783 +03:00 [DBG] Connection id "0HNC8090TG77I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:25.784 +03:00 [DBG] Connection id "0HNC8090TG77I" stopped. 2025-06-27 17:51:30.775 +03:00 [DBG] Connection id "0HNC8090TG77J" accepted. 2025-06-27 17:51:30.776 +03:00 [DBG] Connection id "0HNC8090TG77J" started. 2025-06-27 17:51:30.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:30.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:30.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:30.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:30.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:30.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:30.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:30.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:30.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:30.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:30.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:30.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:30.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:30.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:30.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:30.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:30.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:30.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:30.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:30.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:30.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.166ms. 2025-06-27 17:51:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:30.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:30.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:30.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8877ms 2025-06-27 17:51:30.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:30.777 +03:00 [DBG] Connection id "0HNC8090TG77J" completed keep alive response. 2025-06-27 17:51:30.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4862ms 2025-06-27 17:51:30.778 +03:00 [DBG] Connection id "0HNC8090TG77J" received FIN. 2025-06-27 17:51:30.778 +03:00 [DBG] Connection id "0HNC8090TG77J" disconnecting. 2025-06-27 17:51:30.778 +03:00 [DBG] Connection id "0HNC8090TG77J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:30.779 +03:00 [DBG] Connection id "0HNC8090TG77J" stopped. 2025-06-27 17:51:35.772 +03:00 [DBG] Connection id "0HNC8090TG77K" accepted. 2025-06-27 17:51:35.772 +03:00 [DBG] Connection id "0HNC8090TG77K" started. 2025-06-27 17:51:35.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:35.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:35.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:35.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:35.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:35.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:35.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:35.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:35.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:35.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:35.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:35.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:35.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:35.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:35.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:35.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:35.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:35.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:35.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:35.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:35.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1227ms. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:35.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:35.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:35.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:35.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7876ms 2025-06-27 17:51:35.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:35.774 +03:00 [DBG] Connection id "0HNC8090TG77K" completed keep alive response. 2025-06-27 17:51:35.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4335ms 2025-06-27 17:51:35.774 +03:00 [DBG] Connection id "0HNC8090TG77K" received FIN. 2025-06-27 17:51:35.774 +03:00 [DBG] Connection id "0HNC8090TG77K" disconnecting. 2025-06-27 17:51:35.774 +03:00 [DBG] Connection id "0HNC8090TG77K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:35.775 +03:00 [DBG] Connection id "0HNC8090TG77K" stopped. 2025-06-27 17:51:40.769 +03:00 [DBG] Connection id "0HNC8090TG77L" accepted. 2025-06-27 17:51:40.769 +03:00 [DBG] Connection id "0HNC8090TG77L" started. 2025-06-27 17:51:40.769 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:40.769 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:40.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:40.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:40.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:40.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:40.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:40.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:40.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:40.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:40.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:40.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:40.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:40.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:40.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:40.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:40.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:40.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:40.770 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:40.770 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:40.770 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:40.770 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:40.770 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1502ms. 2025-06-27 17:51:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:40.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:40.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:40.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8058ms 2025-06-27 17:51:40.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:40.771 +03:00 [DBG] Connection id "0HNC8090TG77L" completed keep alive response. 2025-06-27 17:51:40.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6127ms 2025-06-27 17:51:40.771 +03:00 [DBG] Connection id "0HNC8090TG77L" received FIN. 2025-06-27 17:51:40.771 +03:00 [DBG] Connection id "0HNC8090TG77L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:40.771 +03:00 [DBG] Connection id "0HNC8090TG77L" disconnecting. 2025-06-27 17:51:40.772 +03:00 [DBG] Connection id "0HNC8090TG77L" stopped. 2025-06-27 17:51:45.771 +03:00 [DBG] Connection id "0HNC8090TG77M" accepted. 2025-06-27 17:51:45.771 +03:00 [DBG] Connection id "0HNC8090TG77M" started. 2025-06-27 17:51:45.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:45.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:45.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:45.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:45.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:45.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:45.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:45.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:45.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:45.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:45.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:45.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:45.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:45.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:45.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:45.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:45.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:45.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:45.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:45.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:45.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1368ms. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:45.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:45.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:45.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9004ms 2025-06-27 17:51:45.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:45.772 +03:00 [DBG] Connection id "0HNC8090TG77M" completed keep alive response. 2025-06-27 17:51:45.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6128ms 2025-06-27 17:51:45.773 +03:00 [DBG] Connection id "0HNC8090TG77M" received FIN. 2025-06-27 17:51:45.773 +03:00 [DBG] Connection id "0HNC8090TG77M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:45.773 +03:00 [DBG] Connection id "0HNC8090TG77M" disconnecting. 2025-06-27 17:51:45.773 +03:00 [DBG] Connection id "0HNC8090TG77M" stopped. 2025-06-27 17:51:50.773 +03:00 [DBG] Connection id "0HNC8090TG77N" accepted. 2025-06-27 17:51:50.773 +03:00 [DBG] Connection id "0HNC8090TG77N" started. 2025-06-27 17:51:50.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:50.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:50.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:50.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:50.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:50.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:50.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:50.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:50.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:50.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:50.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:50.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:50.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:50.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:50.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:50.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:50.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:50.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:50.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:50.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1275ms. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:50.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:50.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:50.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:50.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8609ms 2025-06-27 17:51:50.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:50.775 +03:00 [DBG] Connection id "0HNC8090TG77N" completed keep alive response. 2025-06-27 17:51:50.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5108ms 2025-06-27 17:51:50.775 +03:00 [DBG] Connection id "0HNC8090TG77N" received FIN. 2025-06-27 17:51:50.775 +03:00 [DBG] Connection id "0HNC8090TG77N" disconnecting. 2025-06-27 17:51:50.775 +03:00 [DBG] Connection id "0HNC8090TG77N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:50.776 +03:00 [DBG] Connection id "0HNC8090TG77N" stopped. 2025-06-27 17:51:55.773 +03:00 [DBG] Connection id "0HNC8090TG77O" accepted. 2025-06-27 17:51:55.773 +03:00 [DBG] Connection id "0HNC8090TG77O" started. 2025-06-27 17:51:55.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:51:55.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:51:55.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:51:55.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:51:55.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:51:55.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:55.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:51:55.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:51:55.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:51:55.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:51:55.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:55.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:51:55.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:51:55.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:51:55.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:51:55.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:51:55.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:51:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:55.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:55.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:51:55.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1298ms. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:55.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:51:55.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:51:55.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6938ms 2025-06-27 17:51:55.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:51:55.775 +03:00 [DBG] Connection id "0HNC8090TG77O" completed keep alive response. 2025-06-27 17:51:55.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4656ms 2025-06-27 17:51:55.775 +03:00 [DBG] Connection id "0HNC8090TG77O" received FIN. 2025-06-27 17:51:55.775 +03:00 [DBG] Connection id "0HNC8090TG77O" disconnecting. 2025-06-27 17:51:55.775 +03:00 [DBG] Connection id "0HNC8090TG77O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:51:55.776 +03:00 [DBG] Connection id "0HNC8090TG77O" stopped. 2025-06-27 17:52:00.777 +03:00 [DBG] Connection id "0HNC8090TG77P" accepted. 2025-06-27 17:52:00.777 +03:00 [DBG] Connection id "0HNC8090TG77P" started. 2025-06-27 17:52:00.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:00.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:00.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:00.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:00.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:00.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:00.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:00.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:00.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:00.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:00.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:00.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:00.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:00.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:00.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:00.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:00.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:00.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:00.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:00.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1327ms. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:00.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:00.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:00.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7322ms 2025-06-27 17:52:00.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:00.779 +03:00 [DBG] Connection id "0HNC8090TG77P" completed keep alive response. 2025-06-27 17:52:00.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3887ms 2025-06-27 17:52:00.779 +03:00 [DBG] Connection id "0HNC8090TG77P" received FIN. 2025-06-27 17:52:00.779 +03:00 [DBG] Connection id "0HNC8090TG77P" disconnecting. 2025-06-27 17:52:00.779 +03:00 [DBG] Connection id "0HNC8090TG77P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:00.780 +03:00 [DBG] Connection id "0HNC8090TG77P" stopped. 2025-06-27 17:52:05.771 +03:00 [DBG] Connection id "0HNC8090TG77Q" accepted. 2025-06-27 17:52:05.771 +03:00 [DBG] Connection id "0HNC8090TG77Q" started. 2025-06-27 17:52:05.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:05.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:05.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:05.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:05.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:05.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:05.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:05.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:05.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:05.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:05.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:05.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:05.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:05.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:05.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:05.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:05.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:05.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:05.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:05.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:05.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1173ms. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:05.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:05.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:05.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:05.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7289ms 2025-06-27 17:52:05.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:05.773 +03:00 [DBG] Connection id "0HNC8090TG77Q" completed keep alive response. 2025-06-27 17:52:05.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3877ms 2025-06-27 17:52:05.773 +03:00 [DBG] Connection id "0HNC8090TG77Q" received FIN. 2025-06-27 17:52:05.773 +03:00 [DBG] Connection id "0HNC8090TG77Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:05.773 +03:00 [DBG] Connection id "0HNC8090TG77Q" disconnecting. 2025-06-27 17:52:05.773 +03:00 [DBG] Connection id "0HNC8090TG77Q" stopped. 2025-06-27 17:52:10.775 +03:00 [DBG] Connection id "0HNC8090TG77R" accepted. 2025-06-27 17:52:10.775 +03:00 [DBG] Connection id "0HNC8090TG77R" started. 2025-06-27 17:52:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:10.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:10.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1748ms. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:10.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:10.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:10.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:10.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2137ms 2025-06-27 17:52:10.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:10.778 +03:00 [DBG] Connection id "0HNC8090TG77R" completed keep alive response. 2025-06-27 17:52:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2912ms 2025-06-27 17:52:10.778 +03:00 [DBG] Connection id "0HNC8090TG77R" received FIN. 2025-06-27 17:52:10.778 +03:00 [DBG] Connection id "0HNC8090TG77R" disconnecting. 2025-06-27 17:52:10.778 +03:00 [DBG] Connection id "0HNC8090TG77R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:10.780 +03:00 [DBG] Connection id "0HNC8090TG77R" stopped. 2025-06-27 17:52:15.775 +03:00 [DBG] Connection id "0HNC8090TG77S" accepted. 2025-06-27 17:52:15.776 +03:00 [DBG] Connection id "0HNC8090TG77S" started. 2025-06-27 17:52:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:15.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:15.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:15.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:15.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:15.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:15.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:15.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:15.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1198ms. 2025-06-27 17:52:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:15.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.709ms 2025-06-27 17:52:15.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:15.777 +03:00 [DBG] Connection id "0HNC8090TG77S" completed keep alive response. 2025-06-27 17:52:15.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3219ms 2025-06-27 17:52:15.777 +03:00 [DBG] Connection id "0HNC8090TG77S" received FIN. 2025-06-27 17:52:15.777 +03:00 [DBG] Connection id "0HNC8090TG77S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:15.777 +03:00 [DBG] Connection id "0HNC8090TG77S" disconnecting. 2025-06-27 17:52:15.777 +03:00 [DBG] Connection id "0HNC8090TG77S" stopped. 2025-06-27 17:52:18.713 +03:00 [DBG] Connection id "0HNC8090TG77T" accepted. 2025-06-27 17:52:18.713 +03:00 [DBG] Connection id "0HNC8090TG77T" started. 2025-06-27 17:52:18.713 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Mm-3/ - application/json;charset=UTF-8 5 2025-06-27 17:52:18.713 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:18.713 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:18.713 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Mm-3/' 2025-06-27 17:52:18.713 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Mm-3/' 2025-06-27 17:52:18.713 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:52:18.713 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:18.713 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:18.713 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:18.713 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:18.713 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:52:18.713 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:52:18.714 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:18.714 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:18.714 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:18.714 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:18.714 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:18.714 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.714 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.714 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:52:18.714 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 17:52:18.714 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:52:18.714 +03:00 [DBG] Connection id "0HNC8090TG77T", Request id "0HNC8090TG77T:00000001": started reading request body. 2025-06-27 17:52:18.714 +03:00 [DBG] Connection id "0HNC8090TG77T", Request id "0HNC8090TG77T:00000001": done reading request body. 2025-06-27 17:52:18.714 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:52:18.714 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 17:52:18.714 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 17:52:18.714 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.714 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.714 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.714 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.714 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:18.714 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Mm-3","System.Int32[]"]) 2025-06-27 17:52:18.715 +03:00 [INF] Changing group of physicals [163] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:52:18.739 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.6058ms. 2025-06-27 17:52:18.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.739 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.740 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:18.740 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:18.740 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:18.740 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.740 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.740 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.740 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.740 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.740 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.740 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.2584ms 2025-06-27 17:52:18.740 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 17:52:18.740 +03:00 [DBG] Connection id "0HNC8090TG77T" completed keep alive response. 2025-06-27 17:52:18.740 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Mm-3/ - 200 0 null 26.9562ms 2025-06-27 17:52:18.740 +03:00 [DBG] Connection id "0HNC8090TG77T" received FIN. 2025-06-27 17:52:18.740 +03:00 [DBG] Connection id "0HNC8090TG77T" disconnecting. 2025-06-27 17:52:18.741 +03:00 [DBG] Connection id "0HNC8090TG77T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:18.742 +03:00 [DBG] Connection id "0HNC8090TG77T" stopped. 2025-06-27 17:52:18.775 +03:00 [DBG] Connection id "0HNC8090TG77U" accepted. 2025-06-27 17:52:18.775 +03:00 [DBG] Connection id "0HNC8090TG77U" started. 2025-06-27 17:52:18.775 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:52:18.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:18.775 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:52:18.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:52:18.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:52:18.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:52:18.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:18.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:18.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:52:18.776 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:52:18.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:18.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:18.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:18.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:18.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:18.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:52:18.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:52:18.777 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:52:18.777 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:52:18.777 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:52:18.777 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:52:18.777 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:52:18.777 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:52:18.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:18.777 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:52:18.778 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:52:18.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5554ms. 2025-06-27 17:52:18.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:52:18.780 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:52:18.780 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:52:18.780 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:52:18.780 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:52:18.780 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:52:18.780 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:52:18.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:52:18.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.1105ms 2025-06-27 17:52:18.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:52:18.781 +03:00 [DBG] Connection id "0HNC8090TG77U" completed keep alive response. 2025-06-27 17:52:18.781 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.5276ms 2025-06-27 17:52:18.781 +03:00 [DBG] Connection id "0HNC8090TG77U" received FIN. 2025-06-27 17:52:18.781 +03:00 [DBG] Connection id "0HNC8090TG77U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:18.781 +03:00 [DBG] Connection id "0HNC8090TG77U" disconnecting. 2025-06-27 17:52:18.781 +03:00 [DBG] Connection id "0HNC8090TG77U" stopped. 2025-06-27 17:52:18.828 +03:00 [DBG] Connection id "0HNC8090TG77V" accepted. 2025-06-27 17:52:18.828 +03:00 [DBG] Connection id "0HNC8090TG77V" started. 2025-06-27 17:52:18.828 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:52:18.828 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:18.828 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:52:18.828 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:52:18.828 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:52:18.829 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:52:18.829 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:18.829 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:18.829 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:52:18.829 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:52:18.829 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:18.829 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:18.829 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:18.829 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:18.829 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:18.829 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.829 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.829 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:52:18.829 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:52:18.829 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:52:18.829 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:52:18.829 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:52:18.829 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:52:18.829 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:52:18.829 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:52:18.829 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.829 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.829 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.829 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.829 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:18.829 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:52:18.829 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:52:18.980 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 150.3814ms. 2025-06-27 17:52:18.980 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.980 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:52:18.980 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:52:18.980 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:52:18.980 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:52:18.980 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:52:18.980 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:52:18.980 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:52:18.983 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:52:18.983 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.983 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:18.983 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.983 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.983 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.983 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:18.983 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 154.5418ms 2025-06-27 17:52:18.984 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:52:18.984 +03:00 [DBG] Connection id "0HNC8090TG77V" completed keep alive response. 2025-06-27 17:52:18.984 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 155.2664ms 2025-06-27 17:52:18.990 +03:00 [DBG] Connection id "0HNC8090TG77V" received FIN. 2025-06-27 17:52:18.990 +03:00 [DBG] Connection id "0HNC8090TG77V" disconnecting. 2025-06-27 17:52:18.990 +03:00 [DBG] Connection id "0HNC8090TG77V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:18.992 +03:00 [DBG] Connection id "0HNC8090TG77V" stopped. 2025-06-27 17:52:20.785 +03:00 [DBG] Connection id "0HNC8090TG780" accepted. 2025-06-27 17:52:20.785 +03:00 [DBG] Connection id "0HNC8090TG780" started. 2025-06-27 17:52:20.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:20.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:20.785 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:20.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:20.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:20.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:20.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:20.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:20.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:20.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:20.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:20.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:20.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:20.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:20.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:20.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:20.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:20.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:20.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:20.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1503ms. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:20.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:20.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:20.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:20.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9968ms 2025-06-27 17:52:20.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:20.787 +03:00 [DBG] Connection id "0HNC8090TG780" completed keep alive response. 2025-06-27 17:52:20.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6417ms 2025-06-27 17:52:20.787 +03:00 [DBG] Connection id "0HNC8090TG780" received FIN. 2025-06-27 17:52:20.787 +03:00 [DBG] Connection id "0HNC8090TG780" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:20.787 +03:00 [DBG] Connection id "0HNC8090TG780" disconnecting. 2025-06-27 17:52:20.787 +03:00 [DBG] Connection id "0HNC8090TG780" stopped. 2025-06-27 17:52:25.776 +03:00 [DBG] Connection id "0HNC8090TG781" accepted. 2025-06-27 17:52:25.776 +03:00 [DBG] Connection id "0HNC8090TG781" started. 2025-06-27 17:52:25.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:25.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:25.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:25.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:25.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:25.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:25.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:25.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:25.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:25.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:25.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:25.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:25.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:25.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:25.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:25.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:25.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:25.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:25.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:25.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1932ms. 2025-06-27 17:52:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:25.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:25.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:25.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2045ms 2025-06-27 17:52:25.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:25.778 +03:00 [DBG] Connection id "0HNC8090TG781" completed keep alive response. 2025-06-27 17:52:25.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3613ms 2025-06-27 17:52:25.779 +03:00 [DBG] Connection id "0HNC8090TG781" received FIN. 2025-06-27 17:52:25.779 +03:00 [DBG] Connection id "0HNC8090TG781" disconnecting. 2025-06-27 17:52:25.779 +03:00 [DBG] Connection id "0HNC8090TG781" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:25.780 +03:00 [DBG] Connection id "0HNC8090TG781" stopped. 2025-06-27 17:52:30.776 +03:00 [DBG] Connection id "0HNC8090TG782" accepted. 2025-06-27 17:52:30.776 +03:00 [DBG] Connection id "0HNC8090TG782" started. 2025-06-27 17:52:30.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:30.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:30.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:30.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:30.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:30.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:30.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:30.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:30.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:30.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:30.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:30.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:30.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:30.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:30.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:30.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:30.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:30.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:30.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1399ms. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8237ms 2025-06-27 17:52:30.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:30.778 +03:00 [DBG] Connection id "0HNC8090TG782" completed keep alive response. 2025-06-27 17:52:30.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.722ms 2025-06-27 17:52:30.779 +03:00 [DBG] Connection id "0HNC8090TG782" received FIN. 2025-06-27 17:52:30.779 +03:00 [DBG] Connection id "0HNC8090TG782" disconnecting. 2025-06-27 17:52:30.779 +03:00 [DBG] Connection id "0HNC8090TG782" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:30.780 +03:00 [DBG] Connection id "0HNC8090TG782" stopped. 2025-06-27 17:52:35.775 +03:00 [DBG] Connection id "0HNC8090TG783" accepted. 2025-06-27 17:52:35.775 +03:00 [DBG] Connection id "0HNC8090TG783" started. 2025-06-27 17:52:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:35.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:35.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:35.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:35.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:35.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:35.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1342ms. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:35.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:35.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.212ms 2025-06-27 17:52:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:35.778 +03:00 [DBG] Connection id "0HNC8090TG783" completed keep alive response. 2025-06-27 17:52:35.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1011ms 2025-06-27 17:52:35.778 +03:00 [DBG] Connection id "0HNC8090TG783" received FIN. 2025-06-27 17:52:35.778 +03:00 [DBG] Connection id "0HNC8090TG783" disconnecting. 2025-06-27 17:52:35.778 +03:00 [DBG] Connection id "0HNC8090TG783" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:35.779 +03:00 [DBG] Connection id "0HNC8090TG783" stopped. 2025-06-27 17:52:40.782 +03:00 [DBG] Connection id "0HNC8090TG784" accepted. 2025-06-27 17:52:40.782 +03:00 [DBG] Connection id "0HNC8090TG784" started. 2025-06-27 17:52:40.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:40.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:40.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:40.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:40.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:40.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:40.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:40.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:40.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:40.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:40.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:40.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:40.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:40.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:40.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:40.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:40.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:40.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:40.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:40.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:40.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:40.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:40.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2241ms. 2025-06-27 17:52:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:40.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:40.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:40.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.1382ms 2025-06-27 17:52:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:40.785 +03:00 [DBG] Connection id "0HNC8090TG784" completed keep alive response. 2025-06-27 17:52:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3643ms 2025-06-27 17:52:40.786 +03:00 [DBG] Connection id "0HNC8090TG784" received FIN. 2025-06-27 17:52:40.786 +03:00 [DBG] Connection id "0HNC8090TG784" disconnecting. 2025-06-27 17:52:40.786 +03:00 [DBG] Connection id "0HNC8090TG784" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:40.787 +03:00 [DBG] Connection id "0HNC8090TG784" stopped. 2025-06-27 17:52:45.777 +03:00 [DBG] Connection id "0HNC8090TG785" accepted. 2025-06-27 17:52:45.777 +03:00 [DBG] Connection id "0HNC8090TG785" started. 2025-06-27 17:52:45.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:45.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:45.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:45.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:45.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:45.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:45.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:45.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:45.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:45.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:45.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:45.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:45.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:45.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:45.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:45.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:45.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:45.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:45.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:45.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:45.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 17:52:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:45.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:45.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:45.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8684ms 2025-06-27 17:52:45.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:45.778 +03:00 [DBG] Connection id "0HNC8090TG785" completed keep alive response. 2025-06-27 17:52:45.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4585ms 2025-06-27 17:52:45.779 +03:00 [DBG] Connection id "0HNC8090TG785" received FIN. 2025-06-27 17:52:45.779 +03:00 [DBG] Connection id "0HNC8090TG785" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:45.779 +03:00 [DBG] Connection id "0HNC8090TG785" disconnecting. 2025-06-27 17:52:45.779 +03:00 [DBG] Connection id "0HNC8090TG785" stopped. 2025-06-27 17:52:50.779 +03:00 [DBG] Connection id "0HNC8090TG786" accepted. 2025-06-27 17:52:50.779 +03:00 [DBG] Connection id "0HNC8090TG786" started. 2025-06-27 17:52:50.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:50.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:50.779 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:50.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:50.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:50.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:50.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:50.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:50.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:50.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:50.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:50.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:50.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:50.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:50.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 17:52:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:50.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:50.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.001ms 2025-06-27 17:52:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:50.781 +03:00 [DBG] Connection id "0HNC8090TG786" completed keep alive response. 2025-06-27 17:52:50.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.938ms 2025-06-27 17:52:50.781 +03:00 [DBG] Connection id "0HNC8090TG786" received FIN. 2025-06-27 17:52:50.781 +03:00 [DBG] Connection id "0HNC8090TG786" disconnecting. 2025-06-27 17:52:50.781 +03:00 [DBG] Connection id "0HNC8090TG786" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:50.783 +03:00 [DBG] Connection id "0HNC8090TG786" stopped. 2025-06-27 17:52:55.773 +03:00 [DBG] Connection id "0HNC8090TG787" accepted. 2025-06-27 17:52:55.773 +03:00 [DBG] Connection id "0HNC8090TG787" started. 2025-06-27 17:52:55.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:52:55.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:52:55.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:52:55.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:52:55.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:52:55.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:55.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:52:55.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:52:55.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:52:55.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:52:55.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:55.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:52:55.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:52:55.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:52:55.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:52:55.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:52:55.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:52:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:55.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:55.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:52:55.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1204ms. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:55.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:52:55.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:52:55.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7488ms 2025-06-27 17:52:55.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:52:55.774 +03:00 [DBG] Connection id "0HNC8090TG787" completed keep alive response. 2025-06-27 17:52:55.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5074ms 2025-06-27 17:52:55.775 +03:00 [DBG] Connection id "0HNC8090TG787" received FIN. 2025-06-27 17:52:55.775 +03:00 [DBG] Connection id "0HNC8090TG787" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:52:55.775 +03:00 [DBG] Connection id "0HNC8090TG787" disconnecting. 2025-06-27 17:52:55.775 +03:00 [DBG] Connection id "0HNC8090TG787" stopped. 2025-06-27 17:53:00.773 +03:00 [DBG] Connection id "0HNC8090TG788" accepted. 2025-06-27 17:53:00.773 +03:00 [DBG] Connection id "0HNC8090TG788" started. 2025-06-27 17:53:00.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:00.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:00.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:00.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:00.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:00.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:00.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:00.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:00.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:00.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:00.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:00.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:00.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:00.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:00.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:00.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:00.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1408ms. 2025-06-27 17:53:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:00.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9165ms 2025-06-27 17:53:00.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:00.775 +03:00 [DBG] Connection id "0HNC8090TG788" completed keep alive response. 2025-06-27 17:53:00.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.644ms 2025-06-27 17:53:00.775 +03:00 [DBG] Connection id "0HNC8090TG788" received FIN. 2025-06-27 17:53:00.775 +03:00 [DBG] Connection id "0HNC8090TG788" disconnecting. 2025-06-27 17:53:00.775 +03:00 [DBG] Connection id "0HNC8090TG788" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:00.777 +03:00 [DBG] Connection id "0HNC8090TG788" stopped. 2025-06-27 17:53:05.777 +03:00 [DBG] Connection id "0HNC8090TG789" accepted. 2025-06-27 17:53:05.777 +03:00 [DBG] Connection id "0HNC8090TG789" started. 2025-06-27 17:53:05.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:05.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:05.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:05.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:05.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:05.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:05.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:05.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:05.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:05.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:05.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:05.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:05.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:05.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:05.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:05.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:05.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:05.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:05.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1307ms. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:05.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:05.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.105ms 2025-06-27 17:53:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:05.779 +03:00 [DBG] Connection id "0HNC8090TG789" completed keep alive response. 2025-06-27 17:53:05.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0959ms 2025-06-27 17:53:05.780 +03:00 [DBG] Connection id "0HNC8090TG789" received FIN. 2025-06-27 17:53:05.780 +03:00 [DBG] Connection id "0HNC8090TG789" disconnecting. 2025-06-27 17:53:05.780 +03:00 [DBG] Connection id "0HNC8090TG789" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:05.781 +03:00 [DBG] Connection id "0HNC8090TG789" stopped. 2025-06-27 17:53:10.777 +03:00 [DBG] Connection id "0HNC8090TG78A" accepted. 2025-06-27 17:53:10.778 +03:00 [DBG] Connection id "0HNC8090TG78A" started. 2025-06-27 17:53:10.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:10.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:10.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:10.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:10.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:10.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:10.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:10.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:10.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:10.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:10.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:10.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:10.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:10.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:10.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:10.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:10.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:10.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:10.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:10.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1743ms. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:10.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:10.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:10.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5903ms 2025-06-27 17:53:10.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:10.780 +03:00 [DBG] Connection id "0HNC8090TG78A" completed keep alive response. 2025-06-27 17:53:10.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6281ms 2025-06-27 17:53:10.781 +03:00 [DBG] Connection id "0HNC8090TG78A" received FIN. 2025-06-27 17:53:10.781 +03:00 [DBG] Connection id "0HNC8090TG78A" disconnecting. 2025-06-27 17:53:10.781 +03:00 [DBG] Connection id "0HNC8090TG78A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:10.782 +03:00 [DBG] Connection id "0HNC8090TG78A" stopped. 2025-06-27 17:53:15.771 +03:00 [DBG] Connection id "0HNC8090TG78B" accepted. 2025-06-27 17:53:15.771 +03:00 [DBG] Connection id "0HNC8090TG78B" started. 2025-06-27 17:53:15.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:15.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:15.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:15.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:15.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:15.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:15.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:15.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:15.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:15.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:15.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:15.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:15.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:15.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:15.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:15.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:15.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:15.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:15.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:15.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:15.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1441ms. 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:15.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:15.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:15.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:15.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0617ms 2025-06-27 17:53:15.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:15.773 +03:00 [DBG] Connection id "0HNC8090TG78B" completed keep alive response. 2025-06-27 17:53:15.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8618ms 2025-06-27 17:53:15.773 +03:00 [DBG] Connection id "0HNC8090TG78B" received FIN. 2025-06-27 17:53:15.774 +03:00 [DBG] Connection id "0HNC8090TG78B" disconnecting. 2025-06-27 17:53:15.774 +03:00 [DBG] Connection id "0HNC8090TG78B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:15.775 +03:00 [DBG] Connection id "0HNC8090TG78B" stopped. 2025-06-27 17:53:20.779 +03:00 [DBG] Connection id "0HNC8090TG78C" accepted. 2025-06-27 17:53:20.779 +03:00 [DBG] Connection id "0HNC8090TG78C" started. 2025-06-27 17:53:20.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:20.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:20.779 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:20.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:20.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:20.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:20.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:20.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:20.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:20.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:20.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:20.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:20.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:20.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:20.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:20.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:20.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:20.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:20.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:20.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1727ms. 2025-06-27 17:53:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:20.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:20.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:20.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2982ms 2025-06-27 17:53:20.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:20.781 +03:00 [DBG] Connection id "0HNC8090TG78C" completed keep alive response. 2025-06-27 17:53:20.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3313ms 2025-06-27 17:53:20.781 +03:00 [DBG] Connection id "0HNC8090TG78C" received FIN. 2025-06-27 17:53:20.782 +03:00 [DBG] Connection id "0HNC8090TG78C" disconnecting. 2025-06-27 17:53:20.782 +03:00 [DBG] Connection id "0HNC8090TG78C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:20.783 +03:00 [DBG] Connection id "0HNC8090TG78C" stopped. 2025-06-27 17:53:25.778 +03:00 [DBG] Connection id "0HNC8090TG78D" accepted. 2025-06-27 17:53:25.778 +03:00 [DBG] Connection id "0HNC8090TG78D" started. 2025-06-27 17:53:25.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:25.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:25.779 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:25.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:25.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:25.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:25.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:25.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:25.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:25.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:25.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:25.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:25.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:25.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:25.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:25.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:25.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:25.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:25.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:25.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:25.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1669ms. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:25.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:25.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:25.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4756ms 2025-06-27 17:53:25.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:25.781 +03:00 [DBG] Connection id "0HNC8090TG78D" completed keep alive response. 2025-06-27 17:53:25.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4189ms 2025-06-27 17:53:25.781 +03:00 [DBG] Connection id "0HNC8090TG78D" received FIN. 2025-06-27 17:53:25.781 +03:00 [DBG] Connection id "0HNC8090TG78D" disconnecting. 2025-06-27 17:53:25.782 +03:00 [DBG] Connection id "0HNC8090TG78D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:25.783 +03:00 [DBG] Connection id "0HNC8090TG78D" stopped. 2025-06-27 17:53:30.776 +03:00 [DBG] Connection id "0HNC8090TG78E" accepted. 2025-06-27 17:53:30.776 +03:00 [DBG] Connection id "0HNC8090TG78E" started. 2025-06-27 17:53:30.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:30.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:30.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:30.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:30.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:30.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:30.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:30.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:30.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:30.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:30.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:30.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:30.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:30.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:30.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:30.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:30.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:30.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:30.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1367ms. 2025-06-27 17:53:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1069ms 2025-06-27 17:53:30.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:30.778 +03:00 [DBG] Connection id "0HNC8090TG78E" completed keep alive response. 2025-06-27 17:53:30.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0735ms 2025-06-27 17:53:30.779 +03:00 [DBG] Connection id "0HNC8090TG78E" received FIN. 2025-06-27 17:53:30.779 +03:00 [DBG] Connection id "0HNC8090TG78E" disconnecting. 2025-06-27 17:53:30.779 +03:00 [DBG] Connection id "0HNC8090TG78E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:30.780 +03:00 [DBG] Connection id "0HNC8090TG78E" stopped. 2025-06-27 17:53:35.772 +03:00 [DBG] Connection id "0HNC8090TG78F" accepted. 2025-06-27 17:53:35.772 +03:00 [DBG] Connection id "0HNC8090TG78F" started. 2025-06-27 17:53:35.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:35.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:35.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:35.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:35.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:35.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:35.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:35.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:35.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:35.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:35.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:35.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:35.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:35.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:35.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:35.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:35.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:35.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:35.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:35.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:35.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:35.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:35.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:35.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:35.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1843ms. 2025-06-27 17:53:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:35.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:35.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:35.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2482ms 2025-06-27 17:53:35.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:35.775 +03:00 [DBG] Connection id "0HNC8090TG78F" completed keep alive response. 2025-06-27 17:53:35.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.371ms 2025-06-27 17:53:35.775 +03:00 [DBG] Connection id "0HNC8090TG78F" received FIN. 2025-06-27 17:53:35.775 +03:00 [DBG] Connection id "0HNC8090TG78F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:35.775 +03:00 [DBG] Connection id "0HNC8090TG78F" disconnecting. 2025-06-27 17:53:35.775 +03:00 [DBG] Connection id "0HNC8090TG78F" stopped. 2025-06-27 17:53:40.776 +03:00 [DBG] Connection id "0HNC8090TG78G" accepted. 2025-06-27 17:53:40.776 +03:00 [DBG] Connection id "0HNC8090TG78G" started. 2025-06-27 17:53:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:40.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:40.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:40.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:40.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:40.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:40.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:40.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:40.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:40.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:40.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:40.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:40.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:40.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:40.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:40.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:40.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1315ms. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:40.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:40.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:40.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6655ms 2025-06-27 17:53:40.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:40.777 +03:00 [DBG] Connection id "0HNC8090TG78G" completed keep alive response. 2025-06-27 17:53:40.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3445ms 2025-06-27 17:53:40.778 +03:00 [DBG] Connection id "0HNC8090TG78G" received FIN. 2025-06-27 17:53:40.778 +03:00 [DBG] Connection id "0HNC8090TG78G" disconnecting. 2025-06-27 17:53:40.778 +03:00 [DBG] Connection id "0HNC8090TG78G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:40.779 +03:00 [DBG] Connection id "0HNC8090TG78G" stopped. 2025-06-27 17:53:45.773 +03:00 [DBG] Connection id "0HNC8090TG78H" accepted. 2025-06-27 17:53:45.773 +03:00 [DBG] Connection id "0HNC8090TG78H" started. 2025-06-27 17:53:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:45.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:45.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1241ms. 2025-06-27 17:53:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6796ms 2025-06-27 17:53:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:45.775 +03:00 [DBG] Connection id "0HNC8090TG78H" completed keep alive response. 2025-06-27 17:53:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2753ms 2025-06-27 17:53:45.775 +03:00 [DBG] Connection id "0HNC8090TG78H" received FIN. 2025-06-27 17:53:45.775 +03:00 [DBG] Connection id "0HNC8090TG78H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:45.775 +03:00 [DBG] Connection id "0HNC8090TG78H" disconnecting. 2025-06-27 17:53:45.776 +03:00 [DBG] Connection id "0HNC8090TG78H" stopped. 2025-06-27 17:53:50.775 +03:00 [DBG] Connection id "0HNC8090TG78I" accepted. 2025-06-27 17:53:50.775 +03:00 [DBG] Connection id "0HNC8090TG78I" started. 2025-06-27 17:53:50.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:50.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:50.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:50.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:50.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:50.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:50.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:50.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:50.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:50.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:50.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:50.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:50.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:50.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:50.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:50.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:50.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1506ms. 2025-06-27 17:53:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:50.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:50.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:50.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0541ms 2025-06-27 17:53:50.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:50.777 +03:00 [DBG] Connection id "0HNC8090TG78I" completed keep alive response. 2025-06-27 17:53:50.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8395ms 2025-06-27 17:53:50.778 +03:00 [DBG] Connection id "0HNC8090TG78I" received FIN. 2025-06-27 17:53:50.778 +03:00 [DBG] Connection id "0HNC8090TG78I" disconnecting. 2025-06-27 17:53:50.778 +03:00 [DBG] Connection id "0HNC8090TG78I" stopped. 2025-06-27 17:53:50.778 +03:00 [DBG] Connection id "0HNC8090TG78I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:55.773 +03:00 [DBG] Connection id "0HNC8090TG78J" accepted. 2025-06-27 17:53:55.773 +03:00 [DBG] Connection id "0HNC8090TG78J" started. 2025-06-27 17:53:55.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:53:55.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:53:55.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:53:55.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:53:55.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:53:55.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:55.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:53:55.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:53:55.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:53:55.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:53:55.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:55.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:53:55.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:53:55.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:53:55.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:53:55.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:53:55.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:53:55.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:55.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:53:55.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:55.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:53:55.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1481ms. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:55.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:53:55.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:53:55.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7128ms 2025-06-27 17:53:55.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:53:55.774 +03:00 [DBG] Connection id "0HNC8090TG78J" completed keep alive response. 2025-06-27 17:53:55.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2699ms 2025-06-27 17:53:55.774 +03:00 [DBG] Connection id "0HNC8090TG78J" received FIN. 2025-06-27 17:53:55.774 +03:00 [DBG] Connection id "0HNC8090TG78J" disconnecting. 2025-06-27 17:53:55.774 +03:00 [DBG] Connection id "0HNC8090TG78J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:53:55.776 +03:00 [DBG] Connection id "0HNC8090TG78J" stopped. 2025-06-27 17:54:00.771 +03:00 [DBG] Connection id "0HNC8090TG78K" accepted. 2025-06-27 17:54:00.771 +03:00 [DBG] Connection id "0HNC8090TG78K" started. 2025-06-27 17:54:00.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:00.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:00.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:00.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:00.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:00.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:00.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:00.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:00.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:00.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:00.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:00.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:00.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:00.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:00.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:00.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:00.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:00.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:00.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:00.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1323ms. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:00.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:00.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:00.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:00.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:00.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:00.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8003ms 2025-06-27 17:54:00.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:00.773 +03:00 [DBG] Connection id "0HNC8090TG78K" completed keep alive response. 2025-06-27 17:54:00.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6027ms 2025-06-27 17:54:00.773 +03:00 [DBG] Connection id "0HNC8090TG78K" received FIN. 2025-06-27 17:54:00.773 +03:00 [DBG] Connection id "0HNC8090TG78K" disconnecting. 2025-06-27 17:54:00.773 +03:00 [DBG] Connection id "0HNC8090TG78K" stopped. 2025-06-27 17:54:00.773 +03:00 [DBG] Connection id "0HNC8090TG78K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:05.779 +03:00 [DBG] Connection id "0HNC8090TG78L" accepted. 2025-06-27 17:54:05.780 +03:00 [DBG] Connection id "0HNC8090TG78L" started. 2025-06-27 17:54:05.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:05.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:05.780 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:05.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:05.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:05.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:05.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:05.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:05.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:05.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:05.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:05.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:05.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:05.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:05.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:05.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:05.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:05.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:05.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:05.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.13ms. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:05.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:05.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:05.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9089ms 2025-06-27 17:54:05.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:05.782 +03:00 [DBG] Connection id "0HNC8090TG78L" completed keep alive response. 2025-06-27 17:54:05.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7814ms 2025-06-27 17:54:05.782 +03:00 [DBG] Connection id "0HNC8090TG78L" received FIN. 2025-06-27 17:54:05.782 +03:00 [DBG] Connection id "0HNC8090TG78L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:05.782 +03:00 [DBG] Connection id "0HNC8090TG78L" disconnecting. 2025-06-27 17:54:05.782 +03:00 [DBG] Connection id "0HNC8090TG78L" stopped. 2025-06-27 17:54:10.775 +03:00 [DBG] Connection id "0HNC8090TG78M" accepted. 2025-06-27 17:54:10.775 +03:00 [DBG] Connection id "0HNC8090TG78M" started. 2025-06-27 17:54:10.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:10.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:10.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:10.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:10.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:10.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:10.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:10.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:10.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:10.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:10.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:10.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:10.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:10.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:10.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:10.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:10.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:10.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:10.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:10.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:10.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:10.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:10.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6591ms 2025-06-27 17:54:10.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:10.776 +03:00 [DBG] Connection id "0HNC8090TG78M" completed keep alive response. 2025-06-27 17:54:10.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2144ms 2025-06-27 17:54:10.776 +03:00 [DBG] Connection id "0HNC8090TG78M" received FIN. 2025-06-27 17:54:10.777 +03:00 [DBG] Connection id "0HNC8090TG78M" disconnecting. 2025-06-27 17:54:10.777 +03:00 [DBG] Connection id "0HNC8090TG78M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:10.778 +03:00 [DBG] Connection id "0HNC8090TG78M" stopped. 2025-06-27 17:54:15.775 +03:00 [DBG] Connection id "0HNC8090TG78N" accepted. 2025-06-27 17:54:15.775 +03:00 [DBG] Connection id "0HNC8090TG78N" started. 2025-06-27 17:54:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:15.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:15.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:15.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:15.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:15.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:15.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:15.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:15.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1176ms. 2025-06-27 17:54:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:15.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7409ms 2025-06-27 17:54:15.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:15.777 +03:00 [DBG] Connection id "0HNC8090TG78N" completed keep alive response. 2025-06-27 17:54:15.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3823ms 2025-06-27 17:54:15.777 +03:00 [DBG] Connection id "0HNC8090TG78N" received FIN. 2025-06-27 17:54:15.777 +03:00 [DBG] Connection id "0HNC8090TG78N" disconnecting. 2025-06-27 17:54:15.777 +03:00 [DBG] Connection id "0HNC8090TG78N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:15.778 +03:00 [DBG] Connection id "0HNC8090TG78N" stopped. 2025-06-27 17:54:20.777 +03:00 [DBG] Connection id "0HNC8090TG78O" accepted. 2025-06-27 17:54:20.777 +03:00 [DBG] Connection id "0HNC8090TG78O" started. 2025-06-27 17:54:20.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:20.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:20.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:20.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:20.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:20.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:20.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:20.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:20.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:20.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2024ms. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:20.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:20.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:20.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7993ms 2025-06-27 17:54:20.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:20.780 +03:00 [DBG] Connection id "0HNC8090TG78O" completed keep alive response. 2025-06-27 17:54:20.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3197ms 2025-06-27 17:54:20.781 +03:00 [DBG] Connection id "0HNC8090TG78O" received FIN. 2025-06-27 17:54:20.781 +03:00 [DBG] Connection id "0HNC8090TG78O" disconnecting. 2025-06-27 17:54:20.781 +03:00 [DBG] Connection id "0HNC8090TG78O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:20.782 +03:00 [DBG] Connection id "0HNC8090TG78O" stopped. 2025-06-27 17:54:25.776 +03:00 [DBG] Connection id "0HNC8090TG78P" accepted. 2025-06-27 17:54:25.776 +03:00 [DBG] Connection id "0HNC8090TG78P" started. 2025-06-27 17:54:25.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:25.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:25.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:25.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:25.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:25.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:25.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:25.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:25.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:25.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:25.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:25.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:25.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:25.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:25.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:25.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:25.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:25.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:25.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:25.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1194ms. 2025-06-27 17:54:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:25.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:25.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:25.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7033ms 2025-06-27 17:54:25.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:25.778 +03:00 [DBG] Connection id "0HNC8090TG78P" completed keep alive response. 2025-06-27 17:54:25.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3932ms 2025-06-27 17:54:25.778 +03:00 [DBG] Connection id "0HNC8090TG78P" received FIN. 2025-06-27 17:54:25.778 +03:00 [DBG] Connection id "0HNC8090TG78P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:25.778 +03:00 [DBG] Connection id "0HNC8090TG78P" disconnecting. 2025-06-27 17:54:25.779 +03:00 [DBG] Connection id "0HNC8090TG78P" stopped. 2025-06-27 17:54:30.773 +03:00 [DBG] Connection id "0HNC8090TG78Q" accepted. 2025-06-27 17:54:30.773 +03:00 [DBG] Connection id "0HNC8090TG78Q" started. 2025-06-27 17:54:30.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:30.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:30.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:30.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:30.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:30.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:30.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:30.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:30.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:30.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:30.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:30.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:30.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:30.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:30.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:30.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:30.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:30.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:30.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:30.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:30.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1143ms. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:30.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:30.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:30.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6901ms 2025-06-27 17:54:30.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:30.774 +03:00 [DBG] Connection id "0HNC8090TG78Q" completed keep alive response. 2025-06-27 17:54:30.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2871ms 2025-06-27 17:54:30.775 +03:00 [DBG] Connection id "0HNC8090TG78Q" received FIN. 2025-06-27 17:54:30.775 +03:00 [DBG] Connection id "0HNC8090TG78Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:30.775 +03:00 [DBG] Connection id "0HNC8090TG78Q" disconnecting. 2025-06-27 17:54:30.775 +03:00 [DBG] Connection id "0HNC8090TG78Q" stopped. 2025-06-27 17:54:35.775 +03:00 [DBG] Connection id "0HNC8090TG78R" accepted. 2025-06-27 17:54:35.775 +03:00 [DBG] Connection id "0HNC8090TG78R" started. 2025-06-27 17:54:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:35.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:35.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:35.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:35.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:35.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:35.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2034ms. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:35.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:35.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:35.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5309ms 2025-06-27 17:54:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:35.778 +03:00 [DBG] Connection id "0HNC8090TG78R" completed keep alive response. 2025-06-27 17:54:35.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5369ms 2025-06-27 17:54:35.778 +03:00 [DBG] Connection id "0HNC8090TG78R" received FIN. 2025-06-27 17:54:35.779 +03:00 [DBG] Connection id "0HNC8090TG78R" disconnecting. 2025-06-27 17:54:35.779 +03:00 [DBG] Connection id "0HNC8090TG78R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:35.780 +03:00 [DBG] Connection id "0HNC8090TG78R" stopped. 2025-06-27 17:54:40.771 +03:00 [DBG] Connection id "0HNC8090TG78S" accepted. 2025-06-27 17:54:40.771 +03:00 [DBG] Connection id "0HNC8090TG78S" started. 2025-06-27 17:54:40.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:40.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:40.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:40.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:40.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:40.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:40.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:40.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:40.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:40.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:40.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:40.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:40.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:40.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:40.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:40.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:40.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:40.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:40.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:40.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:40.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1158ms. 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:40.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:40.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:40.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:40.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7302ms 2025-06-27 17:54:40.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:40.773 +03:00 [DBG] Connection id "0HNC8090TG78S" completed keep alive response. 2025-06-27 17:54:40.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3229ms 2025-06-27 17:54:40.773 +03:00 [DBG] Connection id "0HNC8090TG78S" received FIN. 2025-06-27 17:54:40.773 +03:00 [DBG] Connection id "0HNC8090TG78S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:40.773 +03:00 [DBG] Connection id "0HNC8090TG78S" disconnecting. 2025-06-27 17:54:40.773 +03:00 [DBG] Connection id "0HNC8090TG78S" stopped. 2025-06-27 17:54:45.771 +03:00 [DBG] Connection id "0HNC8090TG78T" accepted. 2025-06-27 17:54:45.771 +03:00 [DBG] Connection id "0HNC8090TG78T" started. 2025-06-27 17:54:45.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:45.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:45.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:45.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:45.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:45.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:45.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:45.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:45.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:45.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:45.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:45.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:45.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:45.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:45.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:45.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:45.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:45.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:45.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:45.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1762ms. 2025-06-27 17:54:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:45.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:45.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:45.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1996ms 2025-06-27 17:54:45.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:45.773 +03:00 [DBG] Connection id "0HNC8090TG78T" completed keep alive response. 2025-06-27 17:54:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1793ms 2025-06-27 17:54:45.774 +03:00 [DBG] Connection id "0HNC8090TG78T" received FIN. 2025-06-27 17:54:45.774 +03:00 [DBG] Connection id "0HNC8090TG78T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:45.774 +03:00 [DBG] Connection id "0HNC8090TG78T" disconnecting. 2025-06-27 17:54:45.774 +03:00 [DBG] Connection id "0HNC8090TG78T" stopped. 2025-06-27 17:54:50.777 +03:00 [DBG] Connection id "0HNC8090TG78U" accepted. 2025-06-27 17:54:50.777 +03:00 [DBG] Connection id "0HNC8090TG78U" started. 2025-06-27 17:54:50.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:50.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:50.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:50.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:50.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:50.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:50.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:50.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:50.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:50.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:50.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:50.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:50.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:50.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:50.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:50.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:50.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:50.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:50.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:50.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1238ms. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:50.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:50.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:50.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9828ms 2025-06-27 17:54:50.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:50.779 +03:00 [DBG] Connection id "0HNC8090TG78U" completed keep alive response. 2025-06-27 17:54:50.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9107ms 2025-06-27 17:54:50.779 +03:00 [DBG] Connection id "0HNC8090TG78U" received FIN. 2025-06-27 17:54:50.779 +03:00 [DBG] Connection id "0HNC8090TG78U" disconnecting. 2025-06-27 17:54:50.780 +03:00 [DBG] Connection id "0HNC8090TG78U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:50.781 +03:00 [DBG] Connection id "0HNC8090TG78U" stopped. 2025-06-27 17:54:55.775 +03:00 [DBG] Connection id "0HNC8090TG78V" accepted. 2025-06-27 17:54:55.775 +03:00 [DBG] Connection id "0HNC8090TG78V" started. 2025-06-27 17:54:55.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:54:55.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:54:55.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:54:55.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:54:55.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:54:55.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:55.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:54:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:54:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:54:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:54:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:54:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:54:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:54:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:54:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:54:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:54:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:55.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:55.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:54:55.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1084ms. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:55.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:54:55.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:54:55.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5647ms 2025-06-27 17:54:55.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:54:55.777 +03:00 [DBG] Connection id "0HNC8090TG78V" completed keep alive response. 2025-06-27 17:54:55.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1758ms 2025-06-27 17:54:55.777 +03:00 [DBG] Connection id "0HNC8090TG78V" received FIN. 2025-06-27 17:54:55.777 +03:00 [DBG] Connection id "0HNC8090TG78V" disconnecting. 2025-06-27 17:54:55.777 +03:00 [DBG] Connection id "0HNC8090TG78V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:54:55.778 +03:00 [DBG] Connection id "0HNC8090TG78V" stopped. 2025-06-27 17:55:00.780 +03:00 [DBG] Connection id "0HNC8090TG790" accepted. 2025-06-27 17:55:00.780 +03:00 [DBG] Connection id "0HNC8090TG790" started. 2025-06-27 17:55:00.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:00.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:00.780 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:00.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:00.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:00.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:00.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:00.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:00.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:00.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:00.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:00.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:00.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:00.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:00.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:00.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:00.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:00.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:00.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:00.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:00.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1388ms. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:00.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:00.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:00.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:00.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:00.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8231ms 2025-06-27 17:55:00.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:00.782 +03:00 [DBG] Connection id "0HNC8090TG790" completed keep alive response. 2025-06-27 17:55:00.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6435ms 2025-06-27 17:55:00.782 +03:00 [DBG] Connection id "0HNC8090TG790" received FIN. 2025-06-27 17:55:00.782 +03:00 [DBG] Connection id "0HNC8090TG790" disconnecting. 2025-06-27 17:55:00.782 +03:00 [DBG] Connection id "0HNC8090TG790" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:00.783 +03:00 [DBG] Connection id "0HNC8090TG790" stopped. 2025-06-27 17:55:05.772 +03:00 [DBG] Connection id "0HNC8090TG791" accepted. 2025-06-27 17:55:05.772 +03:00 [DBG] Connection id "0HNC8090TG791" started. 2025-06-27 17:55:05.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:05.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:05.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:05.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:05.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:05.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:05.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:05.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:05.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:05.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:05.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:05.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:05.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:05.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:05.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:05.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:05.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:05.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:05.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:05.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:05.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1668ms. 2025-06-27 17:55:05.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:05.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:05.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:05.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1757ms 2025-06-27 17:55:05.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:05.774 +03:00 [DBG] Connection id "0HNC8090TG791" completed keep alive response. 2025-06-27 17:55:05.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.115ms 2025-06-27 17:55:05.775 +03:00 [DBG] Connection id "0HNC8090TG791" received FIN. 2025-06-27 17:55:05.775 +03:00 [DBG] Connection id "0HNC8090TG791" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:05.775 +03:00 [DBG] Connection id "0HNC8090TG791" disconnecting. 2025-06-27 17:55:05.775 +03:00 [DBG] Connection id "0HNC8090TG791" stopped. 2025-06-27 17:55:10.773 +03:00 [DBG] Connection id "0HNC8090TG792" accepted. 2025-06-27 17:55:10.773 +03:00 [DBG] Connection id "0HNC8090TG792" started. 2025-06-27 17:55:10.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:10.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:10.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:10.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:10.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:10.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:10.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:10.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:10.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:10.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:10.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:10.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:10.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:10.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:10.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:10.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:10.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:10.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:10.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:10.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:10.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1111ms. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:10.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:10.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:10.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5625ms 2025-06-27 17:55:10.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:10.774 +03:00 [DBG] Connection id "0HNC8090TG792" completed keep alive response. 2025-06-27 17:55:10.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0495ms 2025-06-27 17:55:10.774 +03:00 [DBG] Connection id "0HNC8090TG792" received FIN. 2025-06-27 17:55:10.774 +03:00 [DBG] Connection id "0HNC8090TG792" disconnecting. 2025-06-27 17:55:10.774 +03:00 [DBG] Connection id "0HNC8090TG792" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:10.776 +03:00 [DBG] Connection id "0HNC8090TG792" stopped. 2025-06-27 17:55:15.772 +03:00 [DBG] Connection id "0HNC8090TG793" accepted. 2025-06-27 17:55:15.772 +03:00 [DBG] Connection id "0HNC8090TG793" started. 2025-06-27 17:55:15.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:15.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:15.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:15.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:15.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:15.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:15.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:15.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:15.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:15.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:15.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:15.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:15.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:15.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:15.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:15.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:15.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:15.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:15.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:15.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:15.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1176ms. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:15.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:15.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:15.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:15.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7034ms 2025-06-27 17:55:15.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:15.774 +03:00 [DBG] Connection id "0HNC8090TG793" completed keep alive response. 2025-06-27 17:55:15.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4222ms 2025-06-27 17:55:15.774 +03:00 [DBG] Connection id "0HNC8090TG793" received FIN. 2025-06-27 17:55:15.774 +03:00 [DBG] Connection id "0HNC8090TG793" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:15.774 +03:00 [DBG] Connection id "0HNC8090TG793" disconnecting. 2025-06-27 17:55:15.774 +03:00 [DBG] Connection id "0HNC8090TG793" stopped. 2025-06-27 17:55:20.775 +03:00 [DBG] Connection id "0HNC8090TG794" accepted. 2025-06-27 17:55:20.775 +03:00 [DBG] Connection id "0HNC8090TG794" started. 2025-06-27 17:55:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:20.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:20.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:20.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:20.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:20.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:20.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:20.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:20.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:20.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1625ms. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0198ms 2025-06-27 17:55:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:20.777 +03:00 [DBG] Connection id "0HNC8090TG794" completed keep alive response. 2025-06-27 17:55:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7795ms 2025-06-27 17:55:20.778 +03:00 [DBG] Connection id "0HNC8090TG794" received FIN. 2025-06-27 17:55:20.778 +03:00 [DBG] Connection id "0HNC8090TG794" disconnecting. 2025-06-27 17:55:20.778 +03:00 [DBG] Connection id "0HNC8090TG794" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:20.779 +03:00 [DBG] Connection id "0HNC8090TG794" stopped. 2025-06-27 17:55:25.771 +03:00 [DBG] Connection id "0HNC8090TG795" accepted. 2025-06-27 17:55:25.771 +03:00 [DBG] Connection id "0HNC8090TG795" started. 2025-06-27 17:55:25.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:25.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:25.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:25.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:25.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:25.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:25.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:25.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:25.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:25.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:25.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:25.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:25.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:25.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:25.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:25.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:25.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:25.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:25.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:25.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:25.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:25.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1725ms. 2025-06-27 17:55:25.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:25.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:25.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:25.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1863ms 2025-06-27 17:55:25.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:25.773 +03:00 [DBG] Connection id "0HNC8090TG795" completed keep alive response. 2025-06-27 17:55:25.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0916ms 2025-06-27 17:55:25.774 +03:00 [DBG] Connection id "0HNC8090TG795" received FIN. 2025-06-27 17:55:25.774 +03:00 [DBG] Connection id "0HNC8090TG795" disconnecting. 2025-06-27 17:55:25.774 +03:00 [DBG] Connection id "0HNC8090TG795" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:25.775 +03:00 [DBG] Connection id "0HNC8090TG795" stopped. 2025-06-27 17:55:30.771 +03:00 [DBG] Connection id "0HNC8090TG796" accepted. 2025-06-27 17:55:30.771 +03:00 [DBG] Connection id "0HNC8090TG796" started. 2025-06-27 17:55:30.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:30.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:30.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:30.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:30.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:30.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:30.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:30.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:30.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:30.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:30.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:30.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:30.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:30.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:30.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:30.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:30.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:30.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:30.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:30.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:30.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:30.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:30.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:30.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:30.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2114ms. 2025-06-27 17:55:30.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:30.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:30.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:30.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.259ms 2025-06-27 17:55:30.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:30.774 +03:00 [DBG] Connection id "0HNC8090TG796" completed keep alive response. 2025-06-27 17:55:30.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3254ms 2025-06-27 17:55:30.774 +03:00 [DBG] Connection id "0HNC8090TG796" received FIN. 2025-06-27 17:55:30.774 +03:00 [DBG] Connection id "0HNC8090TG796" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:30.774 +03:00 [DBG] Connection id "0HNC8090TG796" disconnecting. 2025-06-27 17:55:30.774 +03:00 [DBG] Connection id "0HNC8090TG796" stopped. 2025-06-27 17:55:35.774 +03:00 [DBG] Connection id "0HNC8090TG797" accepted. 2025-06-27 17:55:35.774 +03:00 [DBG] Connection id "0HNC8090TG797" started. 2025-06-27 17:55:35.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:35.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:35.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:35.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:35.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:35.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:35.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:35.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:35.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:35.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:35.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:35.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:35.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:35.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:35.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:35.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:35.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:35.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:35.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:35.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1264ms. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:35.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:35.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:35.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.676ms 2025-06-27 17:55:35.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:35.775 +03:00 [DBG] Connection id "0HNC8090TG797" completed keep alive response. 2025-06-27 17:55:35.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2426ms 2025-06-27 17:55:35.775 +03:00 [DBG] Connection id "0HNC8090TG797" received FIN. 2025-06-27 17:55:35.776 +03:00 [DBG] Connection id "0HNC8090TG797" disconnecting. 2025-06-27 17:55:35.776 +03:00 [DBG] Connection id "0HNC8090TG797" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:35.777 +03:00 [DBG] Connection id "0HNC8090TG797" stopped. 2025-06-27 17:55:40.775 +03:00 [DBG] Connection id "0HNC8090TG798" accepted. 2025-06-27 17:55:40.775 +03:00 [DBG] Connection id "0HNC8090TG798" started. 2025-06-27 17:55:40.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:40.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:40.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:40.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:40.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:40.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:40.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:40.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:40.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:40.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:40.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:40.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:40.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:40.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:40.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:40.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:40.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:40.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:40.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:40.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:40.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1322ms. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:40.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:40.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:40.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8364ms 2025-06-27 17:55:40.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:40.776 +03:00 [DBG] Connection id "0HNC8090TG798" completed keep alive response. 2025-06-27 17:55:40.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4506ms 2025-06-27 17:55:40.777 +03:00 [DBG] Connection id "0HNC8090TG798" received FIN. 2025-06-27 17:55:40.777 +03:00 [DBG] Connection id "0HNC8090TG798" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:40.777 +03:00 [DBG] Connection id "0HNC8090TG798" disconnecting. 2025-06-27 17:55:40.777 +03:00 [DBG] Connection id "0HNC8090TG798" stopped. 2025-06-27 17:55:45.777 +03:00 [DBG] Connection id "0HNC8090TG799" accepted. 2025-06-27 17:55:45.778 +03:00 [DBG] Connection id "0HNC8090TG799" started. 2025-06-27 17:55:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:45.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:45.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:45.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:45.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:45.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:45.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:45.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:45.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1479ms. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:45.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:45.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:45.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9536ms 2025-06-27 17:55:45.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:45.780 +03:00 [DBG] Connection id "0HNC8090TG799" completed keep alive response. 2025-06-27 17:55:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.636ms 2025-06-27 17:55:45.780 +03:00 [DBG] Connection id "0HNC8090TG799" received FIN. 2025-06-27 17:55:45.780 +03:00 [DBG] Connection id "0HNC8090TG799" disconnecting. 2025-06-27 17:55:45.780 +03:00 [DBG] Connection id "0HNC8090TG799" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:45.782 +03:00 [DBG] Connection id "0HNC8090TG799" stopped. 2025-06-27 17:55:50.772 +03:00 [DBG] Connection id "0HNC8090TG79A" accepted. 2025-06-27 17:55:50.772 +03:00 [DBG] Connection id "0HNC8090TG79A" started. 2025-06-27 17:55:50.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:50.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:50.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:50.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:50.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:50.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:50.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:50.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:50.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:50.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:50.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:50.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:50.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:50.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:50.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:50.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:50.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:50.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:50.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:50.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:50.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:50.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:50.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:50.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6873ms 2025-06-27 17:55:50.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:50.773 +03:00 [DBG] Connection id "0HNC8090TG79A" completed keep alive response. 2025-06-27 17:55:50.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3395ms 2025-06-27 17:55:50.774 +03:00 [DBG] Connection id "0HNC8090TG79A" received FIN. 2025-06-27 17:55:50.774 +03:00 [DBG] Connection id "0HNC8090TG79A" disconnecting. 2025-06-27 17:55:50.774 +03:00 [DBG] Connection id "0HNC8090TG79A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:50.775 +03:00 [DBG] Connection id "0HNC8090TG79A" stopped. 2025-06-27 17:55:55.773 +03:00 [DBG] Connection id "0HNC8090TG79B" accepted. 2025-06-27 17:55:55.773 +03:00 [DBG] Connection id "0HNC8090TG79B" started. 2025-06-27 17:55:55.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:55:55.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:55:55.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:55:55.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:55:55.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:55:55.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:55.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:55:55.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:55:55.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:55:55.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:55:55.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:55.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:55:55.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:55:55.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:55:55.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:55:55.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:55:55.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:55:55.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:55.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:55.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:55:55.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1277ms. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:55.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:55:55.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:55:55.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:55:55.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.63ms 2025-06-27 17:55:55.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:55:55.775 +03:00 [DBG] Connection id "0HNC8090TG79B" completed keep alive response. 2025-06-27 17:55:55.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2753ms 2025-06-27 17:55:55.775 +03:00 [DBG] Connection id "0HNC8090TG79B" received FIN. 2025-06-27 17:55:55.775 +03:00 [DBG] Connection id "0HNC8090TG79B" disconnecting. 2025-06-27 17:55:55.775 +03:00 [DBG] Connection id "0HNC8090TG79B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:55:55.776 +03:00 [DBG] Connection id "0HNC8090TG79B" stopped. 2025-06-27 17:56:00.771 +03:00 [DBG] Connection id "0HNC8090TG79C" accepted. 2025-06-27 17:56:00.771 +03:00 [DBG] Connection id "0HNC8090TG79C" started. 2025-06-27 17:56:00.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:00.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:00.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:00.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:00.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:00.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:00.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:00.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:00.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:00.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:00.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:00.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:00.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:00.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:00.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:00.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:00.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:00.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:00.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:00.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1435ms. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:00.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:00.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:00.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9018ms 2025-06-27 17:56:00.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:00.772 +03:00 [DBG] Connection id "0HNC8090TG79C" completed keep alive response. 2025-06-27 17:56:00.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5365ms 2025-06-27 17:56:00.773 +03:00 [DBG] Connection id "0HNC8090TG79C" received FIN. 2025-06-27 17:56:00.773 +03:00 [DBG] Connection id "0HNC8090TG79C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:00.773 +03:00 [DBG] Connection id "0HNC8090TG79C" disconnecting. 2025-06-27 17:56:00.773 +03:00 [DBG] Connection id "0HNC8090TG79C" stopped. 2025-06-27 17:56:05.781 +03:00 [DBG] Connection id "0HNC8090TG79D" accepted. 2025-06-27 17:56:05.781 +03:00 [DBG] Connection id "0HNC8090TG79D" started. 2025-06-27 17:56:05.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:05.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:05.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:05.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:05.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:05.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:05.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:05.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:05.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:05.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:05.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:05.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:05.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:05.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:05.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:05.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:05.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:05.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:05.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:05.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:05.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.13ms. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:05.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:05.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:05.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6981ms 2025-06-27 17:56:05.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:05.782 +03:00 [DBG] Connection id "0HNC8090TG79D" completed keep alive response. 2025-06-27 17:56:05.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3477ms 2025-06-27 17:56:05.783 +03:00 [DBG] Connection id "0HNC8090TG79D" received FIN. 2025-06-27 17:56:05.783 +03:00 [DBG] Connection id "0HNC8090TG79D" disconnecting. 2025-06-27 17:56:05.783 +03:00 [DBG] Connection id "0HNC8090TG79D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:05.784 +03:00 [DBG] Connection id "0HNC8090TG79D" stopped. 2025-06-27 17:56:10.783 +03:00 [DBG] Connection id "0HNC8090TG79E" accepted. 2025-06-27 17:56:10.783 +03:00 [DBG] Connection id "0HNC8090TG79E" started. 2025-06-27 17:56:10.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:10.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:10.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:10.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:10.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:10.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:10.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:10.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:10.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:10.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:10.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:10.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:10.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:10.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:10.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:10.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:10.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:10.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:10.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:10.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1605ms. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:10.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:10.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:10.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0743ms 2025-06-27 17:56:10.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:10.786 +03:00 [DBG] Connection id "0HNC8090TG79E" completed keep alive response. 2025-06-27 17:56:10.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0833ms 2025-06-27 17:56:10.786 +03:00 [DBG] Connection id "0HNC8090TG79E" received FIN. 2025-06-27 17:56:10.786 +03:00 [DBG] Connection id "0HNC8090TG79E" disconnecting. 2025-06-27 17:56:10.786 +03:00 [DBG] Connection id "0HNC8090TG79E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:10.787 +03:00 [DBG] Connection id "0HNC8090TG79E" stopped. 2025-06-27 17:56:15.775 +03:00 [DBG] Connection id "0HNC8090TG79F" accepted. 2025-06-27 17:56:15.775 +03:00 [DBG] Connection id "0HNC8090TG79F" started. 2025-06-27 17:56:15.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:15.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:15.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:15.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:15.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:15.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:15.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:15.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:15.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:15.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1177ms. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:15.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.875ms 2025-06-27 17:56:15.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:15.777 +03:00 [DBG] Connection id "0HNC8090TG79F" completed keep alive response. 2025-06-27 17:56:15.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5621ms 2025-06-27 17:56:15.777 +03:00 [DBG] Connection id "0HNC8090TG79F" received FIN. 2025-06-27 17:56:15.777 +03:00 [DBG] Connection id "0HNC8090TG79F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:15.777 +03:00 [DBG] Connection id "0HNC8090TG79F" disconnecting. 2025-06-27 17:56:15.777 +03:00 [DBG] Connection id "0HNC8090TG79F" stopped. 2025-06-27 17:56:20.777 +03:00 [DBG] Connection id "0HNC8090TG79G" accepted. 2025-06-27 17:56:20.778 +03:00 [DBG] Connection id "0HNC8090TG79G" started. 2025-06-27 17:56:20.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:20.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:20.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:20.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:20.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:20.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:20.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:20.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:20.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:20.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:20.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1644ms. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:20.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:20.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:20.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1385ms 2025-06-27 17:56:20.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:20.780 +03:00 [DBG] Connection id "0HNC8090TG79G" completed keep alive response. 2025-06-27 17:56:20.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0253ms 2025-06-27 17:56:20.780 +03:00 [DBG] Connection id "0HNC8090TG79G" received FIN. 2025-06-27 17:56:20.780 +03:00 [DBG] Connection id "0HNC8090TG79G" disconnecting. 2025-06-27 17:56:20.780 +03:00 [DBG] Connection id "0HNC8090TG79G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:20.781 +03:00 [DBG] Connection id "0HNC8090TG79G" stopped. 2025-06-27 17:56:25.775 +03:00 [DBG] Connection id "0HNC8090TG79H" accepted. 2025-06-27 17:56:25.775 +03:00 [DBG] Connection id "0HNC8090TG79H" started. 2025-06-27 17:56:25.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:25.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:25.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:25.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:25.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:25.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:25.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:25.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:25.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:25.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:25.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:25.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:25.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:25.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:25.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:25.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:25.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:25.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:25.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:25.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:25.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1602ms. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:25.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:25.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:25.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1558ms 2025-06-27 17:56:25.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:25.778 +03:00 [DBG] Connection id "0HNC8090TG79H" completed keep alive response. 2025-06-27 17:56:25.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0442ms 2025-06-27 17:56:25.778 +03:00 [DBG] Connection id "0HNC8090TG79H" received FIN. 2025-06-27 17:56:25.778 +03:00 [DBG] Connection id "0HNC8090TG79H" disconnecting. 2025-06-27 17:56:25.778 +03:00 [DBG] Connection id "0HNC8090TG79H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:25.779 +03:00 [DBG] Connection id "0HNC8090TG79H" stopped. 2025-06-27 17:56:30.787 +03:00 [DBG] Connection id "0HNC8090TG79I" accepted. 2025-06-27 17:56:30.787 +03:00 [DBG] Connection id "0HNC8090TG79I" started. 2025-06-27 17:56:30.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:30.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:30.787 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:30.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:30.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:30.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:30.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:30.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:30.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:30.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:30.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:30.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:30.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:30.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:30.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:30.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:30.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:30.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:30.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:30.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1309ms. 2025-06-27 17:56:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:30.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:30.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:30.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6683ms 2025-06-27 17:56:30.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:30.788 +03:00 [DBG] Connection id "0HNC8090TG79I" completed keep alive response. 2025-06-27 17:56:30.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1957ms 2025-06-27 17:56:30.788 +03:00 [DBG] Connection id "0HNC8090TG79I" received FIN. 2025-06-27 17:56:30.788 +03:00 [DBG] Connection id "0HNC8090TG79I" disconnecting. 2025-06-27 17:56:30.788 +03:00 [DBG] Connection id "0HNC8090TG79I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:30.789 +03:00 [DBG] Connection id "0HNC8090TG79I" stopped. 2025-06-27 17:56:35.777 +03:00 [DBG] Connection id "0HNC8090TG79J" accepted. 2025-06-27 17:56:35.777 +03:00 [DBG] Connection id "0HNC8090TG79J" started. 2025-06-27 17:56:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:35.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:35.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:35.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:35.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:35.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:35.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:35.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:35.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:35.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:35.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:35.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:35.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:35.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:35.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:35.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:35.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1334ms. 2025-06-27 17:56:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.132ms 2025-06-27 17:56:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:35.779 +03:00 [DBG] Connection id "0HNC8090TG79J" completed keep alive response. 2025-06-27 17:56:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0677ms 2025-06-27 17:56:35.780 +03:00 [DBG] Connection id "0HNC8090TG79J" received FIN. 2025-06-27 17:56:35.780 +03:00 [DBG] Connection id "0HNC8090TG79J" disconnecting. 2025-06-27 17:56:35.780 +03:00 [DBG] Connection id "0HNC8090TG79J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:35.780 +03:00 [DBG] Connection id "0HNC8090TG79J" stopped. 2025-06-27 17:56:40.788 +03:00 [DBG] Connection id "0HNC8090TG79K" accepted. 2025-06-27 17:56:40.789 +03:00 [DBG] Connection id "0HNC8090TG79K" started. 2025-06-27 17:56:40.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:40.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:40.789 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:40.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:40.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:40.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:40.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:40.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:40.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:40.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:40.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:40.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:40.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:40.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:40.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:40.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:40.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:40.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:40.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:40.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:40.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1318ms. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:40.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:40.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:40.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7502ms 2025-06-27 17:56:40.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:40.790 +03:00 [DBG] Connection id "0HNC8090TG79K" completed keep alive response. 2025-06-27 17:56:40.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3735ms 2025-06-27 17:56:40.791 +03:00 [DBG] Connection id "0HNC8090TG79K" received FIN. 2025-06-27 17:56:40.791 +03:00 [DBG] Connection id "0HNC8090TG79K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:40.791 +03:00 [DBG] Connection id "0HNC8090TG79K" disconnecting. 2025-06-27 17:56:40.791 +03:00 [DBG] Connection id "0HNC8090TG79K" stopped. 2025-06-27 17:56:45.778 +03:00 [DBG] Connection id "0HNC8090TG79L" accepted. 2025-06-27 17:56:45.778 +03:00 [DBG] Connection id "0HNC8090TG79L" started. 2025-06-27 17:56:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:45.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:45.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:45.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:45.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:45.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:45.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:45.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:45.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:45.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:45.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1316ms. 2025-06-27 17:56:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:45.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.082ms 2025-06-27 17:56:45.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:45.779 +03:00 [DBG] Connection id "0HNC8090TG79L" completed keep alive response. 2025-06-27 17:56:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7209ms 2025-06-27 17:56:45.780 +03:00 [DBG] Connection id "0HNC8090TG79L" received FIN. 2025-06-27 17:56:45.780 +03:00 [DBG] Connection id "0HNC8090TG79L" disconnecting. 2025-06-27 17:56:45.780 +03:00 [DBG] Connection id "0HNC8090TG79L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:45.781 +03:00 [DBG] Connection id "0HNC8090TG79L" stopped. 2025-06-27 17:56:50.775 +03:00 [DBG] Connection id "0HNC8090TG79M" accepted. 2025-06-27 17:56:50.775 +03:00 [DBG] Connection id "0HNC8090TG79M" started. 2025-06-27 17:56:50.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:50.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:50.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:50.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:50.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:50.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:50.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:50.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:50.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:50.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:50.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:50.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:50.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:50.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:50.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:50.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.177ms. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:50.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:50.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3053ms 2025-06-27 17:56:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:50.778 +03:00 [DBG] Connection id "0HNC8090TG79M" completed keep alive response. 2025-06-27 17:56:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4991ms 2025-06-27 17:56:50.778 +03:00 [DBG] Connection id "0HNC8090TG79M" received FIN. 2025-06-27 17:56:50.778 +03:00 [DBG] Connection id "0HNC8090TG79M" disconnecting. 2025-06-27 17:56:50.778 +03:00 [DBG] Connection id "0HNC8090TG79M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:50.779 +03:00 [DBG] Connection id "0HNC8090TG79M" stopped. 2025-06-27 17:56:55.791 +03:00 [DBG] Connection id "0HNC8090TG79N" accepted. 2025-06-27 17:56:55.791 +03:00 [DBG] Connection id "0HNC8090TG79N" started. 2025-06-27 17:56:55.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:56:55.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:56:55.791 +03:00 [DBG] POST requests are not supported 2025-06-27 17:56:55.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:56:55.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:56:55.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:55.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:56:55.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:56:55.792 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:56:55.792 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:56:55.792 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:55.792 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:56:55.792 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:56:55.792 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:56:55.792 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:56:55.792 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:56:55.792 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:56:55.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.792 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:55.792 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:56:55.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:55.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:55.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:55.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:55.792 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:56:55.793 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2356ms. 2025-06-27 17:56:55.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:55.793 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:56:55.793 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:56:55.793 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1467ms 2025-06-27 17:56:55.793 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:56:55.793 +03:00 [DBG] Connection id "0HNC8090TG79N" completed keep alive response. 2025-06-27 17:56:55.793 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3701ms 2025-06-27 17:56:55.794 +03:00 [DBG] Connection id "0HNC8090TG79N" received FIN. 2025-06-27 17:56:55.794 +03:00 [DBG] Connection id "0HNC8090TG79N" disconnecting. 2025-06-27 17:56:55.794 +03:00 [DBG] Connection id "0HNC8090TG79N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:56:55.795 +03:00 [DBG] Connection id "0HNC8090TG79N" stopped. 2025-06-27 17:57:00.775 +03:00 [DBG] Connection id "0HNC8090TG79O" accepted. 2025-06-27 17:57:00.775 +03:00 [DBG] Connection id "0HNC8090TG79O" started. 2025-06-27 17:57:00.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:00.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:00.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:00.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:00.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:00.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:00.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:00.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:00.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:00.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:00.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:00.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:00.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:00.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:00.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:00.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.125ms. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:00.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:00.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:00.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6607ms 2025-06-27 17:57:00.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:00.776 +03:00 [DBG] Connection id "0HNC8090TG79O" completed keep alive response. 2025-06-27 17:57:00.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2593ms 2025-06-27 17:57:00.777 +03:00 [DBG] Connection id "0HNC8090TG79O" received FIN. 2025-06-27 17:57:00.777 +03:00 [DBG] Connection id "0HNC8090TG79O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:00.777 +03:00 [DBG] Connection id "0HNC8090TG79O" disconnecting. 2025-06-27 17:57:00.777 +03:00 [DBG] Connection id "0HNC8090TG79O" stopped. 2025-06-27 17:57:05.776 +03:00 [DBG] Connection id "0HNC8090TG79P" accepted. 2025-06-27 17:57:05.776 +03:00 [DBG] Connection id "0HNC8090TG79P" started. 2025-06-27 17:57:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:05.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:05.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:05.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:05.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:05.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:05.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:05.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:05.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1712ms. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:05.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1009ms 2025-06-27 17:57:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:05.778 +03:00 [DBG] Connection id "0HNC8090TG79P" completed keep alive response. 2025-06-27 17:57:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0519ms 2025-06-27 17:57:05.778 +03:00 [DBG] Connection id "0HNC8090TG79P" received FIN. 2025-06-27 17:57:05.779 +03:00 [DBG] Connection id "0HNC8090TG79P" disconnecting. 2025-06-27 17:57:05.779 +03:00 [DBG] Connection id "0HNC8090TG79P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:05.780 +03:00 [DBG] Connection id "0HNC8090TG79P" stopped. 2025-06-27 17:57:10.781 +03:00 [DBG] Connection id "0HNC8090TG79Q" accepted. 2025-06-27 17:57:10.781 +03:00 [DBG] Connection id "0HNC8090TG79Q" started. 2025-06-27 17:57:10.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:10.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2032ms. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:10.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:10.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.297ms 2025-06-27 17:57:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:10.784 +03:00 [DBG] Connection id "0HNC8090TG79Q" completed keep alive response. 2025-06-27 17:57:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3269ms 2025-06-27 17:57:10.784 +03:00 [DBG] Connection id "0HNC8090TG79Q" received FIN. 2025-06-27 17:57:10.784 +03:00 [DBG] Connection id "0HNC8090TG79Q" disconnecting. 2025-06-27 17:57:10.784 +03:00 [DBG] Connection id "0HNC8090TG79Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:10.785 +03:00 [DBG] Connection id "0HNC8090TG79Q" stopped. 2025-06-27 17:57:15.778 +03:00 [DBG] Connection id "0HNC8090TG79R" accepted. 2025-06-27 17:57:15.778 +03:00 [DBG] Connection id "0HNC8090TG79R" started. 2025-06-27 17:57:15.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:15.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:15.778 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:15.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:15.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:15.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:15.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:15.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:15.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:15.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:15.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:15.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:15.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:15.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:15.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:15.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:15.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:15.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:15.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:15.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2067ms. 2025-06-27 17:57:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:15.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:15.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:15.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6447ms 2025-06-27 17:57:15.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:15.781 +03:00 [DBG] Connection id "0HNC8090TG79R" completed keep alive response. 2025-06-27 17:57:15.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0775ms 2025-06-27 17:57:15.781 +03:00 [DBG] Connection id "0HNC8090TG79R" received FIN. 2025-06-27 17:57:15.782 +03:00 [DBG] Connection id "0HNC8090TG79R" disconnecting. 2025-06-27 17:57:15.782 +03:00 [DBG] Connection id "0HNC8090TG79R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:15.783 +03:00 [DBG] Connection id "0HNC8090TG79R" stopped. 2025-06-27 17:57:20.771 +03:00 [DBG] Connection id "0HNC8090TG79S" accepted. 2025-06-27 17:57:20.771 +03:00 [DBG] Connection id "0HNC8090TG79S" started. 2025-06-27 17:57:20.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:20.771 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:20.771 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:20.771 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:20.771 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:20.771 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:20.771 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:20.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:20.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:20.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:20.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:20.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:20.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:20.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:20.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:20.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:20.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:20.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:20.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:20.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:20.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1248ms. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:20.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:20.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:20.772 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6881ms 2025-06-27 17:57:20.772 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:20.772 +03:00 [DBG] Connection id "0HNC8090TG79S" completed keep alive response. 2025-06-27 17:57:20.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2987ms 2025-06-27 17:57:20.773 +03:00 [DBG] Connection id "0HNC8090TG79S" received FIN. 2025-06-27 17:57:20.773 +03:00 [DBG] Connection id "0HNC8090TG79S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:20.773 +03:00 [DBG] Connection id "0HNC8090TG79S" disconnecting. 2025-06-27 17:57:20.773 +03:00 [DBG] Connection id "0HNC8090TG79S" stopped. 2025-06-27 17:57:25.774 +03:00 [DBG] Connection id "0HNC8090TG79T" accepted. 2025-06-27 17:57:25.774 +03:00 [DBG] Connection id "0HNC8090TG79T" started. 2025-06-27 17:57:25.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:25.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:25.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:25.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:25.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:25.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:25.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:25.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:25.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:25.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:25.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:25.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:25.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:25.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:25.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:25.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:25.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:25.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:25.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:25.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:25.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1184ms. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:25.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:25.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:25.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6351ms 2025-06-27 17:57:25.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:25.776 +03:00 [DBG] Connection id "0HNC8090TG79T" completed keep alive response. 2025-06-27 17:57:25.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2317ms 2025-06-27 17:57:25.776 +03:00 [DBG] Connection id "0HNC8090TG79T" received FIN. 2025-06-27 17:57:25.776 +03:00 [DBG] Connection id "0HNC8090TG79T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:25.776 +03:00 [DBG] Connection id "0HNC8090TG79T" disconnecting. 2025-06-27 17:57:25.776 +03:00 [DBG] Connection id "0HNC8090TG79T" stopped. 2025-06-27 17:57:30.775 +03:00 [DBG] Connection id "0HNC8090TG79U" accepted. 2025-06-27 17:57:30.775 +03:00 [DBG] Connection id "0HNC8090TG79U" started. 2025-06-27 17:57:30.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:30.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:30.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:30.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:30.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:30.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:30.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:30.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:30.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:30.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:30.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:30.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:30.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:30.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:30.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:30.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:30.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:30.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:30.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:30.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:30.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.212ms. 2025-06-27 17:57:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:30.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:30.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4298ms 2025-06-27 17:57:30.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:30.778 +03:00 [DBG] Connection id "0HNC8090TG79U" completed keep alive response. 2025-06-27 17:57:30.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.49ms 2025-06-27 17:57:30.778 +03:00 [DBG] Connection id "0HNC8090TG79U" received FIN. 2025-06-27 17:57:30.778 +03:00 [DBG] Connection id "0HNC8090TG79U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:30.778 +03:00 [DBG] Connection id "0HNC8090TG79U" disconnecting. 2025-06-27 17:57:30.778 +03:00 [DBG] Connection id "0HNC8090TG79U" stopped. 2025-06-27 17:57:35.773 +03:00 [DBG] Connection id "0HNC8090TG79V" accepted. 2025-06-27 17:57:35.773 +03:00 [DBG] Connection id "0HNC8090TG79V" started. 2025-06-27 17:57:35.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:35.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:35.773 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:35.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:35.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:35.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:35.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:35.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:35.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:35.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:35.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:35.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:35.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:35.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:35.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:35.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:35.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:35.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:35.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:35.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1931ms. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:35.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:35.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:35.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6741ms 2025-06-27 17:57:35.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:35.776 +03:00 [DBG] Connection id "0HNC8090TG79V" completed keep alive response. 2025-06-27 17:57:35.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.976ms 2025-06-27 17:57:35.776 +03:00 [DBG] Connection id "0HNC8090TG79V" received FIN. 2025-06-27 17:57:35.776 +03:00 [DBG] Connection id "0HNC8090TG79V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:35.777 +03:00 [DBG] Connection id "0HNC8090TG79V" disconnecting. 2025-06-27 17:57:35.777 +03:00 [DBG] Connection id "0HNC8090TG79V" stopped. 2025-06-27 17:57:40.772 +03:00 [DBG] Connection id "0HNC8090TG7A0" accepted. 2025-06-27 17:57:40.772 +03:00 [DBG] Connection id "0HNC8090TG7A0" started. 2025-06-27 17:57:40.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:40.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:40.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:40.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:40.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:40.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:40.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:40.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:40.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:40.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:40.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:40.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:40.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:40.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:40.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:40.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:40.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:40.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:40.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:40.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:40.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.169ms. 2025-06-27 17:57:40.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:40.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:40.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:40.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:40.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0899ms 2025-06-27 17:57:40.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:40.774 +03:00 [DBG] Connection id "0HNC8090TG7A0" completed keep alive response. 2025-06-27 17:57:40.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0747ms 2025-06-27 17:57:40.774 +03:00 [DBG] Connection id "0HNC8090TG7A0" received FIN. 2025-06-27 17:57:40.775 +03:00 [DBG] Connection id "0HNC8090TG7A0" disconnecting. 2025-06-27 17:57:40.775 +03:00 [DBG] Connection id "0HNC8090TG7A0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:40.776 +03:00 [DBG] Connection id "0HNC8090TG7A0" stopped. 2025-06-27 17:57:45.801 +03:00 [DBG] Connection id "0HNC8090TG7A1" accepted. 2025-06-27 17:57:45.801 +03:00 [DBG] Connection id "0HNC8090TG7A1" started. 2025-06-27 17:57:45.801 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:45.801 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:45.801 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:45.801 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:45.801 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:45.802 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:45.802 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:45.802 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:45.802 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:45.802 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:45.802 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:45.802 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:45.802 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:45.802 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:45.802 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:45.802 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:45.802 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:45.802 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.802 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.802 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:45.802 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:45.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:45.802 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:45.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:45.802 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:45.802 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:45.803 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1808ms. 2025-06-27 17:57:45.803 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:45.803 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:45.803 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.803 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:45.803 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1594ms 2025-06-27 17:57:45.803 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:45.803 +03:00 [DBG] Connection id "0HNC8090TG7A1" completed keep alive response. 2025-06-27 17:57:45.803 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1445ms 2025-06-27 17:57:45.804 +03:00 [DBG] Connection id "0HNC8090TG7A1" received FIN. 2025-06-27 17:57:45.804 +03:00 [DBG] Connection id "0HNC8090TG7A1" disconnecting. 2025-06-27 17:57:45.804 +03:00 [DBG] Connection id "0HNC8090TG7A1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:45.805 +03:00 [DBG] Connection id "0HNC8090TG7A1" stopped. 2025-06-27 17:57:50.776 +03:00 [DBG] Connection id "0HNC8090TG7A2" accepted. 2025-06-27 17:57:50.777 +03:00 [DBG] Connection id "0HNC8090TG7A2" started. 2025-06-27 17:57:50.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:50.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:50.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:50.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:50.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:50.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:50.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:50.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:50.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:50.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:50.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:50.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:50.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:50.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:50.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:50.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:50.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:50.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1253ms. 2025-06-27 17:57:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:50.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:50.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6636ms 2025-06-27 17:57:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:50.778 +03:00 [DBG] Connection id "0HNC8090TG7A2" completed keep alive response. 2025-06-27 17:57:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2341ms 2025-06-27 17:57:50.778 +03:00 [DBG] Connection id "0HNC8090TG7A2" received FIN. 2025-06-27 17:57:50.778 +03:00 [DBG] Connection id "0HNC8090TG7A2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:50.778 +03:00 [DBG] Connection id "0HNC8090TG7A2" disconnecting. 2025-06-27 17:57:50.779 +03:00 [DBG] Connection id "0HNC8090TG7A2" stopped. 2025-06-27 17:57:55.775 +03:00 [DBG] Connection id "0HNC8090TG7A3" accepted. 2025-06-27 17:57:55.775 +03:00 [DBG] Connection id "0HNC8090TG7A3" started. 2025-06-27 17:57:55.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:57:55.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:57:55.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:57:55.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:57:55.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:57:55.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:55.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:57:55.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:57:55.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:57:55.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:57:55.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:55.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:57:55.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:57:55.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:57:55.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:57:55.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:57:55.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:57:55.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:55.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:57:55.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:55.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:55.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:57:55.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1335ms. 2025-06-27 17:57:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:55.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:57:55.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:57:55.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6956ms 2025-06-27 17:57:55.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:57:55.776 +03:00 [DBG] Connection id "0HNC8090TG7A3" completed keep alive response. 2025-06-27 17:57:55.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2902ms 2025-06-27 17:57:55.776 +03:00 [DBG] Connection id "0HNC8090TG7A3" received FIN. 2025-06-27 17:57:55.776 +03:00 [DBG] Connection id "0HNC8090TG7A3" disconnecting. 2025-06-27 17:57:55.777 +03:00 [DBG] Connection id "0HNC8090TG7A3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:57:55.778 +03:00 [DBG] Connection id "0HNC8090TG7A3" stopped. 2025-06-27 17:58:00.773 +03:00 [DBG] Connection id "0HNC8090TG7A4" accepted. 2025-06-27 17:58:00.774 +03:00 [DBG] Connection id "0HNC8090TG7A4" started. 2025-06-27 17:58:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:00.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:00.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:00.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:00.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:00.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:00.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:00.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:00.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:00.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:00.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:00.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:00.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:00.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:00.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.126ms. 2025-06-27 17:58:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:00.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8188ms 2025-06-27 17:58:00.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:00.775 +03:00 [DBG] Connection id "0HNC8090TG7A4" completed keep alive response. 2025-06-27 17:58:00.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4613ms 2025-06-27 17:58:00.775 +03:00 [DBG] Connection id "0HNC8090TG7A4" received FIN. 2025-06-27 17:58:00.775 +03:00 [DBG] Connection id "0HNC8090TG7A4" disconnecting. 2025-06-27 17:58:00.776 +03:00 [DBG] Connection id "0HNC8090TG7A4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:00.777 +03:00 [DBG] Connection id "0HNC8090TG7A4" stopped. 2025-06-27 17:58:05.784 +03:00 [DBG] Connection id "0HNC8090TG7A5" accepted. 2025-06-27 17:58:05.784 +03:00 [DBG] Connection id "0HNC8090TG7A5" started. 2025-06-27 17:58:05.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:05.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:05.784 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:05.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:05.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:05.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:05.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:05.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:05.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:05.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:05.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:05.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:05.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:05.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:05.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:05.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:05.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:05.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:05.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:05.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1181ms. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:05.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:05.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:05.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.688ms 2025-06-27 17:58:05.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:05.786 +03:00 [DBG] Connection id "0HNC8090TG7A5" completed keep alive response. 2025-06-27 17:58:05.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3382ms 2025-06-27 17:58:05.786 +03:00 [DBG] Connection id "0HNC8090TG7A5" received FIN. 2025-06-27 17:58:05.786 +03:00 [DBG] Connection id "0HNC8090TG7A5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:05.786 +03:00 [DBG] Connection id "0HNC8090TG7A5" disconnecting. 2025-06-27 17:58:05.786 +03:00 [DBG] Connection id "0HNC8090TG7A5" stopped. 2025-06-27 17:58:10.775 +03:00 [DBG] Connection id "0HNC8090TG7A6" accepted. 2025-06-27 17:58:10.775 +03:00 [DBG] Connection id "0HNC8090TG7A6" started. 2025-06-27 17:58:10.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:10.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:10.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:10.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:10.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:10.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:10.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:10.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:10.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:10.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:10.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:10.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:10.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:10.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1122ms. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:10.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:10.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:10.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5727ms 2025-06-27 17:58:10.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:10.776 +03:00 [DBG] Connection id "0HNC8090TG7A6" completed keep alive response. 2025-06-27 17:58:10.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1463ms 2025-06-27 17:58:10.777 +03:00 [DBG] Connection id "0HNC8090TG7A6" received FIN. 2025-06-27 17:58:10.777 +03:00 [DBG] Connection id "0HNC8090TG7A6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:10.777 +03:00 [DBG] Connection id "0HNC8090TG7A6" disconnecting. 2025-06-27 17:58:10.777 +03:00 [DBG] Connection id "0HNC8090TG7A6" stopped. 2025-06-27 17:58:15.775 +03:00 [DBG] Connection id "0HNC8090TG7A7" accepted. 2025-06-27 17:58:15.776 +03:00 [DBG] Connection id "0HNC8090TG7A7" started. 2025-06-27 17:58:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:15.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:15.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:15.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:15.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:15.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:15.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:15.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:15.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1461ms. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:15.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2001ms 2025-06-27 17:58:15.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:15.778 +03:00 [DBG] Connection id "0HNC8090TG7A7" completed keep alive response. 2025-06-27 17:58:15.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0556ms 2025-06-27 17:58:15.778 +03:00 [DBG] Connection id "0HNC8090TG7A7" received FIN. 2025-06-27 17:58:15.778 +03:00 [DBG] Connection id "0HNC8090TG7A7" disconnecting. 2025-06-27 17:58:15.778 +03:00 [DBG] Connection id "0HNC8090TG7A7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:15.779 +03:00 [DBG] Connection id "0HNC8090TG7A7" stopped. 2025-06-27 17:58:20.777 +03:00 [DBG] Connection id "0HNC8090TG7A8" accepted. 2025-06-27 17:58:20.777 +03:00 [DBG] Connection id "0HNC8090TG7A8" started. 2025-06-27 17:58:20.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:20.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:20.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:20.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:20.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:20.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:20.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:20.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:20.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:20.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:20.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:20.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:20.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:20.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1125ms. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:20.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:20.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:20.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7321ms 2025-06-27 17:58:20.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:20.778 +03:00 [DBG] Connection id "0HNC8090TG7A8" completed keep alive response. 2025-06-27 17:58:20.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3398ms 2025-06-27 17:58:20.779 +03:00 [DBG] Connection id "0HNC8090TG7A8" received FIN. 2025-06-27 17:58:20.779 +03:00 [DBG] Connection id "0HNC8090TG7A8" disconnecting. 2025-06-27 17:58:20.779 +03:00 [DBG] Connection id "0HNC8090TG7A8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:20.780 +03:00 [DBG] Connection id "0HNC8090TG7A8" stopped. 2025-06-27 17:58:25.776 +03:00 [DBG] Connection id "0HNC8090TG7A9" accepted. 2025-06-27 17:58:25.776 +03:00 [DBG] Connection id "0HNC8090TG7A9" started. 2025-06-27 17:58:25.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:25.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:25.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:25.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:25.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:25.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:25.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:25.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:25.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:25.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:25.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:25.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:25.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:25.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:25.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:25.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:25.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:25.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:25.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:25.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1565ms. 2025-06-27 17:58:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:25.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:25.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:25.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0967ms 2025-06-27 17:58:25.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:25.778 +03:00 [DBG] Connection id "0HNC8090TG7A9" completed keep alive response. 2025-06-27 17:58:25.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2543ms 2025-06-27 17:58:25.779 +03:00 [DBG] Connection id "0HNC8090TG7A9" received FIN. 2025-06-27 17:58:25.779 +03:00 [DBG] Connection id "0HNC8090TG7A9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:25.779 +03:00 [DBG] Connection id "0HNC8090TG7A9" disconnecting. 2025-06-27 17:58:25.779 +03:00 [DBG] Connection id "0HNC8090TG7A9" stopped. 2025-06-27 17:58:30.777 +03:00 [DBG] Connection id "0HNC8090TG7AA" accepted. 2025-06-27 17:58:30.777 +03:00 [DBG] Connection id "0HNC8090TG7AA" started. 2025-06-27 17:58:30.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:30.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:30.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:30.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:30.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:30.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:30.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:30.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:30.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:30.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:30.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:30.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:30.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:30.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:30.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:30.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:30.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:30.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:30.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1199ms. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:30.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8526ms 2025-06-27 17:58:30.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AA" completed keep alive response. 2025-06-27 17:58:30.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4537ms 2025-06-27 17:58:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AA" received FIN. 2025-06-27 17:58:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AA" disconnecting. 2025-06-27 17:58:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AA" stopped. 2025-06-27 17:58:35.795 +03:00 [DBG] Connection id "0HNC8090TG7AB" accepted. 2025-06-27 17:58:35.795 +03:00 [DBG] Connection id "0HNC8090TG7AB" started. 2025-06-27 17:58:35.795 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:35.796 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:35.796 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:35.796 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:35.796 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:35.796 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:35.796 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:35.796 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:35.796 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:35.796 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:35.796 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:35.796 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:35.796 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:35.796 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:35.796 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:35.796 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:35.796 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:35.796 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.796 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.796 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:35.796 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:35.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:35.797 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:35.797 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1676ms. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:35.797 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:35.797 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.797 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:35.797 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1558ms 2025-06-27 17:58:35.797 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:35.797 +03:00 [DBG] Connection id "0HNC8090TG7AB" completed keep alive response. 2025-06-27 17:58:35.798 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.092ms 2025-06-27 17:58:35.798 +03:00 [DBG] Connection id "0HNC8090TG7AB" received FIN. 2025-06-27 17:58:35.798 +03:00 [DBG] Connection id "0HNC8090TG7AB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:35.798 +03:00 [DBG] Connection id "0HNC8090TG7AB" disconnecting. 2025-06-27 17:58:35.798 +03:00 [DBG] Connection id "0HNC8090TG7AB" stopped. 2025-06-27 17:58:40.855 +03:00 [DBG] Connection id "0HNC8090TG7AC" accepted. 2025-06-27 17:58:40.855 +03:00 [DBG] Connection id "0HNC8090TG7AC" started. 2025-06-27 17:58:40.856 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:40.856 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:40.856 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:40.856 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:40.856 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:40.856 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:40.856 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:40.856 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:40.856 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:40.856 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:40.856 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:40.856 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:40.856 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:40.856 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:40.856 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:40.856 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:40.856 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:40.857 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.857 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:40.857 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:40.857 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:40.857 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1695ms. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:40.857 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:40.858 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:40.858 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:40.858 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:40.858 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:40.858 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.858 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.858 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.858 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:40.858 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4842ms 2025-06-27 17:58:40.858 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:40.858 +03:00 [DBG] Connection id "0HNC8090TG7AC" completed keep alive response. 2025-06-27 17:58:40.858 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6028ms 2025-06-27 17:58:40.859 +03:00 [DBG] Connection id "0HNC8090TG7AC" received FIN. 2025-06-27 17:58:40.859 +03:00 [DBG] Connection id "0HNC8090TG7AC" disconnecting. 2025-06-27 17:58:40.859 +03:00 [DBG] Connection id "0HNC8090TG7AC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:40.860 +03:00 [DBG] Connection id "0HNC8090TG7AC" stopped. 2025-06-27 17:58:45.777 +03:00 [DBG] Connection id "0HNC8090TG7AD" accepted. 2025-06-27 17:58:45.777 +03:00 [DBG] Connection id "0HNC8090TG7AD" started. 2025-06-27 17:58:45.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:45.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:45.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:45.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:45.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:45.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:45.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:45.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:45.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:45.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:45.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:45.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:45.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:45.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:45.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:45.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:45.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:45.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:45.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:45.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1488ms. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:45.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0617ms 2025-06-27 17:58:45.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:45.779 +03:00 [DBG] Connection id "0HNC8090TG7AD" completed keep alive response. 2025-06-27 17:58:45.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6968ms 2025-06-27 17:58:45.779 +03:00 [DBG] Connection id "0HNC8090TG7AD" received FIN. 2025-06-27 17:58:45.779 +03:00 [DBG] Connection id "0HNC8090TG7AD" disconnecting. 2025-06-27 17:58:45.779 +03:00 [DBG] Connection id "0HNC8090TG7AD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:45.780 +03:00 [DBG] Connection id "0HNC8090TG7AD" stopped. 2025-06-27 17:58:50.793 +03:00 [DBG] Connection id "0HNC8090TG7AE" accepted. 2025-06-27 17:58:50.794 +03:00 [DBG] Connection id "0HNC8090TG7AE" started. 2025-06-27 17:58:50.794 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:50.794 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:50.794 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:50.794 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:50.794 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:50.794 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:50.794 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:50.794 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:50.794 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:50.794 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:50.794 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:50.794 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:50.794 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:50.794 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:50.794 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:50.794 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:50.794 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:50.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.794 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:50.795 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:50.795 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:50.795 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1451ms. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:50.795 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:50.795 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:50.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7508ms 2025-06-27 17:58:50.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:50.795 +03:00 [DBG] Connection id "0HNC8090TG7AE" completed keep alive response. 2025-06-27 17:58:50.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4996ms 2025-06-27 17:58:50.796 +03:00 [DBG] Connection id "0HNC8090TG7AE" received FIN. 2025-06-27 17:58:50.796 +03:00 [DBG] Connection id "0HNC8090TG7AE" disconnecting. 2025-06-27 17:58:50.796 +03:00 [DBG] Connection id "0HNC8090TG7AE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:50.797 +03:00 [DBG] Connection id "0HNC8090TG7AE" stopped. 2025-06-27 17:58:55.788 +03:00 [DBG] Connection id "0HNC8090TG7AF" accepted. 2025-06-27 17:58:55.788 +03:00 [DBG] Connection id "0HNC8090TG7AF" started. 2025-06-27 17:58:55.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:58:55.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:58:55.788 +03:00 [DBG] POST requests are not supported 2025-06-27 17:58:55.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:58:55.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:58:55.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:55.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:58:55.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:58:55.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:58:55.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:58:55.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:55.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:58:55.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:58:55.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:58:55.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:58:55.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:58:55.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:58:55.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:55.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:55.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:58:55.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1292ms. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:55.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:58:55.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:58:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:58:55.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8975ms 2025-06-27 17:58:55.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:58:55.790 +03:00 [DBG] Connection id "0HNC8090TG7AF" completed keep alive response. 2025-06-27 17:58:55.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.696ms 2025-06-27 17:58:55.790 +03:00 [DBG] Connection id "0HNC8090TG7AF" received FIN. 2025-06-27 17:58:55.790 +03:00 [DBG] Connection id "0HNC8090TG7AF" disconnecting. 2025-06-27 17:58:55.790 +03:00 [DBG] Connection id "0HNC8090TG7AF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:58:55.792 +03:00 [DBG] Connection id "0HNC8090TG7AF" stopped. 2025-06-27 17:59:00.770 +03:00 [DBG] Connection id "0HNC8090TG7AG" accepted. 2025-06-27 17:59:00.770 +03:00 [DBG] Connection id "0HNC8090TG7AG" started. 2025-06-27 17:59:00.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:00.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:00.770 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:00.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:00.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:00.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:00.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:00.771 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:00.771 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:00.771 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:00.771 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:00.771 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:00.771 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:00.771 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:00.771 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:00.771 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:00.771 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:00.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:00.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:00.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1253ms. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:00.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:00.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:00.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6409ms 2025-06-27 17:59:00.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:00.771 +03:00 [DBG] Connection id "0HNC8090TG7AG" completed keep alive response. 2025-06-27 17:59:00.772 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2664ms 2025-06-27 17:59:00.772 +03:00 [DBG] Connection id "0HNC8090TG7AG" received FIN. 2025-06-27 17:59:00.772 +03:00 [DBG] Connection id "0HNC8090TG7AG" disconnecting. 2025-06-27 17:59:00.772 +03:00 [DBG] Connection id "0HNC8090TG7AG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:00.773 +03:00 [DBG] Connection id "0HNC8090TG7AG" stopped. 2025-06-27 17:59:05.777 +03:00 [DBG] Connection id "0HNC8090TG7AH" accepted. 2025-06-27 17:59:05.777 +03:00 [DBG] Connection id "0HNC8090TG7AH" started. 2025-06-27 17:59:05.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:05.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:05.777 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:05.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:05.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:05.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:05.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:05.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:05.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:05.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:05.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:05.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:05.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:05.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:05.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:05.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:05.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:05.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:05.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1705ms. 2025-06-27 17:59:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:05.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:05.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2626ms 2025-06-27 17:59:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:05.779 +03:00 [DBG] Connection id "0HNC8090TG7AH" completed keep alive response. 2025-06-27 17:59:05.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3939ms 2025-06-27 17:59:05.780 +03:00 [DBG] Connection id "0HNC8090TG7AH" received FIN. 2025-06-27 17:59:05.780 +03:00 [DBG] Connection id "0HNC8090TG7AH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:05.780 +03:00 [DBG] Connection id "0HNC8090TG7AH" disconnecting. 2025-06-27 17:59:05.780 +03:00 [DBG] Connection id "0HNC8090TG7AH" stopped. 2025-06-27 17:59:10.780 +03:00 [DBG] Connection id "0HNC8090TG7AI" accepted. 2025-06-27 17:59:10.780 +03:00 [DBG] Connection id "0HNC8090TG7AI" started. 2025-06-27 17:59:10.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:10.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:10.781 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:10.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:10.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:10.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:10.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:10.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:10.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:10.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.17ms. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:10.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1004ms 2025-06-27 17:59:10.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:10.783 +03:00 [DBG] Connection id "0HNC8090TG7AI" completed keep alive response. 2025-06-27 17:59:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1876ms 2025-06-27 17:59:10.783 +03:00 [DBG] Connection id "0HNC8090TG7AI" received FIN. 2025-06-27 17:59:10.783 +03:00 [DBG] Connection id "0HNC8090TG7AI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:10.783 +03:00 [DBG] Connection id "0HNC8090TG7AI" disconnecting. 2025-06-27 17:59:10.784 +03:00 [DBG] Connection id "0HNC8090TG7AI" stopped. 2025-06-27 17:59:15.773 +03:00 [DBG] Connection id "0HNC8090TG7AJ" accepted. 2025-06-27 17:59:15.774 +03:00 [DBG] Connection id "0HNC8090TG7AJ" started. 2025-06-27 17:59:15.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:15.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:15.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:15.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:15.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:15.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:15.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:15.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:15.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:15.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:15.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:15.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:15.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:15.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:15.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:15.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:15.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:15.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:15.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:15.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1165ms. 2025-06-27 17:59:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:15.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:15.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:15.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.736ms 2025-06-27 17:59:15.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:15.775 +03:00 [DBG] Connection id "0HNC8090TG7AJ" completed keep alive response. 2025-06-27 17:59:15.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3223ms 2025-06-27 17:59:15.775 +03:00 [DBG] Connection id "0HNC8090TG7AJ" received FIN. 2025-06-27 17:59:15.775 +03:00 [DBG] Connection id "0HNC8090TG7AJ" disconnecting. 2025-06-27 17:59:15.775 +03:00 [DBG] Connection id "0HNC8090TG7AJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:15.777 +03:00 [DBG] Connection id "0HNC8090TG7AJ" stopped. 2025-06-27 17:59:20.771 +03:00 [DBG] Connection id "0HNC8090TG7AK" accepted. 2025-06-27 17:59:20.771 +03:00 [DBG] Connection id "0HNC8090TG7AK" started. 2025-06-27 17:59:20.771 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:20.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:20.772 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:20.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:20.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:20.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:20.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:20.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:20.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:20.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:20.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:20.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:20.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:20.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:20.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:20.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:20.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:20.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:20.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:20.772 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:20.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1152ms. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:20.772 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:20.772 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:20.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:20.772 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:20.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:20.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6668ms 2025-06-27 17:59:20.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:20.773 +03:00 [DBG] Connection id "0HNC8090TG7AK" completed keep alive response. 2025-06-27 17:59:20.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2379ms 2025-06-27 17:59:20.773 +03:00 [DBG] Connection id "0HNC8090TG7AK" received FIN. 2025-06-27 17:59:20.773 +03:00 [DBG] Connection id "0HNC8090TG7AK" disconnecting. 2025-06-27 17:59:20.773 +03:00 [DBG] Connection id "0HNC8090TG7AK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:20.774 +03:00 [DBG] Connection id "0HNC8090TG7AK" stopped. 2025-06-27 17:59:25.779 +03:00 [DBG] Connection id "0HNC8090TG7AL" accepted. 2025-06-27 17:59:25.779 +03:00 [DBG] Connection id "0HNC8090TG7AL" started. 2025-06-27 17:59:25.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:25.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:25.779 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:25.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:25.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:25.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:25.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:25.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:25.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:25.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:25.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:25.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:25.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:25.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:25.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:25.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:25.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:25.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:25.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:25.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:25.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2306ms. 2025-06-27 17:59:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:25.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:25.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:25.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3134ms 2025-06-27 17:59:25.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:25.781 +03:00 [DBG] Connection id "0HNC8090TG7AL" completed keep alive response. 2025-06-27 17:59:25.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.384ms 2025-06-27 17:59:25.782 +03:00 [DBG] Connection id "0HNC8090TG7AL" received FIN. 2025-06-27 17:59:25.782 +03:00 [DBG] Connection id "0HNC8090TG7AL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:25.782 +03:00 [DBG] Connection id "0HNC8090TG7AL" disconnecting. 2025-06-27 17:59:25.782 +03:00 [DBG] Connection id "0HNC8090TG7AL" stopped. 2025-06-27 17:59:30.776 +03:00 [DBG] Connection id "0HNC8090TG7AM" accepted. 2025-06-27 17:59:30.776 +03:00 [DBG] Connection id "0HNC8090TG7AM" started. 2025-06-27 17:59:30.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:30.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:30.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:30.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:30.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:30.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:30.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:30.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:30.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:30.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:30.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:30.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:30.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:30.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:30.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:30.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:30.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:30.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:30.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2463ms. 2025-06-27 17:59:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.538ms 2025-06-27 17:59:30.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AM" completed keep alive response. 2025-06-27 17:59:30.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4927ms 2025-06-27 17:59:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AM" received FIN. 2025-06-27 17:59:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AM" disconnecting. 2025-06-27 17:59:30.779 +03:00 [DBG] Connection id "0HNC8090TG7AM" stopped. 2025-06-27 17:59:35.780 +03:00 [DBG] Connection id "0HNC8090TG7AN" accepted. 2025-06-27 17:59:35.780 +03:00 [DBG] Connection id "0HNC8090TG7AN" started. 2025-06-27 17:59:35.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:35.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:35.780 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:35.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:35.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:35.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:35.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:35.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:35.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:35.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:35.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:35.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:35.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:35.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:35.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:35.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:35.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:35.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:35.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:35.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:35.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.193ms. 2025-06-27 17:59:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:35.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:35.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:35.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2384ms 2025-06-27 17:59:35.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:35.783 +03:00 [DBG] Connection id "0HNC8090TG7AN" completed keep alive response. 2025-06-27 17:59:35.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3145ms 2025-06-27 17:59:35.783 +03:00 [DBG] Connection id "0HNC8090TG7AN" received FIN. 2025-06-27 17:59:35.783 +03:00 [DBG] Connection id "0HNC8090TG7AN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:35.783 +03:00 [DBG] Connection id "0HNC8090TG7AN" disconnecting. 2025-06-27 17:59:35.783 +03:00 [DBG] Connection id "0HNC8090TG7AN" stopped. 2025-06-27 17:59:40.773 +03:00 [DBG] Connection id "0HNC8090TG7AO" accepted. 2025-06-27 17:59:40.773 +03:00 [DBG] Connection id "0HNC8090TG7AO" started. 2025-06-27 17:59:40.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:40.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:40.774 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:40.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:40.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:40.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:40.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:40.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:40.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:40.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:40.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:40.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:40.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:40.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:40.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:40.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:40.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:40.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:40.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:40.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:40.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:40.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:40.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:40.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2157ms. 2025-06-27 17:59:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:40.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:40.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:40.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5078ms 2025-06-27 17:59:40.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:40.776 +03:00 [DBG] Connection id "0HNC8090TG7AO" completed keep alive response. 2025-06-27 17:59:40.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3703ms 2025-06-27 17:59:40.776 +03:00 [DBG] Connection id "0HNC8090TG7AO" received FIN. 2025-06-27 17:59:40.776 +03:00 [DBG] Connection id "0HNC8090TG7AO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:40.776 +03:00 [DBG] Connection id "0HNC8090TG7AO" disconnecting. 2025-06-27 17:59:40.776 +03:00 [DBG] Connection id "0HNC8090TG7AO" stopped. 2025-06-27 17:59:45.776 +03:00 [DBG] Connection id "0HNC8090TG7AP" accepted. 2025-06-27 17:59:45.776 +03:00 [DBG] Connection id "0HNC8090TG7AP" started. 2025-06-27 17:59:45.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:45.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:45.776 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:45.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:45.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:45.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:45.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:45.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:45.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:45.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:45.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:45.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:45.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:45.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:45.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:45.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:45.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:45.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:45.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:45.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:45.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1223ms. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:45.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:45.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:45.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7086ms 2025-06-27 17:59:45.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:45.778 +03:00 [DBG] Connection id "0HNC8090TG7AP" completed keep alive response. 2025-06-27 17:59:45.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.416ms 2025-06-27 17:59:45.778 +03:00 [DBG] Connection id "0HNC8090TG7AP" received FIN. 2025-06-27 17:59:45.778 +03:00 [DBG] Connection id "0HNC8090TG7AP" disconnecting. 2025-06-27 17:59:45.778 +03:00 [DBG] Connection id "0HNC8090TG7AP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:45.779 +03:00 [DBG] Connection id "0HNC8090TG7AP" stopped. 2025-06-27 17:59:50.730 +03:00 [DBG] Connection id "0HNC8090TG7AQ" accepted. 2025-06-27 17:59:50.730 +03:00 [DBG] Connection id "0HNC8090TG7AQ" started. 2025-06-27 17:59:50.730 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 17:59:50.730 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:50.730 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:50.730 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:59:50.730 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 17:59:50.730 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:59:50.730 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:50.731 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:50.731 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:50.731 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:50.731 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:59:50.731 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:59:50.731 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:50.731 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:50.731 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:50.731 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:50.731 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:50.731 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.731 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.731 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:59:50.731 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:59:50.731 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:59:50.731 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 17:59:50.731 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 17:59:50.731 +03:00 [DBG] Connection id "0HNC8090TG7AQ", Request id "0HNC8090TG7AQ:00000001": started reading request body. 2025-06-27 17:59:50.731 +03:00 [DBG] Connection id "0HNC8090TG7AQ", Request id "0HNC8090TG7AQ:00000001": done reading request body. 2025-06-27 17:59:50.731 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 17:59:50.731 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:59:50.731 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:59:50.731 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 17:59:50.731 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 17:59:50.731 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.731 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.731 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.731 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.731 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:50.731 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 17:59:50.731 +03:00 [INF] Updating physical elements properties 2025-06-27 17:59:50.749 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.8448ms. 2025-06-27 17:59:50.749 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.749 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.749 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.749 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.749 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.749 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:50.750 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:50.750 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:50.750 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.750 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.750 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 18.9722ms 2025-06-27 17:59:50.750 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 17:59:50.750 +03:00 [DBG] Connection id "0HNC8090TG7AQ" completed keep alive response. 2025-06-27 17:59:50.750 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 19.6561ms 2025-06-27 17:59:50.750 +03:00 [DBG] Connection id "0HNC8090TG7AQ" received FIN. 2025-06-27 17:59:50.750 +03:00 [DBG] Connection id "0HNC8090TG7AQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:50.750 +03:00 [DBG] Connection id "0HNC8090TG7AQ" disconnecting. 2025-06-27 17:59:50.750 +03:00 [DBG] Connection id "0HNC8090TG7AQ" stopped. 2025-06-27 17:59:50.785 +03:00 [DBG] Connection id "0HNC8090TG7AR" accepted. 2025-06-27 17:59:50.785 +03:00 [DBG] Connection id "0HNC8090TG7AR" started. 2025-06-27 17:59:50.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:50.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:50.786 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:50.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:50.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:50.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:50.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:50.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:50.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:50.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:50.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:50.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:50.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:50.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:50.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:50.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:50.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:50.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:50.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:50.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1207ms. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:50.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:50.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6454ms 2025-06-27 17:59:50.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:50.787 +03:00 [DBG] Connection id "0HNC8090TG7AR" completed keep alive response. 2025-06-27 17:59:50.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2638ms 2025-06-27 17:59:50.787 +03:00 [DBG] Connection id "0HNC8090TG7AR" received FIN. 2025-06-27 17:59:50.787 +03:00 [DBG] Connection id "0HNC8090TG7AR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:50.787 +03:00 [DBG] Connection id "0HNC8090TG7AR" disconnecting. 2025-06-27 17:59:50.787 +03:00 [DBG] Connection id "0HNC8090TG7AR" stopped. 2025-06-27 17:59:50.820 +03:00 [DBG] Connection id "0HNC8090TG7AS" accepted. 2025-06-27 17:59:50.821 +03:00 [DBG] Connection id "0HNC8090TG7AS" started. 2025-06-27 17:59:50.821 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:59:50.821 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:50.821 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:59:50.821 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:59:50.821 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:59:50.821 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:59:50.821 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:50.821 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:50.821 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:59:50.821 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:59:50.821 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:50.821 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:50.821 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:50.821 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:50.822 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:50.822 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.822 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.822 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:59:50.822 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:59:50.822 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:59:50.822 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:59:50.822 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:59:50.822 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:59:50.822 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:59:50.822 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:59:50.822 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.822 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.822 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.822 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.822 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:50.822 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:59:50.822 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:59:50.824 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6618ms. 2025-06-27 17:59:50.824 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:59:50.824 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:59:50.824 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:59:50.824 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:59:50.824 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:59:50.824 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:59:50.824 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:59:50.824 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.824 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.824 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.8584ms 2025-06-27 17:59:50.824 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 17:59:50.824 +03:00 [DBG] Connection id "0HNC8090TG7AS" completed keep alive response. 2025-06-27 17:59:50.824 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.7393ms 2025-06-27 17:59:50.825 +03:00 [DBG] Connection id "0HNC8090TG7AS" received FIN. 2025-06-27 17:59:50.825 +03:00 [DBG] Connection id "0HNC8090TG7AS" disconnecting. 2025-06-27 17:59:50.825 +03:00 [DBG] Connection id "0HNC8090TG7AS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:50.826 +03:00 [DBG] Connection id "0HNC8090TG7AS" stopped. 2025-06-27 17:59:50.866 +03:00 [DBG] Connection id "0HNC8090TG7AT" accepted. 2025-06-27 17:59:50.866 +03:00 [DBG] Connection id "0HNC8090TG7AT" started. 2025-06-27 17:59:50.866 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 17:59:50.866 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:50.866 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 17:59:50.866 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:59:50.866 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 17:59:50.866 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:59:50.866 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:50.866 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:50.866 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:59:50.866 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 17:59:50.866 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:50.866 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:50.866 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:50.866 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:50.867 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:50.867 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.867 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:50.867 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:59:50.867 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 17:59:50.867 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 17:59:50.867 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 17:59:50.867 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:59:50.867 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 17:59:50.867 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 17:59:50.867 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 17:59:50.867 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.867 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:50.867 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.867 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:50.867 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:50.867 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 17:59:50.867 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 17:59:51.038 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 171.3899ms. 2025-06-27 17:59:51.038 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:51.039 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:59:51.039 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 17:59:51.039 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 17:59:51.039 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 17:59:51.039 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 17:59:51.039 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 17:59:51.039 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 17:59:51.040 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 17:59:51.040 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:51.040 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:51.040 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:51.040 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:51.040 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:51.040 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:51.040 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 173.77ms 2025-06-27 17:59:51.040 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 17:59:51.040 +03:00 [DBG] Connection id "0HNC8090TG7AT" completed keep alive response. 2025-06-27 17:59:51.040 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 174.4783ms 2025-06-27 17:59:51.048 +03:00 [DBG] Connection id "0HNC8090TG7AT" received FIN. 2025-06-27 17:59:51.048 +03:00 [DBG] Connection id "0HNC8090TG7AT" disconnecting. 2025-06-27 17:59:51.048 +03:00 [DBG] Connection id "0HNC8090TG7AT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:51.049 +03:00 [DBG] Connection id "0HNC8090TG7AT" stopped. 2025-06-27 17:59:55.775 +03:00 [DBG] Connection id "0HNC8090TG7AU" accepted. 2025-06-27 17:59:55.775 +03:00 [DBG] Connection id "0HNC8090TG7AU" started. 2025-06-27 17:59:55.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 17:59:55.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 17:59:55.775 +03:00 [DBG] POST requests are not supported 2025-06-27 17:59:55.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 17:59:55.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 17:59:55.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:55.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 17:59:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 17:59:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 17:59:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 17:59:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 17:59:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 17:59:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 17:59:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 17:59:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 17:59:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 17:59:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:55.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 17:59:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:55.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 17:59:55.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1503ms. 2025-06-27 17:59:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:55.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 17:59:55.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 17:59:55.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2218ms 2025-06-27 17:59:55.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 17:59:55.777 +03:00 [DBG] Connection id "0HNC8090TG7AU" completed keep alive response. 2025-06-27 17:59:55.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.081ms 2025-06-27 17:59:55.778 +03:00 [DBG] Connection id "0HNC8090TG7AU" received FIN. 2025-06-27 17:59:55.778 +03:00 [DBG] Connection id "0HNC8090TG7AU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 17:59:55.778 +03:00 [DBG] Connection id "0HNC8090TG7AU" disconnecting. 2025-06-27 17:59:55.778 +03:00 [DBG] Connection id "0HNC8090TG7AU" stopped. 2025-06-27 18:00:00.374 +03:00 [DBG] Connection id "0HNC8090TG7AV" accepted. 2025-06-27 18:00:00.374 +03:00 [DBG] Connection id "0HNC8090TG7AV" started. 2025-06-27 18:00:00.374 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rm-2/ - application/json;charset=UTF-8 5 2025-06-27 18:00:00.374 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:00.374 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:00.374 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rm-2/' 2025-06-27 18:00:00.374 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rm-2/' 2025-06-27 18:00:00.374 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:00:00.374 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:00.374 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:00.375 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:00.375 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:00.375 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:00:00.375 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:00:00.375 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:00.375 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:00.375 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:00.375 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:00.375 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:00.375 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.375 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.375 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:00:00.375 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:00:00.375 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:00:00.375 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:00:00.375 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:00:00.375 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:00:00.375 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:00:00.375 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:00:00.375 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:00:00.375 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:00:00.375 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:00:00.375 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:00:00.375 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:00:00.375 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:00:00.376 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:00:00.376 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:00:00.376 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:00:00.376 +03:00 [DBG] Connection id "0HNC8090TG7AV", Request id "0HNC8090TG7AV:00000001": started reading request body. 2025-06-27 18:00:00.376 +03:00 [DBG] Connection id "0HNC8090TG7AV", Request id "0HNC8090TG7AV:00000001": done reading request body. 2025-06-27 18:00:00.376 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:00:00.376 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:00:00.376 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:00:00.376 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:00:00.376 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:00:00.376 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.376 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.376 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.376 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.376 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:00.376 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rm-2","System.Int32[]"]) 2025-06-27 18:00:00.376 +03:00 [INF] Changing group of physicals [213] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:00:00.399 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 23.1903ms. 2025-06-27 18:00:00.399 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:00.400 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:00.400 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.400 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.400 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.0895ms 2025-06-27 18:00:00.400 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:00:00.400 +03:00 [DBG] Connection id "0HNC8090TG7AV" completed keep alive response. 2025-06-27 18:00:00.400 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rm-2/ - 200 0 null 25.9832ms 2025-06-27 18:00:00.400 +03:00 [DBG] Connection id "0HNC8090TG7AV" received FIN. 2025-06-27 18:00:00.400 +03:00 [DBG] Connection id "0HNC8090TG7AV" disconnecting. 2025-06-27 18:00:00.400 +03:00 [DBG] Connection id "0HNC8090TG7AV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:00.401 +03:00 [DBG] Connection id "0HNC8090TG7AV" stopped. 2025-06-27 18:00:00.434 +03:00 [DBG] Connection id "0HNC8090TG7B0" accepted. 2025-06-27 18:00:00.434 +03:00 [DBG] Connection id "0HNC8090TG7B0" started. 2025-06-27 18:00:00.434 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:00:00.434 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:00.434 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:00:00.434 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:00:00.434 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:00:00.434 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:00:00.434 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:00.434 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:00.434 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:00:00.434 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:00:00.434 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:00.434 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:00.434 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:00.434 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:00.434 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:00.434 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.434 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.435 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:00:00.435 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:00:00.435 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:00:00.435 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:00:00.435 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:00:00.435 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:00:00.435 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:00:00.435 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:00:00.435 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.435 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.435 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.435 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.435 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:00.435 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:00:00.435 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:00:00.436 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9968ms. 2025-06-27 18:00:00.436 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.436 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:00:00.436 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:00:00.436 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:00:00.436 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:00:00.436 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:00:00.436 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:00:00.436 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:00:00.437 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:00:00.437 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.437 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.437 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.437 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.437 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.437 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.437 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4034ms 2025-06-27 18:00:00.437 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:00:00.437 +03:00 [DBG] Connection id "0HNC8090TG7B0" completed keep alive response. 2025-06-27 18:00:00.437 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.9467ms 2025-06-27 18:00:00.437 +03:00 [DBG] Connection id "0HNC8090TG7B0" received FIN. 2025-06-27 18:00:00.437 +03:00 [DBG] Connection id "0HNC8090TG7B0" disconnecting. 2025-06-27 18:00:00.437 +03:00 [DBG] Connection id "0HNC8090TG7B0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:00.438 +03:00 [DBG] Connection id "0HNC8090TG7B0" stopped. 2025-06-27 18:00:00.480 +03:00 [DBG] Connection id "0HNC8090TG7B1" accepted. 2025-06-27 18:00:00.480 +03:00 [DBG] Connection id "0HNC8090TG7B1" started. 2025-06-27 18:00:00.480 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:00:00.480 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:00.480 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:00:00.480 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:00:00.480 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:00:00.480 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:00:00.480 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:00.480 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:00.480 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:00:00.480 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:00:00.481 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:00.481 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:00.481 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:00.481 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:00.481 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:00.481 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.481 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.481 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:00:00.481 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:00:00.481 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:00:00.481 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:00:00.481 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:00:00.481 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:00:00.481 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:00:00.481 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:00:00.481 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.481 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.481 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.481 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.481 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:00.481 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:00:00.481 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:00:00.623 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 142.3408ms. 2025-06-27 18:00:00.624 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.624 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:00:00.624 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:00:00.624 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:00:00.624 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:00:00.624 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:00:00.624 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:00:00.624 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:00:00.625 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:00:00.625 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.625 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.625 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.625 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.625 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.625 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.625 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.423ms 2025-06-27 18:00:00.625 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:00:00.625 +03:00 [DBG] Connection id "0HNC8090TG7B1" completed keep alive response. 2025-06-27 18:00:00.625 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 144.9784ms 2025-06-27 18:00:00.629 +03:00 [DBG] Connection id "0HNC8090TG7B1" received FIN. 2025-06-27 18:00:00.629 +03:00 [DBG] Connection id "0HNC8090TG7B1" disconnecting. 2025-06-27 18:00:00.629 +03:00 [DBG] Connection id "0HNC8090TG7B1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:00.630 +03:00 [DBG] Connection id "0HNC8090TG7B1" stopped. 2025-06-27 18:00:00.805 +03:00 [DBG] Connection id "0HNC8090TG7B2" accepted. 2025-06-27 18:00:00.805 +03:00 [DBG] Connection id "0HNC8090TG7B2" started. 2025-06-27 18:00:00.805 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:00.806 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:00.806 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:00.806 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:00.806 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:00.806 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:00.806 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:00.806 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:00.806 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:00.806 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:00.806 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:00.806 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:00.806 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:00.806 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:00.806 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:00.806 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:00.806 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:00.806 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.806 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.806 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:00.806 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:00.806 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.806 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.806 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.806 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.806 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:00.807 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1753ms. 2025-06-27 18:00:00.807 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:00.807 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:00.807 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.807 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:00.807 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9571ms 2025-06-27 18:00:00.807 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:00.807 +03:00 [DBG] Connection id "0HNC8090TG7B2" completed keep alive response. 2025-06-27 18:00:00.807 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7312ms 2025-06-27 18:00:00.807 +03:00 [DBG] Connection id "0HNC8090TG7B2" received FIN. 2025-06-27 18:00:00.807 +03:00 [DBG] Connection id "0HNC8090TG7B2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:00.808 +03:00 [DBG] Connection id "0HNC8090TG7B2" disconnecting. 2025-06-27 18:00:00.808 +03:00 [DBG] Connection id "0HNC8090TG7B2" stopped. 2025-06-27 18:00:05.794 +03:00 [DBG] Connection id "0HNC8090TG7B3" accepted. 2025-06-27 18:00:05.794 +03:00 [DBG] Connection id "0HNC8090TG7B3" started. 2025-06-27 18:00:05.794 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:05.794 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:05.794 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:05.794 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:05.794 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:05.794 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:05.794 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:05.794 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:05.794 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:05.794 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:05.794 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:05.794 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:05.794 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:05.794 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:05.794 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:05.794 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:05.794 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:05.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:05.795 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:05.795 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:05.795 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1185ms. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:05.795 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:05.795 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:05.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6925ms 2025-06-27 18:00:05.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:05.795 +03:00 [DBG] Connection id "0HNC8090TG7B3" completed keep alive response. 2025-06-27 18:00:05.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2541ms 2025-06-27 18:00:05.796 +03:00 [DBG] Connection id "0HNC8090TG7B3" received FIN. 2025-06-27 18:00:05.796 +03:00 [DBG] Connection id "0HNC8090TG7B3" disconnecting. 2025-06-27 18:00:05.796 +03:00 [DBG] Connection id "0HNC8090TG7B3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:05.797 +03:00 [DBG] Connection id "0HNC8090TG7B3" stopped. 2025-06-27 18:00:10.780 +03:00 [DBG] Connection id "0HNC8090TG7B4" accepted. 2025-06-27 18:00:10.780 +03:00 [DBG] Connection id "0HNC8090TG7B4" started. 2025-06-27 18:00:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:10.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:10.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:10.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:10.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:10.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:10.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:10.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:10.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:10.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:10.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:10.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:10.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1325ms. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:10.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1191ms 2025-06-27 18:00:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:10.782 +03:00 [DBG] Connection id "0HNC8090TG7B4" completed keep alive response. 2025-06-27 18:00:10.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1037ms 2025-06-27 18:00:10.782 +03:00 [DBG] Connection id "0HNC8090TG7B4" received FIN. 2025-06-27 18:00:10.782 +03:00 [DBG] Connection id "0HNC8090TG7B4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:10.782 +03:00 [DBG] Connection id "0HNC8090TG7B4" disconnecting. 2025-06-27 18:00:10.782 +03:00 [DBG] Connection id "0HNC8090TG7B4" stopped. 2025-06-27 18:00:15.775 +03:00 [DBG] Connection id "0HNC8090TG7B5" accepted. 2025-06-27 18:00:15.775 +03:00 [DBG] Connection id "0HNC8090TG7B5" started. 2025-06-27 18:00:15.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:15.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:15.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:15.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:15.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:15.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:15.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:15.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:15.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:15.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:15.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1955ms. 2025-06-27 18:00:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:15.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0346ms 2025-06-27 18:00:15.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:15.777 +03:00 [DBG] Connection id "0HNC8090TG7B5" completed keep alive response. 2025-06-27 18:00:15.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9871ms 2025-06-27 18:00:15.778 +03:00 [DBG] Connection id "0HNC8090TG7B5" received FIN. 2025-06-27 18:00:15.778 +03:00 [DBG] Connection id "0HNC8090TG7B5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:15.778 +03:00 [DBG] Connection id "0HNC8090TG7B5" disconnecting. 2025-06-27 18:00:15.778 +03:00 [DBG] Connection id "0HNC8090TG7B5" stopped. 2025-06-27 18:00:20.774 +03:00 [DBG] Connection id "0HNC8090TG7B6" accepted. 2025-06-27 18:00:20.774 +03:00 [DBG] Connection id "0HNC8090TG7B6" started. 2025-06-27 18:00:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:20.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:20.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:20.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:20.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:20.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:20.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:20.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:20.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:20.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:20.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1174ms. 2025-06-27 18:00:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7336ms 2025-06-27 18:00:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:20.777 +03:00 [DBG] Connection id "0HNC8090TG7B6" completed keep alive response. 2025-06-27 18:00:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3716ms 2025-06-27 18:00:20.777 +03:00 [DBG] Connection id "0HNC8090TG7B6" received FIN. 2025-06-27 18:00:20.777 +03:00 [DBG] Connection id "0HNC8090TG7B6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:20.777 +03:00 [DBG] Connection id "0HNC8090TG7B6" disconnecting. 2025-06-27 18:00:20.778 +03:00 [DBG] Connection id "0HNC8090TG7B6" stopped. 2025-06-27 18:00:25.772 +03:00 [DBG] Connection id "0HNC8090TG7B7" accepted. 2025-06-27 18:00:25.772 +03:00 [DBG] Connection id "0HNC8090TG7B7" started. 2025-06-27 18:00:25.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:25.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:25.772 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:25.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:25.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:25.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:25.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:25.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:25.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:25.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:25.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:25.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:25.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:25.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:25.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:25.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:25.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:25.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:25.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:25.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:25.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:25.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:25.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1574ms. 2025-06-27 18:00:25.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:25.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:25.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:25.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4308ms 2025-06-27 18:00:25.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:25.774 +03:00 [DBG] Connection id "0HNC8090TG7B7" completed keep alive response. 2025-06-27 18:00:25.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3891ms 2025-06-27 18:00:25.775 +03:00 [DBG] Connection id "0HNC8090TG7B7" received FIN. 2025-06-27 18:00:25.775 +03:00 [DBG] Connection id "0HNC8090TG7B7" disconnecting. 2025-06-27 18:00:25.775 +03:00 [DBG] Connection id "0HNC8090TG7B7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:25.776 +03:00 [DBG] Connection id "0HNC8090TG7B7" stopped. 2025-06-27 18:00:30.788 +03:00 [DBG] Connection id "0HNC8090TG7B8" accepted. 2025-06-27 18:00:30.788 +03:00 [DBG] Connection id "0HNC8090TG7B8" started. 2025-06-27 18:00:30.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:30.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:30.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:30.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:30.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:30.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:30.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:30.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:30.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:30.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:30.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:30.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:30.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:30.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:30.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:30.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:30.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:30.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:30.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:30.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:30.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1243ms. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:30.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:30.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:30.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.909ms 2025-06-27 18:00:30.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:30.790 +03:00 [DBG] Connection id "0HNC8090TG7B8" completed keep alive response. 2025-06-27 18:00:30.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7292ms 2025-06-27 18:00:30.791 +03:00 [DBG] Connection id "0HNC8090TG7B8" received FIN. 2025-06-27 18:00:30.791 +03:00 [DBG] Connection id "0HNC8090TG7B8" disconnecting. 2025-06-27 18:00:30.791 +03:00 [DBG] Connection id "0HNC8090TG7B8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:30.792 +03:00 [DBG] Connection id "0HNC8090TG7B8" stopped. 2025-06-27 18:00:35.775 +03:00 [DBG] Connection id "0HNC8090TG7B9" accepted. 2025-06-27 18:00:35.775 +03:00 [DBG] Connection id "0HNC8090TG7B9" started. 2025-06-27 18:00:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:35.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:35.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:35.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:35.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:35.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:35.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:35.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:35.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1317ms. 2025-06-27 18:00:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:35.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:35.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:35.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8665ms 2025-06-27 18:00:35.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:35.777 +03:00 [DBG] Connection id "0HNC8090TG7B9" completed keep alive response. 2025-06-27 18:00:35.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5414ms 2025-06-27 18:00:35.777 +03:00 [DBG] Connection id "0HNC8090TG7B9" received FIN. 2025-06-27 18:00:35.777 +03:00 [DBG] Connection id "0HNC8090TG7B9" disconnecting. 2025-06-27 18:00:35.777 +03:00 [DBG] Connection id "0HNC8090TG7B9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:35.778 +03:00 [DBG] Connection id "0HNC8090TG7B9" stopped. 2025-06-27 18:00:40.781 +03:00 [DBG] Connection id "0HNC8090TG7BA" accepted. 2025-06-27 18:00:40.781 +03:00 [DBG] Connection id "0HNC8090TG7BA" started. 2025-06-27 18:00:40.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:40.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:40.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:40.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:40.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:40.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:40.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:40.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:40.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:40.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:40.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:40.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:40.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:40.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:40.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:40.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:40.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:40.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:40.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:40.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1394ms. 2025-06-27 18:00:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:40.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:40.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:40.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8679ms 2025-06-27 18:00:40.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:40.783 +03:00 [DBG] Connection id "0HNC8090TG7BA" completed keep alive response. 2025-06-27 18:00:40.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5533ms 2025-06-27 18:00:40.783 +03:00 [DBG] Connection id "0HNC8090TG7BA" received FIN. 2025-06-27 18:00:40.783 +03:00 [DBG] Connection id "0HNC8090TG7BA" disconnecting. 2025-06-27 18:00:40.783 +03:00 [DBG] Connection id "0HNC8090TG7BA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:40.784 +03:00 [DBG] Connection id "0HNC8090TG7BA" stopped. 2025-06-27 18:00:45.772 +03:00 [DBG] Connection id "0HNC8090TG7BB" accepted. 2025-06-27 18:00:45.772 +03:00 [DBG] Connection id "0HNC8090TG7BB" started. 2025-06-27 18:00:45.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:45.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:45.772 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:45.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:45.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:45.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:45.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:45.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:45.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:45.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:45.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:45.773 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:45.773 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:45.773 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:45.773 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:45.773 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:45.773 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.773 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:45.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:45.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:45.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1451ms. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:45.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:45.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:45.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.94ms 2025-06-27 18:00:45.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:45.774 +03:00 [DBG] Connection id "0HNC8090TG7BB" completed keep alive response. 2025-06-27 18:00:45.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7502ms 2025-06-27 18:00:45.774 +03:00 [DBG] Connection id "0HNC8090TG7BB" received FIN. 2025-06-27 18:00:45.774 +03:00 [DBG] Connection id "0HNC8090TG7BB" disconnecting. 2025-06-27 18:00:45.775 +03:00 [DBG] Connection id "0HNC8090TG7BB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:45.776 +03:00 [DBG] Connection id "0HNC8090TG7BB" stopped. 2025-06-27 18:00:50.773 +03:00 [DBG] Connection id "0HNC8090TG7BC" accepted. 2025-06-27 18:00:50.773 +03:00 [DBG] Connection id "0HNC8090TG7BC" started. 2025-06-27 18:00:50.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:50.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:50.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:50.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:50.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:50.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:50.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:50.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:50.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:50.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:50.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:50.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:50.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:50.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:50.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:50.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:50.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:50.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:50.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:50.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1903ms. 2025-06-27 18:00:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:50.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:50.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:50.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3858ms 2025-06-27 18:00:50.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:50.776 +03:00 [DBG] Connection id "0HNC8090TG7BC" completed keep alive response. 2025-06-27 18:00:50.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1788ms 2025-06-27 18:00:50.776 +03:00 [DBG] Connection id "0HNC8090TG7BC" received FIN. 2025-06-27 18:00:50.776 +03:00 [DBG] Connection id "0HNC8090TG7BC" disconnecting. 2025-06-27 18:00:50.776 +03:00 [DBG] Connection id "0HNC8090TG7BC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:50.777 +03:00 [DBG] Connection id "0HNC8090TG7BC" stopped. 2025-06-27 18:00:55.786 +03:00 [DBG] Connection id "0HNC8090TG7BD" accepted. 2025-06-27 18:00:55.786 +03:00 [DBG] Connection id "0HNC8090TG7BD" started. 2025-06-27 18:00:55.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:00:55.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:00:55.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:00:55.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:00:55.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:00:55.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:55.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:00:55.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:00:55.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:00:55.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:00:55.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:55.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:00:55.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:00:55.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:00:55.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:00:55.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:00:55.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:00:55.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:55.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:55.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:00:55.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1257ms. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:55.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:00:55.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:00:55.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6825ms 2025-06-27 18:00:55.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:00:55.787 +03:00 [DBG] Connection id "0HNC8090TG7BD" completed keep alive response. 2025-06-27 18:00:55.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.276ms 2025-06-27 18:00:55.788 +03:00 [DBG] Connection id "0HNC8090TG7BD" received FIN. 2025-06-27 18:00:55.788 +03:00 [DBG] Connection id "0HNC8090TG7BD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:00:55.788 +03:00 [DBG] Connection id "0HNC8090TG7BD" disconnecting. 2025-06-27 18:00:55.788 +03:00 [DBG] Connection id "0HNC8090TG7BD" stopped. 2025-06-27 18:01:00.774 +03:00 [DBG] Connection id "0HNC8090TG7BE" accepted. 2025-06-27 18:01:00.774 +03:00 [DBG] Connection id "0HNC8090TG7BE" started. 2025-06-27 18:01:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:00.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:00.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:00.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:00.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:00.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:00.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:00.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:00.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:00.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:00.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:00.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:00.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:00.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:00.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1213ms. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:00.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6663ms 2025-06-27 18:01:00.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BE" completed keep alive response. 2025-06-27 18:01:00.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3632ms 2025-06-27 18:01:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BE" received FIN. 2025-06-27 18:01:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BE" disconnecting. 2025-06-27 18:01:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BE" stopped. 2025-06-27 18:01:05.771 +03:00 [DBG] Connection id "0HNC8090TG7BF" accepted. 2025-06-27 18:01:05.772 +03:00 [DBG] Connection id "0HNC8090TG7BF" started. 2025-06-27 18:01:05.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:05.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:05.772 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:05.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:05.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:05.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:05.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:05.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:05.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:05.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:05.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:05.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:05.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:05.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:05.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:05.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:05.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:05.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:05.773 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:05.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:05.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1563ms. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:05.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:05.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:05.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:05.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:05.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:05.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1832ms 2025-06-27 18:01:05.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:05.774 +03:00 [DBG] Connection id "0HNC8090TG7BF" completed keep alive response. 2025-06-27 18:01:05.774 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4756ms 2025-06-27 18:01:05.774 +03:00 [DBG] Connection id "0HNC8090TG7BF" received FIN. 2025-06-27 18:01:05.774 +03:00 [DBG] Connection id "0HNC8090TG7BF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:05.775 +03:00 [DBG] Connection id "0HNC8090TG7BF" disconnecting. 2025-06-27 18:01:05.775 +03:00 [DBG] Connection id "0HNC8090TG7BF" stopped. 2025-06-27 18:01:10.771 +03:00 [DBG] Connection id "0HNC8090TG7BG" accepted. 2025-06-27 18:01:10.772 +03:00 [DBG] Connection id "0HNC8090TG7BG" started. 2025-06-27 18:01:10.772 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:10.772 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:10.772 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:10.772 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:10.772 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:10.772 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:10.772 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:10.772 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:10.772 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:10.772 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:10.772 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:10.772 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:10.772 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:10.772 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:10.772 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:10.772 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:10.772 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:10.772 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.772 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.772 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:10.772 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:10.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:10.773 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:10.773 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1427ms. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:10.773 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:10.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:10.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9007ms 2025-06-27 18:01:10.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:10.773 +03:00 [DBG] Connection id "0HNC8090TG7BG" completed keep alive response. 2025-06-27 18:01:10.773 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5902ms 2025-06-27 18:01:10.773 +03:00 [DBG] Connection id "0HNC8090TG7BG" received FIN. 2025-06-27 18:01:10.774 +03:00 [DBG] Connection id "0HNC8090TG7BG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:10.774 +03:00 [DBG] Connection id "0HNC8090TG7BG" disconnecting. 2025-06-27 18:01:10.774 +03:00 [DBG] Connection id "0HNC8090TG7BG" stopped. 2025-06-27 18:01:15.773 +03:00 [DBG] Connection id "0HNC8090TG7BH" accepted. 2025-06-27 18:01:15.773 +03:00 [DBG] Connection id "0HNC8090TG7BH" started. 2025-06-27 18:01:15.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:15.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:15.773 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:15.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:15.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:15.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:15.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:15.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:15.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:15.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:15.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:15.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:15.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:15.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:15.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:15.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:15.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:15.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:15.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:15.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:15.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1215ms. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:15.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:15.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:15.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:15.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:15.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:15.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7416ms 2025-06-27 18:01:15.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:15.775 +03:00 [DBG] Connection id "0HNC8090TG7BH" completed keep alive response. 2025-06-27 18:01:15.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.395ms 2025-06-27 18:01:15.775 +03:00 [DBG] Connection id "0HNC8090TG7BH" received FIN. 2025-06-27 18:01:15.775 +03:00 [DBG] Connection id "0HNC8090TG7BH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:15.775 +03:00 [DBG] Connection id "0HNC8090TG7BH" disconnecting. 2025-06-27 18:01:15.775 +03:00 [DBG] Connection id "0HNC8090TG7BH" stopped. 2025-06-27 18:01:20.770 +03:00 [DBG] Connection id "0HNC8090TG7BI" accepted. 2025-06-27 18:01:20.770 +03:00 [DBG] Connection id "0HNC8090TG7BI" started. 2025-06-27 18:01:20.770 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:20.770 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:20.770 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:20.770 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:20.770 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:20.770 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:20.770 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:20.770 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:20.770 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:20.770 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:20.770 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:20.770 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:20.770 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:20.770 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:20.770 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:20.770 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:20.770 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:20.770 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.770 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.770 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:20.771 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:20.771 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:20.771 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1247ms. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:20.771 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:20.771 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.771 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:20.771 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6765ms 2025-06-27 18:01:20.771 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:20.771 +03:00 [DBG] Connection id "0HNC8090TG7BI" completed keep alive response. 2025-06-27 18:01:20.771 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3088ms 2025-06-27 18:01:20.771 +03:00 [DBG] Connection id "0HNC8090TG7BI" received FIN. 2025-06-27 18:01:20.772 +03:00 [DBG] Connection id "0HNC8090TG7BI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:20.772 +03:00 [DBG] Connection id "0HNC8090TG7BI" disconnecting. 2025-06-27 18:01:20.772 +03:00 [DBG] Connection id "0HNC8090TG7BI" stopped. 2025-06-27 18:01:25.845 +03:00 [DBG] Connection id "0HNC8090TG7BJ" accepted. 2025-06-27 18:01:25.846 +03:00 [DBG] Connection id "0HNC8090TG7BJ" started. 2025-06-27 18:01:25.846 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:25.846 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:25.846 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:25.846 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:25.846 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:25.846 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:25.846 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:25.846 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:25.846 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:25.846 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:25.846 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:25.846 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:25.846 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:25.846 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:25.846 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:25.846 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:25.846 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:25.846 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.846 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.846 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:25.847 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:25.847 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:25.847 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1335ms. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:25.847 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:25.847 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.847 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:25.847 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.908ms 2025-06-27 18:01:25.847 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:25.847 +03:00 [DBG] Connection id "0HNC8090TG7BJ" completed keep alive response. 2025-06-27 18:01:25.847 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6928ms 2025-06-27 18:01:25.848 +03:00 [DBG] Connection id "0HNC8090TG7BJ" received FIN. 2025-06-27 18:01:25.848 +03:00 [DBG] Connection id "0HNC8090TG7BJ" disconnecting. 2025-06-27 18:01:25.848 +03:00 [DBG] Connection id "0HNC8090TG7BJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:25.849 +03:00 [DBG] Connection id "0HNC8090TG7BJ" stopped. 2025-06-27 18:01:30.845 +03:00 [DBG] Connection id "0HNC8090TG7BK" accepted. 2025-06-27 18:01:30.845 +03:00 [DBG] Connection id "0HNC8090TG7BK" started. 2025-06-27 18:01:30.845 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:30.845 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:30.845 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:30.845 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:30.845 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:30.845 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:30.845 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:30.845 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:30.846 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:30.846 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:30.846 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:30.846 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:30.846 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:30.846 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:30.846 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:30.846 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:30.846 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:30.846 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.846 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:30.846 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:30.846 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:30.846 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1437ms. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.846 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:30.847 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:30.847 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:30.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.847 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:30.847 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0242ms 2025-06-27 18:01:30.847 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:30.847 +03:00 [DBG] Connection id "0HNC8090TG7BK" completed keep alive response. 2025-06-27 18:01:30.847 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.698ms 2025-06-27 18:01:30.847 +03:00 [DBG] Connection id "0HNC8090TG7BK" received FIN. 2025-06-27 18:01:30.847 +03:00 [DBG] Connection id "0HNC8090TG7BK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:30.847 +03:00 [DBG] Connection id "0HNC8090TG7BK" disconnecting. 2025-06-27 18:01:30.847 +03:00 [DBG] Connection id "0HNC8090TG7BK" stopped. 2025-06-27 18:01:35.783 +03:00 [DBG] Connection id "0HNC8090TG7BL" accepted. 2025-06-27 18:01:35.784 +03:00 [DBG] Connection id "0HNC8090TG7BL" started. 2025-06-27 18:01:35.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:35.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:35.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:35.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:35.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:35.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:35.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:35.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:35.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:35.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:35.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:35.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:35.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:35.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:35.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:35.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:35.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:35.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:35.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:35.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1725ms. 2025-06-27 18:01:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:35.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:35.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:35.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.317ms 2025-06-27 18:01:35.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:35.786 +03:00 [DBG] Connection id "0HNC8090TG7BL" completed keep alive response. 2025-06-27 18:01:35.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4868ms 2025-06-27 18:01:35.787 +03:00 [DBG] Connection id "0HNC8090TG7BL" received FIN. 2025-06-27 18:01:35.787 +03:00 [DBG] Connection id "0HNC8090TG7BL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:35.787 +03:00 [DBG] Connection id "0HNC8090TG7BL" disconnecting. 2025-06-27 18:01:35.788 +03:00 [DBG] Connection id "0HNC8090TG7BL" stopped. 2025-06-27 18:01:40.776 +03:00 [DBG] Connection id "0HNC8090TG7BM" accepted. 2025-06-27 18:01:40.776 +03:00 [DBG] Connection id "0HNC8090TG7BM" started. 2025-06-27 18:01:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:40.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:40.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:40.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:40.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:40.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:40.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:40.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:40.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:40.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:40.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:40.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:40.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:40.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:40.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:40.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:40.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1509ms. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:40.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:40.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:40.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1677ms 2025-06-27 18:01:40.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:40.779 +03:00 [DBG] Connection id "0HNC8090TG7BM" completed keep alive response. 2025-06-27 18:01:40.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3882ms 2025-06-27 18:01:40.779 +03:00 [DBG] Connection id "0HNC8090TG7BM" received FIN. 2025-06-27 18:01:40.779 +03:00 [DBG] Connection id "0HNC8090TG7BM" disconnecting. 2025-06-27 18:01:40.779 +03:00 [DBG] Connection id "0HNC8090TG7BM" stopped. 2025-06-27 18:01:40.779 +03:00 [DBG] Connection id "0HNC8090TG7BM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:45.778 +03:00 [DBG] Connection id "0HNC8090TG7BN" accepted. 2025-06-27 18:01:45.778 +03:00 [DBG] Connection id "0HNC8090TG7BN" started. 2025-06-27 18:01:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:45.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:45.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:45.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:45.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:45.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:45.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:45.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:45.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:45.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:45.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:45.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:45.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:45.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:45.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:45.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:45.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:45.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.194ms. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:45.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:45.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:45.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:45.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4306ms 2025-06-27 18:01:45.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:45.781 +03:00 [DBG] Connection id "0HNC8090TG7BN" completed keep alive response. 2025-06-27 18:01:45.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6138ms 2025-06-27 18:01:45.781 +03:00 [DBG] Connection id "0HNC8090TG7BN" received FIN. 2025-06-27 18:01:45.781 +03:00 [DBG] Connection id "0HNC8090TG7BN" disconnecting. 2025-06-27 18:01:45.781 +03:00 [DBG] Connection id "0HNC8090TG7BN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:45.782 +03:00 [DBG] Connection id "0HNC8090TG7BN" stopped. 2025-06-27 18:01:47.077 +03:00 [DBG] Connection id "0HNC8090TG7BO" accepted. 2025-06-27 18:01:47.077 +03:00 [DBG] Connection id "0HNC8090TG7BO" started. 2025-06-27 18:01:47.077 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:01:47.077 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:47.077 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:47.077 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:01:47.078 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:01:47.078 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:01:47.078 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:47.078 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:47.078 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:47.078 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:47.078 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:01:47.078 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:01:47.078 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:47.078 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:47.078 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:47.078 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:47.078 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:47.078 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.078 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.078 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:01:47.078 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:01:47.078 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:01:47.078 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:01:47.078 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:01:47.078 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:01:47.078 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:01:47.078 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:01:47.078 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:01:47.078 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:01:47.078 +03:00 [DBG] Connection id "0HNC8090TG7BO", Request id "0HNC8090TG7BO:00000001": started reading request body. 2025-06-27 18:01:47.078 +03:00 [DBG] Connection id "0HNC8090TG7BO", Request id "0HNC8090TG7BO:00000001": done reading request body. 2025-06-27 18:01:47.078 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:01:47.079 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:01:47.079 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:01:47.079 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:01:47.079 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:01:47.079 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.079 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.079 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.079 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.079 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:47.079 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:01:47.079 +03:00 [INF] Changing group of physicals [213] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:01:47.102 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.7903ms. 2025-06-27 18:01:47.102 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:47.102 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:47.102 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.102 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.102 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 24.0077ms 2025-06-27 18:01:47.102 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:01:47.102 +03:00 [DBG] Connection id "0HNC8090TG7BO" completed keep alive response. 2025-06-27 18:01:47.102 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 24.7076ms 2025-06-27 18:01:47.102 +03:00 [DBG] Connection id "0HNC8090TG7BO" received FIN. 2025-06-27 18:01:47.103 +03:00 [DBG] Connection id "0HNC8090TG7BO" disconnecting. 2025-06-27 18:01:47.103 +03:00 [DBG] Connection id "0HNC8090TG7BO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:47.104 +03:00 [DBG] Connection id "0HNC8090TG7BO" stopped. 2025-06-27 18:01:47.137 +03:00 [DBG] Connection id "0HNC8090TG7BP" accepted. 2025-06-27 18:01:47.137 +03:00 [DBG] Connection id "0HNC8090TG7BP" started. 2025-06-27 18:01:47.137 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:01:47.137 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:47.138 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:01:47.138 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:01:47.138 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:01:47.138 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:01:47.138 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:47.138 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:47.138 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:01:47.138 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:01:47.138 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:47.138 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:47.138 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:47.138 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:47.138 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:47.138 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.138 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.138 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:01:47.138 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:01:47.138 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:01:47.138 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:01:47.138 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:01:47.138 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:01:47.138 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:01:47.138 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:01:47.138 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.138 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.138 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.138 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.138 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:47.138 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:01:47.138 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:01:47.139 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9664ms. 2025-06-27 18:01:47.139 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.139 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.139 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.139 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:01:47.140 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:01:47.140 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:01:47.140 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:01:47.140 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:01:47.140 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:01:47.140 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:01:47.140 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.140 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.140 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.926ms 2025-06-27 18:01:47.140 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:01:47.140 +03:00 [DBG] Connection id "0HNC8090TG7BP" completed keep alive response. 2025-06-27 18:01:47.140 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6177ms 2025-06-27 18:01:47.140 +03:00 [DBG] Connection id "0HNC8090TG7BP" received FIN. 2025-06-27 18:01:47.140 +03:00 [DBG] Connection id "0HNC8090TG7BP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:47.140 +03:00 [DBG] Connection id "0HNC8090TG7BP" disconnecting. 2025-06-27 18:01:47.140 +03:00 [DBG] Connection id "0HNC8090TG7BP" stopped. 2025-06-27 18:01:47.183 +03:00 [DBG] Connection id "0HNC8090TG7BQ" accepted. 2025-06-27 18:01:47.183 +03:00 [DBG] Connection id "0HNC8090TG7BQ" started. 2025-06-27 18:01:47.183 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:01:47.183 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:47.183 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:01:47.183 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:01:47.184 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:01:47.184 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:01:47.184 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:47.184 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:47.184 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:01:47.184 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:01:47.184 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:47.184 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:47.184 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:47.184 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:47.184 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:47.184 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.184 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.184 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:01:47.184 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:01:47.184 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:01:47.184 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:01:47.184 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:01:47.184 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:01:47.184 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:01:47.184 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:01:47.184 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.184 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.184 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.184 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.184 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:47.184 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:01:47.184 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:01:47.329 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.3384ms. 2025-06-27 18:01:47.329 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.329 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:01:47.329 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:01:47.329 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:01:47.329 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:01:47.329 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:01:47.329 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:01:47.329 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:01:47.331 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:01:47.331 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.331 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:47.331 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.331 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.331 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.331 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:47.331 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 147.3924ms 2025-06-27 18:01:47.331 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:01:47.331 +03:00 [DBG] Connection id "0HNC8090TG7BQ" completed keep alive response. 2025-06-27 18:01:47.331 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 148.0745ms 2025-06-27 18:01:47.335 +03:00 [DBG] Connection id "0HNC8090TG7BQ" received FIN. 2025-06-27 18:01:47.335 +03:00 [DBG] Connection id "0HNC8090TG7BQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:47.335 +03:00 [DBG] Connection id "0HNC8090TG7BQ" disconnecting. 2025-06-27 18:01:47.335 +03:00 [DBG] Connection id "0HNC8090TG7BQ" stopped. 2025-06-27 18:01:50.776 +03:00 [DBG] Connection id "0HNC8090TG7BR" accepted. 2025-06-27 18:01:50.776 +03:00 [DBG] Connection id "0HNC8090TG7BR" started. 2025-06-27 18:01:50.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:50.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:50.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:50.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:50.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:50.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:50.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:50.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:50.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.152ms. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:50.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:50.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8226ms 2025-06-27 18:01:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:50.778 +03:00 [DBG] Connection id "0HNC8090TG7BR" completed keep alive response. 2025-06-27 18:01:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4867ms 2025-06-27 18:01:50.778 +03:00 [DBG] Connection id "0HNC8090TG7BR" received FIN. 2025-06-27 18:01:50.778 +03:00 [DBG] Connection id "0HNC8090TG7BR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:50.778 +03:00 [DBG] Connection id "0HNC8090TG7BR" disconnecting. 2025-06-27 18:01:50.778 +03:00 [DBG] Connection id "0HNC8090TG7BR" stopped. 2025-06-27 18:01:55.778 +03:00 [DBG] Connection id "0HNC8090TG7BS" accepted. 2025-06-27 18:01:55.778 +03:00 [DBG] Connection id "0HNC8090TG7BS" started. 2025-06-27 18:01:55.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:01:55.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:01:55.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:01:55.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:01:55.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:01:55.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:55.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:01:55.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:01:55.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:01:55.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:01:55.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:55.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:01:55.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:01:55.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:01:55.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:01:55.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:01:55.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:01:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:55.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:01:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:55.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:01:55.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1942ms. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:55.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:01:55.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:01:55.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3098ms 2025-06-27 18:01:55.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:01:55.781 +03:00 [DBG] Connection id "0HNC8090TG7BS" completed keep alive response. 2025-06-27 18:01:55.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3432ms 2025-06-27 18:01:55.781 +03:00 [DBG] Connection id "0HNC8090TG7BS" received FIN. 2025-06-27 18:01:55.781 +03:00 [DBG] Connection id "0HNC8090TG7BS" disconnecting. 2025-06-27 18:01:55.781 +03:00 [DBG] Connection id "0HNC8090TG7BS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:01:55.782 +03:00 [DBG] Connection id "0HNC8090TG7BS" stopped. 2025-06-27 18:02:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BT" accepted. 2025-06-27 18:02:00.776 +03:00 [DBG] Connection id "0HNC8090TG7BT" started. 2025-06-27 18:02:00.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:00.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:00.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:00.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:00.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:00.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:00.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:00.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:00.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:00.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:00.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:00.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:00.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:00.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1557ms. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:00.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:00.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:00.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0226ms 2025-06-27 18:02:00.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:00.778 +03:00 [DBG] Connection id "0HNC8090TG7BT" completed keep alive response. 2025-06-27 18:02:00.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9367ms 2025-06-27 18:02:00.778 +03:00 [DBG] Connection id "0HNC8090TG7BT" received FIN. 2025-06-27 18:02:00.778 +03:00 [DBG] Connection id "0HNC8090TG7BT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:00.778 +03:00 [DBG] Connection id "0HNC8090TG7BT" disconnecting. 2025-06-27 18:02:00.779 +03:00 [DBG] Connection id "0HNC8090TG7BT" stopped. 2025-06-27 18:02:01.162 +03:00 [DBG] Connection id "0HNC8090TG7BU" accepted. 2025-06-27 18:02:01.162 +03:00 [DBG] Connection id "0HNC8090TG7BU" started. 2025-06-27 18:02:01.162 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 688 2025-06-27 18:02:01.162 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:01.162 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:01.162 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:01.162 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:01.162 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:01.162 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:01.162 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:01.162 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:01.162 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:01.162 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:01.162 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:01.162 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:01.162 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:01.163 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:01.163 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:01.163 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:01.163 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.163 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.163 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:01.163 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:01.163 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:01.163 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:02:01.163 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:01.163 +03:00 [DBG] Connection id "0HNC8090TG7BU", Request id "0HNC8090TG7BU:00000001": started reading request body. 2025-06-27 18:02:01.163 +03:00 [DBG] Connection id "0HNC8090TG7BU", Request id "0HNC8090TG7BU:00000001": done reading request body. 2025-06-27 18:02:01.163 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:02:01.163 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:01.163 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:01.163 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:01.163 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:01.163 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.163 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.163 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.163 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.163 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:01.163 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:02:01.163 +03:00 [INF] Updating physical elements properties 2025-06-27 18:02:01.183 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.9124ms. 2025-06-27 18:02:01.183 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.183 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.183 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:01.184 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:01.184 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.184 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.184 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 21.2947ms 2025-06-27 18:02:01.184 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:01.184 +03:00 [DBG] Connection id "0HNC8090TG7BU" completed keep alive response. 2025-06-27 18:02:01.184 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 22.1511ms 2025-06-27 18:02:01.184 +03:00 [DBG] Connection id "0HNC8090TG7BU" received FIN. 2025-06-27 18:02:01.184 +03:00 [DBG] Connection id "0HNC8090TG7BU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:01.185 +03:00 [DBG] Connection id "0HNC8090TG7BU" disconnecting. 2025-06-27 18:02:01.185 +03:00 [DBG] Connection id "0HNC8090TG7BU" stopped. 2025-06-27 18:02:01.221 +03:00 [DBG] Connection id "0HNC8090TG7BV" accepted. 2025-06-27 18:02:01.221 +03:00 [DBG] Connection id "0HNC8090TG7BV" started. 2025-06-27 18:02:01.222 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:01.222 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:01.222 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:01.222 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:01.222 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:01.222 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:01.222 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:01.222 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:01.222 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:01.222 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:01.222 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:01.222 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:01.222 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:01.222 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:01.222 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:01.222 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.222 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.222 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:01.222 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:01.223 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:01.223 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:01.223 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:01.223 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:01.223 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:01.223 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:01.223 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.223 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.223 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.223 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.223 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:01.223 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:01.223 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:01.226 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 3.2495ms. 2025-06-27 18:02:01.226 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.226 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.227 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:01.227 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:01.227 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:01.227 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:01.227 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:01.227 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:01.227 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:01.227 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:01.227 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.227 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.227 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.227 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.227 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.227 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.228 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 5.1853ms 2025-06-27 18:02:01.228 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:01.228 +03:00 [DBG] Connection id "0HNC8090TG7BV" completed keep alive response. 2025-06-27 18:02:01.228 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 6.1945ms 2025-06-27 18:02:01.228 +03:00 [DBG] Connection id "0HNC8090TG7BV" received FIN. 2025-06-27 18:02:01.228 +03:00 [DBG] Connection id "0HNC8090TG7BV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:01.228 +03:00 [DBG] Connection id "0HNC8090TG7BV" disconnecting. 2025-06-27 18:02:01.228 +03:00 [DBG] Connection id "0HNC8090TG7BV" stopped. 2025-06-27 18:02:01.272 +03:00 [DBG] Connection id "0HNC8090TG7C0" accepted. 2025-06-27 18:02:01.272 +03:00 [DBG] Connection id "0HNC8090TG7C0" started. 2025-06-27 18:02:01.272 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:01.272 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:01.272 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:01.272 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:01.272 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:01.272 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:01.272 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:01.272 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:01.272 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:01.273 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:01.273 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:01.273 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:01.273 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:01.273 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:01.273 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:01.273 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.273 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.273 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:01.273 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:01.273 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:01.273 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:01.273 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:01.273 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:01.273 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:01.274 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:01.274 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.274 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.274 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.274 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.274 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:01.274 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:01.274 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:01.423 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 149.1255ms. 2025-06-27 18:02:01.423 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.423 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:01.423 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:01.423 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:01.424 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:01.424 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:01.424 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:01.424 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:01.425 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:01.425 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.425 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:01.425 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.425 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.425 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.425 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:01.425 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 152.1335ms 2025-06-27 18:02:01.425 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:01.425 +03:00 [DBG] Connection id "0HNC8090TG7C0" completed keep alive response. 2025-06-27 18:02:01.425 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 153.2445ms 2025-06-27 18:02:01.429 +03:00 [DBG] Connection id "0HNC8090TG7C0" received FIN. 2025-06-27 18:02:01.429 +03:00 [DBG] Connection id "0HNC8090TG7C0" disconnecting. 2025-06-27 18:02:01.429 +03:00 [DBG] Connection id "0HNC8090TG7C0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:01.430 +03:00 [DBG] Connection id "0HNC8090TG7C0" stopped. 2025-06-27 18:02:05.778 +03:00 [DBG] Connection id "0HNC8090TG7C1" accepted. 2025-06-27 18:02:05.779 +03:00 [DBG] Connection id "0HNC8090TG7C1" started. 2025-06-27 18:02:05.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:05.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:05.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:05.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:05.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:05.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:05.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:05.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:05.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:05.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:05.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:05.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:05.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:05.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:05.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:05.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:05.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:05.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:05.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:05.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:05.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1954ms. 2025-06-27 18:02:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:05.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:05.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:05.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2425ms 2025-06-27 18:02:05.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:05.781 +03:00 [DBG] Connection id "0HNC8090TG7C1" completed keep alive response. 2025-06-27 18:02:05.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2467ms 2025-06-27 18:02:05.781 +03:00 [DBG] Connection id "0HNC8090TG7C1" received FIN. 2025-06-27 18:02:05.781 +03:00 [DBG] Connection id "0HNC8090TG7C1" disconnecting. 2025-06-27 18:02:05.782 +03:00 [DBG] Connection id "0HNC8090TG7C1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:05.783 +03:00 [DBG] Connection id "0HNC8090TG7C1" stopped. 2025-06-27 18:02:06.549 +03:00 [DBG] Connection id "0HNC8090TG7C2" accepted. 2025-06-27 18:02:06.550 +03:00 [DBG] Connection id "0HNC8090TG7C2" started. 2025-06-27 18:02:06.550 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:02:06.550 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:06.550 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:06.550 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:02:06.550 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:02:06.550 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:06.550 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:06.550 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:06.550 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:06.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:06.550 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:06.551 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:06.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:06.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:06.551 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:06.551 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:06.551 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:06.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:06.551 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:02:06.551 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:06.551 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:02:06.551 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:02:06.551 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:06.551 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:02:06.551 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:02:06.551 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:02:06.551 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:06.552 +03:00 [DBG] Connection id "0HNC8090TG7C2", Request id "0HNC8090TG7C2:00000001": started reading request body. 2025-06-27 18:02:06.552 +03:00 [DBG] Connection id "0HNC8090TG7C2", Request id "0HNC8090TG7C2:00000001": done reading request body. 2025-06-27 18:02:06.552 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:02:06.552 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:06.552 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:06.552 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:02:06.552 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:06.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:06.552 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:02:06.552 +03:00 [INF] Changing group of physicals [220] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:06.598 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 45.85ms. 2025-06-27 18:02:06.598 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:06.598 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:06.598 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.598 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.598 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 47.7122ms 2025-06-27 18:02:06.599 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:06.599 +03:00 [DBG] Connection id "0HNC8090TG7C2" completed keep alive response. 2025-06-27 18:02:06.599 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 48.7686ms 2025-06-27 18:02:06.599 +03:00 [DBG] Connection id "0HNC8090TG7C2" received FIN. 2025-06-27 18:02:06.599 +03:00 [DBG] Connection id "0HNC8090TG7C2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:06.599 +03:00 [DBG] Connection id "0HNC8090TG7C2" disconnecting. 2025-06-27 18:02:06.599 +03:00 [DBG] Connection id "0HNC8090TG7C2" stopped. 2025-06-27 18:02:06.636 +03:00 [DBG] Connection id "0HNC8090TG7C3" accepted. 2025-06-27 18:02:06.636 +03:00 [DBG] Connection id "0HNC8090TG7C3" started. 2025-06-27 18:02:06.636 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:06.636 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:06.636 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:06.636 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:06.636 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:06.636 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:06.636 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:06.636 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:06.636 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:06.636 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:06.636 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:06.637 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:06.637 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:06.637 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:06.637 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:06.637 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.637 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.637 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:06.637 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:06.637 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:06.637 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:06.637 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:06.637 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:06.637 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:06.637 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:06.637 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.637 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.637 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.637 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.637 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:06.638 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:06.638 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:06.639 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2111ms. 2025-06-27 18:02:06.639 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:06.639 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:06.639 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:06.639 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:06.639 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:06.639 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:06.639 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:06.639 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.639 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.640 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.640 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.640 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6878ms 2025-06-27 18:02:06.640 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:06.640 +03:00 [DBG] Connection id "0HNC8090TG7C3" completed keep alive response. 2025-06-27 18:02:06.640 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.7565ms 2025-06-27 18:02:06.640 +03:00 [DBG] Connection id "0HNC8090TG7C3" received FIN. 2025-06-27 18:02:06.640 +03:00 [DBG] Connection id "0HNC8090TG7C3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:06.640 +03:00 [DBG] Connection id "0HNC8090TG7C3" disconnecting. 2025-06-27 18:02:06.640 +03:00 [DBG] Connection id "0HNC8090TG7C3" stopped. 2025-06-27 18:02:06.681 +03:00 [DBG] Connection id "0HNC8090TG7C4" accepted. 2025-06-27 18:02:06.682 +03:00 [DBG] Connection id "0HNC8090TG7C4" started. 2025-06-27 18:02:06.682 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:06.682 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:06.682 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:06.682 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:06.682 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:06.682 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:06.682 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:06.682 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:06.682 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:06.683 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:06.683 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:06.683 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:06.683 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:06.683 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:06.683 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:06.683 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.683 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.683 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:06.683 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:06.683 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:06.683 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:06.684 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:06.684 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:06.684 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:06.684 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:06.684 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.684 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.684 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.684 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.684 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:06.684 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:06.684 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:06.857 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 172.5481ms. 2025-06-27 18:02:06.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.857 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:06.857 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:06.857 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:06.857 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:06.857 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:06.857 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:06.857 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:06.859 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:06.859 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.859 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:06.859 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.859 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.859 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.859 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:06.859 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 175.7466ms 2025-06-27 18:02:06.859 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:06.859 +03:00 [DBG] Connection id "0HNC8090TG7C4" completed keep alive response. 2025-06-27 18:02:06.859 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 177.0822ms 2025-06-27 18:02:06.864 +03:00 [DBG] Connection id "0HNC8090TG7C4" received FIN. 2025-06-27 18:02:06.864 +03:00 [DBG] Connection id "0HNC8090TG7C4" disconnecting. 2025-06-27 18:02:06.864 +03:00 [DBG] Connection id "0HNC8090TG7C4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:06.865 +03:00 [DBG] Connection id "0HNC8090TG7C4" stopped. 2025-06-27 18:02:10.783 +03:00 [DBG] Connection id "0HNC8090TG7C5" accepted. 2025-06-27 18:02:10.783 +03:00 [DBG] Connection id "0HNC8090TG7C5" started. 2025-06-27 18:02:10.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:10.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:10.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:10.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:10.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:10.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:10.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:10.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:10.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:10.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:10.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:10.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:10.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:10.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:10.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:10.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:10.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:10.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:10.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:10.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1823ms. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:10.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:10.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:10.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:10.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:10.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:10.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:10.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.436ms 2025-06-27 18:02:10.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:10.786 +03:00 [DBG] Connection id "0HNC8090TG7C5" completed keep alive response. 2025-06-27 18:02:10.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4116ms 2025-06-27 18:02:10.786 +03:00 [DBG] Connection id "0HNC8090TG7C5" received FIN. 2025-06-27 18:02:10.786 +03:00 [DBG] Connection id "0HNC8090TG7C5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:10.787 +03:00 [DBG] Connection id "0HNC8090TG7C5" disconnecting. 2025-06-27 18:02:10.787 +03:00 [DBG] Connection id "0HNC8090TG7C5" stopped. 2025-06-27 18:02:15.778 +03:00 [DBG] Connection id "0HNC8090TG7C6" accepted. 2025-06-27 18:02:15.778 +03:00 [DBG] Connection id "0HNC8090TG7C6" started. 2025-06-27 18:02:15.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:15.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:15.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:15.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:15.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:15.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:15.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:15.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:15.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:15.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:15.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:15.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:15.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:15.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:15.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:15.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:15.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:15.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:15.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:15.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1496ms. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:15.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:15.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:15.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0526ms 2025-06-27 18:02:15.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:15.780 +03:00 [DBG] Connection id "0HNC8090TG7C6" completed keep alive response. 2025-06-27 18:02:15.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9882ms 2025-06-27 18:02:15.780 +03:00 [DBG] Connection id "0HNC8090TG7C6" received FIN. 2025-06-27 18:02:15.780 +03:00 [DBG] Connection id "0HNC8090TG7C6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:15.780 +03:00 [DBG] Connection id "0HNC8090TG7C6" disconnecting. 2025-06-27 18:02:15.780 +03:00 [DBG] Connection id "0HNC8090TG7C6" stopped. 2025-06-27 18:02:19.529 +03:00 [DBG] Connection id "0HNC8090TG7C7" accepted. 2025-06-27 18:02:19.529 +03:00 [DBG] Connection id "0HNC8090TG7C7" started. 2025-06-27 18:02:19.529 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:02:19.530 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:19.530 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:19.530 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:19.530 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:19.530 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:19.530 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:19.530 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:19.530 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:19.530 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:19.530 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:19.530 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:19.530 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:19.530 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:19.530 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:19.530 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:19.530 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:19.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.530 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:19.530 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:19.530 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:19.530 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:02:19.530 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:19.530 +03:00 [DBG] Connection id "0HNC8090TG7C7", Request id "0HNC8090TG7C7:00000001": started reading request body. 2025-06-27 18:02:19.530 +03:00 [DBG] Connection id "0HNC8090TG7C7", Request id "0HNC8090TG7C7:00000001": done reading request body. 2025-06-27 18:02:19.530 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:02:19.530 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:19.530 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:19.530 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:19.531 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:19.531 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.531 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.531 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.531 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.531 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:19.531 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:02:19.531 +03:00 [INF] Updating physical elements properties 2025-06-27 18:02:19.549 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.2311ms. 2025-06-27 18:02:19.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.549 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:19.549 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:19.549 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:19.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.550 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.6377ms 2025-06-27 18:02:19.550 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:19.550 +03:00 [DBG] Connection id "0HNC8090TG7C7" completed keep alive response. 2025-06-27 18:02:19.550 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.3964ms 2025-06-27 18:02:19.550 +03:00 [DBG] Connection id "0HNC8090TG7C7" received FIN. 2025-06-27 18:02:19.550 +03:00 [DBG] Connection id "0HNC8090TG7C7" disconnecting. 2025-06-27 18:02:19.550 +03:00 [DBG] Connection id "0HNC8090TG7C7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:19.551 +03:00 [DBG] Connection id "0HNC8090TG7C7" stopped. 2025-06-27 18:02:19.590 +03:00 [DBG] Connection id "0HNC8090TG7C8" accepted. 2025-06-27 18:02:19.590 +03:00 [DBG] Connection id "0HNC8090TG7C8" started. 2025-06-27 18:02:19.590 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:19.590 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:19.590 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:19.590 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:19.590 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:19.590 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:19.590 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:19.590 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:19.590 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:19.591 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:19.591 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:19.591 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:19.591 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:19.591 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:19.591 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:19.591 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.591 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.591 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:19.591 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:19.591 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:19.591 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:19.591 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:19.591 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:19.591 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:19.591 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:19.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.591 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:19.591 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:19.592 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:19.593 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6309ms. 2025-06-27 18:02:19.593 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.593 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.594 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:19.594 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:19.594 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:19.594 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:19.594 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:19.594 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:19.594 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:19.594 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:19.594 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.594 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.594 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.594 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.594 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.594 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.594 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.2571ms 2025-06-27 18:02:19.594 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:19.594 +03:00 [DBG] Connection id "0HNC8090TG7C8" completed keep alive response. 2025-06-27 18:02:19.594 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.1506ms 2025-06-27 18:02:19.594 +03:00 [DBG] Connection id "0HNC8090TG7C8" received FIN. 2025-06-27 18:02:19.594 +03:00 [DBG] Connection id "0HNC8090TG7C8" disconnecting. 2025-06-27 18:02:19.595 +03:00 [DBG] Connection id "0HNC8090TG7C8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:19.596 +03:00 [DBG] Connection id "0HNC8090TG7C8" stopped. 2025-06-27 18:02:19.636 +03:00 [DBG] Connection id "0HNC8090TG7C9" accepted. 2025-06-27 18:02:19.636 +03:00 [DBG] Connection id "0HNC8090TG7C9" started. 2025-06-27 18:02:19.636 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:19.636 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:19.636 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:19.636 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:19.636 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:19.636 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:19.636 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:19.637 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:19.637 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:19.637 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:19.637 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:19.637 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:19.637 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:19.637 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:19.637 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:19.637 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.637 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.637 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:19.637 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:19.637 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:19.637 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:19.637 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:19.637 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:19.637 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:19.637 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:19.637 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.638 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:19.638 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:19.638 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:19.802 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 164.4217ms. 2025-06-27 18:02:19.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.802 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:19.802 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:19.802 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:19.802 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:19.802 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:19.802 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:19.803 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:19.804 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:19.804 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.804 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:19.804 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.804 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.804 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.804 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:19.804 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 166.9709ms 2025-06-27 18:02:19.804 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:19.804 +03:00 [DBG] Connection id "0HNC8090TG7C9" completed keep alive response. 2025-06-27 18:02:19.804 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 167.929ms 2025-06-27 18:02:19.813 +03:00 [DBG] Connection id "0HNC8090TG7C9" received FIN. 2025-06-27 18:02:19.813 +03:00 [DBG] Connection id "0HNC8090TG7C9" disconnecting. 2025-06-27 18:02:19.813 +03:00 [DBG] Connection id "0HNC8090TG7C9" stopped. 2025-06-27 18:02:19.813 +03:00 [DBG] Connection id "0HNC8090TG7C9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:20.773 +03:00 [DBG] Connection id "0HNC8090TG7CA" accepted. 2025-06-27 18:02:20.773 +03:00 [DBG] Connection id "0HNC8090TG7CA" started. 2025-06-27 18:02:20.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:20.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:20.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:20.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:20.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:20.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:20.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:20.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:20.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:20.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:20.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:20.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:20.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:20.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:20.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:20.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:20.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:20.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:20.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:20.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:20.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1766ms. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:20.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:20.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:20.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:20.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:20.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2934ms 2025-06-27 18:02:20.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:20.776 +03:00 [DBG] Connection id "0HNC8090TG7CA" completed keep alive response. 2025-06-27 18:02:20.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3625ms 2025-06-27 18:02:20.776 +03:00 [DBG] Connection id "0HNC8090TG7CA" received FIN. 2025-06-27 18:02:20.776 +03:00 [DBG] Connection id "0HNC8090TG7CA" disconnecting. 2025-06-27 18:02:20.776 +03:00 [DBG] Connection id "0HNC8090TG7CA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:20.778 +03:00 [DBG] Connection id "0HNC8090TG7CA" stopped. 2025-06-27 18:02:24.103 +03:00 [DBG] Connection id "0HNC8090TG7CB" accepted. 2025-06-27 18:02:24.104 +03:00 [DBG] Connection id "0HNC8090TG7CB" started. 2025-06-27 18:02:24.104 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:02:24.104 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:24.104 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:24.104 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:02:24.104 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:02:24.104 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:24.104 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:24.104 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:24.104 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:24.104 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:24.104 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:24.104 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:24.104 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:24.104 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:24.104 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:24.104 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:24.104 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:24.104 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.104 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.104 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:24.104 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:24.104 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:02:24.104 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:02:24.104 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:24.104 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:24.104 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:02:24.104 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:24.104 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:02:24.105 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:02:24.105 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:24.105 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:24.105 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:02:24.105 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:24.105 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:02:24.105 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:02:24.105 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:24.105 +03:00 [DBG] Connection id "0HNC8090TG7CB", Request id "0HNC8090TG7CB:00000001": started reading request body. 2025-06-27 18:02:24.105 +03:00 [DBG] Connection id "0HNC8090TG7CB", Request id "0HNC8090TG7CB:00000001": done reading request body. 2025-06-27 18:02:24.105 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:02:24.105 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:24.105 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:24.105 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:02:24.105 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:24.105 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.105 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.105 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.105 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.105 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:24.105 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:02:24.105 +03:00 [INF] Changing group of physicals [200] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:24.140 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 34.9049ms. 2025-06-27 18:02:24.140 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.140 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:24.140 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:24.140 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:24.141 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.141 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.141 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.141 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.141 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.141 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.141 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 36.6153ms 2025-06-27 18:02:24.141 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:24.141 +03:00 [DBG] Connection id "0HNC8090TG7CB" completed keep alive response. 2025-06-27 18:02:24.141 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 37.2961ms 2025-06-27 18:02:24.141 +03:00 [DBG] Connection id "0HNC8090TG7CB" received FIN. 2025-06-27 18:02:24.141 +03:00 [DBG] Connection id "0HNC8090TG7CB" disconnecting. 2025-06-27 18:02:24.142 +03:00 [DBG] Connection id "0HNC8090TG7CB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:24.143 +03:00 [DBG] Connection id "0HNC8090TG7CB" stopped. 2025-06-27 18:02:24.177 +03:00 [DBG] Connection id "0HNC8090TG7CC" accepted. 2025-06-27 18:02:24.177 +03:00 [DBG] Connection id "0HNC8090TG7CC" started. 2025-06-27 18:02:24.177 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:24.177 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:24.178 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:24.178 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:24.178 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:24.178 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:24.178 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:24.178 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:24.178 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:24.178 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:24.178 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:24.178 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:24.178 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:24.178 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:24.178 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:24.178 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.178 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.178 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:24.178 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:24.178 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:24.178 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:24.179 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:24.179 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:24.179 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:24.179 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:24.179 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.179 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.179 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.179 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.179 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:24.179 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:24.179 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:24.180 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2424ms. 2025-06-27 18:02:24.180 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.180 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.180 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.180 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.180 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.180 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.180 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:24.181 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:24.181 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:24.181 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:24.181 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:24.181 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:24.181 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:24.181 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:24.181 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.181 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.181 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0806ms 2025-06-27 18:02:24.181 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:24.181 +03:00 [DBG] Connection id "0HNC8090TG7CC" completed keep alive response. 2025-06-27 18:02:24.181 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.0183ms 2025-06-27 18:02:24.182 +03:00 [DBG] Connection id "0HNC8090TG7CC" received FIN. 2025-06-27 18:02:24.182 +03:00 [DBG] Connection id "0HNC8090TG7CC" disconnecting. 2025-06-27 18:02:24.182 +03:00 [DBG] Connection id "0HNC8090TG7CC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:24.183 +03:00 [DBG] Connection id "0HNC8090TG7CC" stopped. 2025-06-27 18:02:24.223 +03:00 [DBG] Connection id "0HNC8090TG7CD" accepted. 2025-06-27 18:02:24.224 +03:00 [DBG] Connection id "0HNC8090TG7CD" started. 2025-06-27 18:02:24.224 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:24.224 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:24.224 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:24.224 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:24.224 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:24.224 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:24.224 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:24.224 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:24.224 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:24.224 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:24.224 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:24.224 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:24.224 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:24.224 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:24.224 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:24.224 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.224 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.225 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:24.225 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:24.225 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:24.225 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:24.225 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:24.225 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:24.225 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:24.225 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:24.225 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.225 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.225 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.225 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.225 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:24.225 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:24.225 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:24.400 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 174.4349ms. 2025-06-27 18:02:24.400 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.400 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:24.400 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:24.400 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:24.400 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:24.400 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:24.400 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:24.400 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:24.401 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:24.402 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.402 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:24.402 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.402 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.402 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.402 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:24.402 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 177.16ms 2025-06-27 18:02:24.402 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:24.402 +03:00 [DBG] Connection id "0HNC8090TG7CD" completed keep alive response. 2025-06-27 18:02:24.402 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 177.9995ms 2025-06-27 18:02:24.406 +03:00 [DBG] Connection id "0HNC8090TG7CD" received FIN. 2025-06-27 18:02:24.406 +03:00 [DBG] Connection id "0HNC8090TG7CD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:24.406 +03:00 [DBG] Connection id "0HNC8090TG7CD" disconnecting. 2025-06-27 18:02:24.406 +03:00 [DBG] Connection id "0HNC8090TG7CD" stopped. 2025-06-27 18:02:25.776 +03:00 [DBG] Connection id "0HNC8090TG7CE" accepted. 2025-06-27 18:02:25.777 +03:00 [DBG] Connection id "0HNC8090TG7CE" started. 2025-06-27 18:02:25.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:25.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:25.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:25.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:25.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:25.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:25.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:25.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:25.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:25.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:25.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:25.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:25.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:25.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:25.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:25.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:25.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:25.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:25.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:25.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1692ms. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:25.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:25.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:25.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2237ms 2025-06-27 18:02:25.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:25.780 +03:00 [DBG] Connection id "0HNC8090TG7CE" completed keep alive response. 2025-06-27 18:02:25.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6921ms 2025-06-27 18:02:25.780 +03:00 [DBG] Connection id "0HNC8090TG7CE" received FIN. 2025-06-27 18:02:25.780 +03:00 [DBG] Connection id "0HNC8090TG7CE" disconnecting. 2025-06-27 18:02:25.780 +03:00 [DBG] Connection id "0HNC8090TG7CE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:25.781 +03:00 [DBG] Connection id "0HNC8090TG7CE" stopped. 2025-06-27 18:02:30.784 +03:00 [DBG] Connection id "0HNC8090TG7CF" accepted. 2025-06-27 18:02:30.784 +03:00 [DBG] Connection id "0HNC8090TG7CF" started. 2025-06-27 18:02:30.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:30.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:30.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:30.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:30.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:30.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:30.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:30.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:30.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:30.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:30.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:30.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:30.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:30.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:30.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:30.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:30.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:30.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:30.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:30.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:30.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1221ms. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:30.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:30.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:30.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8938ms 2025-06-27 18:02:30.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:30.786 +03:00 [DBG] Connection id "0HNC8090TG7CF" completed keep alive response. 2025-06-27 18:02:30.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5228ms 2025-06-27 18:02:30.786 +03:00 [DBG] Connection id "0HNC8090TG7CF" received FIN. 2025-06-27 18:02:30.786 +03:00 [DBG] Connection id "0HNC8090TG7CF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:30.786 +03:00 [DBG] Connection id "0HNC8090TG7CF" disconnecting. 2025-06-27 18:02:30.786 +03:00 [DBG] Connection id "0HNC8090TG7CF" stopped. 2025-06-27 18:02:35.786 +03:00 [DBG] Connection id "0HNC8090TG7CG" accepted. 2025-06-27 18:02:35.787 +03:00 [DBG] Connection id "0HNC8090TG7CG" started. 2025-06-27 18:02:35.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:35.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:35.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:35.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:35.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:35.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:35.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:35.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:35.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:35.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:35.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:35.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:35.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:35.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:35.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:35.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:35.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:35.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:35.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:35.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:35.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:35.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:35.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:35.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:35.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1339ms. 2025-06-27 18:02:35.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:35.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:35.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:35.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6924ms 2025-06-27 18:02:35.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:35.788 +03:00 [DBG] Connection id "0HNC8090TG7CG" completed keep alive response. 2025-06-27 18:02:35.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2561ms 2025-06-27 18:02:35.788 +03:00 [DBG] Connection id "0HNC8090TG7CG" received FIN. 2025-06-27 18:02:35.788 +03:00 [DBG] Connection id "0HNC8090TG7CG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:35.788 +03:00 [DBG] Connection id "0HNC8090TG7CG" disconnecting. 2025-06-27 18:02:35.788 +03:00 [DBG] Connection id "0HNC8090TG7CG" stopped. 2025-06-27 18:02:37.788 +03:00 [DBG] Connection id "0HNC8090TG7CH" accepted. 2025-06-27 18:02:37.789 +03:00 [DBG] Connection id "0HNC8090TG7CH" started. 2025-06-27 18:02:37.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:02:37.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:37.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:37.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:37.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:37.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:37.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:37.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:37.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:37.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:37.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:37.789 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:37.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:37.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:37.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:37.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:37.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:37.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:37.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:37.790 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:37.790 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:02:37.790 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:37.790 +03:00 [DBG] Connection id "0HNC8090TG7CH", Request id "0HNC8090TG7CH:00000001": started reading request body. 2025-06-27 18:02:37.790 +03:00 [DBG] Connection id "0HNC8090TG7CH", Request id "0HNC8090TG7CH:00000001": done reading request body. 2025-06-27 18:02:37.790 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:02:37.790 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:37.790 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:37.790 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:37.790 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:37.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:37.791 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:02:37.791 +03:00 [INF] Updating physical elements properties 2025-06-27 18:02:37.813 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.2806ms. 2025-06-27 18:02:37.813 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:37.813 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:37.813 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.813 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.814 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.814 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 23.9717ms 2025-06-27 18:02:37.814 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:37.814 +03:00 [DBG] Connection id "0HNC8090TG7CH" completed keep alive response. 2025-06-27 18:02:37.814 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 25.0251ms 2025-06-27 18:02:37.814 +03:00 [DBG] Connection id "0HNC8090TG7CH" received FIN. 2025-06-27 18:02:37.814 +03:00 [DBG] Connection id "0HNC8090TG7CH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:37.814 +03:00 [DBG] Connection id "0HNC8090TG7CH" disconnecting. 2025-06-27 18:02:37.814 +03:00 [DBG] Connection id "0HNC8090TG7CH" stopped. 2025-06-27 18:02:37.853 +03:00 [DBG] Connection id "0HNC8090TG7CI" accepted. 2025-06-27 18:02:37.853 +03:00 [DBG] Connection id "0HNC8090TG7CI" started. 2025-06-27 18:02:37.853 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:37.853 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:37.853 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:37.853 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:37.853 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:37.854 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:37.854 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:37.854 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:37.854 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:37.854 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:37.854 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:37.854 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:37.854 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:37.854 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:37.854 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:37.854 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.854 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.854 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:37.854 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:37.854 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:37.854 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:37.854 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:37.854 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:37.854 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:37.854 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:37.854 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.854 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.854 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.854 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.854 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:37.854 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:37.854 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:37.856 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5208ms. 2025-06-27 18:02:37.856 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:37.856 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:37.856 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:37.856 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:37.856 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:37.856 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:37.856 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:37.856 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.856 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.856 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4757ms 2025-06-27 18:02:37.856 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:37.856 +03:00 [DBG] Connection id "0HNC8090TG7CI" completed keep alive response. 2025-06-27 18:02:37.856 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.0683ms 2025-06-27 18:02:37.857 +03:00 [DBG] Connection id "0HNC8090TG7CI" received FIN. 2025-06-27 18:02:37.857 +03:00 [DBG] Connection id "0HNC8090TG7CI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:37.857 +03:00 [DBG] Connection id "0HNC8090TG7CI" disconnecting. 2025-06-27 18:02:37.857 +03:00 [DBG] Connection id "0HNC8090TG7CI" stopped. 2025-06-27 18:02:37.901 +03:00 [DBG] Connection id "0HNC8090TG7CJ" accepted. 2025-06-27 18:02:37.901 +03:00 [DBG] Connection id "0HNC8090TG7CJ" started. 2025-06-27 18:02:37.901 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:37.901 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:37.901 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:37.901 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:37.901 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:37.901 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:37.901 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:37.901 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:37.901 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:37.901 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:37.902 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:37.902 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:37.902 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:37.902 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:37.902 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:37.902 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.902 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:37.902 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:37.902 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:37.902 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:37.902 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:37.902 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:37.902 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:37.902 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:37.902 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:37.902 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.902 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:37.902 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.902 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:37.902 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:37.902 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:37.902 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:38.060 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 158.3823ms. 2025-06-27 18:02:38.061 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:38.061 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:38.061 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:38.061 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:38.061 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:38.061 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:38.061 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:38.061 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:38.062 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:38.062 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:38.062 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:38.062 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:38.062 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:38.062 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:38.062 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:38.062 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 160.7701ms 2025-06-27 18:02:38.062 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:38.062 +03:00 [DBG] Connection id "0HNC8090TG7CJ" completed keep alive response. 2025-06-27 18:02:38.062 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 161.3118ms 2025-06-27 18:02:38.066 +03:00 [DBG] Connection id "0HNC8090TG7CJ" received FIN. 2025-06-27 18:02:38.067 +03:00 [DBG] Connection id "0HNC8090TG7CJ" disconnecting. 2025-06-27 18:02:38.067 +03:00 [DBG] Connection id "0HNC8090TG7CJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:38.068 +03:00 [DBG] Connection id "0HNC8090TG7CJ" stopped. 2025-06-27 18:02:40.775 +03:00 [DBG] Connection id "0HNC8090TG7CK" accepted. 2025-06-27 18:02:40.776 +03:00 [DBG] Connection id "0HNC8090TG7CK" started. 2025-06-27 18:02:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:40.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:40.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:40.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:40.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:40.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:40.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:40.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:40.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:40.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:40.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:40.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:40.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:40.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:40.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:40.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:40.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1745ms. 2025-06-27 18:02:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:40.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:40.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:40.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8905ms 2025-06-27 18:02:40.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:40.777 +03:00 [DBG] Connection id "0HNC8090TG7CK" completed keep alive response. 2025-06-27 18:02:40.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6117ms 2025-06-27 18:02:40.777 +03:00 [DBG] Connection id "0HNC8090TG7CK" received FIN. 2025-06-27 18:02:40.778 +03:00 [DBG] Connection id "0HNC8090TG7CK" disconnecting. 2025-06-27 18:02:40.778 +03:00 [DBG] Connection id "0HNC8090TG7CK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:40.779 +03:00 [DBG] Connection id "0HNC8090TG7CK" stopped. 2025-06-27 18:02:42.117 +03:00 [DBG] Connection id "0HNC8090TG7CL" accepted. 2025-06-27 18:02:42.117 +03:00 [DBG] Connection id "0HNC8090TG7CL" started. 2025-06-27 18:02:42.118 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:02:42.118 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:42.118 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:42.118 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:02:42.118 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:02:42.118 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:42.118 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:42.118 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:42.118 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:42.118 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:42.118 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:42.118 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:42.118 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:42.118 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:42.118 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:42.118 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:42.118 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:42.118 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.118 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.118 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:42.118 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:02:42.118 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:42.118 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:02:42.118 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:02:42.118 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:42.118 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:02:42.118 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:02:42.118 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:02:42.118 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:42.119 +03:00 [DBG] Connection id "0HNC8090TG7CL", Request id "0HNC8090TG7CL:00000001": started reading request body. 2025-06-27 18:02:42.119 +03:00 [DBG] Connection id "0HNC8090TG7CL", Request id "0HNC8090TG7CL:00000001": done reading request body. 2025-06-27 18:02:42.119 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:02:42.119 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:42.119 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:42.119 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:02:42.119 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:02:42.119 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.119 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.119 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.119 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.119 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:42.119 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:02:42.119 +03:00 [INF] Changing group of physicals [204] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:42.136 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.6533ms. 2025-06-27 18:02:42.136 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:42.137 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:42.137 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.137 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.137 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 18.709ms 2025-06-27 18:02:42.137 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:02:42.137 +03:00 [DBG] Connection id "0HNC8090TG7CL" completed keep alive response. 2025-06-27 18:02:42.137 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 19.3678ms 2025-06-27 18:02:42.137 +03:00 [DBG] Connection id "0HNC8090TG7CL" received FIN. 2025-06-27 18:02:42.137 +03:00 [DBG] Connection id "0HNC8090TG7CL" disconnecting. 2025-06-27 18:02:42.137 +03:00 [DBG] Connection id "0HNC8090TG7CL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:42.138 +03:00 [DBG] Connection id "0HNC8090TG7CL" stopped. 2025-06-27 18:02:42.175 +03:00 [DBG] Connection id "0HNC8090TG7CM" accepted. 2025-06-27 18:02:42.175 +03:00 [DBG] Connection id "0HNC8090TG7CM" started. 2025-06-27 18:02:42.175 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:42.175 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:42.175 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:42.175 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:42.175 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:42.175 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:42.175 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:42.176 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:42.176 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:42.176 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:42.176 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:42.176 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:42.176 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:42.176 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:42.176 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:42.176 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.176 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.176 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:42.176 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:42.176 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:42.176 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:42.176 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:42.176 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:42.176 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:42.176 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:42.176 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.176 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.176 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.176 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.176 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:42.176 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:42.176 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:42.177 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9961ms. 2025-06-27 18:02:42.177 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.177 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:42.177 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:42.178 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:42.178 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:42.178 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:42.178 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:42.178 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:42.178 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:42.178 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.178 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.178 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.178 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.178 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.178 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.178 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.2675ms 2025-06-27 18:02:42.178 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:42.178 +03:00 [DBG] Connection id "0HNC8090TG7CM" completed keep alive response. 2025-06-27 18:02:42.178 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.0077ms 2025-06-27 18:02:42.178 +03:00 [DBG] Connection id "0HNC8090TG7CM" received FIN. 2025-06-27 18:02:42.178 +03:00 [DBG] Connection id "0HNC8090TG7CM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:42.179 +03:00 [DBG] Connection id "0HNC8090TG7CM" disconnecting. 2025-06-27 18:02:42.179 +03:00 [DBG] Connection id "0HNC8090TG7CM" stopped. 2025-06-27 18:02:42.223 +03:00 [DBG] Connection id "0HNC8090TG7CN" accepted. 2025-06-27 18:02:42.223 +03:00 [DBG] Connection id "0HNC8090TG7CN" started. 2025-06-27 18:02:42.224 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:42.224 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:42.224 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:42.224 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:42.224 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:42.224 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:42.224 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:42.224 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:42.224 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:42.224 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:42.224 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:42.224 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:42.224 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:42.224 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:42.224 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:42.224 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.224 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.224 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:42.224 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:42.224 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:42.225 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:42.225 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:42.225 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:42.225 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:42.225 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:42.225 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.225 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.225 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.225 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.225 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:42.225 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:42.225 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:42.388 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 163.3713ms. 2025-06-27 18:02:42.388 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.388 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:42.388 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.389 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:42.389 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.389 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.389 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.389 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.389 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:42.389 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:42.389 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:42.389 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:42.389 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:42.389 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:42.389 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:42.394 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:42.394 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.394 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:42.394 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.394 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.394 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.394 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:42.395 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 170.3341ms 2025-06-27 18:02:42.395 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:42.395 +03:00 [DBG] Connection id "0HNC8090TG7CN" completed keep alive response. 2025-06-27 18:02:42.395 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 171.4283ms 2025-06-27 18:02:42.398 +03:00 [DBG] Connection id "0HNC8090TG7CN" received FIN. 2025-06-27 18:02:42.398 +03:00 [DBG] Connection id "0HNC8090TG7CN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:42.399 +03:00 [DBG] Connection id "0HNC8090TG7CN" disconnecting. 2025-06-27 18:02:42.399 +03:00 [DBG] Connection id "0HNC8090TG7CN" stopped. 2025-06-27 18:02:45.787 +03:00 [DBG] Connection id "0HNC8090TG7CO" accepted. 2025-06-27 18:02:45.788 +03:00 [DBG] Connection id "0HNC8090TG7CO" started. 2025-06-27 18:02:45.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:45.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:45.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:45.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:45.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:45.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:45.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:45.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:45.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:45.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:45.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:45.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:45.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:45.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:45.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:45.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:45.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:45.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:45.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:45.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:45.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1411ms. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:45.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:45.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:45.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9273ms 2025-06-27 18:02:45.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:45.789 +03:00 [DBG] Connection id "0HNC8090TG7CO" completed keep alive response. 2025-06-27 18:02:45.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5592ms 2025-06-27 18:02:45.790 +03:00 [DBG] Connection id "0HNC8090TG7CO" received FIN. 2025-06-27 18:02:45.790 +03:00 [DBG] Connection id "0HNC8090TG7CO" disconnecting. 2025-06-27 18:02:45.790 +03:00 [DBG] Connection id "0HNC8090TG7CO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:45.791 +03:00 [DBG] Connection id "0HNC8090TG7CO" stopped. 2025-06-27 18:02:50.773 +03:00 [DBG] Connection id "0HNC8090TG7CP" accepted. 2025-06-27 18:02:50.773 +03:00 [DBG] Connection id "0HNC8090TG7CP" started. 2025-06-27 18:02:50.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:50.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:50.773 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:50.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:50.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:50.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:50.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:50.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:50.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:50.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:50.773 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:50.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:50.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:50.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:50.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:50.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:50.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:50.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:50.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:50.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2396ms. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:50.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:50.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:50.774 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8067ms 2025-06-27 18:02:50.774 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:50.774 +03:00 [DBG] Connection id "0HNC8090TG7CP" completed keep alive response. 2025-06-27 18:02:50.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3482ms 2025-06-27 18:02:50.775 +03:00 [DBG] Connection id "0HNC8090TG7CP" received FIN. 2025-06-27 18:02:50.775 +03:00 [DBG] Connection id "0HNC8090TG7CP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:50.775 +03:00 [DBG] Connection id "0HNC8090TG7CP" disconnecting. 2025-06-27 18:02:50.775 +03:00 [DBG] Connection id "0HNC8090TG7CP" stopped. 2025-06-27 18:02:55.006 +03:00 [DBG] Connection id "0HNC8090TG7CQ" accepted. 2025-06-27 18:02:55.006 +03:00 [DBG] Connection id "0HNC8090TG7CQ" started. 2025-06-27 18:02:55.006 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:02:55.006 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:55.006 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:55.006 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:55.006 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:02:55.006 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:55.007 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:55.007 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:55.007 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:55.007 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:55.007 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:55.007 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:55.007 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:55.007 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:55.007 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:55.007 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:55.007 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:55.008 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.008 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.008 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:55.008 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:55.008 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:55.008 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:02:55.008 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:02:55.008 +03:00 [DBG] Connection id "0HNC8090TG7CQ", Request id "0HNC8090TG7CQ:00000001": started reading request body. 2025-06-27 18:02:55.008 +03:00 [DBG] Connection id "0HNC8090TG7CQ", Request id "0HNC8090TG7CQ:00000001": done reading request body. 2025-06-27 18:02:55.009 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:02:55.009 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:55.009 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:55.009 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:02:55.009 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:02:55.009 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.009 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.009 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.009 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.009 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:55.009 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:02:55.009 +03:00 [INF] Updating physical elements properties 2025-06-27 18:02:55.028 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.6925ms. 2025-06-27 18:02:55.028 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.028 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.028 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.028 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.028 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:55.029 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:55.029 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.029 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.029 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 21.8666ms 2025-06-27 18:02:55.029 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:02:55.030 +03:00 [DBG] Connection id "0HNC8090TG7CQ" completed keep alive response. 2025-06-27 18:02:55.030 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 23.5699ms 2025-06-27 18:02:55.030 +03:00 [DBG] Connection id "0HNC8090TG7CQ" received FIN. 2025-06-27 18:02:55.030 +03:00 [DBG] Connection id "0HNC8090TG7CQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:55.030 +03:00 [DBG] Connection id "0HNC8090TG7CQ" disconnecting. 2025-06-27 18:02:55.030 +03:00 [DBG] Connection id "0HNC8090TG7CQ" stopped. 2025-06-27 18:02:55.067 +03:00 [DBG] Connection id "0HNC8090TG7CR" accepted. 2025-06-27 18:02:55.067 +03:00 [DBG] Connection id "0HNC8090TG7CR" started. 2025-06-27 18:02:55.067 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:55.067 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:55.068 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:55.068 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:55.068 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:55.068 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:55.068 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:55.068 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:55.068 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:55.068 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:55.068 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:55.068 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:55.068 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:55.068 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:55.068 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:55.068 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.068 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.068 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:55.068 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:55.068 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:55.068 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:55.068 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:55.068 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:55.068 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:55.068 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:55.068 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.068 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.068 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.068 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.068 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:55.068 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:55.068 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:55.070 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5527ms. 2025-06-27 18:02:55.070 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:55.070 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:55.070 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:55.070 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:55.070 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:55.070 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:55.070 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:55.070 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.070 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.070 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.5006ms 2025-06-27 18:02:55.070 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:55.071 +03:00 [DBG] Connection id "0HNC8090TG7CR" completed keep alive response. 2025-06-27 18:02:55.071 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.0896ms 2025-06-27 18:02:55.071 +03:00 [DBG] Connection id "0HNC8090TG7CR" received FIN. 2025-06-27 18:02:55.071 +03:00 [DBG] Connection id "0HNC8090TG7CR" disconnecting. 2025-06-27 18:02:55.071 +03:00 [DBG] Connection id "0HNC8090TG7CR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:55.072 +03:00 [DBG] Connection id "0HNC8090TG7CR" stopped. 2025-06-27 18:02:55.111 +03:00 [DBG] Connection id "0HNC8090TG7CS" accepted. 2025-06-27 18:02:55.112 +03:00 [DBG] Connection id "0HNC8090TG7CS" started. 2025-06-27 18:02:55.112 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:02:55.112 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:55.112 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:02:55.112 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:55.112 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:02:55.112 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:55.112 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:55.112 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:55.112 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:55.112 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:02:55.112 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:55.112 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:55.112 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:55.112 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:55.112 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:55.112 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.112 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.113 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:55.113 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:02:55.113 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:02:55.113 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:02:55.113 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:55.113 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:02:55.113 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:02:55.113 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:02:55.113 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.113 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.113 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.113 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.113 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:55.113 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:02:55.113 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:02:55.279 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 165.9727ms. 2025-06-27 18:02:55.279 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.279 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:55.279 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:02:55.279 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:02:55.279 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:02:55.279 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:02:55.279 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:02:55.279 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:02:55.281 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:02:55.281 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.281 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.281 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.281 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.281 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.281 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.281 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 168.6861ms 2025-06-27 18:02:55.281 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:02:55.281 +03:00 [DBG] Connection id "0HNC8090TG7CS" completed keep alive response. 2025-06-27 18:02:55.281 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 169.4934ms 2025-06-27 18:02:55.285 +03:00 [DBG] Connection id "0HNC8090TG7CS" received FIN. 2025-06-27 18:02:55.285 +03:00 [DBG] Connection id "0HNC8090TG7CS" disconnecting. 2025-06-27 18:02:55.285 +03:00 [DBG] Connection id "0HNC8090TG7CS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:55.286 +03:00 [DBG] Connection id "0HNC8090TG7CS" stopped. 2025-06-27 18:02:55.779 +03:00 [DBG] Connection id "0HNC8090TG7CT" accepted. 2025-06-27 18:02:55.779 +03:00 [DBG] Connection id "0HNC8090TG7CT" started. 2025-06-27 18:02:55.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:02:55.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:02:55.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:02:55.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:02:55.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:02:55.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:55.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:02:55.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:02:55.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:02:55.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:02:55.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:55.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:02:55.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:02:55.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:02:55.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:02:55.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:02:55.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:02:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:55.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:02:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:02:55.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1454ms. 2025-06-27 18:02:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:55.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:02:55.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:02:55.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6951ms 2025-06-27 18:02:55.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:02:55.780 +03:00 [DBG] Connection id "0HNC8090TG7CT" completed keep alive response. 2025-06-27 18:02:55.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2854ms 2025-06-27 18:02:55.780 +03:00 [DBG] Connection id "0HNC8090TG7CT" received FIN. 2025-06-27 18:02:55.780 +03:00 [DBG] Connection id "0HNC8090TG7CT" disconnecting. 2025-06-27 18:02:55.780 +03:00 [DBG] Connection id "0HNC8090TG7CT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:02:55.781 +03:00 [DBG] Connection id "0HNC8090TG7CT" stopped. 2025-06-27 18:03:00.773 +03:00 [DBG] Connection id "0HNC8090TG7CU" accepted. 2025-06-27 18:03:00.773 +03:00 [DBG] Connection id "0HNC8090TG7CU" started. 2025-06-27 18:03:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:00.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:00.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:00.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:00.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:00.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:00.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:00.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:00.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:00.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:00.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:00.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:00.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:00.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:00.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1217ms. 2025-06-27 18:03:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7566ms 2025-06-27 18:03:00.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:00.775 +03:00 [DBG] Connection id "0HNC8090TG7CU" completed keep alive response. 2025-06-27 18:03:00.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3684ms 2025-06-27 18:03:00.775 +03:00 [DBG] Connection id "0HNC8090TG7CU" received FIN. 2025-06-27 18:03:00.775 +03:00 [DBG] Connection id "0HNC8090TG7CU" disconnecting. 2025-06-27 18:03:00.775 +03:00 [DBG] Connection id "0HNC8090TG7CU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:00.777 +03:00 [DBG] Connection id "0HNC8090TG7CU" stopped. 2025-06-27 18:03:00.921 +03:00 [DBG] Connection id "0HNC8090TG7CV" accepted. 2025-06-27 18:03:00.921 +03:00 [DBG] Connection id "0HNC8090TG7CV" started. 2025-06-27 18:03:00.921 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:03:00.922 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:00.922 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:00.922 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:03:00.922 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:03:00.922 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:00.922 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:00.922 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:00.922 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:00.922 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:00.922 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:00.922 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:00.922 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:00.922 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:00.922 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:00.922 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:00.922 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:00.922 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.922 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.922 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:00.922 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:00.922 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:03:00.922 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:03:00.922 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:00.922 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:00.922 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:03:00.922 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:00.923 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:03:00.923 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:03:00.923 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:00.923 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:00.923 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:03:00.923 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:00.923 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:03:00.923 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:03:00.923 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:03:00.923 +03:00 [DBG] Connection id "0HNC8090TG7CV", Request id "0HNC8090TG7CV:00000001": started reading request body. 2025-06-27 18:03:00.923 +03:00 [DBG] Connection id "0HNC8090TG7CV", Request id "0HNC8090TG7CV:00000001": done reading request body. 2025-06-27 18:03:00.923 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:03:00.923 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:00.923 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:00.923 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:03:00.923 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:00.923 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.923 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.923 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.923 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.923 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:00.923 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:03:00.923 +03:00 [INF] Changing group of physicals [215] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:00.944 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 21.2703ms. 2025-06-27 18:03:00.945 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:00.945 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:00.945 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.945 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.945 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 22.8467ms 2025-06-27 18:03:00.945 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:00.945 +03:00 [DBG] Connection id "0HNC8090TG7CV" completed keep alive response. 2025-06-27 18:03:00.945 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 23.668ms 2025-06-27 18:03:00.945 +03:00 [DBG] Connection id "0HNC8090TG7CV" received FIN. 2025-06-27 18:03:00.945 +03:00 [DBG] Connection id "0HNC8090TG7CV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:00.946 +03:00 [DBG] Connection id "0HNC8090TG7CV" disconnecting. 2025-06-27 18:03:00.946 +03:00 [DBG] Connection id "0HNC8090TG7CV" stopped. 2025-06-27 18:03:00.981 +03:00 [DBG] Connection id "0HNC8090TG7D0" accepted. 2025-06-27 18:03:00.981 +03:00 [DBG] Connection id "0HNC8090TG7D0" started. 2025-06-27 18:03:00.981 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:00.982 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:00.982 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:00.982 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:00.982 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:00.982 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:00.982 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:00.982 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:00.982 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:00.982 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:00.982 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:00.982 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:00.982 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:00.982 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:00.982 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:00.982 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.982 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.982 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:00.982 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:00.982 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:00.982 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:00.982 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:00.982 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:00.982 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:00.982 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:00.982 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.982 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.982 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.982 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.982 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:00.982 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:00.983 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:00.984 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9925ms. 2025-06-27 18:03:00.984 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:00.984 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:00.984 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:00.984 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:00.984 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:00.984 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:00.984 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:00.984 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.984 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:00.984 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.1363ms 2025-06-27 18:03:00.984 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:00.984 +03:00 [DBG] Connection id "0HNC8090TG7D0" completed keep alive response. 2025-06-27 18:03:00.984 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.8391ms 2025-06-27 18:03:00.985 +03:00 [DBG] Connection id "0HNC8090TG7D0" received FIN. 2025-06-27 18:03:00.985 +03:00 [DBG] Connection id "0HNC8090TG7D0" disconnecting. 2025-06-27 18:03:00.985 +03:00 [DBG] Connection id "0HNC8090TG7D0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:00.986 +03:00 [DBG] Connection id "0HNC8090TG7D0" stopped. 2025-06-27 18:03:01.029 +03:00 [DBG] Connection id "0HNC8090TG7D1" accepted. 2025-06-27 18:03:01.029 +03:00 [DBG] Connection id "0HNC8090TG7D1" started. 2025-06-27 18:03:01.030 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:01.030 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:01.030 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:01.030 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:01.030 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:01.030 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:01.030 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:01.030 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:01.030 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:01.030 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:01.030 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:01.030 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:01.030 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:01.030 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:01.030 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:01.030 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.030 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.030 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:01.030 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:01.030 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:01.030 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:01.030 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:01.030 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:01.030 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:01.030 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:01.030 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:01.030 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:01.030 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:01.030 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:01.030 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:01.030 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:01.030 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:01.172 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.1005ms. 2025-06-27 18:03:01.172 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:01.172 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:01.172 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:01.172 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:01.172 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:01.172 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:01.172 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:01.172 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:01.173 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:01.173 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:01.173 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:01.173 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.173 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.173 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.173 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:01.173 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 143.4199ms 2025-06-27 18:03:01.173 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:01.173 +03:00 [DBG] Connection id "0HNC8090TG7D1" completed keep alive response. 2025-06-27 18:03:01.174 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 143.9892ms 2025-06-27 18:03:01.176 +03:00 [DBG] Connection id "0HNC8090TG7D1" received FIN. 2025-06-27 18:03:01.177 +03:00 [DBG] Connection id "0HNC8090TG7D1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:01.177 +03:00 [DBG] Connection id "0HNC8090TG7D1" disconnecting. 2025-06-27 18:03:01.177 +03:00 [DBG] Connection id "0HNC8090TG7D1" stopped. 2025-06-27 18:03:05.789 +03:00 [DBG] Connection id "0HNC8090TG7D2" accepted. 2025-06-27 18:03:05.789 +03:00 [DBG] Connection id "0HNC8090TG7D2" started. 2025-06-27 18:03:05.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:05.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:05.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:05.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:05.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:05.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:05.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:05.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:05.790 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:05.790 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:05.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:05.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:05.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:05.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:05.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:05.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:05.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:05.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:05.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:05.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:05.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1322ms. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:05.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:05.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:05.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:05.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:05.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:05.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:05.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8091ms 2025-06-27 18:03:05.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:05.791 +03:00 [DBG] Connection id "0HNC8090TG7D2" completed keep alive response. 2025-06-27 18:03:05.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5739ms 2025-06-27 18:03:05.791 +03:00 [DBG] Connection id "0HNC8090TG7D2" received FIN. 2025-06-27 18:03:05.791 +03:00 [DBG] Connection id "0HNC8090TG7D2" disconnecting. 2025-06-27 18:03:05.791 +03:00 [DBG] Connection id "0HNC8090TG7D2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:05.792 +03:00 [DBG] Connection id "0HNC8090TG7D2" stopped. 2025-06-27 18:03:10.779 +03:00 [DBG] Connection id "0HNC8090TG7D3" accepted. 2025-06-27 18:03:10.779 +03:00 [DBG] Connection id "0HNC8090TG7D3" started. 2025-06-27 18:03:10.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:10.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:10.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:10.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:10.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:10.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:10.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:10.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:10.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:10.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:10.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:10.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:10.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:10.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:10.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:10.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:10.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:10.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:10.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:10.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:10.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:10.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:10.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:10.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:10.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1894ms. 2025-06-27 18:03:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:10.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:10.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:10.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1557ms 2025-06-27 18:03:10.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:10.781 +03:00 [DBG] Connection id "0HNC8090TG7D3" completed keep alive response. 2025-06-27 18:03:10.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1145ms 2025-06-27 18:03:10.782 +03:00 [DBG] Connection id "0HNC8090TG7D3" received FIN. 2025-06-27 18:03:10.782 +03:00 [DBG] Connection id "0HNC8090TG7D3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:10.782 +03:00 [DBG] Connection id "0HNC8090TG7D3" disconnecting. 2025-06-27 18:03:10.782 +03:00 [DBG] Connection id "0HNC8090TG7D3" stopped. 2025-06-27 18:03:15.780 +03:00 [DBG] Connection id "0HNC8090TG7D4" accepted. 2025-06-27 18:03:15.780 +03:00 [DBG] Connection id "0HNC8090TG7D4" started. 2025-06-27 18:03:15.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:15.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:15.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:15.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:15.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:15.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:15.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:15.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:15.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:15.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:15.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:15.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:15.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:15.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:15.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:15.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:15.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:15.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:15.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:15.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1197ms. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:15.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:15.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:15.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:15.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6632ms 2025-06-27 18:03:15.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:15.782 +03:00 [DBG] Connection id "0HNC8090TG7D4" completed keep alive response. 2025-06-27 18:03:15.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2592ms 2025-06-27 18:03:15.782 +03:00 [DBG] Connection id "0HNC8090TG7D4" received FIN. 2025-06-27 18:03:15.782 +03:00 [DBG] Connection id "0HNC8090TG7D4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:15.782 +03:00 [DBG] Connection id "0HNC8090TG7D4" disconnecting. 2025-06-27 18:03:15.782 +03:00 [DBG] Connection id "0HNC8090TG7D4" stopped. 2025-06-27 18:03:16.678 +03:00 [DBG] Connection id "0HNC8090TG7D5" accepted. 2025-06-27 18:03:16.678 +03:00 [DBG] Connection id "0HNC8090TG7D5" started. 2025-06-27 18:03:16.678 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 688 2025-06-27 18:03:16.678 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:16.678 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:16.678 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:03:16.678 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:03:16.678 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:16.678 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:16.679 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:16.679 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:16.679 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:16.679 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:16.679 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:16.679 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:16.679 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:16.679 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:16.679 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:16.679 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:16.679 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.679 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.679 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:16.679 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:16.679 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:03:16.679 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:03:16.679 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:03:16.679 +03:00 [DBG] Connection id "0HNC8090TG7D5", Request id "0HNC8090TG7D5:00000001": started reading request body. 2025-06-27 18:03:16.679 +03:00 [DBG] Connection id "0HNC8090TG7D5", Request id "0HNC8090TG7D5:00000001": done reading request body. 2025-06-27 18:03:16.679 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:03:16.679 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:16.679 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:16.679 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:03:16.679 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:16.679 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.679 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.679 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.679 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.679 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:16.679 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:03:16.679 +03:00 [INF] Updating physical elements properties 2025-06-27 18:03:16.696 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.7438ms. 2025-06-27 18:03:16.696 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.696 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.697 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:16.697 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:16.697 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:16.697 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.697 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.697 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.697 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.697 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.697 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.697 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 18.0287ms 2025-06-27 18:03:16.697 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:16.697 +03:00 [DBG] Connection id "0HNC8090TG7D5" completed keep alive response. 2025-06-27 18:03:16.697 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 18.7261ms 2025-06-27 18:03:16.697 +03:00 [DBG] Connection id "0HNC8090TG7D5" received FIN. 2025-06-27 18:03:16.697 +03:00 [DBG] Connection id "0HNC8090TG7D5" disconnecting. 2025-06-27 18:03:16.698 +03:00 [DBG] Connection id "0HNC8090TG7D5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:16.699 +03:00 [DBG] Connection id "0HNC8090TG7D5" stopped. 2025-06-27 18:03:16.738 +03:00 [DBG] Connection id "0HNC8090TG7D6" accepted. 2025-06-27 18:03:16.738 +03:00 [DBG] Connection id "0HNC8090TG7D6" started. 2025-06-27 18:03:16.738 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:16.738 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:16.738 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:16.738 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:16.738 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:16.738 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:16.738 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:16.738 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:16.738 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:16.738 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:16.739 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:16.739 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:16.739 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:16.739 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:16.739 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:16.739 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.739 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.739 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:16.739 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:16.739 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:16.739 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:16.739 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:16.739 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:16.739 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:16.739 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:16.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.739 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.739 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.739 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:16.739 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:16.739 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:16.741 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.0806ms. 2025-06-27 18:03:16.741 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.741 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:16.742 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:16.742 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:16.742 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:16.742 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:16.742 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:16.742 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:16.742 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.742 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.742 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.3022ms 2025-06-27 18:03:16.742 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:16.742 +03:00 [DBG] Connection id "0HNC8090TG7D6" completed keep alive response. 2025-06-27 18:03:16.742 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.183ms 2025-06-27 18:03:16.742 +03:00 [DBG] Connection id "0HNC8090TG7D6" received FIN. 2025-06-27 18:03:16.742 +03:00 [DBG] Connection id "0HNC8090TG7D6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:16.743 +03:00 [DBG] Connection id "0HNC8090TG7D6" disconnecting. 2025-06-27 18:03:16.743 +03:00 [DBG] Connection id "0HNC8090TG7D6" stopped. 2025-06-27 18:03:16.790 +03:00 [DBG] Connection id "0HNC8090TG7D7" accepted. 2025-06-27 18:03:16.790 +03:00 [DBG] Connection id "0HNC8090TG7D7" started. 2025-06-27 18:03:16.790 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:16.790 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:16.790 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:16.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:16.790 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:16.790 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:16.790 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:16.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:16.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:16.790 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:16.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:16.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:16.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:16.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:16.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:16.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:16.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:16.790 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:16.790 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:16.790 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:16.791 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:16.791 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:16.791 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:16.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:16.791 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:16.791 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:16.935 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.4517ms. 2025-06-27 18:03:16.935 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.935 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:16.935 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:16.935 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:16.935 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:16.935 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:16.935 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:16.936 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:16.937 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:16.937 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.937 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:16.937 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.937 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.937 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.937 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:16.937 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 146.7424ms 2025-06-27 18:03:16.937 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:16.937 +03:00 [DBG] Connection id "0HNC8090TG7D7" completed keep alive response. 2025-06-27 18:03:16.937 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.2467ms 2025-06-27 18:03:16.940 +03:00 [DBG] Connection id "0HNC8090TG7D7" received FIN. 2025-06-27 18:03:16.940 +03:00 [DBG] Connection id "0HNC8090TG7D7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:16.940 +03:00 [DBG] Connection id "0HNC8090TG7D7" disconnecting. 2025-06-27 18:03:16.940 +03:00 [DBG] Connection id "0HNC8090TG7D7" stopped. 2025-06-27 18:03:20.779 +03:00 [DBG] Connection id "0HNC8090TG7D8" accepted. 2025-06-27 18:03:20.779 +03:00 [DBG] Connection id "0HNC8090TG7D8" started. 2025-06-27 18:03:20.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:20.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:20.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:20.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:20.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:20.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:20.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:20.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:20.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:20.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:20.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:20.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:20.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:20.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:20.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:20.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:20.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:20.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:20.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:20.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.131ms. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:20.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:20.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:20.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7198ms 2025-06-27 18:03:20.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:20.781 +03:00 [DBG] Connection id "0HNC8090TG7D8" completed keep alive response. 2025-06-27 18:03:20.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4006ms 2025-06-27 18:03:20.781 +03:00 [DBG] Connection id "0HNC8090TG7D8" received FIN. 2025-06-27 18:03:20.781 +03:00 [DBG] Connection id "0HNC8090TG7D8" disconnecting. 2025-06-27 18:03:20.781 +03:00 [DBG] Connection id "0HNC8090TG7D8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:20.782 +03:00 [DBG] Connection id "0HNC8090TG7D8" stopped. 2025-06-27 18:03:23.492 +03:00 [DBG] Connection id "0HNC8090TG7D9" accepted. 2025-06-27 18:03:23.492 +03:00 [DBG] Connection id "0HNC8090TG7D9" started. 2025-06-27 18:03:23.492 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:03:23.492 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:23.492 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:23.492 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:03:23.492 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:03:23.492 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:23.492 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:23.492 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:23.492 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:23.492 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:23.492 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:23.492 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:23.492 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:23.492 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:23.492 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:23.492 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:23.492 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:23.492 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.492 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.493 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:23.493 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:03:23.493 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:03:23.493 +03:00 [DBG] Connection id "0HNC8090TG7D9", Request id "0HNC8090TG7D9:00000001": started reading request body. 2025-06-27 18:03:23.493 +03:00 [DBG] Connection id "0HNC8090TG7D9", Request id "0HNC8090TG7D9:00000001": done reading request body. 2025-06-27 18:03:23.493 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:23.493 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:03:23.493 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:23.493 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.493 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.493 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.493 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.493 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:23.493 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:03:23.493 +03:00 [INF] Changing group of physicals [208] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:23.515 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.1109ms. 2025-06-27 18:03:23.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:23.516 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:23.516 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:23.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.516 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 23.4594ms 2025-06-27 18:03:23.516 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:23.516 +03:00 [DBG] Connection id "0HNC8090TG7D9" completed keep alive response. 2025-06-27 18:03:23.516 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 24.0252ms 2025-06-27 18:03:23.516 +03:00 [DBG] Connection id "0HNC8090TG7D9" received FIN. 2025-06-27 18:03:23.516 +03:00 [DBG] Connection id "0HNC8090TG7D9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:23.516 +03:00 [DBG] Connection id "0HNC8090TG7D9" disconnecting. 2025-06-27 18:03:23.517 +03:00 [DBG] Connection id "0HNC8090TG7D9" stopped. 2025-06-27 18:03:23.557 +03:00 [DBG] Connection id "0HNC8090TG7DA" accepted. 2025-06-27 18:03:23.557 +03:00 [DBG] Connection id "0HNC8090TG7DA" started. 2025-06-27 18:03:23.558 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:23.558 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:23.558 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:23.558 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:23.558 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:23.558 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:23.558 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:23.558 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:23.558 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:23.558 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:23.558 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:23.558 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:23.558 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:23.558 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:23.558 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:23.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.558 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:23.558 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:23.558 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:23.558 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:23.558 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:23.558 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:23.558 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:23.558 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:23.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.558 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:23.558 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:23.558 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:23.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8581ms. 2025-06-27 18:03:23.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.559 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:23.559 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:23.559 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:23.559 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:23.559 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:23.559 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:23.559 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:23.560 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:23.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.6212ms 2025-06-27 18:03:23.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:23.560 +03:00 [DBG] Connection id "0HNC8090TG7DA" completed keep alive response. 2025-06-27 18:03:23.560 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.2227ms 2025-06-27 18:03:23.560 +03:00 [DBG] Connection id "0HNC8090TG7DA" received FIN. 2025-06-27 18:03:23.560 +03:00 [DBG] Connection id "0HNC8090TG7DA" disconnecting. 2025-06-27 18:03:23.560 +03:00 [DBG] Connection id "0HNC8090TG7DA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:23.561 +03:00 [DBG] Connection id "0HNC8090TG7DA" stopped. 2025-06-27 18:03:23.606 +03:00 [DBG] Connection id "0HNC8090TG7DB" accepted. 2025-06-27 18:03:23.606 +03:00 [DBG] Connection id "0HNC8090TG7DB" started. 2025-06-27 18:03:23.606 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:23.606 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:23.606 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:23.606 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:23.606 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:23.606 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:23.606 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:23.606 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:23.606 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:23.607 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:23.607 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:23.607 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:23.607 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:23.607 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:23.607 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:23.607 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.607 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.607 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:23.607 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:23.607 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:23.607 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:23.607 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:23.607 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:23.607 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:23.607 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:23.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.607 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.607 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.607 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:23.607 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:23.607 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:23.763 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 156.2017ms. 2025-06-27 18:03:23.763 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.763 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:23.763 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.763 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:23.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.764 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.764 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.764 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:23.764 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:23.764 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:23.764 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:23.764 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:23.764 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:23.764 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:23.765 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:23.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:23.765 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.765 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.765 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.765 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:23.765 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 158.3862ms 2025-06-27 18:03:23.765 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:23.765 +03:00 [DBG] Connection id "0HNC8090TG7DB" completed keep alive response. 2025-06-27 18:03:23.765 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 158.9546ms 2025-06-27 18:03:23.772 +03:00 [DBG] Connection id "0HNC8090TG7DB" received FIN. 2025-06-27 18:03:23.772 +03:00 [DBG] Connection id "0HNC8090TG7DB" disconnecting. 2025-06-27 18:03:23.772 +03:00 [DBG] Connection id "0HNC8090TG7DB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:23.774 +03:00 [DBG] Connection id "0HNC8090TG7DB" stopped. 2025-06-27 18:03:25.793 +03:00 [DBG] Connection id "0HNC8090TG7DC" accepted. 2025-06-27 18:03:25.793 +03:00 [DBG] Connection id "0HNC8090TG7DC" started. 2025-06-27 18:03:25.793 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:25.793 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:25.793 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:25.793 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:25.793 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:25.793 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:25.793 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:25.793 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:25.793 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:25.793 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:25.793 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:25.794 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:25.794 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:25.794 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:25.794 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:25.794 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:25.794 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:25.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:25.794 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:25.794 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:25.794 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1233ms. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:25.794 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:25.794 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:25.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7736ms 2025-06-27 18:03:25.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:25.795 +03:00 [DBG] Connection id "0HNC8090TG7DC" completed keep alive response. 2025-06-27 18:03:25.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.366ms 2025-06-27 18:03:25.795 +03:00 [DBG] Connection id "0HNC8090TG7DC" received FIN. 2025-06-27 18:03:25.795 +03:00 [DBG] Connection id "0HNC8090TG7DC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:25.795 +03:00 [DBG] Connection id "0HNC8090TG7DC" disconnecting. 2025-06-27 18:03:25.795 +03:00 [DBG] Connection id "0HNC8090TG7DC" stopped. 2025-06-27 18:03:30.781 +03:00 [DBG] Connection id "0HNC8090TG7DD" accepted. 2025-06-27 18:03:30.781 +03:00 [DBG] Connection id "0HNC8090TG7DD" started. 2025-06-27 18:03:30.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:30.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:30.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:30.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:30.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:30.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:30.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:30.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:30.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:30.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:30.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:30.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:30.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:30.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:30.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:30.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:30.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:30.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:30.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:30.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2062ms. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5902ms 2025-06-27 18:03:30.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:30.784 +03:00 [DBG] Connection id "0HNC8090TG7DD" completed keep alive response. 2025-06-27 18:03:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7729ms 2025-06-27 18:03:30.784 +03:00 [DBG] Connection id "0HNC8090TG7DD" received FIN. 2025-06-27 18:03:30.784 +03:00 [DBG] Connection id "0HNC8090TG7DD" disconnecting. 2025-06-27 18:03:30.784 +03:00 [DBG] Connection id "0HNC8090TG7DD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:30.786 +03:00 [DBG] Connection id "0HNC8090TG7DD" stopped. 2025-06-27 18:03:35.776 +03:00 [DBG] Connection id "0HNC8090TG7DE" accepted. 2025-06-27 18:03:35.776 +03:00 [DBG] Connection id "0HNC8090TG7DE" started. 2025-06-27 18:03:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:35.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:35.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:35.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:35.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:35.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:35.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.137ms. 2025-06-27 18:03:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:35.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:35.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1675ms 2025-06-27 18:03:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:35.778 +03:00 [DBG] Connection id "0HNC8090TG7DE" completed keep alive response. 2025-06-27 18:03:35.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.146ms 2025-06-27 18:03:35.779 +03:00 [DBG] Connection id "0HNC8090TG7DE" received FIN. 2025-06-27 18:03:35.779 +03:00 [DBG] Connection id "0HNC8090TG7DE" disconnecting. 2025-06-27 18:03:35.779 +03:00 [DBG] Connection id "0HNC8090TG7DE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:35.780 +03:00 [DBG] Connection id "0HNC8090TG7DE" stopped. 2025-06-27 18:03:40.804 +03:00 [DBG] Connection id "0HNC8090TG7DF" accepted. 2025-06-27 18:03:40.804 +03:00 [DBG] Connection id "0HNC8090TG7DF" started. 2025-06-27 18:03:40.805 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:40.805 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:40.806 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:40.806 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:40.806 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:40.806 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:40.806 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:40.806 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:40.806 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:40.806 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:40.806 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:40.806 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:40.806 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:40.806 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:40.806 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:40.806 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:40.806 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:40.806 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.806 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.806 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:40.807 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:40.807 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:40.807 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1759ms. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:40.807 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:40.808 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:40.808 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:40.808 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:40.808 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:40.808 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.808 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.808 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.808 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:40.808 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6251ms 2025-06-27 18:03:40.808 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:40.808 +03:00 [DBG] Connection id "0HNC8090TG7DF" completed keep alive response. 2025-06-27 18:03:40.808 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7694ms 2025-06-27 18:03:40.808 +03:00 [DBG] Connection id "0HNC8090TG7DF" received FIN. 2025-06-27 18:03:40.809 +03:00 [DBG] Connection id "0HNC8090TG7DF" disconnecting. 2025-06-27 18:03:40.809 +03:00 [DBG] Connection id "0HNC8090TG7DF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:40.810 +03:00 [DBG] Connection id "0HNC8090TG7DF" stopped. 2025-06-27 18:03:44.378 +03:00 [DBG] Connection id "0HNC8090TG7DG" accepted. 2025-06-27 18:03:44.378 +03:00 [DBG] Connection id "0HNC8090TG7DG" started. 2025-06-27 18:03:44.378 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:03:44.378 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:44.378 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:44.378 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:03:44.378 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:03:44.378 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:44.378 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:44.378 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:44.378 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:44.378 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:44.378 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:44.378 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:44.378 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:44.378 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:44.379 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:44.379 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:44.379 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:44.379 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.379 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.379 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:44.379 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:44.379 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:03:44.379 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:03:44.379 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:03:44.379 +03:00 [DBG] Connection id "0HNC8090TG7DG", Request id "0HNC8090TG7DG:00000001": started reading request body. 2025-06-27 18:03:44.379 +03:00 [DBG] Connection id "0HNC8090TG7DG", Request id "0HNC8090TG7DG:00000001": done reading request body. 2025-06-27 18:03:44.379 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:03:44.379 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:44.379 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:44.379 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:03:44.379 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:44.379 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.379 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.379 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.379 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.379 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:44.379 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:03:44.379 +03:00 [INF] Updating physical elements properties 2025-06-27 18:03:44.402 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.897ms. 2025-06-27 18:03:44.402 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:44.403 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:44.403 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.403 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.403 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 24.2263ms 2025-06-27 18:03:44.403 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:44.403 +03:00 [DBG] Connection id "0HNC8090TG7DG" completed keep alive response. 2025-06-27 18:03:44.403 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 25.0255ms 2025-06-27 18:03:44.403 +03:00 [DBG] Connection id "0HNC8090TG7DG" received FIN. 2025-06-27 18:03:44.403 +03:00 [DBG] Connection id "0HNC8090TG7DG" disconnecting. 2025-06-27 18:03:44.403 +03:00 [DBG] Connection id "0HNC8090TG7DG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:44.404 +03:00 [DBG] Connection id "0HNC8090TG7DG" stopped. 2025-06-27 18:03:44.449 +03:00 [DBG] Connection id "0HNC8090TG7DH" accepted. 2025-06-27 18:03:44.449 +03:00 [DBG] Connection id "0HNC8090TG7DH" started. 2025-06-27 18:03:44.449 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:44.449 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:44.449 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:44.449 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:44.449 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:44.449 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:44.449 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:44.449 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:44.449 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:44.449 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:44.449 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:44.449 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:44.449 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:44.449 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:44.449 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:44.449 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.449 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.449 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:44.449 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:44.449 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:44.449 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:44.449 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:44.449 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:44.449 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:44.450 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:44.450 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.450 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.450 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.450 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.450 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:44.450 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:44.450 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:44.451 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5246ms. 2025-06-27 18:03:44.451 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.451 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:44.451 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:44.451 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:44.451 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:44.451 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:44.452 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:44.452 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:44.452 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:44.452 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.452 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.452 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.452 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.452 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.452 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.452 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4412ms 2025-06-27 18:03:44.452 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:44.452 +03:00 [DBG] Connection id "0HNC8090TG7DH" completed keep alive response. 2025-06-27 18:03:44.452 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.9801ms 2025-06-27 18:03:44.452 +03:00 [DBG] Connection id "0HNC8090TG7DH" received FIN. 2025-06-27 18:03:44.452 +03:00 [DBG] Connection id "0HNC8090TG7DH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:44.452 +03:00 [DBG] Connection id "0HNC8090TG7DH" disconnecting. 2025-06-27 18:03:44.452 +03:00 [DBG] Connection id "0HNC8090TG7DH" stopped. 2025-06-27 18:03:44.511 +03:00 [DBG] Connection id "0HNC8090TG7DI" accepted. 2025-06-27 18:03:44.511 +03:00 [DBG] Connection id "0HNC8090TG7DI" started. 2025-06-27 18:03:44.512 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:44.512 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:44.512 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:44.512 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:44.512 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:44.512 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:44.512 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:44.512 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:44.512 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:44.512 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:44.512 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:44.512 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:44.512 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:44.512 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:44.512 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:44.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.512 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:44.512 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:44.512 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:44.512 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:44.512 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:44.512 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:44.512 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:44.512 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:44.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.512 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:44.512 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:44.512 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:44.660 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 147.3949ms. 2025-06-27 18:03:44.660 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.660 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:44.660 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:44.660 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:44.660 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:44.660 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:44.660 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:44.660 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:44.662 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:44.662 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.662 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:44.662 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.662 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.662 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.662 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:44.662 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 149.7575ms 2025-06-27 18:03:44.662 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:44.662 +03:00 [DBG] Connection id "0HNC8090TG7DI" completed keep alive response. 2025-06-27 18:03:44.662 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 150.2666ms 2025-06-27 18:03:44.666 +03:00 [DBG] Connection id "0HNC8090TG7DI" received FIN. 2025-06-27 18:03:44.666 +03:00 [DBG] Connection id "0HNC8090TG7DI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:44.666 +03:00 [DBG] Connection id "0HNC8090TG7DI" disconnecting. 2025-06-27 18:03:44.666 +03:00 [DBG] Connection id "0HNC8090TG7DI" stopped. 2025-06-27 18:03:45.773 +03:00 [DBG] Connection id "0HNC8090TG7DJ" accepted. 2025-06-27 18:03:45.773 +03:00 [DBG] Connection id "0HNC8090TG7DJ" started. 2025-06-27 18:03:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:45.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:45.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1833ms. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:45.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0855ms 2025-06-27 18:03:45.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:45.776 +03:00 [DBG] Connection id "0HNC8090TG7DJ" completed keep alive response. 2025-06-27 18:03:45.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1446ms 2025-06-27 18:03:45.776 +03:00 [DBG] Connection id "0HNC8090TG7DJ" received FIN. 2025-06-27 18:03:45.776 +03:00 [DBG] Connection id "0HNC8090TG7DJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:45.776 +03:00 [DBG] Connection id "0HNC8090TG7DJ" disconnecting. 2025-06-27 18:03:45.776 +03:00 [DBG] Connection id "0HNC8090TG7DJ" stopped. 2025-06-27 18:03:49.207 +03:00 [DBG] Connection id "0HNC8090TG7DK" accepted. 2025-06-27 18:03:49.207 +03:00 [DBG] Connection id "0HNC8090TG7DK" started. 2025-06-27 18:03:49.207 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:03:49.207 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:49.207 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:49.207 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:03:49.207 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:03:49.207 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:49.207 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:49.207 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:49.207 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:49.207 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:49.207 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:49.207 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:49.207 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:49.208 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:49.208 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:49.208 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:49.208 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:49.208 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.208 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.208 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:49.208 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:03:49.208 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:03:49.208 +03:00 [DBG] Connection id "0HNC8090TG7DK", Request id "0HNC8090TG7DK:00000001": started reading request body. 2025-06-27 18:03:49.208 +03:00 [DBG] Connection id "0HNC8090TG7DK", Request id "0HNC8090TG7DK:00000001": done reading request body. 2025-06-27 18:03:49.208 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:49.208 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:03:49.208 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:03:49.208 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.208 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.208 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.208 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.208 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:49.208 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:03:49.208 +03:00 [INF] Changing group of physicals [209] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:49.230 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 21.8766ms. 2025-06-27 18:03:49.230 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.230 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:49.231 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:49.231 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:49.231 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.231 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.231 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.231 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.231 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.231 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.231 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 23.1206ms 2025-06-27 18:03:49.231 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:03:49.231 +03:00 [DBG] Connection id "0HNC8090TG7DK" completed keep alive response. 2025-06-27 18:03:49.231 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 23.7225ms 2025-06-27 18:03:49.231 +03:00 [DBG] Connection id "0HNC8090TG7DK" received FIN. 2025-06-27 18:03:49.231 +03:00 [DBG] Connection id "0HNC8090TG7DK" disconnecting. 2025-06-27 18:03:49.231 +03:00 [DBG] Connection id "0HNC8090TG7DK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:49.232 +03:00 [DBG] Connection id "0HNC8090TG7DK" stopped. 2025-06-27 18:03:49.271 +03:00 [DBG] Connection id "0HNC8090TG7DL" accepted. 2025-06-27 18:03:49.271 +03:00 [DBG] Connection id "0HNC8090TG7DL" started. 2025-06-27 18:03:49.272 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:49.272 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:49.272 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:49.272 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:49.272 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:49.272 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:49.272 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:49.272 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:49.272 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:49.272 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:49.272 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:49.272 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:49.272 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:49.272 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:49.272 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:49.272 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.272 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.272 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:49.272 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:49.272 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:49.272 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:49.272 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:49.272 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:49.272 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:49.272 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:49.272 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.272 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.272 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.272 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.272 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:49.272 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:49.272 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:49.273 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.032ms. 2025-06-27 18:03:49.274 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:49.274 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:49.274 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:49.274 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:49.274 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:49.274 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:49.274 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:49.274 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.274 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.274 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.9714ms 2025-06-27 18:03:49.274 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:49.274 +03:00 [DBG] Connection id "0HNC8090TG7DL" completed keep alive response. 2025-06-27 18:03:49.274 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.522ms 2025-06-27 18:03:49.274 +03:00 [DBG] Connection id "0HNC8090TG7DL" received FIN. 2025-06-27 18:03:49.274 +03:00 [DBG] Connection id "0HNC8090TG7DL" disconnecting. 2025-06-27 18:03:49.274 +03:00 [DBG] Connection id "0HNC8090TG7DL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:49.275 +03:00 [DBG] Connection id "0HNC8090TG7DL" stopped. 2025-06-27 18:03:49.317 +03:00 [DBG] Connection id "0HNC8090TG7DM" accepted. 2025-06-27 18:03:49.317 +03:00 [DBG] Connection id "0HNC8090TG7DM" started. 2025-06-27 18:03:49.317 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:49.317 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:49.318 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:49.318 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:49.318 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:49.318 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:49.318 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:49.318 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:49.318 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:49.318 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:49.318 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:49.318 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:49.318 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:49.318 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:49.318 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:49.318 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.318 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.318 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:49.318 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:49.318 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:49.318 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:49.318 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:49.318 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:49.318 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:49.319 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:49.319 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.319 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.319 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.319 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.319 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:49.319 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:49.319 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:49.481 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 161.9122ms. 2025-06-27 18:03:49.481 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.481 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:49.481 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:49.481 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:49.481 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:49.481 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:49.481 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:49.481 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:49.482 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:49.483 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.483 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:49.483 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.483 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.483 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.483 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:49.483 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 164.4625ms 2025-06-27 18:03:49.483 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:49.483 +03:00 [DBG] Connection id "0HNC8090TG7DM" completed keep alive response. 2025-06-27 18:03:49.483 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 165.2852ms 2025-06-27 18:03:49.486 +03:00 [DBG] Connection id "0HNC8090TG7DM" received FIN. 2025-06-27 18:03:49.486 +03:00 [DBG] Connection id "0HNC8090TG7DM" disconnecting. 2025-06-27 18:03:49.486 +03:00 [DBG] Connection id "0HNC8090TG7DM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:49.488 +03:00 [DBG] Connection id "0HNC8090TG7DM" stopped. 2025-06-27 18:03:50.779 +03:00 [DBG] Connection id "0HNC8090TG7DN" accepted. 2025-06-27 18:03:50.779 +03:00 [DBG] Connection id "0HNC8090TG7DN" started. 2025-06-27 18:03:50.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:50.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:50.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:50.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:50.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:50.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:50.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:50.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:50.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:50.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:50.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:50.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:50.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:50.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:50.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:50.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:50.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:50.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1201ms. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:50.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:50.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:50.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6593ms 2025-06-27 18:03:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:50.781 +03:00 [DBG] Connection id "0HNC8090TG7DN" completed keep alive response. 2025-06-27 18:03:50.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2544ms 2025-06-27 18:03:50.781 +03:00 [DBG] Connection id "0HNC8090TG7DN" received FIN. 2025-06-27 18:03:50.781 +03:00 [DBG] Connection id "0HNC8090TG7DN" disconnecting. 2025-06-27 18:03:50.781 +03:00 [DBG] Connection id "0HNC8090TG7DN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:50.782 +03:00 [DBG] Connection id "0HNC8090TG7DN" stopped. 2025-06-27 18:03:55.781 +03:00 [DBG] Connection id "0HNC8090TG7DO" accepted. 2025-06-27 18:03:55.781 +03:00 [DBG] Connection id "0HNC8090TG7DO" started. 2025-06-27 18:03:55.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:03:55.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:55.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:55.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:03:55.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:03:55.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:55.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:55.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:55.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:55.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:55.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:55.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:03:55.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:55.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:55.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:55.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:55.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:55.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:55.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:55.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1606ms. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:55.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:55.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:55.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0871ms 2025-06-27 18:03:55.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:03:55.784 +03:00 [DBG] Connection id "0HNC8090TG7DO" completed keep alive response. 2025-06-27 18:03:55.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.005ms 2025-06-27 18:03:55.784 +03:00 [DBG] Connection id "0HNC8090TG7DO" received FIN. 2025-06-27 18:03:55.784 +03:00 [DBG] Connection id "0HNC8090TG7DO" disconnecting. 2025-06-27 18:03:55.784 +03:00 [DBG] Connection id "0HNC8090TG7DO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:55.785 +03:00 [DBG] Connection id "0HNC8090TG7DO" stopped. 2025-06-27 18:03:59.319 +03:00 [DBG] Connection id "0HNC8090TG7DP" accepted. 2025-06-27 18:03:59.320 +03:00 [DBG] Connection id "0HNC8090TG7DP" started. 2025-06-27 18:03:59.320 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 688 2025-06-27 18:03:59.320 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:59.320 +03:00 [DBG] POST requests are not supported 2025-06-27 18:03:59.320 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:03:59.320 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:03:59.320 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:59.320 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:59.320 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:59.320 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:03:59.320 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:03:59.320 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:59.320 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:59.320 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:59.320 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:59.320 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:59.320 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:59.320 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:59.320 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.320 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.320 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:59.320 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:59.320 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:03:59.320 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:03:59.320 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:03:59.320 +03:00 [DBG] Connection id "0HNC8090TG7DP", Request id "0HNC8090TG7DP:00000001": started reading request body. 2025-06-27 18:03:59.320 +03:00 [DBG] Connection id "0HNC8090TG7DP", Request id "0HNC8090TG7DP:00000001": done reading request body. 2025-06-27 18:03:59.320 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:03:59.321 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:59.321 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:59.321 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:03:59.321 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:03:59.321 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.321 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.321 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.321 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.321 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:59.321 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:03:59.321 +03:00 [INF] Updating physical elements properties 2025-06-27 18:03:59.337 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.5803ms. 2025-06-27 18:03:59.337 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:59.338 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:03:59.338 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.338 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.338 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 17.85ms 2025-06-27 18:03:59.338 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:03:59.338 +03:00 [DBG] Connection id "0HNC8090TG7DP" completed keep alive response. 2025-06-27 18:03:59.338 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 18.511ms 2025-06-27 18:03:59.338 +03:00 [DBG] Connection id "0HNC8090TG7DP" received FIN. 2025-06-27 18:03:59.338 +03:00 [DBG] Connection id "0HNC8090TG7DP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:59.339 +03:00 [DBG] Connection id "0HNC8090TG7DP" disconnecting. 2025-06-27 18:03:59.339 +03:00 [DBG] Connection id "0HNC8090TG7DP" stopped. 2025-06-27 18:03:59.375 +03:00 [DBG] Connection id "0HNC8090TG7DQ" accepted. 2025-06-27 18:03:59.375 +03:00 [DBG] Connection id "0HNC8090TG7DQ" started. 2025-06-27 18:03:59.375 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:59.375 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:59.375 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:59.375 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:59.375 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:59.376 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:59.376 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:59.376 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:59.376 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:59.376 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:59.376 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:59.376 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:59.376 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:59.376 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:59.376 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:59.376 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.376 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.376 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:59.376 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:59.376 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:59.376 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:59.376 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:59.376 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:59.376 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:59.376 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:59.376 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.376 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.376 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.376 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.377 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:59.377 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:59.377 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:59.378 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6168ms. 2025-06-27 18:03:59.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.378 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.378 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.378 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.378 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:59.379 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:59.379 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:59.379 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:59.379 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:59.379 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:59.379 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:59.379 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:59.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.379 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.379 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.1676ms 2025-06-27 18:03:59.379 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:59.379 +03:00 [DBG] Connection id "0HNC8090TG7DQ" completed keep alive response. 2025-06-27 18:03:59.379 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.9842ms 2025-06-27 18:03:59.379 +03:00 [DBG] Connection id "0HNC8090TG7DQ" received FIN. 2025-06-27 18:03:59.379 +03:00 [DBG] Connection id "0HNC8090TG7DQ" disconnecting. 2025-06-27 18:03:59.379 +03:00 [DBG] Connection id "0HNC8090TG7DQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:59.381 +03:00 [DBG] Connection id "0HNC8090TG7DQ" stopped. 2025-06-27 18:03:59.421 +03:00 [DBG] Connection id "0HNC8090TG7DR" accepted. 2025-06-27 18:03:59.421 +03:00 [DBG] Connection id "0HNC8090TG7DR" started. 2025-06-27 18:03:59.421 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:03:59.421 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:03:59.421 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:03:59.421 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:59.421 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:03:59.421 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:59.421 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:03:59.422 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:03:59.422 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:59.422 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:03:59.422 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:03:59.422 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:03:59.422 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:03:59.422 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:03:59.422 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:03:59.422 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.422 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.422 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:59.422 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:03:59.422 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:03:59.422 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:03:59.422 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:59.422 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:03:59.422 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:03:59.422 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:03:59.422 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.422 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.422 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.422 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.422 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:03:59.422 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:03:59.422 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:03:59.567 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.7182ms. 2025-06-27 18:03:59.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.567 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:59.567 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:03:59.567 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:03:59.567 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:03:59.567 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:03:59.567 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:03:59.567 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:03:59.569 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:03:59.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:03:59.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:03:59.569 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 147.0567ms 2025-06-27 18:03:59.569 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:03:59.569 +03:00 [DBG] Connection id "0HNC8090TG7DR" completed keep alive response. 2025-06-27 18:03:59.569 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.6266ms 2025-06-27 18:03:59.573 +03:00 [DBG] Connection id "0HNC8090TG7DR" received FIN. 2025-06-27 18:03:59.573 +03:00 [DBG] Connection id "0HNC8090TG7DR" disconnecting. 2025-06-27 18:03:59.573 +03:00 [DBG] Connection id "0HNC8090TG7DR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:03:59.574 +03:00 [DBG] Connection id "0HNC8090TG7DR" stopped. 2025-06-27 18:04:00.777 +03:00 [DBG] Connection id "0HNC8090TG7DS" accepted. 2025-06-27 18:04:00.777 +03:00 [DBG] Connection id "0HNC8090TG7DS" started. 2025-06-27 18:04:00.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:00.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:00.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:00.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:00.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:00.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:00.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:00.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:00.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:00.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:00.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:00.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:00.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:00.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:00.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:00.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:00.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:00.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:00.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:00.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1267ms. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:00.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:00.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:00.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8874ms 2025-06-27 18:04:00.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:00.779 +03:00 [DBG] Connection id "0HNC8090TG7DS" completed keep alive response. 2025-06-27 18:04:00.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4622ms 2025-06-27 18:04:00.779 +03:00 [DBG] Connection id "0HNC8090TG7DS" received FIN. 2025-06-27 18:04:00.779 +03:00 [DBG] Connection id "0HNC8090TG7DS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:00.779 +03:00 [DBG] Connection id "0HNC8090TG7DS" disconnecting. 2025-06-27 18:04:00.779 +03:00 [DBG] Connection id "0HNC8090TG7DS" stopped. 2025-06-27 18:04:05.021 +03:00 [DBG] Connection id "0HNC8090TG7DT" accepted. 2025-06-27 18:04:05.021 +03:00 [DBG] Connection id "0HNC8090TG7DT" started. 2025-06-27 18:04:05.021 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:04:05.021 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:05.021 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:05.021 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:04:05.022 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:04:05.022 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:04:05.022 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:05.022 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:05.022 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:05.022 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:05.022 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:04:05.022 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:04:05.022 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:05.022 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:05.022 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:05.022 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:05.022 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:05.022 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.022 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.022 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:04:05.022 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:04:05.022 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:04:05.022 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:04:05.022 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:04:05.022 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:04:05.022 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:04:05.022 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:04:05.022 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:04:05.022 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:04:05.022 +03:00 [DBG] Connection id "0HNC8090TG7DT", Request id "0HNC8090TG7DT:00000001": started reading request body. 2025-06-27 18:04:05.022 +03:00 [DBG] Connection id "0HNC8090TG7DT", Request id "0HNC8090TG7DT:00000001": done reading request body. 2025-06-27 18:04:05.023 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:04:05.023 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:04:05.023 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:04:05.023 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:04:05.023 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:04:05.023 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.023 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.023 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.023 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.023 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:05.023 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:04:05.023 +03:00 [INF] Changing group of physicals [205] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:04:05.046 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 23.0873ms. 2025-06-27 18:04:05.046 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:05.046 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:05.046 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.046 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.046 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 24.2649ms 2025-06-27 18:04:05.046 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:04:05.046 +03:00 [DBG] Connection id "0HNC8090TG7DT" completed keep alive response. 2025-06-27 18:04:05.046 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 25.0264ms 2025-06-27 18:04:05.047 +03:00 [DBG] Connection id "0HNC8090TG7DT" received FIN. 2025-06-27 18:04:05.047 +03:00 [DBG] Connection id "0HNC8090TG7DT" disconnecting. 2025-06-27 18:04:05.047 +03:00 [DBG] Connection id "0HNC8090TG7DT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:05.048 +03:00 [DBG] Connection id "0HNC8090TG7DT" stopped. 2025-06-27 18:04:05.083 +03:00 [DBG] Connection id "0HNC8090TG7DU" accepted. 2025-06-27 18:04:05.083 +03:00 [DBG] Connection id "0HNC8090TG7DU" started. 2025-06-27 18:04:05.083 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:04:05.083 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:05.083 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:04:05.084 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:04:05.084 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:04:05.084 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:04:05.084 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:05.084 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:05.084 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:04:05.084 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:04:05.084 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:05.084 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:05.084 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:05.084 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:05.084 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:05.084 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.084 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.084 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:04:05.084 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:04:05.084 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:04:05.084 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:04:05.084 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:04:05.084 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:04:05.084 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:04:05.084 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:04:05.084 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.084 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.084 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.084 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.084 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:05.084 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:04:05.084 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:04:05.085 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8562ms. 2025-06-27 18:04:05.085 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.085 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:04:05.085 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:04:05.085 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:04:05.085 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:04:05.085 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:04:05.086 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:04:05.086 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:04:05.086 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:04:05.086 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.086 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.086 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.086 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.086 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.086 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.086 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.7576ms 2025-06-27 18:04:05.086 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:04:05.086 +03:00 [DBG] Connection id "0HNC8090TG7DU" completed keep alive response. 2025-06-27 18:04:05.086 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3417ms 2025-06-27 18:04:05.086 +03:00 [DBG] Connection id "0HNC8090TG7DU" received FIN. 2025-06-27 18:04:05.086 +03:00 [DBG] Connection id "0HNC8090TG7DU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:05.086 +03:00 [DBG] Connection id "0HNC8090TG7DU" disconnecting. 2025-06-27 18:04:05.086 +03:00 [DBG] Connection id "0HNC8090TG7DU" stopped. 2025-06-27 18:04:05.136 +03:00 [DBG] Connection id "0HNC8090TG7DV" accepted. 2025-06-27 18:04:05.136 +03:00 [DBG] Connection id "0HNC8090TG7DV" started. 2025-06-27 18:04:05.136 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:04:05.136 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:05.136 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:04:05.136 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:04:05.136 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:04:05.136 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:04:05.136 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:05.136 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:05.136 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:04:05.136 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:04:05.137 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:05.137 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:05.137 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:05.137 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:05.137 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:05.137 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.137 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.137 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:04:05.137 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:04:05.137 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:04:05.137 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:04:05.137 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:04:05.137 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:04:05.137 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:04:05.137 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:04:05.137 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.137 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.137 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.137 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.137 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:05.137 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:04:05.138 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:04:05.283 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 145.2507ms. 2025-06-27 18:04:05.283 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.283 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:04:05.283 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:04:05.283 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:04:05.283 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:04:05.283 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:04:05.283 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:04:05.283 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:04:05.285 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:04:05.286 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.286 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.286 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.286 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.286 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.286 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.286 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 148.9139ms 2025-06-27 18:04:05.286 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:04:05.286 +03:00 [DBG] Connection id "0HNC8090TG7DV" completed keep alive response. 2025-06-27 18:04:05.286 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 149.8634ms 2025-06-27 18:04:05.289 +03:00 [DBG] Connection id "0HNC8090TG7DV" received FIN. 2025-06-27 18:04:05.289 +03:00 [DBG] Connection id "0HNC8090TG7DV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:05.289 +03:00 [DBG] Connection id "0HNC8090TG7DV" disconnecting. 2025-06-27 18:04:05.289 +03:00 [DBG] Connection id "0HNC8090TG7DV" stopped. 2025-06-27 18:04:05.777 +03:00 [DBG] Connection id "0HNC8090TG7E0" accepted. 2025-06-27 18:04:05.778 +03:00 [DBG] Connection id "0HNC8090TG7E0" started. 2025-06-27 18:04:05.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:05.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:05.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:05.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:05.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:05.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:05.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:05.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:05.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:05.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:05.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:05.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:05.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:05.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:05.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:05.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:05.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:05.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:05.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2115ms. 2025-06-27 18:04:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:05.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:05.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:05.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4536ms 2025-06-27 18:04:05.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:05.781 +03:00 [DBG] Connection id "0HNC8090TG7E0" completed keep alive response. 2025-06-27 18:04:05.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7891ms 2025-06-27 18:04:05.781 +03:00 [DBG] Connection id "0HNC8090TG7E0" received FIN. 2025-06-27 18:04:05.781 +03:00 [DBG] Connection id "0HNC8090TG7E0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:05.781 +03:00 [DBG] Connection id "0HNC8090TG7E0" disconnecting. 2025-06-27 18:04:05.781 +03:00 [DBG] Connection id "0HNC8090TG7E0" stopped. 2025-06-27 18:04:10.782 +03:00 [DBG] Connection id "0HNC8090TG7E1" accepted. 2025-06-27 18:04:10.782 +03:00 [DBG] Connection id "0HNC8090TG7E1" started. 2025-06-27 18:04:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:10.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:10.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:10.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1244ms. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:10.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:10.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:10.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.677ms 2025-06-27 18:04:10.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:10.783 +03:00 [DBG] Connection id "0HNC8090TG7E1" completed keep alive response. 2025-06-27 18:04:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2387ms 2025-06-27 18:04:10.784 +03:00 [DBG] Connection id "0HNC8090TG7E1" received FIN. 2025-06-27 18:04:10.784 +03:00 [DBG] Connection id "0HNC8090TG7E1" disconnecting. 2025-06-27 18:04:10.784 +03:00 [DBG] Connection id "0HNC8090TG7E1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:10.785 +03:00 [DBG] Connection id "0HNC8090TG7E1" stopped. 2025-06-27 18:04:15.787 +03:00 [DBG] Connection id "0HNC8090TG7E2" accepted. 2025-06-27 18:04:15.788 +03:00 [DBG] Connection id "0HNC8090TG7E2" started. 2025-06-27 18:04:15.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:15.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:15.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:15.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:15.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:15.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:15.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:15.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:15.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:15.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:15.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:15.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:15.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:15.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:15.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:15.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:15.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:15.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:15.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1198ms. 2025-06-27 18:04:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:15.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:15.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7509ms 2025-06-27 18:04:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:15.789 +03:00 [DBG] Connection id "0HNC8090TG7E2" completed keep alive response. 2025-06-27 18:04:15.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3552ms 2025-06-27 18:04:15.789 +03:00 [DBG] Connection id "0HNC8090TG7E2" received FIN. 2025-06-27 18:04:15.789 +03:00 [DBG] Connection id "0HNC8090TG7E2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:15.789 +03:00 [DBG] Connection id "0HNC8090TG7E2" disconnecting. 2025-06-27 18:04:15.789 +03:00 [DBG] Connection id "0HNC8090TG7E2" stopped. 2025-06-27 18:04:20.777 +03:00 [DBG] Connection id "0HNC8090TG7E3" accepted. 2025-06-27 18:04:20.777 +03:00 [DBG] Connection id "0HNC8090TG7E3" started. 2025-06-27 18:04:20.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:20.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:20.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:20.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:20.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:20.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:20.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:20.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:20.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:20.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:20.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:20.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:20.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:20.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:20.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1165ms. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:20.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:20.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:20.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6347ms 2025-06-27 18:04:20.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:20.778 +03:00 [DBG] Connection id "0HNC8090TG7E3" completed keep alive response. 2025-06-27 18:04:20.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1754ms 2025-06-27 18:04:20.779 +03:00 [DBG] Connection id "0HNC8090TG7E3" received FIN. 2025-06-27 18:04:20.779 +03:00 [DBG] Connection id "0HNC8090TG7E3" disconnecting. 2025-06-27 18:04:20.779 +03:00 [DBG] Connection id "0HNC8090TG7E3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:20.780 +03:00 [DBG] Connection id "0HNC8090TG7E3" stopped. 2025-06-27 18:04:25.785 +03:00 [DBG] Connection id "0HNC8090TG7E4" accepted. 2025-06-27 18:04:25.785 +03:00 [DBG] Connection id "0HNC8090TG7E4" started. 2025-06-27 18:04:25.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:25.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:25.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:25.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:25.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:25.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:25.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:25.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:25.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:25.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:25.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:25.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:25.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:25.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:25.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:25.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:25.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:25.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:25.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:25.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1534ms. 2025-06-27 18:04:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:25.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:25.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:25.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0449ms 2025-06-27 18:04:25.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:25.787 +03:00 [DBG] Connection id "0HNC8090TG7E4" completed keep alive response. 2025-06-27 18:04:25.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9076ms 2025-06-27 18:04:25.788 +03:00 [DBG] Connection id "0HNC8090TG7E4" received FIN. 2025-06-27 18:04:25.788 +03:00 [DBG] Connection id "0HNC8090TG7E4" disconnecting. 2025-06-27 18:04:25.788 +03:00 [DBG] Connection id "0HNC8090TG7E4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:25.789 +03:00 [DBG] Connection id "0HNC8090TG7E4" stopped. 2025-06-27 18:04:30.785 +03:00 [DBG] Connection id "0HNC8090TG7E5" accepted. 2025-06-27 18:04:30.785 +03:00 [DBG] Connection id "0HNC8090TG7E5" started. 2025-06-27 18:04:30.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:30.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:30.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:30.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:30.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:30.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:30.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:30.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:30.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:30.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:30.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:30.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:30.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:30.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:30.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:30.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:30.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:30.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:30.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:30.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:30.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1209ms. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:30.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:30.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:30.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:30.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6309ms 2025-06-27 18:04:30.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:30.787 +03:00 [DBG] Connection id "0HNC8090TG7E5" completed keep alive response. 2025-06-27 18:04:30.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3399ms 2025-06-27 18:04:30.787 +03:00 [DBG] Connection id "0HNC8090TG7E5" received FIN. 2025-06-27 18:04:30.787 +03:00 [DBG] Connection id "0HNC8090TG7E5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:30.787 +03:00 [DBG] Connection id "0HNC8090TG7E5" disconnecting. 2025-06-27 18:04:30.787 +03:00 [DBG] Connection id "0HNC8090TG7E5" stopped. 2025-06-27 18:04:35.775 +03:00 [DBG] Connection id "0HNC8090TG7E6" accepted. 2025-06-27 18:04:35.775 +03:00 [DBG] Connection id "0HNC8090TG7E6" started. 2025-06-27 18:04:35.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:35.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:35.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:35.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:35.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:35.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:35.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:35.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:35.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:35.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:35.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:35.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:35.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:35.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:35.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1214ms. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:35.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:35.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:35.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6683ms 2025-06-27 18:04:35.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:35.777 +03:00 [DBG] Connection id "0HNC8090TG7E6" completed keep alive response. 2025-06-27 18:04:35.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2465ms 2025-06-27 18:04:35.777 +03:00 [DBG] Connection id "0HNC8090TG7E6" received FIN. 2025-06-27 18:04:35.777 +03:00 [DBG] Connection id "0HNC8090TG7E6" disconnecting. 2025-06-27 18:04:35.777 +03:00 [DBG] Connection id "0HNC8090TG7E6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:35.778 +03:00 [DBG] Connection id "0HNC8090TG7E6" stopped. 2025-06-27 18:04:40.781 +03:00 [DBG] Connection id "0HNC8090TG7E7" accepted. 2025-06-27 18:04:40.781 +03:00 [DBG] Connection id "0HNC8090TG7E7" started. 2025-06-27 18:04:40.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:40.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:40.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:40.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:40.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:40.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:40.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:40.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:40.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:40.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:40.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:40.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:40.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:40.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:40.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:40.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:40.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:40.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:40.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:40.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1363ms. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:40.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:40.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:40.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8416ms 2025-06-27 18:04:40.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:40.782 +03:00 [DBG] Connection id "0HNC8090TG7E7" completed keep alive response. 2025-06-27 18:04:40.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.489ms 2025-06-27 18:04:40.783 +03:00 [DBG] Connection id "0HNC8090TG7E7" received FIN. 2025-06-27 18:04:40.783 +03:00 [DBG] Connection id "0HNC8090TG7E7" disconnecting. 2025-06-27 18:04:40.783 +03:00 [DBG] Connection id "0HNC8090TG7E7" stopped. 2025-06-27 18:04:40.783 +03:00 [DBG] Connection id "0HNC8090TG7E7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:45.774 +03:00 [DBG] Connection id "0HNC8090TG7E8" accepted. 2025-06-27 18:04:45.774 +03:00 [DBG] Connection id "0HNC8090TG7E8" started. 2025-06-27 18:04:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:45.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:45.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:45.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:45.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:45.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:45.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:45.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:45.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:45.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:45.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:45.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:45.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1139ms. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6537ms 2025-06-27 18:04:45.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:45.776 +03:00 [DBG] Connection id "0HNC8090TG7E8" completed keep alive response. 2025-06-27 18:04:45.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2497ms 2025-06-27 18:04:45.776 +03:00 [DBG] Connection id "0HNC8090TG7E8" received FIN. 2025-06-27 18:04:45.776 +03:00 [DBG] Connection id "0HNC8090TG7E8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:45.776 +03:00 [DBG] Connection id "0HNC8090TG7E8" disconnecting. 2025-06-27 18:04:45.776 +03:00 [DBG] Connection id "0HNC8090TG7E8" stopped. 2025-06-27 18:04:50.778 +03:00 [DBG] Connection id "0HNC8090TG7E9" accepted. 2025-06-27 18:04:50.778 +03:00 [DBG] Connection id "0HNC8090TG7E9" started. 2025-06-27 18:04:50.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:50.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:50.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:50.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:50.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:50.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:50.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:50.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:50.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:50.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:50.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:50.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:50.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:50.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:50.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1667ms. 2025-06-27 18:04:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:50.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:50.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:50.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9554ms 2025-06-27 18:04:50.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:50.780 +03:00 [DBG] Connection id "0HNC8090TG7E9" completed keep alive response. 2025-06-27 18:04:50.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7869ms 2025-06-27 18:04:50.781 +03:00 [DBG] Connection id "0HNC8090TG7E9" received FIN. 2025-06-27 18:04:50.781 +03:00 [DBG] Connection id "0HNC8090TG7E9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:04:50.781 +03:00 [DBG] Connection id "0HNC8090TG7E9" disconnecting. 2025-06-27 18:04:50.781 +03:00 [DBG] Connection id "0HNC8090TG7E9" stopped. 2025-06-27 18:04:55.779 +03:00 [DBG] Connection id "0HNC8090TG7EA" accepted. 2025-06-27 18:04:55.779 +03:00 [DBG] Connection id "0HNC8090TG7EA" started. 2025-06-27 18:04:55.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:04:55.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:04:55.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:04:55.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:04:55.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:04:55.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:55.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:04:55.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:04:55.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:04:55.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:04:55.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:55.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:04:55.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:04:55.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:04:55.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:04:55.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:04:55.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:04:55.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:55.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:55.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:04:55.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1568ms. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:55.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:04:55.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:04:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:04:55.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1559ms 2025-06-27 18:04:55.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:04:55.781 +03:00 [DBG] Connection id "0HNC8090TG7EA" completed keep alive response. 2025-06-27 18:04:55.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0849ms 2025-06-27 18:04:55.781 +03:00 [DBG] Connection id "0HNC8090TG7EA" received FIN. 2025-06-27 18:04:55.781 +03:00 [DBG] Connection id "0HNC8090TG7EA" disconnecting. 2025-06-27 18:04:55.781 +03:00 [DBG] Connection id "0HNC8090TG7EA" stopped. 2025-06-27 18:04:55.781 +03:00 [DBG] Connection id "0HNC8090TG7EA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:00.777 +03:00 [DBG] Connection id "0HNC8090TG7EB" accepted. 2025-06-27 18:05:00.777 +03:00 [DBG] Connection id "0HNC8090TG7EB" started. 2025-06-27 18:05:00.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:00.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:00.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:00.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:00.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:00.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:00.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:00.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:00.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:00.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:00.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:00.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:00.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:00.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:00.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:00.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:00.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:00.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:00.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:00.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1209ms. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:00.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:00.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:00.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:00.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6122ms 2025-06-27 18:05:00.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:00.779 +03:00 [DBG] Connection id "0HNC8090TG7EB" completed keep alive response. 2025-06-27 18:05:00.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2127ms 2025-06-27 18:05:00.779 +03:00 [DBG] Connection id "0HNC8090TG7EB" received FIN. 2025-06-27 18:05:00.779 +03:00 [DBG] Connection id "0HNC8090TG7EB" disconnecting. 2025-06-27 18:05:00.779 +03:00 [DBG] Connection id "0HNC8090TG7EB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:00.781 +03:00 [DBG] Connection id "0HNC8090TG7EB" stopped. 2025-06-27 18:05:05.399 +03:00 [DBG] Connection id "0HNC8090TG7EC" accepted. 2025-06-27 18:05:05.399 +03:00 [DBG] Connection id "0HNC8090TG7EC" started. 2025-06-27 18:05:05.399 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:05:05.399 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:05.399 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:05.399 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:05:05.399 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:05:05.399 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:05:05.399 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:05.399 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:05.399 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:05.399 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:05.399 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:05:05.399 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:05.399 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:05.400 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:05.400 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:05.400 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:05.400 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:05.400 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.400 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.400 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:05.400 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:05:05.400 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:05:05.400 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:05:05.400 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:05:05.400 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:05:05.400 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:05:05.400 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:05:05.400 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:05:05.400 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:05:05.401 +03:00 [DBG] Connection id "0HNC8090TG7EC", Request id "0HNC8090TG7EC:00000001": started reading request body. 2025-06-27 18:05:05.401 +03:00 [DBG] Connection id "0HNC8090TG7EC", Request id "0HNC8090TG7EC:00000001": done reading request body. 2025-06-27 18:05:05.401 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:05:05.401 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:05:05.401 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:05:05.401 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:05:05.401 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:05:05.401 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.401 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.401 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.401 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.401 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:05.401 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:05:05.401 +03:00 [INF] Changing group of physicals [205] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:05.423 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.3673ms. 2025-06-27 18:05:05.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:05.424 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:05.424 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.424 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.424 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 24.574ms 2025-06-27 18:05:05.424 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:05:05.424 +03:00 [DBG] Connection id "0HNC8090TG7EC" completed keep alive response. 2025-06-27 18:05:05.424 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 25.5858ms 2025-06-27 18:05:05.425 +03:00 [DBG] Connection id "0HNC8090TG7EC" received FIN. 2025-06-27 18:05:05.425 +03:00 [DBG] Connection id "0HNC8090TG7EC" disconnecting. 2025-06-27 18:05:05.425 +03:00 [DBG] Connection id "0HNC8090TG7EC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:05.426 +03:00 [DBG] Connection id "0HNC8090TG7EC" stopped. 2025-06-27 18:05:05.469 +03:00 [DBG] Connection id "0HNC8090TG7ED" accepted. 2025-06-27 18:05:05.469 +03:00 [DBG] Connection id "0HNC8090TG7ED" started. 2025-06-27 18:05:05.469 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:05.469 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:05.469 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:05.469 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:05.469 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:05.469 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:05.469 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:05.469 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:05.469 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:05.469 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:05.469 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:05.469 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:05.469 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:05.469 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:05.469 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:05.469 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.469 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.469 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:05.469 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:05.469 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:05.470 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:05.470 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:05.470 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:05.470 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:05.470 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:05.470 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.470 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.470 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.470 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.470 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:05.470 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:05.470 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:05.471 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9402ms. 2025-06-27 18:05:05.471 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.471 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:05.471 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:05.471 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:05.471 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:05.471 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:05.471 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:05.471 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:05.471 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:05.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.472 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.472 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.472 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.472 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.472 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.472 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.2772ms 2025-06-27 18:05:05.472 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:05.472 +03:00 [DBG] Connection id "0HNC8090TG7ED" completed keep alive response. 2025-06-27 18:05:05.472 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.9097ms 2025-06-27 18:05:05.472 +03:00 [DBG] Connection id "0HNC8090TG7ED" received FIN. 2025-06-27 18:05:05.472 +03:00 [DBG] Connection id "0HNC8090TG7ED" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:05.472 +03:00 [DBG] Connection id "0HNC8090TG7ED" disconnecting. 2025-06-27 18:05:05.472 +03:00 [DBG] Connection id "0HNC8090TG7ED" stopped. 2025-06-27 18:05:05.515 +03:00 [DBG] Connection id "0HNC8090TG7EE" accepted. 2025-06-27 18:05:05.515 +03:00 [DBG] Connection id "0HNC8090TG7EE" started. 2025-06-27 18:05:05.516 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:05.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:05.516 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:05.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:05.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:05.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:05.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:05.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:05.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:05.516 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:05.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:05.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:05.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:05.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:05.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:05.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:05.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:05.516 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:05.516 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:05.516 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:05.516 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:05.516 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:05.516 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:05.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.516 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:05.516 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:05.516 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:05.685 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 168.1864ms. 2025-06-27 18:05:05.685 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.685 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:05.685 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:05.685 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:05.685 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:05.685 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:05.685 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:05.685 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:05.686 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:05.686 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.686 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.686 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.686 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.686 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.686 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.686 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 170.3156ms 2025-06-27 18:05:05.686 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:05.686 +03:00 [DBG] Connection id "0HNC8090TG7EE" completed keep alive response. 2025-06-27 18:05:05.686 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 170.9236ms 2025-06-27 18:05:05.691 +03:00 [DBG] Connection id "0HNC8090TG7EE" received FIN. 2025-06-27 18:05:05.691 +03:00 [DBG] Connection id "0HNC8090TG7EE" disconnecting. 2025-06-27 18:05:05.691 +03:00 [DBG] Connection id "0HNC8090TG7EE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:05.692 +03:00 [DBG] Connection id "0HNC8090TG7EE" stopped. 2025-06-27 18:05:05.783 +03:00 [DBG] Connection id "0HNC8090TG7EF" accepted. 2025-06-27 18:05:05.783 +03:00 [DBG] Connection id "0HNC8090TG7EF" started. 2025-06-27 18:05:05.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:05.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:05.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:05.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:05.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:05.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:05.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:05.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:05.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:05.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:05.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:05.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:05.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:05.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:05.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:05.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:05.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:05.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:05.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:05.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.173ms. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:05.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:05.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:05.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3559ms 2025-06-27 18:05:05.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:05.786 +03:00 [DBG] Connection id "0HNC8090TG7EF" completed keep alive response. 2025-06-27 18:05:05.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2376ms 2025-06-27 18:05:05.786 +03:00 [DBG] Connection id "0HNC8090TG7EF" received FIN. 2025-06-27 18:05:05.786 +03:00 [DBG] Connection id "0HNC8090TG7EF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:05.786 +03:00 [DBG] Connection id "0HNC8090TG7EF" disconnecting. 2025-06-27 18:05:05.786 +03:00 [DBG] Connection id "0HNC8090TG7EF" stopped. 2025-06-27 18:05:10.790 +03:00 [DBG] Connection id "0HNC8090TG7EG" accepted. 2025-06-27 18:05:10.790 +03:00 [DBG] Connection id "0HNC8090TG7EG" started. 2025-06-27 18:05:10.790 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:10.790 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:10.790 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:10.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:10.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:10.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:10.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:10.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:10.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:10.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:10.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:10.791 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:10.791 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:10.791 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:10.791 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:10.791 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:10.791 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:10.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.791 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:10.791 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:10.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:10.791 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1179ms. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:10.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:10.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:10.792 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:10.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:10.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:10.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:10.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:10.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6943ms 2025-06-27 18:05:10.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:10.792 +03:00 [DBG] Connection id "0HNC8090TG7EG" completed keep alive response. 2025-06-27 18:05:10.792 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4386ms 2025-06-27 18:05:10.792 +03:00 [DBG] Connection id "0HNC8090TG7EG" received FIN. 2025-06-27 18:05:10.792 +03:00 [DBG] Connection id "0HNC8090TG7EG" disconnecting. 2025-06-27 18:05:10.792 +03:00 [DBG] Connection id "0HNC8090TG7EG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:10.793 +03:00 [DBG] Connection id "0HNC8090TG7EG" stopped. 2025-06-27 18:05:15.777 +03:00 [DBG] Connection id "0HNC8090TG7EH" accepted. 2025-06-27 18:05:15.778 +03:00 [DBG] Connection id "0HNC8090TG7EH" started. 2025-06-27 18:05:15.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:15.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:15.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:15.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:15.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:15.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:15.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:15.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:15.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:15.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:15.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:15.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:15.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:15.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:15.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:15.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:15.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:15.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:15.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:15.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:15.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.204ms. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:15.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:15.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:15.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6961ms 2025-06-27 18:05:15.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:15.780 +03:00 [DBG] Connection id "0HNC8090TG7EH" completed keep alive response. 2025-06-27 18:05:15.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.703ms 2025-06-27 18:05:15.781 +03:00 [DBG] Connection id "0HNC8090TG7EH" received FIN. 2025-06-27 18:05:15.781 +03:00 [DBG] Connection id "0HNC8090TG7EH" disconnecting. 2025-06-27 18:05:15.781 +03:00 [DBG] Connection id "0HNC8090TG7EH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:15.782 +03:00 [DBG] Connection id "0HNC8090TG7EH" stopped. 2025-06-27 18:05:20.777 +03:00 [DBG] Connection id "0HNC8090TG7EI" accepted. 2025-06-27 18:05:20.777 +03:00 [DBG] Connection id "0HNC8090TG7EI" started. 2025-06-27 18:05:20.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:20.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:20.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:20.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:20.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:20.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:20.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:20.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:20.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:20.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1203ms. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:20.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:20.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:20.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:20.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7597ms 2025-06-27 18:05:20.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:20.779 +03:00 [DBG] Connection id "0HNC8090TG7EI" completed keep alive response. 2025-06-27 18:05:20.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3879ms 2025-06-27 18:05:20.779 +03:00 [DBG] Connection id "0HNC8090TG7EI" received FIN. 2025-06-27 18:05:20.779 +03:00 [DBG] Connection id "0HNC8090TG7EI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:20.779 +03:00 [DBG] Connection id "0HNC8090TG7EI" disconnecting. 2025-06-27 18:05:20.779 +03:00 [DBG] Connection id "0HNC8090TG7EI" stopped. 2025-06-27 18:05:21.812 +03:00 [DBG] Connection id "0HNC8090TG7EJ" accepted. 2025-06-27 18:05:21.812 +03:00 [DBG] Connection id "0HNC8090TG7EJ" started. 2025-06-27 18:05:21.812 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:05:21.812 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:21.812 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:21.812 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:05:21.812 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:05:21.812 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:05:21.812 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:21.812 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:21.812 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:21.812 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:21.812 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:05:21.812 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:21.812 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:21.812 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:21.812 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:21.813 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:21.813 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:21.813 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.813 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.813 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:21.813 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:21.813 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:05:21.813 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:05:21.813 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:05:21.813 +03:00 [DBG] Connection id "0HNC8090TG7EJ", Request id "0HNC8090TG7EJ:00000001": started reading request body. 2025-06-27 18:05:21.813 +03:00 [DBG] Connection id "0HNC8090TG7EJ", Request id "0HNC8090TG7EJ:00000001": done reading request body. 2025-06-27 18:05:21.813 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:05:21.813 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:05:21.813 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:05:21.813 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:05:21.813 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:05:21.813 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.813 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.813 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.813 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.813 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:21.813 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:05:21.813 +03:00 [INF] Updating physical elements properties 2025-06-27 18:05:21.830 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.119ms. 2025-06-27 18:05:21.830 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.830 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.830 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.830 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.830 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:21.831 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:21.831 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.831 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.831 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 18.2031ms 2025-06-27 18:05:21.831 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:05:21.831 +03:00 [DBG] Connection id "0HNC8090TG7EJ" completed keep alive response. 2025-06-27 18:05:21.831 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 18.7703ms 2025-06-27 18:05:21.831 +03:00 [DBG] Connection id "0HNC8090TG7EJ" received FIN. 2025-06-27 18:05:21.831 +03:00 [DBG] Connection id "0HNC8090TG7EJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:21.831 +03:00 [DBG] Connection id "0HNC8090TG7EJ" disconnecting. 2025-06-27 18:05:21.831 +03:00 [DBG] Connection id "0HNC8090TG7EJ" stopped. 2025-06-27 18:05:21.871 +03:00 [DBG] Connection id "0HNC8090TG7EK" accepted. 2025-06-27 18:05:21.871 +03:00 [DBG] Connection id "0HNC8090TG7EK" started. 2025-06-27 18:05:21.871 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:21.871 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:21.871 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:21.871 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:21.872 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:21.872 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:21.872 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:21.872 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:21.872 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:21.872 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:21.872 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:21.872 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:21.872 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:21.872 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:21.872 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:21.872 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.872 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.872 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:21.872 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:21.872 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:21.872 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:21.872 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:21.872 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:21.872 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:21.872 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:21.872 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.872 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.872 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.872 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.872 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:21.873 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:21.873 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:21.875 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.1ms. 2025-06-27 18:05:21.875 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.875 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:21.875 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:21.875 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:21.875 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:21.875 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:21.875 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:21.875 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:21.875 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:21.876 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.876 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:21.876 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.876 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.876 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.876 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.876 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.7433ms 2025-06-27 18:05:21.876 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:21.876 +03:00 [DBG] Connection id "0HNC8090TG7EK" completed keep alive response. 2025-06-27 18:05:21.876 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.5361ms 2025-06-27 18:05:21.876 +03:00 [DBG] Connection id "0HNC8090TG7EK" received FIN. 2025-06-27 18:05:21.876 +03:00 [DBG] Connection id "0HNC8090TG7EK" disconnecting. 2025-06-27 18:05:21.876 +03:00 [DBG] Connection id "0HNC8090TG7EK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:21.877 +03:00 [DBG] Connection id "0HNC8090TG7EK" stopped. 2025-06-27 18:05:21.920 +03:00 [DBG] Connection id "0HNC8090TG7EL" accepted. 2025-06-27 18:05:21.920 +03:00 [DBG] Connection id "0HNC8090TG7EL" started. 2025-06-27 18:05:21.920 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:21.920 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:21.920 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:21.920 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:21.920 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:21.920 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:21.920 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:21.920 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:21.920 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:21.920 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:21.920 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:21.920 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:21.920 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:21.920 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:21.920 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:21.920 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.920 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:21.920 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:21.920 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:21.920 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:21.920 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:21.920 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:21.921 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:21.921 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:21.921 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:21.921 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.921 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:21.921 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.921 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:21.921 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:21.921 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:21.921 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:22.058 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 136.8327ms. 2025-06-27 18:05:22.058 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:22.058 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:22.058 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:22.058 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:22.058 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:22.058 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:22.058 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:22.058 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:22.060 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:22.060 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:22.060 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:22.060 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:22.060 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:22.060 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:22.060 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:22.060 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 139.5608ms 2025-06-27 18:05:22.060 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:22.060 +03:00 [DBG] Connection id "0HNC8090TG7EL" completed keep alive response. 2025-06-27 18:05:22.060 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 140.2491ms 2025-06-27 18:05:22.063 +03:00 [DBG] Connection id "0HNC8090TG7EL" received FIN. 2025-06-27 18:05:22.064 +03:00 [DBG] Connection id "0HNC8090TG7EL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:22.064 +03:00 [DBG] Connection id "0HNC8090TG7EL" disconnecting. 2025-06-27 18:05:22.064 +03:00 [DBG] Connection id "0HNC8090TG7EL" stopped. 2025-06-27 18:05:25.782 +03:00 [DBG] Connection id "0HNC8090TG7EM" accepted. 2025-06-27 18:05:25.782 +03:00 [DBG] Connection id "0HNC8090TG7EM" started. 2025-06-27 18:05:25.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:25.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:25.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:25.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:25.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:25.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:25.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:25.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:25.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:25.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:25.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:25.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:25.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:25.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:25.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:25.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1969ms. 2025-06-27 18:05:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:25.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:25.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:25.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:25.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8407ms 2025-06-27 18:05:25.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:25.785 +03:00 [DBG] Connection id "0HNC8090TG7EM" completed keep alive response. 2025-06-27 18:05:25.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2959ms 2025-06-27 18:05:25.785 +03:00 [DBG] Connection id "0HNC8090TG7EM" received FIN. 2025-06-27 18:05:25.786 +03:00 [DBG] Connection id "0HNC8090TG7EM" disconnecting. 2025-06-27 18:05:25.786 +03:00 [DBG] Connection id "0HNC8090TG7EM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:25.787 +03:00 [DBG] Connection id "0HNC8090TG7EM" stopped. 2025-06-27 18:05:26.929 +03:00 [DBG] Connection id "0HNC8090TG7EN" accepted. 2025-06-27 18:05:26.929 +03:00 [DBG] Connection id "0HNC8090TG7EN" started. 2025-06-27 18:05:26.929 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:05:26.929 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:26.929 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:26.930 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:05:26.930 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:05:26.930 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:05:26.930 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:26.930 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:26.930 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:26.930 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:26.930 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:05:26.930 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:26.930 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:26.930 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:26.930 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:26.930 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:26.930 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:26.930 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.930 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.930 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:26.930 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:05:26.930 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:05:26.930 +03:00 [DBG] Connection id "0HNC8090TG7EN", Request id "0HNC8090TG7EN:00000001": started reading request body. 2025-06-27 18:05:26.930 +03:00 [DBG] Connection id "0HNC8090TG7EN", Request id "0HNC8090TG7EN:00000001": done reading request body. 2025-06-27 18:05:26.930 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:05:26.930 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:05:26.930 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:05:26.931 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:05:26.931 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:26.931 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:26.931 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:26.931 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:26.931 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:26.931 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:05:26.931 +03:00 [INF] Changing group of physicals [216] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:26.963 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 32.0921ms. 2025-06-27 18:05:26.963 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:26.963 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:26.963 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.963 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:26.963 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 33.2007ms 2025-06-27 18:05:26.963 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:05:26.963 +03:00 [DBG] Connection id "0HNC8090TG7EN" completed keep alive response. 2025-06-27 18:05:26.963 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 33.8341ms 2025-06-27 18:05:26.963 +03:00 [DBG] Connection id "0HNC8090TG7EN" received FIN. 2025-06-27 18:05:26.964 +03:00 [DBG] Connection id "0HNC8090TG7EN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:26.964 +03:00 [DBG] Connection id "0HNC8090TG7EN" disconnecting. 2025-06-27 18:05:26.964 +03:00 [DBG] Connection id "0HNC8090TG7EN" stopped. 2025-06-27 18:05:27.001 +03:00 [DBG] Connection id "0HNC8090TG7EO" accepted. 2025-06-27 18:05:27.001 +03:00 [DBG] Connection id "0HNC8090TG7EO" started. 2025-06-27 18:05:27.001 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:27.001 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:27.001 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:27.001 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:27.001 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:27.001 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:27.001 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:27.001 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:27.002 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:27.002 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:27.002 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:27.002 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:27.002 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:27.002 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:27.002 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:27.002 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.002 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.002 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:27.002 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:27.002 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:27.002 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:27.002 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:27.002 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:27.002 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:27.002 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:27.002 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.002 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.002 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.002 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.002 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:27.002 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:27.002 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:27.003 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9829ms. 2025-06-27 18:05:27.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.003 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:27.003 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:27.003 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:27.003 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:27.003 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:27.003 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:27.003 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:27.003 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:27.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.004 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.004 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.004 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.004 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.004 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.004 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.9917ms 2025-06-27 18:05:27.004 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:27.004 +03:00 [DBG] Connection id "0HNC8090TG7EO" completed keep alive response. 2025-06-27 18:05:27.004 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.5744ms 2025-06-27 18:05:27.004 +03:00 [DBG] Connection id "0HNC8090TG7EO" received FIN. 2025-06-27 18:05:27.004 +03:00 [DBG] Connection id "0HNC8090TG7EO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:27.004 +03:00 [DBG] Connection id "0HNC8090TG7EO" disconnecting. 2025-06-27 18:05:27.004 +03:00 [DBG] Connection id "0HNC8090TG7EO" stopped. 2025-06-27 18:05:27.056 +03:00 [DBG] Connection id "0HNC8090TG7EP" accepted. 2025-06-27 18:05:27.056 +03:00 [DBG] Connection id "0HNC8090TG7EP" started. 2025-06-27 18:05:27.056 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:27.056 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:27.056 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:27.056 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:27.056 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:27.056 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:27.056 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:27.056 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:27.056 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:27.056 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:27.056 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:27.056 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:27.056 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:27.056 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:27.056 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:27.056 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.056 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.056 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:27.057 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:27.057 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:27.057 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:27.057 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:27.057 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:27.057 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:27.057 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:27.057 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.057 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.057 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.057 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.057 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:27.057 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:27.057 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:27.213 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 156.2668ms. 2025-06-27 18:05:27.213 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.213 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:27.213 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:27.213 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:27.213 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:27.213 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:27.213 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:27.213 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:27.215 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:27.215 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.215 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:27.215 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.215 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.215 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.215 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:27.215 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 158.7118ms 2025-06-27 18:05:27.215 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:27.215 +03:00 [DBG] Connection id "0HNC8090TG7EP" completed keep alive response. 2025-06-27 18:05:27.215 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 159.3006ms 2025-06-27 18:05:27.220 +03:00 [DBG] Connection id "0HNC8090TG7EP" received FIN. 2025-06-27 18:05:27.220 +03:00 [DBG] Connection id "0HNC8090TG7EP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:27.220 +03:00 [DBG] Connection id "0HNC8090TG7EP" disconnecting. 2025-06-27 18:05:27.220 +03:00 [DBG] Connection id "0HNC8090TG7EP" stopped. 2025-06-27 18:05:30.785 +03:00 [DBG] Connection id "0HNC8090TG7EQ" accepted. 2025-06-27 18:05:30.785 +03:00 [DBG] Connection id "0HNC8090TG7EQ" started. 2025-06-27 18:05:30.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:30.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:30.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:30.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:30.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:30.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:30.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:30.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:30.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:30.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:30.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:30.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:30.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:30.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:30.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:30.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:30.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:30.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:30.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:30.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:30.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1612ms. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:30.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:30.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:30.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0046ms 2025-06-27 18:05:30.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:30.787 +03:00 [DBG] Connection id "0HNC8090TG7EQ" completed keep alive response. 2025-06-27 18:05:30.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7959ms 2025-06-27 18:05:30.788 +03:00 [DBG] Connection id "0HNC8090TG7EQ" received FIN. 2025-06-27 18:05:30.788 +03:00 [DBG] Connection id "0HNC8090TG7EQ" disconnecting. 2025-06-27 18:05:30.788 +03:00 [DBG] Connection id "0HNC8090TG7EQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:30.789 +03:00 [DBG] Connection id "0HNC8090TG7EQ" stopped. 2025-06-27 18:05:35.773 +03:00 [DBG] Connection id "0HNC8090TG7ER" accepted. 2025-06-27 18:05:35.773 +03:00 [DBG] Connection id "0HNC8090TG7ER" started. 2025-06-27 18:05:35.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:35.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:35.773 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:35.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:35.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:35.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:35.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:35.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:35.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:35.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:35.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:35.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:35.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:35.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:35.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:35.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:35.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:35.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:35.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:35.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:35.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1753ms. 2025-06-27 18:05:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:35.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:35.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:35.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6304ms 2025-06-27 18:05:35.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:35.776 +03:00 [DBG] Connection id "0HNC8090TG7ER" completed keep alive response. 2025-06-27 18:05:35.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.1736ms 2025-06-27 18:05:35.776 +03:00 [DBG] Connection id "0HNC8090TG7ER" received FIN. 2025-06-27 18:05:35.777 +03:00 [DBG] Connection id "0HNC8090TG7ER" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:35.777 +03:00 [DBG] Connection id "0HNC8090TG7ER" disconnecting. 2025-06-27 18:05:35.777 +03:00 [DBG] Connection id "0HNC8090TG7ER" stopped. 2025-06-27 18:05:40.775 +03:00 [DBG] Connection id "0HNC8090TG7ES" accepted. 2025-06-27 18:05:40.775 +03:00 [DBG] Connection id "0HNC8090TG7ES" started. 2025-06-27 18:05:40.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:40.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:40.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:40.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:40.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:40.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:40.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:40.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:40.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:40.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:40.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:40.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:40.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:40.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:40.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:40.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:40.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:40.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:40.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:40.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1177ms. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:40.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:40.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:40.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6762ms 2025-06-27 18:05:40.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:40.777 +03:00 [DBG] Connection id "0HNC8090TG7ES" completed keep alive response. 2025-06-27 18:05:40.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2823ms 2025-06-27 18:05:40.777 +03:00 [DBG] Connection id "0HNC8090TG7ES" received FIN. 2025-06-27 18:05:40.777 +03:00 [DBG] Connection id "0HNC8090TG7ES" disconnecting. 2025-06-27 18:05:40.777 +03:00 [DBG] Connection id "0HNC8090TG7ES" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:40.778 +03:00 [DBG] Connection id "0HNC8090TG7ES" stopped. 2025-06-27 18:05:45.778 +03:00 [DBG] Connection id "0HNC8090TG7ET" accepted. 2025-06-27 18:05:45.778 +03:00 [DBG] Connection id "0HNC8090TG7ET" started. 2025-06-27 18:05:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:45.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:45.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:45.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:45.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:45.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:45.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:45.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:45.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:45.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1649ms. 2025-06-27 18:05:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:45.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:45.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:45.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1212ms 2025-06-27 18:05:45.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:45.780 +03:00 [DBG] Connection id "0HNC8090TG7ET" completed keep alive response. 2025-06-27 18:05:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.385ms 2025-06-27 18:05:45.781 +03:00 [DBG] Connection id "0HNC8090TG7ET" received FIN. 2025-06-27 18:05:45.781 +03:00 [DBG] Connection id "0HNC8090TG7ET" disconnecting. 2025-06-27 18:05:45.781 +03:00 [DBG] Connection id "0HNC8090TG7ET" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:45.782 +03:00 [DBG] Connection id "0HNC8090TG7ET" stopped. 2025-06-27 18:05:50.774 +03:00 [DBG] Connection id "0HNC8090TG7EU" accepted. 2025-06-27 18:05:50.774 +03:00 [DBG] Connection id "0HNC8090TG7EU" started. 2025-06-27 18:05:50.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:50.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:50.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:50.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:50.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:50.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:50.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:50.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:50.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:50.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:50.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:50.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:50.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:50.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:50.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:50.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:50.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:50.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:50.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:50.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:50.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1433ms. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:50.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:50.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:50.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:50.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0855ms 2025-06-27 18:05:50.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:50.776 +03:00 [DBG] Connection id "0HNC8090TG7EU" completed keep alive response. 2025-06-27 18:05:50.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7642ms 2025-06-27 18:05:50.776 +03:00 [DBG] Connection id "0HNC8090TG7EU" received FIN. 2025-06-27 18:05:50.776 +03:00 [DBG] Connection id "0HNC8090TG7EU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:50.776 +03:00 [DBG] Connection id "0HNC8090TG7EU" disconnecting. 2025-06-27 18:05:50.776 +03:00 [DBG] Connection id "0HNC8090TG7EU" stopped. 2025-06-27 18:05:52.002 +03:00 [DBG] Connection id "0HNC8090TG7EV" accepted. 2025-06-27 18:05:52.002 +03:00 [DBG] Connection id "0HNC8090TG7EV" started. 2025-06-27 18:05:52.002 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:05:52.002 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:52.002 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:52.003 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:05:52.003 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:05:52.003 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:05:52.003 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:52.003 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:52.003 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:52.003 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:52.003 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:05:52.003 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:52.003 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:52.003 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:52.003 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:52.003 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:52.003 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:52.003 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.003 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.003 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:52.003 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:52.003 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:05:52.003 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:05:52.004 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:05:52.004 +03:00 [DBG] Connection id "0HNC8090TG7EV", Request id "0HNC8090TG7EV:00000001": started reading request body. 2025-06-27 18:05:52.004 +03:00 [DBG] Connection id "0HNC8090TG7EV", Request id "0HNC8090TG7EV:00000001": done reading request body. 2025-06-27 18:05:52.004 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:05:52.004 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:05:52.004 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:05:52.004 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:05:52.004 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:05:52.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.004 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.004 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.004 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.004 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:52.004 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:05:52.004 +03:00 [INF] Updating physical elements properties 2025-06-27 18:05:52.033 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.1143ms. 2025-06-27 18:05:52.033 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:52.034 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:52.034 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.034 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.035 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 31.3333ms 2025-06-27 18:05:52.035 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:05:52.035 +03:00 [DBG] Connection id "0HNC8090TG7EV" completed keep alive response. 2025-06-27 18:05:52.035 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 32.4048ms 2025-06-27 18:05:52.035 +03:00 [DBG] Connection id "0HNC8090TG7EV" received FIN. 2025-06-27 18:05:52.035 +03:00 [DBG] Connection id "0HNC8090TG7EV" disconnecting. 2025-06-27 18:05:52.035 +03:00 [DBG] Connection id "0HNC8090TG7EV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:52.036 +03:00 [DBG] Connection id "0HNC8090TG7EV" stopped. 2025-06-27 18:05:52.073 +03:00 [DBG] Connection id "0HNC8090TG7F0" accepted. 2025-06-27 18:05:52.073 +03:00 [DBG] Connection id "0HNC8090TG7F0" started. 2025-06-27 18:05:52.073 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:52.073 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:52.074 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:52.074 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:52.074 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:52.074 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:52.074 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:52.074 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:52.074 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:52.074 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:52.074 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:52.074 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:52.074 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:52.074 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:52.074 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:52.074 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.074 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.074 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:52.074 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:52.074 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:52.074 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:52.074 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:52.074 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:52.074 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:52.074 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:52.074 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.074 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.075 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.075 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.075 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:52.075 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:52.075 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:52.076 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5883ms. 2025-06-27 18:05:52.076 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.076 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:52.076 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:52.076 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:52.077 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:52.077 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:52.077 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:52.077 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:52.077 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:52.077 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.077 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.077 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.077 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.077 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.077 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.077 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.7006ms 2025-06-27 18:05:52.077 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:52.077 +03:00 [DBG] Connection id "0HNC8090TG7F0" completed keep alive response. 2025-06-27 18:05:52.077 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.4939ms 2025-06-27 18:05:52.077 +03:00 [DBG] Connection id "0HNC8090TG7F0" received FIN. 2025-06-27 18:05:52.077 +03:00 [DBG] Connection id "0HNC8090TG7F0" disconnecting. 2025-06-27 18:05:52.077 +03:00 [DBG] Connection id "0HNC8090TG7F0" stopped. 2025-06-27 18:05:52.077 +03:00 [DBG] Connection id "0HNC8090TG7F0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:52.123 +03:00 [DBG] Connection id "0HNC8090TG7F1" accepted. 2025-06-27 18:05:52.123 +03:00 [DBG] Connection id "0HNC8090TG7F1" started. 2025-06-27 18:05:52.123 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:05:52.123 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:52.123 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:05:52.123 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:52.123 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:05:52.123 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:52.123 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:52.123 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:52.123 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:52.123 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:05:52.123 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:52.123 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:52.123 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:52.123 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:52.124 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:52.124 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.124 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.124 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:52.124 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:05:52.124 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:05:52.124 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:05:52.124 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:52.124 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:05:52.124 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:05:52.124 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:05:52.124 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.124 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.124 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.124 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.124 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:52.124 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:05:52.124 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:05:52.287 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 163.3091ms. 2025-06-27 18:05:52.287 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.288 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:52.288 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:05:52.288 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:05:52.288 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:05:52.288 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:05:52.288 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:05:52.288 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:05:52.290 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:05:52.290 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.290 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:52.290 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.290 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.290 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.290 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:52.290 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 166.2138ms 2025-06-27 18:05:52.290 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:05:52.290 +03:00 [DBG] Connection id "0HNC8090TG7F1" completed keep alive response. 2025-06-27 18:05:52.290 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 166.9273ms 2025-06-27 18:05:52.293 +03:00 [DBG] Connection id "0HNC8090TG7F1" received FIN. 2025-06-27 18:05:52.293 +03:00 [DBG] Connection id "0HNC8090TG7F1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:52.293 +03:00 [DBG] Connection id "0HNC8090TG7F1" disconnecting. 2025-06-27 18:05:52.293 +03:00 [DBG] Connection id "0HNC8090TG7F1" stopped. 2025-06-27 18:05:55.777 +03:00 [DBG] Connection id "0HNC8090TG7F2" accepted. 2025-06-27 18:05:55.777 +03:00 [DBG] Connection id "0HNC8090TG7F2" started. 2025-06-27 18:05:55.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:05:55.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:05:55.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:05:55.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:05:55.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:05:55.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:55.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:05:55.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:05:55.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:05:55.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:05:55.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:55.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:05:55.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:05:55.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:05:55.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:05:55.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:05:55.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:05:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:55.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:05:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1263ms. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:55.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:05:55.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:05:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6958ms 2025-06-27 18:05:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:05:55.779 +03:00 [DBG] Connection id "0HNC8090TG7F2" completed keep alive response. 2025-06-27 18:05:55.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3754ms 2025-06-27 18:05:55.779 +03:00 [DBG] Connection id "0HNC8090TG7F2" received FIN. 2025-06-27 18:05:55.779 +03:00 [DBG] Connection id "0HNC8090TG7F2" disconnecting. 2025-06-27 18:05:55.779 +03:00 [DBG] Connection id "0HNC8090TG7F2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:05:55.780 +03:00 [DBG] Connection id "0HNC8090TG7F2" stopped. 2025-06-27 18:06:00.773 +03:00 [DBG] Connection id "0HNC8090TG7F3" accepted. 2025-06-27 18:06:00.774 +03:00 [DBG] Connection id "0HNC8090TG7F3" started. 2025-06-27 18:06:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:00.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:00.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:00.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:00.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:00.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:00.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:00.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:00.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:00.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:00.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:00.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:00.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:00.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:00.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.13ms. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:00.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1142ms 2025-06-27 18:06:00.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:00.776 +03:00 [DBG] Connection id "0HNC8090TG7F3" completed keep alive response. 2025-06-27 18:06:00.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0813ms 2025-06-27 18:06:00.776 +03:00 [DBG] Connection id "0HNC8090TG7F3" received FIN. 2025-06-27 18:06:00.776 +03:00 [DBG] Connection id "0HNC8090TG7F3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:00.776 +03:00 [DBG] Connection id "0HNC8090TG7F3" disconnecting. 2025-06-27 18:06:00.776 +03:00 [DBG] Connection id "0HNC8090TG7F3" stopped. 2025-06-27 18:06:05.774 +03:00 [DBG] Connection id "0HNC8090TG7F4" accepted. 2025-06-27 18:06:05.775 +03:00 [DBG] Connection id "0HNC8090TG7F4" started. 2025-06-27 18:06:05.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:05.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:05.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:05.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:05.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:05.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:05.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:05.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:05.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:05.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:05.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:05.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:05.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:05.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:05.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:05.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:05.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:05.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:05.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:05.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:05.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1379ms. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:05.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:05.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:05.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:05.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1376ms 2025-06-27 18:06:05.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:05.777 +03:00 [DBG] Connection id "0HNC8090TG7F4" completed keep alive response. 2025-06-27 18:06:05.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0737ms 2025-06-27 18:06:05.777 +03:00 [DBG] Connection id "0HNC8090TG7F4" received FIN. 2025-06-27 18:06:05.777 +03:00 [DBG] Connection id "0HNC8090TG7F4" disconnecting. 2025-06-27 18:06:05.777 +03:00 [DBG] Connection id "0HNC8090TG7F4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:05.778 +03:00 [DBG] Connection id "0HNC8090TG7F4" stopped. 2025-06-27 18:06:10.778 +03:00 [DBG] Connection id "0HNC8090TG7F5" accepted. 2025-06-27 18:06:10.778 +03:00 [DBG] Connection id "0HNC8090TG7F5" started. 2025-06-27 18:06:10.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:10.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:10.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:10.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:10.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:10.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:10.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:10.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:10.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:10.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:10.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:10.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:10.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:10.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:10.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:10.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:10.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:10.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:10.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:10.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1102ms. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:10.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:10.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:10.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5635ms 2025-06-27 18:06:10.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:10.779 +03:00 [DBG] Connection id "0HNC8090TG7F5" completed keep alive response. 2025-06-27 18:06:10.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0623ms 2025-06-27 18:06:10.779 +03:00 [DBG] Connection id "0HNC8090TG7F5" received FIN. 2025-06-27 18:06:10.780 +03:00 [DBG] Connection id "0HNC8090TG7F5" disconnecting. 2025-06-27 18:06:10.780 +03:00 [DBG] Connection id "0HNC8090TG7F5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:10.781 +03:00 [DBG] Connection id "0HNC8090TG7F5" stopped. 2025-06-27 18:06:15.779 +03:00 [DBG] Connection id "0HNC8090TG7F6" accepted. 2025-06-27 18:06:15.779 +03:00 [DBG] Connection id "0HNC8090TG7F6" started. 2025-06-27 18:06:15.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:15.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:15.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:15.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:15.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:15.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:15.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:15.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:15.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:15.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:15.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:15.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:15.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:15.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:15.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:15.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:15.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:15.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:15.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1192ms. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:15.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:15.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7245ms 2025-06-27 18:06:15.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:15.781 +03:00 [DBG] Connection id "0HNC8090TG7F6" completed keep alive response. 2025-06-27 18:06:15.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3003ms 2025-06-27 18:06:15.781 +03:00 [DBG] Connection id "0HNC8090TG7F6" received FIN. 2025-06-27 18:06:15.781 +03:00 [DBG] Connection id "0HNC8090TG7F6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:15.781 +03:00 [DBG] Connection id "0HNC8090TG7F6" disconnecting. 2025-06-27 18:06:15.781 +03:00 [DBG] Connection id "0HNC8090TG7F6" stopped. 2025-06-27 18:06:15.889 +03:00 [DBG] Connection id "0HNC8090TG7F7" accepted. 2025-06-27 18:06:15.889 +03:00 [DBG] Connection id "0HNC8090TG7F7" started. 2025-06-27 18:06:15.889 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:06:15.889 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:15.889 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:15.889 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:06:15.889 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:06:15.889 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:15.890 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:15.890 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:15.890 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:15.890 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:15.890 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:15.890 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:15.890 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:15.890 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:15.890 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:15.890 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:15.890 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:15.890 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.890 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.890 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:15.890 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:06:15.890 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:15.890 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:06:15.890 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:06:15.890 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:15.890 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:06:15.890 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:06:15.890 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:06:15.890 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:06:15.890 +03:00 [DBG] Connection id "0HNC8090TG7F7", Request id "0HNC8090TG7F7:00000001": started reading request body. 2025-06-27 18:06:15.891 +03:00 [DBG] Connection id "0HNC8090TG7F7", Request id "0HNC8090TG7F7:00000001": done reading request body. 2025-06-27 18:06:15.891 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:06:15.891 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:15.891 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:15.891 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:06:15.891 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:15.891 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.891 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.891 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.891 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.891 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:15.891 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:06:15.891 +03:00 [INF] Changing group of physicals [214] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:15.912 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 21.1113ms. 2025-06-27 18:06:15.912 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:15.912 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:15.912 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.912 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.912 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 22.4642ms 2025-06-27 18:06:15.912 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:15.912 +03:00 [DBG] Connection id "0HNC8090TG7F7" completed keep alive response. 2025-06-27 18:06:15.913 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 23.1503ms 2025-06-27 18:06:15.913 +03:00 [DBG] Connection id "0HNC8090TG7F7" received FIN. 2025-06-27 18:06:15.913 +03:00 [DBG] Connection id "0HNC8090TG7F7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:15.913 +03:00 [DBG] Connection id "0HNC8090TG7F7" disconnecting. 2025-06-27 18:06:15.913 +03:00 [DBG] Connection id "0HNC8090TG7F7" stopped. 2025-06-27 18:06:15.949 +03:00 [DBG] Connection id "0HNC8090TG7F8" accepted. 2025-06-27 18:06:15.949 +03:00 [DBG] Connection id "0HNC8090TG7F8" started. 2025-06-27 18:06:15.949 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:15.950 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:15.950 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:15.950 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:15.950 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:15.950 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:15.950 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:15.950 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:15.950 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:15.950 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:15.950 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:15.950 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:15.950 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:15.950 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:15.950 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:15.950 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.950 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.950 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:15.950 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:15.951 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:15.951 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:15.951 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:15.951 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:15.951 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:15.951 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:15.951 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.951 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.951 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.951 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.951 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:15.951 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:15.951 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:15.952 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8816ms. 2025-06-27 18:06:15.952 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.952 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:15.952 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:15.952 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:15.952 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:15.952 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:15.953 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:15.953 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:15.953 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:15.953 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.953 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:15.953 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.953 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.953 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.953 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:15.953 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6584ms 2025-06-27 18:06:15.953 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:15.953 +03:00 [DBG] Connection id "0HNC8090TG7F8" completed keep alive response. 2025-06-27 18:06:15.953 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.6597ms 2025-06-27 18:06:15.953 +03:00 [DBG] Connection id "0HNC8090TG7F8" received FIN. 2025-06-27 18:06:15.953 +03:00 [DBG] Connection id "0HNC8090TG7F8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:15.953 +03:00 [DBG] Connection id "0HNC8090TG7F8" disconnecting. 2025-06-27 18:06:15.954 +03:00 [DBG] Connection id "0HNC8090TG7F8" stopped. 2025-06-27 18:06:15.999 +03:00 [DBG] Connection id "0HNC8090TG7F9" accepted. 2025-06-27 18:06:15.999 +03:00 [DBG] Connection id "0HNC8090TG7F9" started. 2025-06-27 18:06:16.000 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:16.000 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:16.000 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:16.000 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:16.000 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:16.000 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:16.000 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:16.000 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:16.000 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:16.000 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:16.000 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:16.000 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:16.000 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:16.000 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:16.000 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:16.000 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.000 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.000 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:16.000 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:16.000 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:16.000 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:16.000 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:16.000 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:16.000 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:16.000 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:16.000 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:16.000 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:16.000 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:16.000 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:16.000 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:16.000 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:16.001 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:16.146 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 145.3291ms. 2025-06-27 18:06:16.146 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:16.146 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:16.146 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:16.146 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:16.146 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:16.146 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:16.146 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:16.146 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:16.148 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:16.148 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:16.148 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:16.148 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.148 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.148 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.148 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:16.148 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 147.754ms 2025-06-27 18:06:16.148 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:16.148 +03:00 [DBG] Connection id "0HNC8090TG7F9" completed keep alive response. 2025-06-27 18:06:16.148 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 148.4115ms 2025-06-27 18:06:16.152 +03:00 [DBG] Connection id "0HNC8090TG7F9" received FIN. 2025-06-27 18:06:16.152 +03:00 [DBG] Connection id "0HNC8090TG7F9" disconnecting. 2025-06-27 18:06:16.152 +03:00 [DBG] Connection id "0HNC8090TG7F9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:16.153 +03:00 [DBG] Connection id "0HNC8090TG7F9" stopped. 2025-06-27 18:06:20.784 +03:00 [DBG] Connection id "0HNC8090TG7FA" accepted. 2025-06-27 18:06:20.784 +03:00 [DBG] Connection id "0HNC8090TG7FA" started. 2025-06-27 18:06:20.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:20.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:20.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:20.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:20.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:20.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:20.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:20.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:20.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:20.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:20.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:20.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:20.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:20.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:20.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:20.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:20.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:20.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1294ms. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:20.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:20.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:20.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6835ms 2025-06-27 18:06:20.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:20.785 +03:00 [DBG] Connection id "0HNC8090TG7FA" completed keep alive response. 2025-06-27 18:06:20.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2834ms 2025-06-27 18:06:20.786 +03:00 [DBG] Connection id "0HNC8090TG7FA" received FIN. 2025-06-27 18:06:20.786 +03:00 [DBG] Connection id "0HNC8090TG7FA" disconnecting. 2025-06-27 18:06:20.786 +03:00 [DBG] Connection id "0HNC8090TG7FA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:20.787 +03:00 [DBG] Connection id "0HNC8090TG7FA" stopped. 2025-06-27 18:06:25.780 +03:00 [DBG] Connection id "0HNC8090TG7FB" accepted. 2025-06-27 18:06:25.780 +03:00 [DBG] Connection id "0HNC8090TG7FB" started. 2025-06-27 18:06:25.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:25.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:25.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:25.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:25.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:25.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:25.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:25.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:25.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:25.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:25.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:25.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:25.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:25.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:25.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:25.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:25.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:25.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:25.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:25.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:25.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.149ms. 2025-06-27 18:06:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:25.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:25.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:25.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.709ms 2025-06-27 18:06:25.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:25.781 +03:00 [DBG] Connection id "0HNC8090TG7FB" completed keep alive response. 2025-06-27 18:06:25.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2744ms 2025-06-27 18:06:25.781 +03:00 [DBG] Connection id "0HNC8090TG7FB" received FIN. 2025-06-27 18:06:25.781 +03:00 [DBG] Connection id "0HNC8090TG7FB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:25.781 +03:00 [DBG] Connection id "0HNC8090TG7FB" disconnecting. 2025-06-27 18:06:25.781 +03:00 [DBG] Connection id "0HNC8090TG7FB" stopped. 2025-06-27 18:06:27.775 +03:00 [DBG] Connection id "0HNC8090TG7FC" accepted. 2025-06-27 18:06:27.775 +03:00 [DBG] Connection id "0HNC8090TG7FC" started. 2025-06-27 18:06:27.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 688 2025-06-27 18:06:27.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:27.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:27.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:06:27.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:06:27.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:06:27.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:27.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:27.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:27.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:27.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:06:27.776 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:27.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:27.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:27.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:27.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:27.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:27.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:27.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:27.776 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:06:27.776 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:06:27.776 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:06:27.776 +03:00 [DBG] Connection id "0HNC8090TG7FC", Request id "0HNC8090TG7FC:00000001": started reading request body. 2025-06-27 18:06:27.776 +03:00 [DBG] Connection id "0HNC8090TG7FC", Request id "0HNC8090TG7FC:00000001": done reading request body. 2025-06-27 18:06:27.776 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:06:27.776 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:06:27.776 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:06:27.776 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:06:27.776 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:06:27.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:27.776 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:06:27.776 +03:00 [INF] Updating physical elements properties 2025-06-27 18:06:27.795 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.6437ms. 2025-06-27 18:06:27.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:27.795 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:27.795 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.5843ms 2025-06-27 18:06:27.796 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:06:27.796 +03:00 [DBG] Connection id "0HNC8090TG7FC" completed keep alive response. 2025-06-27 18:06:27.796 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.1975ms 2025-06-27 18:06:27.796 +03:00 [DBG] Connection id "0HNC8090TG7FC" received FIN. 2025-06-27 18:06:27.796 +03:00 [DBG] Connection id "0HNC8090TG7FC" disconnecting. 2025-06-27 18:06:27.796 +03:00 [DBG] Connection id "0HNC8090TG7FC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:27.797 +03:00 [DBG] Connection id "0HNC8090TG7FC" stopped. 2025-06-27 18:06:27.834 +03:00 [DBG] Connection id "0HNC8090TG7FD" accepted. 2025-06-27 18:06:27.834 +03:00 [DBG] Connection id "0HNC8090TG7FD" started. 2025-06-27 18:06:27.834 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:27.834 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:27.834 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:27.834 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:27.835 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:27.835 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:27.835 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:27.835 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:27.835 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:27.835 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:27.835 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:27.835 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:27.835 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:27.835 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:27.835 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:27.835 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.835 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.835 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:27.835 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:27.835 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:27.835 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:27.835 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:27.835 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:27.835 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:27.836 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:27.836 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.836 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.836 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.836 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.836 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:27.836 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:27.836 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:27.838 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.0989ms. 2025-06-27 18:06:27.838 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.838 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:27.838 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:27.838 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:27.838 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:27.838 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:27.838 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:27.838 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:27.839 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:27.839 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.839 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:27.839 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.839 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.839 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.839 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.839 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.6795ms 2025-06-27 18:06:27.839 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:27.839 +03:00 [DBG] Connection id "0HNC8090TG7FD" completed keep alive response. 2025-06-27 18:06:27.839 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.5822ms 2025-06-27 18:06:27.839 +03:00 [DBG] Connection id "0HNC8090TG7FD" received FIN. 2025-06-27 18:06:27.839 +03:00 [DBG] Connection id "0HNC8090TG7FD" disconnecting. 2025-06-27 18:06:27.839 +03:00 [DBG] Connection id "0HNC8090TG7FD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:27.840 +03:00 [DBG] Connection id "0HNC8090TG7FD" stopped. 2025-06-27 18:06:27.885 +03:00 [DBG] Connection id "0HNC8090TG7FE" accepted. 2025-06-27 18:06:27.885 +03:00 [DBG] Connection id "0HNC8090TG7FE" started. 2025-06-27 18:06:27.885 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:27.886 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:27.886 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:27.886 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:27.886 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:27.886 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:27.886 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:27.886 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:27.886 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:27.886 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:27.886 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:27.886 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:27.886 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:27.886 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:27.886 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:27.886 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.886 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:27.886 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:27.886 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:27.886 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:27.886 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:27.886 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:27.886 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:27.886 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:27.886 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:27.886 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.886 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:27.886 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.886 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:27.886 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:27.886 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:27.886 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:28.033 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 147.1202ms. 2025-06-27 18:06:28.033 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:28.034 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:28.034 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:28.034 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:28.034 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:28.034 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:28.034 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:28.034 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:28.035 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:28.035 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:28.035 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:28.035 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:28.035 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:28.035 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:28.035 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:28.035 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 149.3499ms 2025-06-27 18:06:28.035 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:28.035 +03:00 [DBG] Connection id "0HNC8090TG7FE" completed keep alive response. 2025-06-27 18:06:28.035 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 149.8801ms 2025-06-27 18:06:28.039 +03:00 [DBG] Connection id "0HNC8090TG7FE" received FIN. 2025-06-27 18:06:28.039 +03:00 [DBG] Connection id "0HNC8090TG7FE" disconnecting. 2025-06-27 18:06:28.039 +03:00 [DBG] Connection id "0HNC8090TG7FE" stopped. 2025-06-27 18:06:28.039 +03:00 [DBG] Connection id "0HNC8090TG7FE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:30.774 +03:00 [DBG] Connection id "0HNC8090TG7FF" accepted. 2025-06-27 18:06:30.774 +03:00 [DBG] Connection id "0HNC8090TG7FF" started. 2025-06-27 18:06:30.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:30.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:30.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:30.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:30.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:30.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:30.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:30.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:30.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:30.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:30.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:30.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:30.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:30.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:30.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:30.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:30.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:30.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:30.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:30.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:30.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1842ms. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:30.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:30.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:30.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.284ms 2025-06-27 18:06:30.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:30.777 +03:00 [DBG] Connection id "0HNC8090TG7FF" completed keep alive response. 2025-06-27 18:06:30.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6663ms 2025-06-27 18:06:30.777 +03:00 [DBG] Connection id "0HNC8090TG7FF" received FIN. 2025-06-27 18:06:30.777 +03:00 [DBG] Connection id "0HNC8090TG7FF" disconnecting. 2025-06-27 18:06:30.777 +03:00 [DBG] Connection id "0HNC8090TG7FF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:30.778 +03:00 [DBG] Connection id "0HNC8090TG7FF" stopped. 2025-06-27 18:06:33.677 +03:00 [DBG] Connection id "0HNC8090TG7FG" accepted. 2025-06-27 18:06:33.678 +03:00 [DBG] Connection id "0HNC8090TG7FG" started. 2025-06-27 18:06:33.678 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:06:33.678 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:33.678 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:33.678 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:06:33.678 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:06:33.678 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:33.678 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:33.678 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:33.678 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:33.678 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:33.678 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:33.678 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:33.678 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:33.678 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:33.678 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:33.679 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:33.679 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:33.679 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.679 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.679 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:33.679 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:06:33.679 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:33.679 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:06:33.679 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:06:33.679 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:33.679 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:06:33.679 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:06:33.679 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:06:33.679 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:06:33.679 +03:00 [DBG] Connection id "0HNC8090TG7FG", Request id "0HNC8090TG7FG:00000001": started reading request body. 2025-06-27 18:06:33.679 +03:00 [DBG] Connection id "0HNC8090TG7FG", Request id "0HNC8090TG7FG:00000001": done reading request body. 2025-06-27 18:06:33.679 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:06:33.680 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:33.680 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:33.680 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:06:33.680 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:33.680 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.680 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.680 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.680 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.680 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:33.680 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:06:33.680 +03:00 [INF] Changing group of physicals [198] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:33.705 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 25.4948ms. 2025-06-27 18:06:33.705 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.705 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.705 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.705 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:33.706 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:33.706 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.706 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.706 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 27.1889ms 2025-06-27 18:06:33.706 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:33.706 +03:00 [DBG] Connection id "0HNC8090TG7FG" completed keep alive response. 2025-06-27 18:06:33.706 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 28.1577ms 2025-06-27 18:06:33.706 +03:00 [DBG] Connection id "0HNC8090TG7FG" received FIN. 2025-06-27 18:06:33.706 +03:00 [DBG] Connection id "0HNC8090TG7FG" disconnecting. 2025-06-27 18:06:33.706 +03:00 [DBG] Connection id "0HNC8090TG7FG" stopped. 2025-06-27 18:06:33.706 +03:00 [DBG] Connection id "0HNC8090TG7FG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:33.739 +03:00 [DBG] Connection id "0HNC8090TG7FH" accepted. 2025-06-27 18:06:33.739 +03:00 [DBG] Connection id "0HNC8090TG7FH" started. 2025-06-27 18:06:33.739 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:33.739 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:33.739 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:33.740 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:33.740 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:33.740 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:33.740 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:33.740 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:33.740 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:33.740 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:33.740 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:33.740 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:33.740 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:33.740 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:33.740 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:33.740 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.740 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.740 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:33.740 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:33.740 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:33.740 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:33.740 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:33.740 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:33.740 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:33.740 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:33.740 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.740 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.740 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.740 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.740 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:33.740 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:33.740 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:33.741 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8517ms. 2025-06-27 18:06:33.741 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.741 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:33.741 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:33.741 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:33.741 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:33.741 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:33.741 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:33.741 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:33.742 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:33.742 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.742 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.742 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.742 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.742 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.742 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.742 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.7747ms 2025-06-27 18:06:33.742 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:33.742 +03:00 [DBG] Connection id "0HNC8090TG7FH" completed keep alive response. 2025-06-27 18:06:33.742 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3172ms 2025-06-27 18:06:33.742 +03:00 [DBG] Connection id "0HNC8090TG7FH" received FIN. 2025-06-27 18:06:33.742 +03:00 [DBG] Connection id "0HNC8090TG7FH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:33.742 +03:00 [DBG] Connection id "0HNC8090TG7FH" disconnecting. 2025-06-27 18:06:33.742 +03:00 [DBG] Connection id "0HNC8090TG7FH" stopped. 2025-06-27 18:06:33.786 +03:00 [DBG] Connection id "0HNC8090TG7FI" accepted. 2025-06-27 18:06:33.786 +03:00 [DBG] Connection id "0HNC8090TG7FI" started. 2025-06-27 18:06:33.786 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:33.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:33.786 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:33.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:33.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:33.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:33.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:33.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:33.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:33.786 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:33.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:33.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:33.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:33.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:33.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:33.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:33.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:33.787 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:33.787 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:33.787 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:33.787 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:33.787 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:33.787 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:33.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:33.787 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:33.787 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:33.929 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.9805ms. 2025-06-27 18:06:33.929 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.929 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:33.929 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:33.929 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:33.929 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:33.929 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:33.929 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:33.929 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:33.931 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:33.931 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.931 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:33.931 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.931 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.931 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.931 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:33.931 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.5117ms 2025-06-27 18:06:33.931 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:33.931 +03:00 [DBG] Connection id "0HNC8090TG7FI" completed keep alive response. 2025-06-27 18:06:33.931 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 145.0629ms 2025-06-27 18:06:33.935 +03:00 [DBG] Connection id "0HNC8090TG7FI" received FIN. 2025-06-27 18:06:33.935 +03:00 [DBG] Connection id "0HNC8090TG7FI" disconnecting. 2025-06-27 18:06:33.935 +03:00 [DBG] Connection id "0HNC8090TG7FI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:33.936 +03:00 [DBG] Connection id "0HNC8090TG7FI" stopped. 2025-06-27 18:06:35.777 +03:00 [DBG] Connection id "0HNC8090TG7FJ" accepted. 2025-06-27 18:06:35.777 +03:00 [DBG] Connection id "0HNC8090TG7FJ" started. 2025-06-27 18:06:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:35.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:35.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:35.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:35.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:35.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:35.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:35.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:35.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:35.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:35.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:35.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:35.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:35.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:35.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:35.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:35.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:35.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1959ms. 2025-06-27 18:06:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1325ms 2025-06-27 18:06:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:35.779 +03:00 [DBG] Connection id "0HNC8090TG7FJ" completed keep alive response. 2025-06-27 18:06:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1519ms 2025-06-27 18:06:35.780 +03:00 [DBG] Connection id "0HNC8090TG7FJ" received FIN. 2025-06-27 18:06:35.780 +03:00 [DBG] Connection id "0HNC8090TG7FJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:35.780 +03:00 [DBG] Connection id "0HNC8090TG7FJ" disconnecting. 2025-06-27 18:06:35.780 +03:00 [DBG] Connection id "0HNC8090TG7FJ" stopped. 2025-06-27 18:06:40.778 +03:00 [DBG] Connection id "0HNC8090TG7FK" accepted. 2025-06-27 18:06:40.778 +03:00 [DBG] Connection id "0HNC8090TG7FK" started. 2025-06-27 18:06:40.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:40.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:40.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:40.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:40.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:40.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:40.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:40.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:40.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:40.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:40.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:40.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:40.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:40.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:40.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:40.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:40.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:40.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:40.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:40.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:40.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1809ms. 2025-06-27 18:06:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:40.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:40.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:40.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1342ms 2025-06-27 18:06:40.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:40.780 +03:00 [DBG] Connection id "0HNC8090TG7FK" completed keep alive response. 2025-06-27 18:06:40.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0424ms 2025-06-27 18:06:40.781 +03:00 [DBG] Connection id "0HNC8090TG7FK" received FIN. 2025-06-27 18:06:40.781 +03:00 [DBG] Connection id "0HNC8090TG7FK" disconnecting. 2025-06-27 18:06:40.781 +03:00 [DBG] Connection id "0HNC8090TG7FK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:40.782 +03:00 [DBG] Connection id "0HNC8090TG7FK" stopped. 2025-06-27 18:06:45.773 +03:00 [DBG] Connection id "0HNC8090TG7FL" accepted. 2025-06-27 18:06:45.773 +03:00 [DBG] Connection id "0HNC8090TG7FL" started. 2025-06-27 18:06:45.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:45.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:45.773 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:45.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:45.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:45.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:45.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:45.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1121ms. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:45.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:45.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6456ms 2025-06-27 18:06:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:45.775 +03:00 [DBG] Connection id "0HNC8090TG7FL" completed keep alive response. 2025-06-27 18:06:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.267ms 2025-06-27 18:06:45.775 +03:00 [DBG] Connection id "0HNC8090TG7FL" received FIN. 2025-06-27 18:06:45.775 +03:00 [DBG] Connection id "0HNC8090TG7FL" disconnecting. 2025-06-27 18:06:45.775 +03:00 [DBG] Connection id "0HNC8090TG7FL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:45.776 +03:00 [DBG] Connection id "0HNC8090TG7FL" stopped. 2025-06-27 18:06:45.826 +03:00 [DBG] Connection id "0HNC8090TG7FM" accepted. 2025-06-27 18:06:45.826 +03:00 [DBG] Connection id "0HNC8090TG7FM" started. 2025-06-27 18:06:45.826 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 692 2025-06-27 18:06:45.826 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:45.826 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:45.826 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:06:45.826 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:06:45.826 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:06:45.826 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:45.826 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:45.826 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:45.827 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:45.827 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:06:45.827 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:45.827 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:45.827 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:45.827 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:45.827 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:45.827 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:45.827 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.827 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.827 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:45.827 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:45.827 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:06:45.827 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:06:45.827 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:06:45.827 +03:00 [DBG] Connection id "0HNC8090TG7FM", Request id "0HNC8090TG7FM:00000001": started reading request body. 2025-06-27 18:06:45.827 +03:00 [DBG] Connection id "0HNC8090TG7FM", Request id "0HNC8090TG7FM:00000001": done reading request body. 2025-06-27 18:06:45.827 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:06:45.827 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:06:45.827 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:06:45.827 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:06:45.827 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:06:45.827 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.827 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.827 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.827 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.827 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:45.827 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:06:45.828 +03:00 [INF] Updating physical elements properties 2025-06-27 18:06:45.844 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.1865ms. 2025-06-27 18:06:45.844 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:45.844 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:45.844 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.844 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.844 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 17.2736ms 2025-06-27 18:06:45.844 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:06:45.844 +03:00 [DBG] Connection id "0HNC8090TG7FM" completed keep alive response. 2025-06-27 18:06:45.844 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 17.8985ms 2025-06-27 18:06:45.844 +03:00 [DBG] Connection id "0HNC8090TG7FM" received FIN. 2025-06-27 18:06:45.844 +03:00 [DBG] Connection id "0HNC8090TG7FM" disconnecting. 2025-06-27 18:06:45.844 +03:00 [DBG] Connection id "0HNC8090TG7FM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:45.845 +03:00 [DBG] Connection id "0HNC8090TG7FM" stopped. 2025-06-27 18:06:45.881 +03:00 [DBG] Connection id "0HNC8090TG7FN" accepted. 2025-06-27 18:06:45.881 +03:00 [DBG] Connection id "0HNC8090TG7FN" started. 2025-06-27 18:06:45.881 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:45.881 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:45.881 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:45.881 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:45.881 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:45.881 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:45.881 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:45.881 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:45.881 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:45.882 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:45.882 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:45.882 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:45.882 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:45.882 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:45.882 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:45.882 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.882 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.882 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:45.882 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:45.882 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:45.882 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:45.882 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:45.882 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:45.882 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:45.882 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:45.882 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.882 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.882 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.882 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.882 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:45.882 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:45.882 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:45.884 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.4219ms. 2025-06-27 18:06:45.884 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:45.884 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:45.884 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:45.884 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:45.884 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:45.884 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:45.884 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:45.884 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.884 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.884 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.3549ms 2025-06-27 18:06:45.884 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:45.884 +03:00 [DBG] Connection id "0HNC8090TG7FN" completed keep alive response. 2025-06-27 18:06:45.884 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.929ms 2025-06-27 18:06:45.884 +03:00 [DBG] Connection id "0HNC8090TG7FN" received FIN. 2025-06-27 18:06:45.884 +03:00 [DBG] Connection id "0HNC8090TG7FN" disconnecting. 2025-06-27 18:06:45.885 +03:00 [DBG] Connection id "0HNC8090TG7FN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:45.886 +03:00 [DBG] Connection id "0HNC8090TG7FN" stopped. 2025-06-27 18:06:45.925 +03:00 [DBG] Connection id "0HNC8090TG7FO" accepted. 2025-06-27 18:06:45.925 +03:00 [DBG] Connection id "0HNC8090TG7FO" started. 2025-06-27 18:06:45.925 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:45.925 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:45.925 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:45.926 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:45.926 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:45.926 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:45.926 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:45.926 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:45.926 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:45.926 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:45.926 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:45.926 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:45.926 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:45.926 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:45.926 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:45.926 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.926 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:45.926 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:45.926 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:45.926 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:45.926 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:45.926 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:45.926 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:45.926 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:45.926 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:45.926 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.926 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:45.926 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.926 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:45.926 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:45.926 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:45.926 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:46.119 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 192.8504ms. 2025-06-27 18:06:46.119 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:46.119 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:46.119 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:46.120 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:46.120 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:46.120 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:46.120 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:46.120 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:46.121 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:46.122 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:46.122 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:46.122 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:46.122 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:46.122 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:46.122 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:46.122 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 195.7102ms 2025-06-27 18:06:46.122 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:46.122 +03:00 [DBG] Connection id "0HNC8090TG7FO" completed keep alive response. 2025-06-27 18:06:46.122 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 196.3692ms 2025-06-27 18:06:46.124 +03:00 [DBG] Connection id "0HNC8090TG7FO" received FIN. 2025-06-27 18:06:46.124 +03:00 [DBG] Connection id "0HNC8090TG7FO" disconnecting. 2025-06-27 18:06:46.124 +03:00 [DBG] Connection id "0HNC8090TG7FO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:46.125 +03:00 [DBG] Connection id "0HNC8090TG7FO" stopped. 2025-06-27 18:06:49.839 +03:00 [DBG] Connection id "0HNC8090TG7FP" accepted. 2025-06-27 18:06:49.840 +03:00 [DBG] Connection id "0HNC8090TG7FP" started. 2025-06-27 18:06:49.840 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - application/json;charset=UTF-8 5 2025-06-27 18:06:49.840 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:49.840 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:49.840 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:06:49.840 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/' 2025-06-27 18:06:49.840 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:49.840 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:49.840 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:49.840 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:49.840 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:49.840 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:49.840 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:49.840 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:49.840 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:49.841 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:49.841 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:49.841 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:49.841 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.841 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.841 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:49.841 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:49.841 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:06:49.841 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:06:49.841 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:49.841 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:49.841 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:06:49.841 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:06:49.841 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:06:49.841 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:06:49.841 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:49.841 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:49.841 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:06:49.841 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:06:49.842 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:06:49.842 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:06:49.842 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:06:49.842 +03:00 [DBG] Connection id "0HNC8090TG7FP", Request id "0HNC8090TG7FP:00000001": started reading request body. 2025-06-27 18:06:49.842 +03:00 [DBG] Connection id "0HNC8090TG7FP", Request id "0HNC8090TG7FP:00000001": done reading request body. 2025-06-27 18:06:49.842 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:06:49.842 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:49.842 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:49.842 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:06:49.842 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:06:49.842 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.842 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.842 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.842 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.842 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:49.842 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Rb-1","System.Int32[]"]) 2025-06-27 18:06:49.842 +03:00 [INF] Changing group of physicals [201] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:49.877 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 34.6062ms. 2025-06-27 18:06:49.877 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:49.877 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:49.877 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.877 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.877 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 36.6633ms 2025-06-27 18:06:49.877 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:06:49.877 +03:00 [DBG] Connection id "0HNC8090TG7FP" completed keep alive response. 2025-06-27 18:06:49.878 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Rb-1/ - 200 0 null 37.668ms 2025-06-27 18:06:49.878 +03:00 [DBG] Connection id "0HNC8090TG7FP" received FIN. 2025-06-27 18:06:49.878 +03:00 [DBG] Connection id "0HNC8090TG7FP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:49.878 +03:00 [DBG] Connection id "0HNC8090TG7FP" disconnecting. 2025-06-27 18:06:49.878 +03:00 [DBG] Connection id "0HNC8090TG7FP" stopped. 2025-06-27 18:06:49.917 +03:00 [DBG] Connection id "0HNC8090TG7FQ" accepted. 2025-06-27 18:06:49.917 +03:00 [DBG] Connection id "0HNC8090TG7FQ" started. 2025-06-27 18:06:49.917 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:49.917 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:49.917 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:49.917 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:49.917 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:49.917 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:49.917 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:49.917 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:49.917 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:49.917 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:49.917 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:49.917 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:49.917 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:49.917 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:49.917 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:49.917 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.917 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.917 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:49.917 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:49.918 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:49.918 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:49.918 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:49.918 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:49.918 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:49.918 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:49.918 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.918 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.918 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.918 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.918 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:49.918 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:49.918 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:49.918 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.691ms. 2025-06-27 18:06:49.919 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:49.919 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:49.919 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:49.919 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:49.919 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:49.919 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:49.919 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:49.919 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.919 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.919 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.5825ms 2025-06-27 18:06:49.919 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:49.919 +03:00 [DBG] Connection id "0HNC8090TG7FQ" completed keep alive response. 2025-06-27 18:06:49.919 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.0883ms 2025-06-27 18:06:49.919 +03:00 [DBG] Connection id "0HNC8090TG7FQ" received FIN. 2025-06-27 18:06:49.919 +03:00 [DBG] Connection id "0HNC8090TG7FQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:49.919 +03:00 [DBG] Connection id "0HNC8090TG7FQ" disconnecting. 2025-06-27 18:06:49.919 +03:00 [DBG] Connection id "0HNC8090TG7FQ" stopped. 2025-06-27 18:06:49.969 +03:00 [DBG] Connection id "0HNC8090TG7FR" accepted. 2025-06-27 18:06:49.969 +03:00 [DBG] Connection id "0HNC8090TG7FR" started. 2025-06-27 18:06:49.969 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:06:49.969 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:49.969 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:06:49.969 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:49.969 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:06:49.969 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:49.969 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:49.969 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:49.969 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:49.970 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:06:49.970 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:49.970 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:49.970 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:49.970 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:49.970 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:49.970 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.970 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:49.970 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:49.970 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:06:49.970 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:06:49.970 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:06:49.970 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:49.970 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:06:49.970 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:06:49.970 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:06:49.970 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.970 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:49.970 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.970 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:49.970 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:49.970 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:06:49.970 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:06:50.109 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 139.4231ms. 2025-06-27 18:06:50.110 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.110 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:50.110 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:06:50.110 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:06:50.110 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:06:50.110 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:06:50.110 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:06:50.110 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:06:50.111 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:06:50.111 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.111 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.111 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.111 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.111 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.111 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.111 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 141.6335ms 2025-06-27 18:06:50.111 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:06:50.111 +03:00 [DBG] Connection id "0HNC8090TG7FR" completed keep alive response. 2025-06-27 18:06:50.111 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 142.1399ms 2025-06-27 18:06:50.119 +03:00 [DBG] Connection id "0HNC8090TG7FR" received FIN. 2025-06-27 18:06:50.119 +03:00 [DBG] Connection id "0HNC8090TG7FR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:50.119 +03:00 [DBG] Connection id "0HNC8090TG7FR" disconnecting. 2025-06-27 18:06:50.119 +03:00 [DBG] Connection id "0HNC8090TG7FR" stopped. 2025-06-27 18:06:50.777 +03:00 [DBG] Connection id "0HNC8090TG7FS" accepted. 2025-06-27 18:06:50.777 +03:00 [DBG] Connection id "0HNC8090TG7FS" started. 2025-06-27 18:06:50.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:50.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:50.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:50.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:50.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:50.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:50.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:50.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:50.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:50.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:50.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:50.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:50.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:50.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:50.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:50.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:50.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:50.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:50.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:50.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1349ms. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:50.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:50.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6973ms 2025-06-27 18:06:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:50.779 +03:00 [DBG] Connection id "0HNC8090TG7FS" completed keep alive response. 2025-06-27 18:06:50.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3249ms 2025-06-27 18:06:50.779 +03:00 [DBG] Connection id "0HNC8090TG7FS" received FIN. 2025-06-27 18:06:50.779 +03:00 [DBG] Connection id "0HNC8090TG7FS" disconnecting. 2025-06-27 18:06:50.779 +03:00 [DBG] Connection id "0HNC8090TG7FS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:50.780 +03:00 [DBG] Connection id "0HNC8090TG7FS" stopped. 2025-06-27 18:06:55.775 +03:00 [DBG] Connection id "0HNC8090TG7FT" accepted. 2025-06-27 18:06:55.775 +03:00 [DBG] Connection id "0HNC8090TG7FT" started. 2025-06-27 18:06:55.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:06:55.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:06:55.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:06:55.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:06:55.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:06:55.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:55.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:06:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:06:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:06:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:06:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:06:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:06:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:06:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:06:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:06:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:06:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:55.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:55.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:06:55.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1227ms. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:55.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:55.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:55.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:06:55.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:06:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:06:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:06:55.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8586ms 2025-06-27 18:06:55.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:06:55.777 +03:00 [DBG] Connection id "0HNC8090TG7FT" completed keep alive response. 2025-06-27 18:06:55.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.635ms 2025-06-27 18:06:55.777 +03:00 [DBG] Connection id "0HNC8090TG7FT" received FIN. 2025-06-27 18:06:55.777 +03:00 [DBG] Connection id "0HNC8090TG7FT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:06:55.777 +03:00 [DBG] Connection id "0HNC8090TG7FT" disconnecting. 2025-06-27 18:06:55.777 +03:00 [DBG] Connection id "0HNC8090TG7FT" stopped. 2025-06-27 18:07:00.784 +03:00 [DBG] Connection id "0HNC8090TG7FU" accepted. 2025-06-27 18:07:00.784 +03:00 [DBG] Connection id "0HNC8090TG7FU" started. 2025-06-27 18:07:00.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:00.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:00.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:00.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:00.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:00.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:00.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:00.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:00.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:00.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:00.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:00.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:00.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:00.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:00.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:00.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:00.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:00.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:00.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:00.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:00.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1571ms. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:00.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:00.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:00.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8124ms 2025-06-27 18:07:00.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:00.785 +03:00 [DBG] Connection id "0HNC8090TG7FU" completed keep alive response. 2025-06-27 18:07:00.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.441ms 2025-06-27 18:07:00.786 +03:00 [DBG] Connection id "0HNC8090TG7FU" received FIN. 2025-06-27 18:07:00.786 +03:00 [DBG] Connection id "0HNC8090TG7FU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:00.786 +03:00 [DBG] Connection id "0HNC8090TG7FU" disconnecting. 2025-06-27 18:07:00.786 +03:00 [DBG] Connection id "0HNC8090TG7FU" stopped. 2025-06-27 18:07:05.776 +03:00 [DBG] Connection id "0HNC8090TG7FV" accepted. 2025-06-27 18:07:05.776 +03:00 [DBG] Connection id "0HNC8090TG7FV" started. 2025-06-27 18:07:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:05.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:05.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:05.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:05.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:05.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:05.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:05.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:05.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2003ms. 2025-06-27 18:07:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:05.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1755ms 2025-06-27 18:07:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:05.778 +03:00 [DBG] Connection id "0HNC8090TG7FV" completed keep alive response. 2025-06-27 18:07:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1451ms 2025-06-27 18:07:05.779 +03:00 [DBG] Connection id "0HNC8090TG7FV" received FIN. 2025-06-27 18:07:05.779 +03:00 [DBG] Connection id "0HNC8090TG7FV" disconnecting. 2025-06-27 18:07:05.779 +03:00 [DBG] Connection id "0HNC8090TG7FV" stopped. 2025-06-27 18:07:05.779 +03:00 [DBG] Connection id "0HNC8090TG7FV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:10.776 +03:00 [DBG] Connection id "0HNC8090TG7G0" accepted. 2025-06-27 18:07:10.776 +03:00 [DBG] Connection id "0HNC8090TG7G0" started. 2025-06-27 18:07:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:10.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:10.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1204ms. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:10.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:10.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:10.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7597ms 2025-06-27 18:07:10.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:10.778 +03:00 [DBG] Connection id "0HNC8090TG7G0" completed keep alive response. 2025-06-27 18:07:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4331ms 2025-06-27 18:07:10.778 +03:00 [DBG] Connection id "0HNC8090TG7G0" received FIN. 2025-06-27 18:07:10.778 +03:00 [DBG] Connection id "0HNC8090TG7G0" disconnecting. 2025-06-27 18:07:10.778 +03:00 [DBG] Connection id "0HNC8090TG7G0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:10.779 +03:00 [DBG] Connection id "0HNC8090TG7G0" stopped. 2025-06-27 18:07:15.776 +03:00 [DBG] Connection id "0HNC8090TG7G1" accepted. 2025-06-27 18:07:15.776 +03:00 [DBG] Connection id "0HNC8090TG7G1" started. 2025-06-27 18:07:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:15.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:15.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:15.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:15.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:15.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:15.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:15.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:15.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:15.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1219ms. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:15.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7399ms 2025-06-27 18:07:15.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:15.777 +03:00 [DBG] Connection id "0HNC8090TG7G1" completed keep alive response. 2025-06-27 18:07:15.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.318ms 2025-06-27 18:07:15.777 +03:00 [DBG] Connection id "0HNC8090TG7G1" received FIN. 2025-06-27 18:07:15.778 +03:00 [DBG] Connection id "0HNC8090TG7G1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:15.778 +03:00 [DBG] Connection id "0HNC8090TG7G1" disconnecting. 2025-06-27 18:07:15.778 +03:00 [DBG] Connection id "0HNC8090TG7G1" stopped. 2025-06-27 18:07:20.778 +03:00 [DBG] Connection id "0HNC8090TG7G2" accepted. 2025-06-27 18:07:20.779 +03:00 [DBG] Connection id "0HNC8090TG7G2" started. 2025-06-27 18:07:20.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:20.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:20.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:20.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:20.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:20.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:20.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:20.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:20.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:20.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:20.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:20.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:20.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:20.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:20.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:20.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:20.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:20.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:20.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:20.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1939ms. 2025-06-27 18:07:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:20.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:20.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:20.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7282ms 2025-06-27 18:07:20.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:20.782 +03:00 [DBG] Connection id "0HNC8090TG7G2" completed keep alive response. 2025-06-27 18:07:20.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9665ms 2025-06-27 18:07:20.782 +03:00 [DBG] Connection id "0HNC8090TG7G2" received FIN. 2025-06-27 18:07:20.782 +03:00 [DBG] Connection id "0HNC8090TG7G2" disconnecting. 2025-06-27 18:07:20.782 +03:00 [DBG] Connection id "0HNC8090TG7G2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:20.784 +03:00 [DBG] Connection id "0HNC8090TG7G2" stopped. 2025-06-27 18:07:25.783 +03:00 [DBG] Connection id "0HNC8090TG7G3" accepted. 2025-06-27 18:07:25.783 +03:00 [DBG] Connection id "0HNC8090TG7G3" started. 2025-06-27 18:07:25.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:25.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:25.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:25.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:25.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:25.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:25.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:25.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:25.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:25.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:25.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:25.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:25.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:25.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:25.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:25.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:25.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:25.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2343ms. 2025-06-27 18:07:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:25.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:25.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:25.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:25.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8343ms 2025-06-27 18:07:25.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:25.787 +03:00 [DBG] Connection id "0HNC8090TG7G3" completed keep alive response. 2025-06-27 18:07:25.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.34ms 2025-06-27 18:07:25.787 +03:00 [DBG] Connection id "0HNC8090TG7G3" received FIN. 2025-06-27 18:07:25.787 +03:00 [DBG] Connection id "0HNC8090TG7G3" disconnecting. 2025-06-27 18:07:25.787 +03:00 [DBG] Connection id "0HNC8090TG7G3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:25.789 +03:00 [DBG] Connection id "0HNC8090TG7G3" stopped. 2025-06-27 18:07:30.776 +03:00 [DBG] Connection id "0HNC8090TG7G4" accepted. 2025-06-27 18:07:30.777 +03:00 [DBG] Connection id "0HNC8090TG7G4" started. 2025-06-27 18:07:30.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:30.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:30.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:30.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:30.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:30.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:30.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:30.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:30.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:30.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:30.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:30.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:30.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:30.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:30.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:30.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:30.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:30.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:30.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1206ms. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:30.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1313ms 2025-06-27 18:07:30.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:30.779 +03:00 [DBG] Connection id "0HNC8090TG7G4" completed keep alive response. 2025-06-27 18:07:30.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2938ms 2025-06-27 18:07:30.779 +03:00 [DBG] Connection id "0HNC8090TG7G4" received FIN. 2025-06-27 18:07:30.779 +03:00 [DBG] Connection id "0HNC8090TG7G4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:30.779 +03:00 [DBG] Connection id "0HNC8090TG7G4" disconnecting. 2025-06-27 18:07:30.780 +03:00 [DBG] Connection id "0HNC8090TG7G4" stopped. 2025-06-27 18:07:35.773 +03:00 [DBG] Connection id "0HNC8090TG7G5" accepted. 2025-06-27 18:07:35.774 +03:00 [DBG] Connection id "0HNC8090TG7G5" started. 2025-06-27 18:07:35.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:35.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:35.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:35.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:35.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:35.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:35.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:35.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:35.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:35.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:35.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:35.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:35.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:35.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:35.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:35.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:35.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:35.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:35.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:35.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:35.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:35.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:35.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1341ms. 2025-06-27 18:07:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:35.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:35.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:35.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7664ms 2025-06-27 18:07:35.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:35.775 +03:00 [DBG] Connection id "0HNC8090TG7G5" completed keep alive response. 2025-06-27 18:07:35.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4001ms 2025-06-27 18:07:35.775 +03:00 [DBG] Connection id "0HNC8090TG7G5" received FIN. 2025-06-27 18:07:35.775 +03:00 [DBG] Connection id "0HNC8090TG7G5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:35.775 +03:00 [DBG] Connection id "0HNC8090TG7G5" disconnecting. 2025-06-27 18:07:35.776 +03:00 [DBG] Connection id "0HNC8090TG7G5" stopped. 2025-06-27 18:07:40.787 +03:00 [DBG] Connection id "0HNC8090TG7G6" accepted. 2025-06-27 18:07:40.787 +03:00 [DBG] Connection id "0HNC8090TG7G6" started. 2025-06-27 18:07:40.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:40.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:40.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:40.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:40.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:40.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:40.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:40.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:40.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:40.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:40.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:40.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:40.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:40.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:40.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:40.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:40.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:40.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:40.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:40.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:40.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.123ms. 2025-06-27 18:07:40.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:40.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:40.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:40.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7707ms 2025-06-27 18:07:40.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:40.789 +03:00 [DBG] Connection id "0HNC8090TG7G6" completed keep alive response. 2025-06-27 18:07:40.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4224ms 2025-06-27 18:07:40.789 +03:00 [DBG] Connection id "0HNC8090TG7G6" received FIN. 2025-06-27 18:07:40.789 +03:00 [DBG] Connection id "0HNC8090TG7G6" disconnecting. 2025-06-27 18:07:40.789 +03:00 [DBG] Connection id "0HNC8090TG7G6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:40.791 +03:00 [DBG] Connection id "0HNC8090TG7G6" stopped. 2025-06-27 18:07:45.781 +03:00 [DBG] Connection id "0HNC8090TG7G7" accepted. 2025-06-27 18:07:45.781 +03:00 [DBG] Connection id "0HNC8090TG7G7" started. 2025-06-27 18:07:45.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:45.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:45.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:45.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:45.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:45.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:45.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:45.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:45.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:45.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:45.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:45.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:45.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:45.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:45.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:45.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:45.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:45.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:45.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:45.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1438ms. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:45.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:45.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:45.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7031ms 2025-06-27 18:07:45.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:45.782 +03:00 [DBG] Connection id "0HNC8090TG7G7" completed keep alive response. 2025-06-27 18:07:45.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2798ms 2025-06-27 18:07:45.783 +03:00 [DBG] Connection id "0HNC8090TG7G7" received FIN. 2025-06-27 18:07:45.783 +03:00 [DBG] Connection id "0HNC8090TG7G7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:45.783 +03:00 [DBG] Connection id "0HNC8090TG7G7" disconnecting. 2025-06-27 18:07:45.783 +03:00 [DBG] Connection id "0HNC8090TG7G7" stopped. 2025-06-27 18:07:50.782 +03:00 [DBG] Connection id "0HNC8090TG7G8" accepted. 2025-06-27 18:07:50.782 +03:00 [DBG] Connection id "0HNC8090TG7G8" started. 2025-06-27 18:07:50.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:50.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:50.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:50.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:50.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:50.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:50.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:50.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:50.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:50.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:50.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:50.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:50.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:50.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:50.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:50.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:50.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:50.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:50.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:50.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1443ms. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:50.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:50.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:50.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9333ms 2025-06-27 18:07:50.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:50.784 +03:00 [DBG] Connection id "0HNC8090TG7G8" completed keep alive response. 2025-06-27 18:07:50.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6668ms 2025-06-27 18:07:50.784 +03:00 [DBG] Connection id "0HNC8090TG7G8" received FIN. 2025-06-27 18:07:50.784 +03:00 [DBG] Connection id "0HNC8090TG7G8" disconnecting. 2025-06-27 18:07:50.784 +03:00 [DBG] Connection id "0HNC8090TG7G8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:50.785 +03:00 [DBG] Connection id "0HNC8090TG7G8" stopped. 2025-06-27 18:07:55.779 +03:00 [DBG] Connection id "0HNC8090TG7G9" accepted. 2025-06-27 18:07:55.779 +03:00 [DBG] Connection id "0HNC8090TG7G9" started. 2025-06-27 18:07:55.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:07:55.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:07:55.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:07:55.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:07:55.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:07:55.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:55.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:07:55.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:07:55.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:07:55.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:07:55.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:55.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:07:55.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:07:55.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:07:55.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:07:55.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:07:55.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:07:55.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:55.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:07:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:55.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:07:55.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1711ms. 2025-06-27 18:07:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:55.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:07:55.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:07:55.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0881ms 2025-06-27 18:07:55.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:07:55.781 +03:00 [DBG] Connection id "0HNC8090TG7G9" completed keep alive response. 2025-06-27 18:07:55.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9808ms 2025-06-27 18:07:55.782 +03:00 [DBG] Connection id "0HNC8090TG7G9" received FIN. 2025-06-27 18:07:55.782 +03:00 [DBG] Connection id "0HNC8090TG7G9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:07:55.782 +03:00 [DBG] Connection id "0HNC8090TG7G9" disconnecting. 2025-06-27 18:07:55.782 +03:00 [DBG] Connection id "0HNC8090TG7G9" stopped. 2025-06-27 18:08:00.779 +03:00 [DBG] Connection id "0HNC8090TG7GA" accepted. 2025-06-27 18:08:00.779 +03:00 [DBG] Connection id "0HNC8090TG7GA" started. 2025-06-27 18:08:00.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:00.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:00.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:00.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:00.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:00.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:00.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:00.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:00.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:00.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:00.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:00.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:00.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:00.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:00.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:00.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:00.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:00.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:00.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:00.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:00.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1826ms. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:00.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:00.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:00.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5868ms 2025-06-27 18:08:00.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:00.782 +03:00 [DBG] Connection id "0HNC8090TG7GA" completed keep alive response. 2025-06-27 18:08:00.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.586ms 2025-06-27 18:08:00.783 +03:00 [DBG] Connection id "0HNC8090TG7GA" received FIN. 2025-06-27 18:08:00.783 +03:00 [DBG] Connection id "0HNC8090TG7GA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:00.783 +03:00 [DBG] Connection id "0HNC8090TG7GA" disconnecting. 2025-06-27 18:08:00.783 +03:00 [DBG] Connection id "0HNC8090TG7GA" stopped. 2025-06-27 18:08:05.779 +03:00 [DBG] Connection id "0HNC8090TG7GB" accepted. 2025-06-27 18:08:05.779 +03:00 [DBG] Connection id "0HNC8090TG7GB" started. 2025-06-27 18:08:05.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:05.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:05.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:05.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:05.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:05.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:05.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:05.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:05.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:05.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:05.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:05.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:05.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:05.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:05.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:05.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:05.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:05.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:05.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:05.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:05.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1172ms. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:05.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:05.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:05.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6767ms 2025-06-27 18:08:05.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:05.780 +03:00 [DBG] Connection id "0HNC8090TG7GB" completed keep alive response. 2025-06-27 18:08:05.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3356ms 2025-06-27 18:08:05.781 +03:00 [DBG] Connection id "0HNC8090TG7GB" received FIN. 2025-06-27 18:08:05.781 +03:00 [DBG] Connection id "0HNC8090TG7GB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:05.781 +03:00 [DBG] Connection id "0HNC8090TG7GB" disconnecting. 2025-06-27 18:08:05.781 +03:00 [DBG] Connection id "0HNC8090TG7GB" stopped. 2025-06-27 18:08:10.776 +03:00 [DBG] Connection id "0HNC8090TG7GC" accepted. 2025-06-27 18:08:10.776 +03:00 [DBG] Connection id "0HNC8090TG7GC" started. 2025-06-27 18:08:10.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:10.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:10.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:10.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:10.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:10.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:10.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:10.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:10.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:10.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:10.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:10.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:10.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:10.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:10.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:10.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:10.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:10.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1657ms. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:10.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:10.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:10.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:10.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0631ms 2025-06-27 18:08:10.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:10.779 +03:00 [DBG] Connection id "0HNC8090TG7GC" completed keep alive response. 2025-06-27 18:08:10.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4506ms 2025-06-27 18:08:10.779 +03:00 [DBG] Connection id "0HNC8090TG7GC" received FIN. 2025-06-27 18:08:10.779 +03:00 [DBG] Connection id "0HNC8090TG7GC" disconnecting. 2025-06-27 18:08:10.779 +03:00 [DBG] Connection id "0HNC8090TG7GC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:10.781 +03:00 [DBG] Connection id "0HNC8090TG7GC" stopped. 2025-06-27 18:08:15.779 +03:00 [DBG] Connection id "0HNC8090TG7GD" accepted. 2025-06-27 18:08:15.779 +03:00 [DBG] Connection id "0HNC8090TG7GD" started. 2025-06-27 18:08:15.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:15.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:15.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:15.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:15.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:15.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:15.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:15.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:15.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:15.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:15.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:15.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:15.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:15.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:15.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:15.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:15.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:15.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:15.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:15.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1708ms. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:15.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:15.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:15.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1249ms 2025-06-27 18:08:15.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:15.782 +03:00 [DBG] Connection id "0HNC8090TG7GD" completed keep alive response. 2025-06-27 18:08:15.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0297ms 2025-06-27 18:08:15.782 +03:00 [DBG] Connection id "0HNC8090TG7GD" received FIN. 2025-06-27 18:08:15.782 +03:00 [DBG] Connection id "0HNC8090TG7GD" disconnecting. 2025-06-27 18:08:15.782 +03:00 [DBG] Connection id "0HNC8090TG7GD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:15.783 +03:00 [DBG] Connection id "0HNC8090TG7GD" stopped. 2025-06-27 18:08:20.778 +03:00 [DBG] Connection id "0HNC8090TG7GE" accepted. 2025-06-27 18:08:20.778 +03:00 [DBG] Connection id "0HNC8090TG7GE" started. 2025-06-27 18:08:20.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:20.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:20.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:20.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:20.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:20.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:20.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:20.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:20.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:20.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:20.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:20.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:20.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:20.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:20.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:20.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:20.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1438ms. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:20.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:20.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:20.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1633ms 2025-06-27 18:08:20.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:20.780 +03:00 [DBG] Connection id "0HNC8090TG7GE" completed keep alive response. 2025-06-27 18:08:20.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0658ms 2025-06-27 18:08:20.780 +03:00 [DBG] Connection id "0HNC8090TG7GE" received FIN. 2025-06-27 18:08:20.780 +03:00 [DBG] Connection id "0HNC8090TG7GE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:20.780 +03:00 [DBG] Connection id "0HNC8090TG7GE" disconnecting. 2025-06-27 18:08:20.780 +03:00 [DBG] Connection id "0HNC8090TG7GE" stopped. 2025-06-27 18:08:25.780 +03:00 [DBG] Connection id "0HNC8090TG7GF" accepted. 2025-06-27 18:08:25.780 +03:00 [DBG] Connection id "0HNC8090TG7GF" started. 2025-06-27 18:08:25.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:25.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:25.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:25.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:25.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:25.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:25.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:25.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:25.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:25.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:25.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:25.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:25.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:25.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:25.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:25.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:25.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:25.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:25.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:25.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1629ms. 2025-06-27 18:08:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:25.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:25.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:25.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.076ms 2025-06-27 18:08:25.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:25.782 +03:00 [DBG] Connection id "0HNC8090TG7GF" completed keep alive response. 2025-06-27 18:08:25.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0833ms 2025-06-27 18:08:25.783 +03:00 [DBG] Connection id "0HNC8090TG7GF" received FIN. 2025-06-27 18:08:25.783 +03:00 [DBG] Connection id "0HNC8090TG7GF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:25.783 +03:00 [DBG] Connection id "0HNC8090TG7GF" disconnecting. 2025-06-27 18:08:25.783 +03:00 [DBG] Connection id "0HNC8090TG7GF" stopped. 2025-06-27 18:08:30.774 +03:00 [DBG] Connection id "0HNC8090TG7GG" accepted. 2025-06-27 18:08:30.774 +03:00 [DBG] Connection id "0HNC8090TG7GG" started. 2025-06-27 18:08:30.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:30.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:30.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:30.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:30.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:30.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:30.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:30.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:30.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:30.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:30.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:30.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:30.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:30.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:30.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:30.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:30.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:30.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:30.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:30.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:30.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1257ms. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:30.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:30.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:30.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7682ms 2025-06-27 18:08:30.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:30.776 +03:00 [DBG] Connection id "0HNC8090TG7GG" completed keep alive response. 2025-06-27 18:08:30.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4642ms 2025-06-27 18:08:30.776 +03:00 [DBG] Connection id "0HNC8090TG7GG" received FIN. 2025-06-27 18:08:30.776 +03:00 [DBG] Connection id "0HNC8090TG7GG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:30.776 +03:00 [DBG] Connection id "0HNC8090TG7GG" disconnecting. 2025-06-27 18:08:30.776 +03:00 [DBG] Connection id "0HNC8090TG7GG" stopped. 2025-06-27 18:08:35.788 +03:00 [DBG] Connection id "0HNC8090TG7GH" accepted. 2025-06-27 18:08:35.788 +03:00 [DBG] Connection id "0HNC8090TG7GH" started. 2025-06-27 18:08:35.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:35.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:35.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:35.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:35.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:35.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:35.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:35.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:35.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:35.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:35.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:35.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:35.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:35.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:35.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:35.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:35.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:35.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:35.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:35.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:35.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1954ms. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:35.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:35.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:35.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2222ms 2025-06-27 18:08:35.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:35.791 +03:00 [DBG] Connection id "0HNC8090TG7GH" completed keep alive response. 2025-06-27 18:08:35.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6159ms 2025-06-27 18:08:35.791 +03:00 [DBG] Connection id "0HNC8090TG7GH" received FIN. 2025-06-27 18:08:35.791 +03:00 [DBG] Connection id "0HNC8090TG7GH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:35.791 +03:00 [DBG] Connection id "0HNC8090TG7GH" disconnecting. 2025-06-27 18:08:35.791 +03:00 [DBG] Connection id "0HNC8090TG7GH" stopped. 2025-06-27 18:08:40.779 +03:00 [DBG] Connection id "0HNC8090TG7GI" accepted. 2025-06-27 18:08:40.779 +03:00 [DBG] Connection id "0HNC8090TG7GI" started. 2025-06-27 18:08:40.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:40.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:40.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:40.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:40.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:40.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:40.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:40.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:40.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:40.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:40.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:40.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:40.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:40.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:40.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:40.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:40.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:40.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:40.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:40.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:40.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1893ms. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:40.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:40.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:40.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9641ms 2025-06-27 18:08:40.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:40.782 +03:00 [DBG] Connection id "0HNC8090TG7GI" completed keep alive response. 2025-06-27 18:08:40.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3595ms 2025-06-27 18:08:40.783 +03:00 [DBG] Connection id "0HNC8090TG7GI" received FIN. 2025-06-27 18:08:40.783 +03:00 [DBG] Connection id "0HNC8090TG7GI" disconnecting. 2025-06-27 18:08:40.783 +03:00 [DBG] Connection id "0HNC8090TG7GI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:40.784 +03:00 [DBG] Connection id "0HNC8090TG7GI" stopped. 2025-06-27 18:08:45.780 +03:00 [DBG] Connection id "0HNC8090TG7GJ" accepted. 2025-06-27 18:08:45.780 +03:00 [DBG] Connection id "0HNC8090TG7GJ" started. 2025-06-27 18:08:45.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:45.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:45.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:45.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:45.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:45.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:45.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:45.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:45.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:45.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:45.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:45.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:45.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:45.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:45.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:45.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:45.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:45.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:45.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:45.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1261ms. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:45.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:45.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:45.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7062ms 2025-06-27 18:08:45.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:45.781 +03:00 [DBG] Connection id "0HNC8090TG7GJ" completed keep alive response. 2025-06-27 18:08:45.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2979ms 2025-06-27 18:08:45.782 +03:00 [DBG] Connection id "0HNC8090TG7GJ" received FIN. 2025-06-27 18:08:45.782 +03:00 [DBG] Connection id "0HNC8090TG7GJ" disconnecting. 2025-06-27 18:08:45.782 +03:00 [DBG] Connection id "0HNC8090TG7GJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:45.783 +03:00 [DBG] Connection id "0HNC8090TG7GJ" stopped. 2025-06-27 18:08:50.789 +03:00 [DBG] Connection id "0HNC8090TG7GK" accepted. 2025-06-27 18:08:50.790 +03:00 [DBG] Connection id "0HNC8090TG7GK" started. 2025-06-27 18:08:50.790 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:50.790 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:50.790 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:50.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:50.790 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:50.790 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:50.790 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:50.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:50.790 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:50.790 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:50.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:50.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:50.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:50.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:50.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:50.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:50.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:50.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:50.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:50.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:50.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:50.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:50.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:50.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:50.791 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 18:08:50.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:50.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:50.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:50.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7349ms 2025-06-27 18:08:50.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:50.791 +03:00 [DBG] Connection id "0HNC8090TG7GK" completed keep alive response. 2025-06-27 18:08:50.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3402ms 2025-06-27 18:08:50.791 +03:00 [DBG] Connection id "0HNC8090TG7GK" received FIN. 2025-06-27 18:08:50.791 +03:00 [DBG] Connection id "0HNC8090TG7GK" disconnecting. 2025-06-27 18:08:50.792 +03:00 [DBG] Connection id "0HNC8090TG7GK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:50.793 +03:00 [DBG] Connection id "0HNC8090TG7GK" stopped. 2025-06-27 18:08:55.779 +03:00 [DBG] Connection id "0HNC8090TG7GL" accepted. 2025-06-27 18:08:55.779 +03:00 [DBG] Connection id "0HNC8090TG7GL" started. 2025-06-27 18:08:55.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:08:55.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:08:55.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:08:55.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:08:55.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:08:55.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:55.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:08:55.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:08:55.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:08:55.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:08:55.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:55.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:08:55.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:08:55.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:08:55.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:08:55.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:08:55.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:08:55.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:55.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:55.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:08:55.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1705ms. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:55.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:08:55.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:08:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:08:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:08:55.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.19ms 2025-06-27 18:08:55.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:08:55.782 +03:00 [DBG] Connection id "0HNC8090TG7GL" completed keep alive response. 2025-06-27 18:08:55.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.187ms 2025-06-27 18:08:55.782 +03:00 [DBG] Connection id "0HNC8090TG7GL" received FIN. 2025-06-27 18:08:55.782 +03:00 [DBG] Connection id "0HNC8090TG7GL" disconnecting. 2025-06-27 18:08:55.782 +03:00 [DBG] Connection id "0HNC8090TG7GL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:08:55.783 +03:00 [DBG] Connection id "0HNC8090TG7GL" stopped. 2025-06-27 18:09:00.774 +03:00 [DBG] Connection id "0HNC8090TG7GM" accepted. 2025-06-27 18:09:00.774 +03:00 [DBG] Connection id "0HNC8090TG7GM" started. 2025-06-27 18:09:00.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:00.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:00.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:00.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:00.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:00.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:00.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:00.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:00.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:00.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:00.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:00.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:00.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:00.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:00.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:00.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:00.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:00.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:00.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:00.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1209ms. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:00.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:00.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:00.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7297ms 2025-06-27 18:09:00.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:00.776 +03:00 [DBG] Connection id "0HNC8090TG7GM" completed keep alive response. 2025-06-27 18:09:00.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.406ms 2025-06-27 18:09:00.776 +03:00 [DBG] Connection id "0HNC8090TG7GM" received FIN. 2025-06-27 18:09:00.776 +03:00 [DBG] Connection id "0HNC8090TG7GM" disconnecting. 2025-06-27 18:09:00.776 +03:00 [DBG] Connection id "0HNC8090TG7GM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:00.777 +03:00 [DBG] Connection id "0HNC8090TG7GM" stopped. 2025-06-27 18:09:05.791 +03:00 [DBG] Connection id "0HNC8090TG7GN" accepted. 2025-06-27 18:09:05.791 +03:00 [DBG] Connection id "0HNC8090TG7GN" started. 2025-06-27 18:09:05.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:05.792 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:05.792 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:05.792 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:05.792 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:05.792 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:05.792 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:05.792 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:05.792 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:05.792 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:05.792 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:05.792 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:05.792 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:05.792 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:05.792 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:05.792 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:05.792 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:05.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.792 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:05.792 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:05.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:05.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:05.793 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:05.793 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1791ms. 2025-06-27 18:09:05.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:05.793 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:05.793 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:05.793 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2076ms 2025-06-27 18:09:05.794 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:05.794 +03:00 [DBG] Connection id "0HNC8090TG7GN" completed keep alive response. 2025-06-27 18:09:05.794 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1251ms 2025-06-27 18:09:05.794 +03:00 [DBG] Connection id "0HNC8090TG7GN" received FIN. 2025-06-27 18:09:05.794 +03:00 [DBG] Connection id "0HNC8090TG7GN" disconnecting. 2025-06-27 18:09:05.794 +03:00 [DBG] Connection id "0HNC8090TG7GN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:05.795 +03:00 [DBG] Connection id "0HNC8090TG7GN" stopped. 2025-06-27 18:09:10.776 +03:00 [DBG] Connection id "0HNC8090TG7GO" accepted. 2025-06-27 18:09:10.776 +03:00 [DBG] Connection id "0HNC8090TG7GO" started. 2025-06-27 18:09:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:10.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:10.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:10.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1301ms. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:10.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:10.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:10.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7905ms 2025-06-27 18:09:10.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:10.777 +03:00 [DBG] Connection id "0HNC8090TG7GO" completed keep alive response. 2025-06-27 18:09:10.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4157ms 2025-06-27 18:09:10.778 +03:00 [DBG] Connection id "0HNC8090TG7GO" received FIN. 2025-06-27 18:09:10.778 +03:00 [DBG] Connection id "0HNC8090TG7GO" disconnecting. 2025-06-27 18:09:10.778 +03:00 [DBG] Connection id "0HNC8090TG7GO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:10.779 +03:00 [DBG] Connection id "0HNC8090TG7GO" stopped. 2025-06-27 18:09:15.783 +03:00 [DBG] Connection id "0HNC8090TG7GP" accepted. 2025-06-27 18:09:15.784 +03:00 [DBG] Connection id "0HNC8090TG7GP" started. 2025-06-27 18:09:15.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:15.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:15.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:15.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:15.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:15.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:15.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:15.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:15.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:15.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:15.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:15.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:15.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:15.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:15.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:15.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:15.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:15.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:15.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:15.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:15.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2168ms. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:15.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:15.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:15.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:15.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:15.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.935ms 2025-06-27 18:09:15.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:15.787 +03:00 [DBG] Connection id "0HNC8090TG7GP" completed keep alive response. 2025-06-27 18:09:15.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.5163ms 2025-06-27 18:09:15.788 +03:00 [DBG] Connection id "0HNC8090TG7GP" received FIN. 2025-06-27 18:09:15.788 +03:00 [DBG] Connection id "0HNC8090TG7GP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:15.788 +03:00 [DBG] Connection id "0HNC8090TG7GP" disconnecting. 2025-06-27 18:09:15.788 +03:00 [DBG] Connection id "0HNC8090TG7GP" stopped. 2025-06-27 18:09:20.774 +03:00 [DBG] Connection id "0HNC8090TG7GQ" accepted. 2025-06-27 18:09:20.774 +03:00 [DBG] Connection id "0HNC8090TG7GQ" started. 2025-06-27 18:09:20.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:20.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:20.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:20.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:20.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:20.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:20.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:20.775 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:20.775 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:20.775 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:20.775 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:20.775 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:20.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:20.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:20.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:20.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:20.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:20.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2686ms. 2025-06-27 18:09:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:20.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:20.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9656ms 2025-06-27 18:09:20.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:20.778 +03:00 [DBG] Connection id "0HNC8090TG7GQ" completed keep alive response. 2025-06-27 18:09:20.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.5987ms 2025-06-27 18:09:20.778 +03:00 [DBG] Connection id "0HNC8090TG7GQ" received FIN. 2025-06-27 18:09:20.778 +03:00 [DBG] Connection id "0HNC8090TG7GQ" disconnecting. 2025-06-27 18:09:20.778 +03:00 [DBG] Connection id "0HNC8090TG7GQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:20.780 +03:00 [DBG] Connection id "0HNC8090TG7GQ" stopped. 2025-06-27 18:09:25.773 +03:00 [DBG] Connection id "0HNC8090TG7GR" accepted. 2025-06-27 18:09:25.773 +03:00 [DBG] Connection id "0HNC8090TG7GR" started. 2025-06-27 18:09:25.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:25.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:25.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:25.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:25.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:25.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:25.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:25.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:25.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:25.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:25.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:25.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:25.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:25.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:25.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:25.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:25.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:25.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:25.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:25.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:25.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1597ms. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:25.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:25.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:25.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0176ms 2025-06-27 18:09:25.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:25.776 +03:00 [DBG] Connection id "0HNC8090TG7GR" completed keep alive response. 2025-06-27 18:09:25.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9849ms 2025-06-27 18:09:25.776 +03:00 [DBG] Connection id "0HNC8090TG7GR" received FIN. 2025-06-27 18:09:25.776 +03:00 [DBG] Connection id "0HNC8090TG7GR" disconnecting. 2025-06-27 18:09:25.776 +03:00 [DBG] Connection id "0HNC8090TG7GR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:25.777 +03:00 [DBG] Connection id "0HNC8090TG7GR" stopped. 2025-06-27 18:09:30.777 +03:00 [DBG] Connection id "0HNC8090TG7GS" accepted. 2025-06-27 18:09:30.778 +03:00 [DBG] Connection id "0HNC8090TG7GS" started. 2025-06-27 18:09:30.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:30.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:30.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:30.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:30.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:30.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:30.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:30.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:30.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:30.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:30.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:30.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:30.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:30.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:30.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:30.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:30.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:30.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:30.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:30.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1759ms. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:30.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:30.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:30.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:30.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:30.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:30.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:30.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6328ms 2025-06-27 18:09:30.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:30.780 +03:00 [DBG] Connection id "0HNC8090TG7GS" completed keep alive response. 2025-06-27 18:09:30.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4926ms 2025-06-27 18:09:30.781 +03:00 [DBG] Connection id "0HNC8090TG7GS" received FIN. 2025-06-27 18:09:30.781 +03:00 [DBG] Connection id "0HNC8090TG7GS" disconnecting. 2025-06-27 18:09:30.781 +03:00 [DBG] Connection id "0HNC8090TG7GS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:30.782 +03:00 [DBG] Connection id "0HNC8090TG7GS" stopped. 2025-06-27 18:09:35.775 +03:00 [DBG] Connection id "0HNC8090TG7GT" accepted. 2025-06-27 18:09:35.776 +03:00 [DBG] Connection id "0HNC8090TG7GT" started. 2025-06-27 18:09:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:35.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:35.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:35.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:35.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:35.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:35.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:35.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:35.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:35.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:35.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:35.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1664ms. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:35.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:35.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1386ms 2025-06-27 18:09:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:35.778 +03:00 [DBG] Connection id "0HNC8090TG7GT" completed keep alive response. 2025-06-27 18:09:35.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0035ms 2025-06-27 18:09:35.778 +03:00 [DBG] Connection id "0HNC8090TG7GT" received FIN. 2025-06-27 18:09:35.778 +03:00 [DBG] Connection id "0HNC8090TG7GT" disconnecting. 2025-06-27 18:09:35.778 +03:00 [DBG] Connection id "0HNC8090TG7GT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:35.779 +03:00 [DBG] Connection id "0HNC8090TG7GT" stopped. 2025-06-27 18:09:40.780 +03:00 [DBG] Connection id "0HNC8090TG7GU" accepted. 2025-06-27 18:09:40.780 +03:00 [DBG] Connection id "0HNC8090TG7GU" started. 2025-06-27 18:09:40.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:40.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:40.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:40.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:40.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:40.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:40.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:40.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:40.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:40.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:40.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:40.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:40.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:40.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:40.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:40.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:40.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:40.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:40.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:40.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:40.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1505ms. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:40.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:40.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:40.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8253ms 2025-06-27 18:09:40.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:40.781 +03:00 [DBG] Connection id "0HNC8090TG7GU" completed keep alive response. 2025-06-27 18:09:40.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5013ms 2025-06-27 18:09:40.782 +03:00 [DBG] Connection id "0HNC8090TG7GU" received FIN. 2025-06-27 18:09:40.782 +03:00 [DBG] Connection id "0HNC8090TG7GU" disconnecting. 2025-06-27 18:09:40.782 +03:00 [DBG] Connection id "0HNC8090TG7GU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:40.783 +03:00 [DBG] Connection id "0HNC8090TG7GU" stopped. 2025-06-27 18:09:45.773 +03:00 [DBG] Connection id "0HNC8090TG7GV" accepted. 2025-06-27 18:09:45.773 +03:00 [DBG] Connection id "0HNC8090TG7GV" started. 2025-06-27 18:09:45.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:45.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:45.773 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:45.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:45.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:45.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:45.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1206ms. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:45.774 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:45.774 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6716ms 2025-06-27 18:09:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:45.775 +03:00 [DBG] Connection id "0HNC8090TG7GV" completed keep alive response. 2025-06-27 18:09:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2712ms 2025-06-27 18:09:45.775 +03:00 [DBG] Connection id "0HNC8090TG7GV" received FIN. 2025-06-27 18:09:45.775 +03:00 [DBG] Connection id "0HNC8090TG7GV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:45.775 +03:00 [DBG] Connection id "0HNC8090TG7GV" disconnecting. 2025-06-27 18:09:45.775 +03:00 [DBG] Connection id "0HNC8090TG7GV" stopped. 2025-06-27 18:09:50.776 +03:00 [DBG] Connection id "0HNC8090TG7H0" accepted. 2025-06-27 18:09:50.776 +03:00 [DBG] Connection id "0HNC8090TG7H0" started. 2025-06-27 18:09:50.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:50.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:50.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:50.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:50.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:50.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:50.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:50.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:50.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2008ms. 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:50.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:50.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1866ms 2025-06-27 18:09:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:50.778 +03:00 [DBG] Connection id "0HNC8090TG7H0" completed keep alive response. 2025-06-27 18:09:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1426ms 2025-06-27 18:09:50.778 +03:00 [DBG] Connection id "0HNC8090TG7H0" received FIN. 2025-06-27 18:09:50.779 +03:00 [DBG] Connection id "0HNC8090TG7H0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:50.779 +03:00 [DBG] Connection id "0HNC8090TG7H0" disconnecting. 2025-06-27 18:09:50.779 +03:00 [DBG] Connection id "0HNC8090TG7H0" stopped. 2025-06-27 18:09:51.450 +03:00 [DBG] Connection id "0HNC8090TG7H1" accepted. 2025-06-27 18:09:51.450 +03:00 [DBG] Connection id "0HNC8090TG7H1" started. 2025-06-27 18:09:51.450 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:09:51.450 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:51.450 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:51.450 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:09:51.450 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:09:51.450 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:09:51.450 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:51.450 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:51.450 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:51.450 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:51.450 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:09:51.451 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:09:51.451 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:51.451 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:51.451 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:51.451 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:51.451 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:51.451 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.451 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.451 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:09:51.451 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:09:51.451 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:09:51.451 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:09:51.451 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:09:51.451 +03:00 [DBG] Connection id "0HNC8090TG7H1", Request id "0HNC8090TG7H1:00000001": started reading request body. 2025-06-27 18:09:51.451 +03:00 [DBG] Connection id "0HNC8090TG7H1", Request id "0HNC8090TG7H1:00000001": done reading request body. 2025-06-27 18:09:51.451 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:09:51.451 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:09:51.451 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:09:51.451 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:09:51.451 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:09:51.451 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.451 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.451 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.451 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.451 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:51.451 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:09:51.451 +03:00 [INF] Updating physical elements properties 2025-06-27 18:09:51.468 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.9009ms. 2025-06-27 18:09:51.468 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.468 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.468 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.468 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.468 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:51.469 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:51.469 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.469 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.469 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 18.3016ms 2025-06-27 18:09:51.469 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:09:51.469 +03:00 [DBG] Connection id "0HNC8090TG7H1" completed keep alive response. 2025-06-27 18:09:51.469 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 19.0651ms 2025-06-27 18:09:51.469 +03:00 [DBG] Connection id "0HNC8090TG7H1" received FIN. 2025-06-27 18:09:51.469 +03:00 [DBG] Connection id "0HNC8090TG7H1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:51.469 +03:00 [DBG] Connection id "0HNC8090TG7H1" disconnecting. 2025-06-27 18:09:51.469 +03:00 [DBG] Connection id "0HNC8090TG7H1" stopped. 2025-06-27 18:09:51.505 +03:00 [DBG] Connection id "0HNC8090TG7H2" accepted. 2025-06-27 18:09:51.505 +03:00 [DBG] Connection id "0HNC8090TG7H2" started. 2025-06-27 18:09:51.505 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:09:51.505 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:51.505 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:09:51.505 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:09:51.505 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:09:51.505 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:09:51.505 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:51.505 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:51.505 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:09:51.506 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:09:51.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:51.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:51.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:51.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:51.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:51.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.506 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:09:51.506 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:09:51.506 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:09:51.506 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:09:51.506 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:09:51.506 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:09:51.506 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:09:51.506 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:09:51.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.506 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:51.506 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:09:51.506 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:09:51.508 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.039ms. 2025-06-27 18:09:51.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.508 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:09:51.508 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:09:51.508 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:09:51.508 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:09:51.508 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:09:51.508 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:09:51.508 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:09:51.508 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:09:51.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.509 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.509 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.509 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.509 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.509 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9486ms 2025-06-27 18:09:51.509 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:09:51.509 +03:00 [DBG] Connection id "0HNC8090TG7H2" completed keep alive response. 2025-06-27 18:09:51.509 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.4589ms 2025-06-27 18:09:51.509 +03:00 [DBG] Connection id "0HNC8090TG7H2" received FIN. 2025-06-27 18:09:51.509 +03:00 [DBG] Connection id "0HNC8090TG7H2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:51.509 +03:00 [DBG] Connection id "0HNC8090TG7H2" disconnecting. 2025-06-27 18:09:51.509 +03:00 [DBG] Connection id "0HNC8090TG7H2" stopped. 2025-06-27 18:09:51.554 +03:00 [DBG] Connection id "0HNC8090TG7H3" accepted. 2025-06-27 18:09:51.554 +03:00 [DBG] Connection id "0HNC8090TG7H3" started. 2025-06-27 18:09:51.555 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:09:51.555 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:51.555 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:09:51.555 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:09:51.555 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:09:51.555 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:09:51.555 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:51.555 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:51.555 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:09:51.555 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:09:51.555 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:51.555 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:51.555 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:51.555 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:51.555 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:51.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.555 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:09:51.555 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:09:51.555 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:09:51.555 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:09:51.555 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:09:51.555 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:09:51.555 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:09:51.555 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:09:51.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.555 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:51.555 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:09:51.555 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:09:51.693 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.328ms. 2025-06-27 18:09:51.693 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.693 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:09:51.693 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:09:51.693 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:09:51.693 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:09:51.693 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:09:51.693 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:09:51.693 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:09:51.697 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:09:51.698 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.698 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:51.698 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.698 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.698 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.698 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:51.698 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 143.101ms 2025-06-27 18:09:51.698 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:09:51.698 +03:00 [DBG] Connection id "0HNC8090TG7H3" completed keep alive response. 2025-06-27 18:09:51.698 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 143.8245ms 2025-06-27 18:09:51.698 +03:00 [DBG] Connection id "0HNC8090TG7H3" received FIN. 2025-06-27 18:09:51.698 +03:00 [DBG] Connection id "0HNC8090TG7H3" disconnecting. 2025-06-27 18:09:51.699 +03:00 [DBG] Connection id "0HNC8090TG7H3" stopped. 2025-06-27 18:09:51.699 +03:00 [DBG] Connection id "0HNC8090TG7H3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:55.778 +03:00 [DBG] Connection id "0HNC8090TG7H4" accepted. 2025-06-27 18:09:55.778 +03:00 [DBG] Connection id "0HNC8090TG7H4" started. 2025-06-27 18:09:55.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:09:55.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:09:55.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:09:55.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:09:55.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:09:55.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:55.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:09:55.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:09:55.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:09:55.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:09:55.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:55.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:09:55.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:09:55.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:09:55.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:09:55.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:09:55.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:09:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:55.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:55.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:09:55.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1309ms. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:55.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:55.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:09:55.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:09:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:09:55.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:09:55.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7472ms 2025-06-27 18:09:55.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:09:55.780 +03:00 [DBG] Connection id "0HNC8090TG7H4" completed keep alive response. 2025-06-27 18:09:55.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3863ms 2025-06-27 18:09:55.780 +03:00 [DBG] Connection id "0HNC8090TG7H4" received FIN. 2025-06-27 18:09:55.780 +03:00 [DBG] Connection id "0HNC8090TG7H4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:09:55.780 +03:00 [DBG] Connection id "0HNC8090TG7H4" disconnecting. 2025-06-27 18:09:55.780 +03:00 [DBG] Connection id "0HNC8090TG7H4" stopped. 2025-06-27 18:10:00.775 +03:00 [DBG] Connection id "0HNC8090TG7H5" accepted. 2025-06-27 18:10:00.775 +03:00 [DBG] Connection id "0HNC8090TG7H5" started. 2025-06-27 18:10:00.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:00.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:00.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:00.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:00.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:00.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:00.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:00.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:00.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1236ms. 2025-06-27 18:10:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:00.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:00.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.876ms 2025-06-27 18:10:00.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:00.777 +03:00 [DBG] Connection id "0HNC8090TG7H5" completed keep alive response. 2025-06-27 18:10:00.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6075ms 2025-06-27 18:10:00.777 +03:00 [DBG] Connection id "0HNC8090TG7H5" received FIN. 2025-06-27 18:10:00.778 +03:00 [DBG] Connection id "0HNC8090TG7H5" disconnecting. 2025-06-27 18:10:00.778 +03:00 [DBG] Connection id "0HNC8090TG7H5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:00.779 +03:00 [DBG] Connection id "0HNC8090TG7H5" stopped. 2025-06-27 18:10:00.927 +03:00 [DBG] Connection id "0HNC8090TG7H6" accepted. 2025-06-27 18:10:00.928 +03:00 [DBG] Connection id "0HNC8090TG7H6" started. 2025-06-27 18:10:00.928 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:10:00.928 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:00.928 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:00.928 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:10:00.928 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:10:00.928 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:10:00.928 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:00.928 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:00.928 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:00.928 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:00.928 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:10:00.928 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:00.928 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:00.928 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:00.928 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:00.928 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:00.928 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:00.928 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.928 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.928 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:00.928 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:00.928 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:10:00.928 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:10:00.929 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:10:00.929 +03:00 [DBG] Connection id "0HNC8090TG7H6", Request id "0HNC8090TG7H6:00000001": started reading request body. 2025-06-27 18:10:00.929 +03:00 [DBG] Connection id "0HNC8090TG7H6", Request id "0HNC8090TG7H6:00000001": done reading request body. 2025-06-27 18:10:00.929 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:10:00.929 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:10:00.929 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:10:00.929 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.929 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.929 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.929 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.929 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:00.929 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:10:00.929 +03:00 [INF] Changing group of physicals [331] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:00.949 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.5965ms. 2025-06-27 18:10:00.949 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:00.949 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:00.949 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.949 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.949 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 20.936ms 2025-06-27 18:10:00.949 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:10:00.949 +03:00 [DBG] Connection id "0HNC8090TG7H6" completed keep alive response. 2025-06-27 18:10:00.949 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 21.6445ms 2025-06-27 18:10:00.950 +03:00 [DBG] Connection id "0HNC8090TG7H6" received FIN. 2025-06-27 18:10:00.950 +03:00 [DBG] Connection id "0HNC8090TG7H6" disconnecting. 2025-06-27 18:10:00.950 +03:00 [DBG] Connection id "0HNC8090TG7H6" stopped. 2025-06-27 18:10:00.950 +03:00 [DBG] Connection id "0HNC8090TG7H6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:00.993 +03:00 [DBG] Connection id "0HNC8090TG7H7" accepted. 2025-06-27 18:10:00.993 +03:00 [DBG] Connection id "0HNC8090TG7H7" started. 2025-06-27 18:10:00.993 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:10:00.993 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:00.993 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:10:00.994 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:00.994 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:00.994 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:00.994 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:00.994 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:00.994 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:00.994 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:00.994 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:00.994 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:00.994 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:00.994 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:00.994 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:00.994 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.994 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.994 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:00.994 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:00.994 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:10:00.994 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:10:00.994 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:00.994 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:00.994 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:10:00.994 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:10:00.994 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.994 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.995 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.995 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.995 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:00.995 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:10:00.995 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:00.996 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0589ms. 2025-06-27 18:10:00.996 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:00.996 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:10:00.996 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:10:00.996 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:10:00.996 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:10:00.996 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:10:00.996 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:10:00.996 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:00.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.997 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.997 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.997 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:00.997 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4965ms 2025-06-27 18:10:00.997 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:00.997 +03:00 [DBG] Connection id "0HNC8090TG7H7" completed keep alive response. 2025-06-27 18:10:00.997 +03:00 [DBG] Connection id "0HNC8090TG7H7" received FIN. 2025-06-27 18:10:00.997 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.3324ms 2025-06-27 18:10:00.997 +03:00 [DBG] Connection id "0HNC8090TG7H7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:00.997 +03:00 [DBG] Connection id "0HNC8090TG7H7" disconnecting. 2025-06-27 18:10:00.997 +03:00 [DBG] Connection id "0HNC8090TG7H7" stopped. 2025-06-27 18:10:01.042 +03:00 [DBG] Connection id "0HNC8090TG7H8" accepted. 2025-06-27 18:10:01.042 +03:00 [DBG] Connection id "0HNC8090TG7H8" started. 2025-06-27 18:10:01.042 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:10:01.042 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:01.042 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:10:01.042 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:01.042 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:01.042 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:01.042 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:01.042 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:01.042 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:01.042 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:01.042 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:01.042 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:01.042 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:01.042 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:01.042 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:01.043 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.043 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.043 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:01.043 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:01.043 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:10:01.043 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:10:01.043 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:01.043 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:01.043 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:10:01.043 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:10:01.043 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:01.043 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:01.043 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:01.043 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:01.043 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:01.043 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:10:01.043 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:01.204 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 160.3752ms. 2025-06-27 18:10:01.204 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:01.204 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:01.204 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:10:01.204 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:10:01.204 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:10:01.204 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:10:01.204 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:10:01.204 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:10:01.206 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:01.206 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:01.206 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:01.206 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.206 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.206 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.206 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:01.206 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.9705ms 2025-06-27 18:10:01.207 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:01.207 +03:00 [DBG] Connection id "0HNC8090TG7H8" completed keep alive response. 2025-06-27 18:10:01.207 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.8184ms 2025-06-27 18:10:01.209 +03:00 [DBG] Connection id "0HNC8090TG7H8" received FIN. 2025-06-27 18:10:01.209 +03:00 [DBG] Connection id "0HNC8090TG7H8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:01.209 +03:00 [DBG] Connection id "0HNC8090TG7H8" disconnecting. 2025-06-27 18:10:01.209 +03:00 [DBG] Connection id "0HNC8090TG7H8" stopped. 2025-06-27 18:10:05.781 +03:00 [DBG] Connection id "0HNC8090TG7H9" accepted. 2025-06-27 18:10:05.781 +03:00 [DBG] Connection id "0HNC8090TG7H9" started. 2025-06-27 18:10:05.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:05.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:05.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:05.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:05.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:05.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:05.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:05.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:05.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:05.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:05.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:05.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:05.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:05.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:05.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:05.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:05.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:05.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:05.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:05.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:05.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1408ms. 2025-06-27 18:10:05.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:05.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:05.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:05.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1852ms 2025-06-27 18:10:05.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:05.783 +03:00 [DBG] Connection id "0HNC8090TG7H9" completed keep alive response. 2025-06-27 18:10:05.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9464ms 2025-06-27 18:10:05.784 +03:00 [DBG] Connection id "0HNC8090TG7H9" received FIN. 2025-06-27 18:10:05.784 +03:00 [DBG] Connection id "0HNC8090TG7H9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:05.784 +03:00 [DBG] Connection id "0HNC8090TG7H9" disconnecting. 2025-06-27 18:10:05.784 +03:00 [DBG] Connection id "0HNC8090TG7H9" stopped. 2025-06-27 18:10:10.775 +03:00 [DBG] Connection id "0HNC8090TG7HA" accepted. 2025-06-27 18:10:10.775 +03:00 [DBG] Connection id "0HNC8090TG7HA" started. 2025-06-27 18:10:10.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:10.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:10.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:10.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:10.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:10.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:10.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:10.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:10.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:10.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:10.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:10.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:10.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:10.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:10.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:10.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:10.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:10.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:10.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:10.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1896ms. 2025-06-27 18:10:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:10.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:10.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:10.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3029ms 2025-06-27 18:10:10.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:10.777 +03:00 [DBG] Connection id "0HNC8090TG7HA" completed keep alive response. 2025-06-27 18:10:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1606ms 2025-06-27 18:10:10.778 +03:00 [DBG] Connection id "0HNC8090TG7HA" received FIN. 2025-06-27 18:10:10.778 +03:00 [DBG] Connection id "0HNC8090TG7HA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:10.778 +03:00 [DBG] Connection id "0HNC8090TG7HA" disconnecting. 2025-06-27 18:10:10.778 +03:00 [DBG] Connection id "0HNC8090TG7HA" stopped. 2025-06-27 18:10:15.776 +03:00 [DBG] Connection id "0HNC8090TG7HB" accepted. 2025-06-27 18:10:15.776 +03:00 [DBG] Connection id "0HNC8090TG7HB" started. 2025-06-27 18:10:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:15.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:15.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:15.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:15.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:15.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:15.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:15.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:15.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:15.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:15.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:15.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:15.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:15.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:15.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:15.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:15.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1919ms. 2025-06-27 18:10:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:15.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:15.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:15.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.906ms 2025-06-27 18:10:15.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:15.780 +03:00 [DBG] Connection id "0HNC8090TG7HB" completed keep alive response. 2025-06-27 18:10:15.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4912ms 2025-06-27 18:10:15.780 +03:00 [DBG] Connection id "0HNC8090TG7HB" received FIN. 2025-06-27 18:10:15.780 +03:00 [DBG] Connection id "0HNC8090TG7HB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:15.780 +03:00 [DBG] Connection id "0HNC8090TG7HB" disconnecting. 2025-06-27 18:10:15.780 +03:00 [DBG] Connection id "0HNC8090TG7HB" stopped. 2025-06-27 18:10:20.405 +03:00 [DBG] Connection id "0HNC8090TG7HC" accepted. 2025-06-27 18:10:20.405 +03:00 [DBG] Connection id "0HNC8090TG7HC" started. 2025-06-27 18:10:20.405 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 750 2025-06-27 18:10:20.405 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:20.405 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:20.405 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:10:20.405 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:10:20.405 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:10:20.405 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:20.405 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:20.405 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:20.405 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:20.406 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:10:20.406 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:20.406 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:20.406 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:20.406 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:20.406 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:20.406 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:20.406 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.406 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.406 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:20.406 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:20.406 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:10:20.406 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:10:20.406 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:10:20.406 +03:00 [DBG] Connection id "0HNC8090TG7HC", Request id "0HNC8090TG7HC:00000001": started reading request body. 2025-06-27 18:10:20.406 +03:00 [DBG] Connection id "0HNC8090TG7HC", Request id "0HNC8090TG7HC:00000001": done reading request body. 2025-06-27 18:10:20.406 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:10:20.406 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:10:20.406 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:10:20.406 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:10:20.407 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:10:20.407 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.407 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.407 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.407 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.407 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:20.407 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:10:20.407 +03:00 [INF] Updating physical elements properties 2025-06-27 18:10:20.428 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 20.5939ms. 2025-06-27 18:10:20.428 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:20.428 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:20.428 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.428 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.428 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 22.3575ms 2025-06-27 18:10:20.428 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:10:20.428 +03:00 [DBG] Connection id "0HNC8090TG7HC" completed keep alive response. 2025-06-27 18:10:20.428 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 23.4151ms 2025-06-27 18:10:20.429 +03:00 [DBG] Connection id "0HNC8090TG7HC" received FIN. 2025-06-27 18:10:20.429 +03:00 [DBG] Connection id "0HNC8090TG7HC" disconnecting. 2025-06-27 18:10:20.429 +03:00 [DBG] Connection id "0HNC8090TG7HC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:20.430 +03:00 [DBG] Connection id "0HNC8090TG7HC" stopped. 2025-06-27 18:10:20.461 +03:00 [DBG] Connection id "0HNC8090TG7HD" accepted. 2025-06-27 18:10:20.461 +03:00 [DBG] Connection id "0HNC8090TG7HD" started. 2025-06-27 18:10:20.462 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:10:20.462 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:20.462 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:10:20.462 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:20.462 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:20.462 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:20.462 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:20.462 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:20.462 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:20.462 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:20.462 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:20.462 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:20.462 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:20.462 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:20.462 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:20.462 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.462 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.462 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:20.462 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:20.462 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:10:20.463 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:10:20.463 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:20.463 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:20.463 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:10:20.463 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:10:20.463 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.463 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.463 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.463 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.463 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:20.463 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:10:20.463 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:20.465 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.3233ms. 2025-06-27 18:10:20.465 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.465 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.465 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.465 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.465 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.465 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:20.466 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:10:20.466 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:10:20.466 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:10:20.466 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:10:20.466 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:10:20.466 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:10:20.466 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:20.466 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.466 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.466 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.8542ms 2025-06-27 18:10:20.466 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:20.466 +03:00 [DBG] Connection id "0HNC8090TG7HD" completed keep alive response. 2025-06-27 18:10:20.466 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.7005ms 2025-06-27 18:10:20.466 +03:00 [DBG] Connection id "0HNC8090TG7HD" received FIN. 2025-06-27 18:10:20.466 +03:00 [DBG] Connection id "0HNC8090TG7HD" disconnecting. 2025-06-27 18:10:20.466 +03:00 [DBG] Connection id "0HNC8090TG7HD" stopped. 2025-06-27 18:10:20.466 +03:00 [DBG] Connection id "0HNC8090TG7HD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:20.507 +03:00 [DBG] Connection id "0HNC8090TG7HE" accepted. 2025-06-27 18:10:20.507 +03:00 [DBG] Connection id "0HNC8090TG7HE" started. 2025-06-27 18:10:20.508 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:10:20.508 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:20.508 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:10:20.508 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:20.508 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:20.508 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:20.508 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:20.508 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:20.508 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:20.508 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:20.508 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:20.508 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:20.508 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:20.508 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:20.508 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:20.508 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.508 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.508 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:20.508 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:20.509 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:10:20.509 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:10:20.509 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:20.509 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:20.509 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:10:20.509 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:10:20.509 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.509 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.509 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.509 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.509 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:20.509 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:10:20.509 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:20.673 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 163.9443ms. 2025-06-27 18:10:20.673 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.673 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:20.673 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:10:20.673 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:10:20.673 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:10:20.673 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:10:20.673 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:10:20.673 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:10:20.675 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:20.675 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.675 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.675 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.675 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.675 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.675 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.675 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 166.408ms 2025-06-27 18:10:20.675 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:20.675 +03:00 [DBG] Connection id "0HNC8090TG7HE" completed keep alive response. 2025-06-27 18:10:20.675 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 167.2319ms 2025-06-27 18:10:20.683 +03:00 [DBG] Connection id "0HNC8090TG7HE" received FIN. 2025-06-27 18:10:20.683 +03:00 [DBG] Connection id "0HNC8090TG7HE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:20.683 +03:00 [DBG] Connection id "0HNC8090TG7HE" disconnecting. 2025-06-27 18:10:20.683 +03:00 [DBG] Connection id "0HNC8090TG7HE" stopped. 2025-06-27 18:10:20.942 +03:00 [DBG] Connection id "0HNC8090TG7HF" accepted. 2025-06-27 18:10:20.942 +03:00 [DBG] Connection id "0HNC8090TG7HF" started. 2025-06-27 18:10:20.942 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:20.942 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:20.942 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:20.942 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:20.942 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:20.943 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:20.943 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:20.943 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:20.943 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:20.943 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:20.943 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:20.943 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:20.943 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:20.943 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:20.943 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:20.943 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:20.943 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:20.943 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.943 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.943 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:20.943 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:20.943 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.944 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:20.944 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1838ms. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:20.944 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:20.944 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.944 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:20.944 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1689ms 2025-06-27 18:10:20.944 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:20.945 +03:00 [DBG] Connection id "0HNC8090TG7HF" completed keep alive response. 2025-06-27 18:10:20.945 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4476ms 2025-06-27 18:10:20.945 +03:00 [DBG] Connection id "0HNC8090TG7HF" received FIN. 2025-06-27 18:10:20.945 +03:00 [DBG] Connection id "0HNC8090TG7HF" disconnecting. 2025-06-27 18:10:20.945 +03:00 [DBG] Connection id "0HNC8090TG7HF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:20.946 +03:00 [DBG] Connection id "0HNC8090TG7HF" stopped. 2025-06-27 18:10:25.784 +03:00 [DBG] Connection id "0HNC8090TG7HG" accepted. 2025-06-27 18:10:25.784 +03:00 [DBG] Connection id "0HNC8090TG7HG" started. 2025-06-27 18:10:25.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:25.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:25.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:25.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:25.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:25.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:25.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:25.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:25.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:25.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:25.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:25.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:25.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:25.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:25.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:25.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:25.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:25.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1252ms. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:25.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:25.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:25.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7466ms 2025-06-27 18:10:25.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:25.785 +03:00 [DBG] Connection id "0HNC8090TG7HG" completed keep alive response. 2025-06-27 18:10:25.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.309ms 2025-06-27 18:10:25.785 +03:00 [DBG] Connection id "0HNC8090TG7HG" received FIN. 2025-06-27 18:10:25.785 +03:00 [DBG] Connection id "0HNC8090TG7HG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:25.786 +03:00 [DBG] Connection id "0HNC8090TG7HG" disconnecting. 2025-06-27 18:10:25.786 +03:00 [DBG] Connection id "0HNC8090TG7HG" stopped. 2025-06-27 18:10:26.040 +03:00 [DBG] Connection id "0HNC8090TG7HH" accepted. 2025-06-27 18:10:26.040 +03:00 [DBG] Connection id "0HNC8090TG7HH" started. 2025-06-27 18:10:26.040 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:10:26.041 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:26.041 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:26.041 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:10:26.041 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:10:26.041 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:10:26.041 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:26.041 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:26.041 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:26.041 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:26.041 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:10:26.041 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:26.041 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:26.041 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:26.042 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:26.042 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:26.042 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:26.042 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.042 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.042 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:26.042 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:10:26.042 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:10:26.042 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:10:26.042 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:10:26.042 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:10:26.042 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:10:26.042 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:10:26.042 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:10:26.043 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:10:26.043 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:10:26.043 +03:00 [DBG] Connection id "0HNC8090TG7HH", Request id "0HNC8090TG7HH:00000001": started reading request body. 2025-06-27 18:10:26.043 +03:00 [DBG] Connection id "0HNC8090TG7HH", Request id "0HNC8090TG7HH:00000001": done reading request body. 2025-06-27 18:10:26.043 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:10:26.043 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:10:26.043 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:10:26.043 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:10:26.043 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:10:26.043 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.043 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.043 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.043 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.043 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:26.043 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:10:26.043 +03:00 [INF] Changing group of physicals [247] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:26.078 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 34.511ms. 2025-06-27 18:10:26.078 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:26.078 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:26.078 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.078 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.078 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 36.6939ms 2025-06-27 18:10:26.079 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:10:26.079 +03:00 [DBG] Connection id "0HNC8090TG7HH" completed keep alive response. 2025-06-27 18:10:26.079 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 38.2501ms 2025-06-27 18:10:26.079 +03:00 [DBG] Connection id "0HNC8090TG7HH" received FIN. 2025-06-27 18:10:26.079 +03:00 [DBG] Connection id "0HNC8090TG7HH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:26.079 +03:00 [DBG] Connection id "0HNC8090TG7HH" disconnecting. 2025-06-27 18:10:26.079 +03:00 [DBG] Connection id "0HNC8090TG7HH" stopped. 2025-06-27 18:10:26.117 +03:00 [DBG] Connection id "0HNC8090TG7HI" accepted. 2025-06-27 18:10:26.117 +03:00 [DBG] Connection id "0HNC8090TG7HI" started. 2025-06-27 18:10:26.117 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:10:26.117 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:26.117 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:10:26.117 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:26.117 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:26.117 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:26.117 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:26.117 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:26.117 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:26.117 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:26.118 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:26.118 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:26.118 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:26.118 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:26.118 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:26.118 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.118 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.118 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:26.118 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:26.118 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:10:26.118 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:10:26.118 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:26.118 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:26.118 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:10:26.118 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:10:26.118 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.118 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.118 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.118 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.118 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:26.118 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:10:26.118 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:26.120 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.3881ms. 2025-06-27 18:10:26.120 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:26.120 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:10:26.120 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:10:26.120 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:10:26.120 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:10:26.120 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:10:26.120 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:10:26.120 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:26.120 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.120 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.121 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.121 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.121 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.121 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0499ms 2025-06-27 18:10:26.121 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:26.121 +03:00 [DBG] Connection id "0HNC8090TG7HI" completed keep alive response. 2025-06-27 18:10:26.121 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.0267ms 2025-06-27 18:10:26.121 +03:00 [DBG] Connection id "0HNC8090TG7HI" received FIN. 2025-06-27 18:10:26.121 +03:00 [DBG] Connection id "0HNC8090TG7HI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:26.121 +03:00 [DBG] Connection id "0HNC8090TG7HI" disconnecting. 2025-06-27 18:10:26.122 +03:00 [DBG] Connection id "0HNC8090TG7HI" stopped. 2025-06-27 18:10:26.163 +03:00 [DBG] Connection id "0HNC8090TG7HJ" accepted. 2025-06-27 18:10:26.163 +03:00 [DBG] Connection id "0HNC8090TG7HJ" started. 2025-06-27 18:10:26.163 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:10:26.163 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:26.163 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:10:26.163 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:26.163 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:10:26.163 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:26.163 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:26.163 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:26.163 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:26.163 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:10:26.163 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:26.163 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:26.163 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:26.163 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:26.163 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:26.163 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.163 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.163 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:26.163 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:10:26.163 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:10:26.163 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:10:26.163 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:26.163 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:10:26.164 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:10:26.164 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:10:26.164 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.164 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.164 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.164 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.164 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:26.164 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:10:26.164 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:10:26.316 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 152.7947ms. 2025-06-27 18:10:26.317 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.317 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:26.317 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:10:26.317 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:10:26.317 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:10:26.317 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:10:26.317 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:10:26.317 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:10:26.318 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:10:26.318 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.318 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:26.318 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.318 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.318 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.318 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:26.318 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 155.0646ms 2025-06-27 18:10:26.318 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:10:26.318 +03:00 [DBG] Connection id "0HNC8090TG7HJ" completed keep alive response. 2025-06-27 18:10:26.318 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 155.6029ms 2025-06-27 18:10:26.322 +03:00 [DBG] Connection id "0HNC8090TG7HJ" received FIN. 2025-06-27 18:10:26.322 +03:00 [DBG] Connection id "0HNC8090TG7HJ" disconnecting. 2025-06-27 18:10:26.322 +03:00 [DBG] Connection id "0HNC8090TG7HJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:26.323 +03:00 [DBG] Connection id "0HNC8090TG7HJ" stopped. 2025-06-27 18:10:30.786 +03:00 [DBG] Connection id "0HNC8090TG7HK" accepted. 2025-06-27 18:10:30.786 +03:00 [DBG] Connection id "0HNC8090TG7HK" started. 2025-06-27 18:10:30.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:30.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:30.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:30.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:30.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:30.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:30.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:30.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:30.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:30.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:30.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:30.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:30.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:30.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:30.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:30.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:30.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:30.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:30.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:30.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1313ms. 2025-06-27 18:10:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:30.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:30.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:30.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7864ms 2025-06-27 18:10:30.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:30.788 +03:00 [DBG] Connection id "0HNC8090TG7HK" completed keep alive response. 2025-06-27 18:10:30.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3716ms 2025-06-27 18:10:30.788 +03:00 [DBG] Connection id "0HNC8090TG7HK" received FIN. 2025-06-27 18:10:30.788 +03:00 [DBG] Connection id "0HNC8090TG7HK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:30.788 +03:00 [DBG] Connection id "0HNC8090TG7HK" disconnecting. 2025-06-27 18:10:30.788 +03:00 [DBG] Connection id "0HNC8090TG7HK" stopped. 2025-06-27 18:10:35.778 +03:00 [DBG] Connection id "0HNC8090TG7HL" accepted. 2025-06-27 18:10:35.779 +03:00 [DBG] Connection id "0HNC8090TG7HL" started. 2025-06-27 18:10:35.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:35.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:35.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:35.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:35.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:35.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:35.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:35.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:35.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:35.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:35.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:35.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:35.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:35.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:35.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:35.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:35.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:35.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:35.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:35.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1654ms. 2025-06-27 18:10:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:35.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:35.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:35.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8316ms 2025-06-27 18:10:35.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:35.780 +03:00 [DBG] Connection id "0HNC8090TG7HL" completed keep alive response. 2025-06-27 18:10:35.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5187ms 2025-06-27 18:10:35.780 +03:00 [DBG] Connection id "0HNC8090TG7HL" received FIN. 2025-06-27 18:10:35.781 +03:00 [DBG] Connection id "0HNC8090TG7HL" disconnecting. 2025-06-27 18:10:35.781 +03:00 [DBG] Connection id "0HNC8090TG7HL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:35.782 +03:00 [DBG] Connection id "0HNC8090TG7HL" stopped. 2025-06-27 18:10:40.776 +03:00 [DBG] Connection id "0HNC8090TG7HM" accepted. 2025-06-27 18:10:40.776 +03:00 [DBG] Connection id "0HNC8090TG7HM" started. 2025-06-27 18:10:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:40.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:40.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:40.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:40.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:40.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:40.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:40.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:40.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:40.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:40.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:40.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:40.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:40.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:40.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:40.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:40.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1927ms. 2025-06-27 18:10:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:40.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:40.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:40.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.081ms 2025-06-27 18:10:40.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:40.778 +03:00 [DBG] Connection id "0HNC8090TG7HM" completed keep alive response. 2025-06-27 18:10:40.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1219ms 2025-06-27 18:10:40.779 +03:00 [DBG] Connection id "0HNC8090TG7HM" received FIN. 2025-06-27 18:10:40.779 +03:00 [DBG] Connection id "0HNC8090TG7HM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:40.779 +03:00 [DBG] Connection id "0HNC8090TG7HM" disconnecting. 2025-06-27 18:10:40.779 +03:00 [DBG] Connection id "0HNC8090TG7HM" stopped. 2025-06-27 18:10:45.778 +03:00 [DBG] Connection id "0HNC8090TG7HN" accepted. 2025-06-27 18:10:45.778 +03:00 [DBG] Connection id "0HNC8090TG7HN" started. 2025-06-27 18:10:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:45.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:45.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:45.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:45.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:45.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:45.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:45.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:45.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1219ms. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:45.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7065ms 2025-06-27 18:10:45.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:45.779 +03:00 [DBG] Connection id "0HNC8090TG7HN" completed keep alive response. 2025-06-27 18:10:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3138ms 2025-06-27 18:10:45.780 +03:00 [DBG] Connection id "0HNC8090TG7HN" received FIN. 2025-06-27 18:10:45.780 +03:00 [DBG] Connection id "0HNC8090TG7HN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:45.780 +03:00 [DBG] Connection id "0HNC8090TG7HN" disconnecting. 2025-06-27 18:10:45.780 +03:00 [DBG] Connection id "0HNC8090TG7HN" stopped. 2025-06-27 18:10:50.779 +03:00 [DBG] Connection id "0HNC8090TG7HO" accepted. 2025-06-27 18:10:50.779 +03:00 [DBG] Connection id "0HNC8090TG7HO" started. 2025-06-27 18:10:50.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:50.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:50.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:50.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:50.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:50.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:50.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:50.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:50.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:50.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:50.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:50.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:50.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:50.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:50.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:50.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:50.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:50.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.125ms. 2025-06-27 18:10:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:50.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:50.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8094ms 2025-06-27 18:10:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:50.781 +03:00 [DBG] Connection id "0HNC8090TG7HO" completed keep alive response. 2025-06-27 18:10:50.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4807ms 2025-06-27 18:10:50.781 +03:00 [DBG] Connection id "0HNC8090TG7HO" received FIN. 2025-06-27 18:10:50.781 +03:00 [DBG] Connection id "0HNC8090TG7HO" disconnecting. 2025-06-27 18:10:50.781 +03:00 [DBG] Connection id "0HNC8090TG7HO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:50.782 +03:00 [DBG] Connection id "0HNC8090TG7HO" stopped. 2025-06-27 18:10:55.775 +03:00 [DBG] Connection id "0HNC8090TG7HP" accepted. 2025-06-27 18:10:55.775 +03:00 [DBG] Connection id "0HNC8090TG7HP" started. 2025-06-27 18:10:55.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:10:55.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:10:55.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:10:55.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:10:55.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:10:55.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:55.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:10:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:10:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:10:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:10:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:10:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:10:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:10:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:10:55.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:10:55.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:10:55.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:55.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:10:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:55.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:55.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:55.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:10:55.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1647ms. 2025-06-27 18:10:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:55.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:10:55.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:10:55.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1549ms 2025-06-27 18:10:55.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:10:55.777 +03:00 [DBG] Connection id "0HNC8090TG7HP" completed keep alive response. 2025-06-27 18:10:55.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0787ms 2025-06-27 18:10:55.778 +03:00 [DBG] Connection id "0HNC8090TG7HP" received FIN. 2025-06-27 18:10:55.778 +03:00 [DBG] Connection id "0HNC8090TG7HP" disconnecting. 2025-06-27 18:10:55.778 +03:00 [DBG] Connection id "0HNC8090TG7HP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:10:55.779 +03:00 [DBG] Connection id "0HNC8090TG7HP" stopped. 2025-06-27 18:11:00.775 +03:00 [DBG] Connection id "0HNC8090TG7HQ" accepted. 2025-06-27 18:11:00.775 +03:00 [DBG] Connection id "0HNC8090TG7HQ" started. 2025-06-27 18:11:00.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:00.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:00.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:00.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:00.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:00.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:00.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:00.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:00.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:00.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:00.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:00.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:00.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:00.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:00.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:00.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:00.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:00.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:00.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:00.776 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1219ms. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:00.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:00.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:00.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5854ms 2025-06-27 18:11:00.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:00.776 +03:00 [DBG] Connection id "0HNC8090TG7HQ" completed keep alive response. 2025-06-27 18:11:00.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1412ms 2025-06-27 18:11:00.777 +03:00 [DBG] Connection id "0HNC8090TG7HQ" received FIN. 2025-06-27 18:11:00.777 +03:00 [DBG] Connection id "0HNC8090TG7HQ" disconnecting. 2025-06-27 18:11:00.777 +03:00 [DBG] Connection id "0HNC8090TG7HQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:00.778 +03:00 [DBG] Connection id "0HNC8090TG7HQ" stopped. 2025-06-27 18:11:05.776 +03:00 [DBG] Connection id "0HNC8090TG7HR" accepted. 2025-06-27 18:11:05.776 +03:00 [DBG] Connection id "0HNC8090TG7HR" started. 2025-06-27 18:11:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:05.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:05.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:05.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:05.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:05.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:05.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:05.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:05.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:05.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.156ms. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:05.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1066ms 2025-06-27 18:11:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:05.778 +03:00 [DBG] Connection id "0HNC8090TG7HR" completed keep alive response. 2025-06-27 18:11:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0941ms 2025-06-27 18:11:05.778 +03:00 [DBG] Connection id "0HNC8090TG7HR" received FIN. 2025-06-27 18:11:05.778 +03:00 [DBG] Connection id "0HNC8090TG7HR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:05.778 +03:00 [DBG] Connection id "0HNC8090TG7HR" disconnecting. 2025-06-27 18:11:05.778 +03:00 [DBG] Connection id "0HNC8090TG7HR" stopped. 2025-06-27 18:11:10.848 +03:00 [DBG] Connection id "0HNC8090TG7HS" accepted. 2025-06-27 18:11:10.848 +03:00 [DBG] Connection id "0HNC8090TG7HS" started. 2025-06-27 18:11:10.848 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:10.848 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:10.848 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:10.848 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:10.848 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:10.849 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:10.849 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:10.849 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:10.849 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:10.849 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:10.849 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:10.849 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:10.849 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:10.849 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:10.849 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:10.849 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:10.849 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:10.849 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:10.849 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:10.849 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:10.849 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:10.849 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:10.849 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:10.849 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6018ms 2025-06-27 18:11:10.850 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:10.850 +03:00 [DBG] Connection id "0HNC8090TG7HS" completed keep alive response. 2025-06-27 18:11:10.850 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2205ms 2025-06-27 18:11:10.850 +03:00 [DBG] Connection id "0HNC8090TG7HS" received FIN. 2025-06-27 18:11:10.850 +03:00 [DBG] Connection id "0HNC8090TG7HS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:10.850 +03:00 [DBG] Connection id "0HNC8090TG7HS" disconnecting. 2025-06-27 18:11:10.850 +03:00 [DBG] Connection id "0HNC8090TG7HS" stopped. 2025-06-27 18:11:15.779 +03:00 [DBG] Connection id "0HNC8090TG7HT" accepted. 2025-06-27 18:11:15.779 +03:00 [DBG] Connection id "0HNC8090TG7HT" started. 2025-06-27 18:11:15.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:15.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:15.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:15.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:15.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:15.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:15.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:15.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:15.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:15.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:15.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:15.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:15.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:15.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:15.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:15.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:15.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:15.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:15.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:15.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 18:11:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:15.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:15.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:15.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8026ms 2025-06-27 18:11:15.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:15.781 +03:00 [DBG] Connection id "0HNC8090TG7HT" completed keep alive response. 2025-06-27 18:11:15.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5541ms 2025-06-27 18:11:15.781 +03:00 [DBG] Connection id "0HNC8090TG7HT" received FIN. 2025-06-27 18:11:15.781 +03:00 [DBG] Connection id "0HNC8090TG7HT" disconnecting. 2025-06-27 18:11:15.781 +03:00 [DBG] Connection id "0HNC8090TG7HT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:15.783 +03:00 [DBG] Connection id "0HNC8090TG7HT" stopped. 2025-06-27 18:11:20.784 +03:00 [DBG] Connection id "0HNC8090TG7HU" accepted. 2025-06-27 18:11:20.784 +03:00 [DBG] Connection id "0HNC8090TG7HU" started. 2025-06-27 18:11:20.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:20.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:20.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:20.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:20.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:20.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:20.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:20.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:20.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:20.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:20.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:20.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:20.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:20.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:20.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:20.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:20.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:20.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:20.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:20.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:20.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.734ms 2025-06-27 18:11:20.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:20.786 +03:00 [DBG] Connection id "0HNC8090TG7HU" completed keep alive response. 2025-06-27 18:11:20.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3906ms 2025-06-27 18:11:20.786 +03:00 [DBG] Connection id "0HNC8090TG7HU" received FIN. 2025-06-27 18:11:20.786 +03:00 [DBG] Connection id "0HNC8090TG7HU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:20.786 +03:00 [DBG] Connection id "0HNC8090TG7HU" disconnecting. 2025-06-27 18:11:20.786 +03:00 [DBG] Connection id "0HNC8090TG7HU" stopped. 2025-06-27 18:11:25.780 +03:00 [DBG] Connection id "0HNC8090TG7HV" accepted. 2025-06-27 18:11:25.780 +03:00 [DBG] Connection id "0HNC8090TG7HV" started. 2025-06-27 18:11:25.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:25.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:25.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:25.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:25.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:25.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:25.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:25.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:25.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:25.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:25.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:25.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:25.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:25.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:25.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:25.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:25.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:25.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:25.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:25.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1468ms. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:25.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:25.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:25.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:25.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0929ms 2025-06-27 18:11:25.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:25.782 +03:00 [DBG] Connection id "0HNC8090TG7HV" completed keep alive response. 2025-06-27 18:11:25.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0206ms 2025-06-27 18:11:25.782 +03:00 [DBG] Connection id "0HNC8090TG7HV" received FIN. 2025-06-27 18:11:25.782 +03:00 [DBG] Connection id "0HNC8090TG7HV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:25.782 +03:00 [DBG] Connection id "0HNC8090TG7HV" disconnecting. 2025-06-27 18:11:25.782 +03:00 [DBG] Connection id "0HNC8090TG7HV" stopped. 2025-06-27 18:11:30.873 +03:00 [DBG] Connection id "0HNC8090TG7I0" accepted. 2025-06-27 18:11:30.873 +03:00 [DBG] Connection id "0HNC8090TG7I0" started. 2025-06-27 18:11:30.873 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:30.873 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:30.873 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:30.873 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:30.873 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:30.873 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:30.874 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:30.874 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:30.874 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:30.874 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:30.874 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:30.874 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:30.874 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:30.874 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:30.874 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:30.874 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:30.874 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:30.874 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.874 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.874 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:30.874 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:30.874 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:30.874 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:30.874 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:30.874 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:30.874 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:30.874 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1657ms. 2025-06-27 18:11:30.875 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:30.875 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:30.875 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.875 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:30.875 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2972ms 2025-06-27 18:11:30.875 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:30.875 +03:00 [DBG] Connection id "0HNC8090TG7I0" completed keep alive response. 2025-06-27 18:11:30.875 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0051ms 2025-06-27 18:11:30.876 +03:00 [DBG] Connection id "0HNC8090TG7I0" received FIN. 2025-06-27 18:11:30.876 +03:00 [DBG] Connection id "0HNC8090TG7I0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:30.876 +03:00 [DBG] Connection id "0HNC8090TG7I0" disconnecting. 2025-06-27 18:11:30.876 +03:00 [DBG] Connection id "0HNC8090TG7I0" stopped. 2025-06-27 18:11:35.786 +03:00 [DBG] Connection id "0HNC8090TG7I1" accepted. 2025-06-27 18:11:35.786 +03:00 [DBG] Connection id "0HNC8090TG7I1" started. 2025-06-27 18:11:35.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:35.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:35.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:35.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:35.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:35.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:35.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:35.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:35.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:35.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:35.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:35.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:35.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:35.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:35.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:35.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:35.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:35.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:35.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:35.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:35.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1201ms. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:35.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:35.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:35.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7486ms 2025-06-27 18:11:35.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:35.788 +03:00 [DBG] Connection id "0HNC8090TG7I1" completed keep alive response. 2025-06-27 18:11:35.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3684ms 2025-06-27 18:11:35.788 +03:00 [DBG] Connection id "0HNC8090TG7I1" received FIN. 2025-06-27 18:11:35.788 +03:00 [DBG] Connection id "0HNC8090TG7I1" disconnecting. 2025-06-27 18:11:35.788 +03:00 [DBG] Connection id "0HNC8090TG7I1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:35.789 +03:00 [DBG] Connection id "0HNC8090TG7I1" stopped. 2025-06-27 18:11:40.683 +03:00 [DBG] Connection id "0HNC8090TG7I2" accepted. 2025-06-27 18:11:40.683 +03:00 [DBG] Connection id "0HNC8090TG7I2" started. 2025-06-27 18:11:40.684 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 750 2025-06-27 18:11:40.684 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:40.684 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:40.684 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:11:40.684 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:11:40.684 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:11:40.684 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:40.684 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:40.684 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:40.684 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:40.684 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:11:40.684 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:11:40.684 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:40.684 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:40.684 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:40.684 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:40.684 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:40.684 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.684 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.684 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:40.684 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:40.684 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:11:40.684 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:11:40.684 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:11:40.684 +03:00 [DBG] Connection id "0HNC8090TG7I2", Request id "0HNC8090TG7I2:00000001": started reading request body. 2025-06-27 18:11:40.684 +03:00 [DBG] Connection id "0HNC8090TG7I2", Request id "0HNC8090TG7I2:00000001": done reading request body. 2025-06-27 18:11:40.684 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:11:40.684 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:11:40.684 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:11:40.684 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:11:40.684 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:11:40.684 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.684 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.684 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.684 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.684 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:40.685 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:11:40.685 +03:00 [INF] Updating physical elements properties 2025-06-27 18:11:40.704 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.8271ms. 2025-06-27 18:11:40.704 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:40.705 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:40.705 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.705 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.705 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 21.1682ms 2025-06-27 18:11:40.705 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:11:40.705 +03:00 [DBG] Connection id "0HNC8090TG7I2" completed keep alive response. 2025-06-27 18:11:40.705 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 21.7906ms 2025-06-27 18:11:40.705 +03:00 [DBG] Connection id "0HNC8090TG7I2" received FIN. 2025-06-27 18:11:40.706 +03:00 [DBG] Connection id "0HNC8090TG7I2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:40.706 +03:00 [DBG] Connection id "0HNC8090TG7I2" disconnecting. 2025-06-27 18:11:40.706 +03:00 [DBG] Connection id "0HNC8090TG7I2" stopped. 2025-06-27 18:11:40.741 +03:00 [DBG] Connection id "0HNC8090TG7I3" accepted. 2025-06-27 18:11:40.741 +03:00 [DBG] Connection id "0HNC8090TG7I3" started. 2025-06-27 18:11:40.742 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:11:40.742 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:40.742 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:11:40.742 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:40.742 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:40.742 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:40.742 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:40.742 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:40.742 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:40.742 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:11:40.742 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:40.742 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:40.742 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:40.742 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:40.742 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:40.742 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.742 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.742 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:40.742 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:40.742 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:11:40.742 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:11:40.742 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:40.742 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:40.742 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:11:40.742 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:11:40.742 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.742 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.742 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.742 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.743 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:40.743 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:11:40.743 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:11:40.744 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5418ms. 2025-06-27 18:11:40.744 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.744 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:40.745 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:11:40.745 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:11:40.745 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:11:40.745 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:11:40.745 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:11:40.745 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:11:40.745 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:40.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.745 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.745 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.745 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.745 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.745 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.745 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.2036ms 2025-06-27 18:11:40.745 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:40.745 +03:00 [DBG] Connection id "0HNC8090TG7I3" completed keep alive response. 2025-06-27 18:11:40.745 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.9329ms 2025-06-27 18:11:40.746 +03:00 [DBG] Connection id "0HNC8090TG7I3" received FIN. 2025-06-27 18:11:40.746 +03:00 [DBG] Connection id "0HNC8090TG7I3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:40.746 +03:00 [DBG] Connection id "0HNC8090TG7I3" disconnecting. 2025-06-27 18:11:40.746 +03:00 [DBG] Connection id "0HNC8090TG7I3" stopped. 2025-06-27 18:11:40.779 +03:00 [DBG] Connection id "0HNC8090TG7I4" accepted. 2025-06-27 18:11:40.779 +03:00 [DBG] Connection id "0HNC8090TG7I4" started. 2025-06-27 18:11:40.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:40.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:40.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:40.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:40.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:40.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:40.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:40.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:40.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:40.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:40.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:40.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:40.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:40.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:40.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:40.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:40.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:40.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:40.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:40.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1328ms. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:40.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:40.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7501ms 2025-06-27 18:11:40.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:40.781 +03:00 [DBG] Connection id "0HNC8090TG7I4" completed keep alive response. 2025-06-27 18:11:40.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4293ms 2025-06-27 18:11:40.781 +03:00 [DBG] Connection id "0HNC8090TG7I4" received FIN. 2025-06-27 18:11:40.781 +03:00 [DBG] Connection id "0HNC8090TG7I4" disconnecting. 2025-06-27 18:11:40.781 +03:00 [DBG] Connection id "0HNC8090TG7I4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:40.782 +03:00 [DBG] Connection id "0HNC8090TG7I4" stopped. 2025-06-27 18:11:40.815 +03:00 [DBG] Connection id "0HNC8090TG7I5" accepted. 2025-06-27 18:11:40.815 +03:00 [DBG] Connection id "0HNC8090TG7I5" started. 2025-06-27 18:11:40.815 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:11:40.815 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:40.815 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:11:40.815 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:40.815 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:40.816 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:40.816 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:40.816 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:40.816 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:40.816 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:11:40.816 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:40.816 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:40.816 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:40.816 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:40.816 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:40.816 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.816 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.816 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:40.816 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:40.816 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:11:40.816 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:11:40.816 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:40.816 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:40.816 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:11:40.817 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:11:40.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.817 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:40.817 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:11:40.817 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:11:40.967 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 150.3525ms. 2025-06-27 18:11:40.967 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.967 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:40.967 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.967 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:40.967 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.967 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.967 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.968 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.968 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:40.968 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:11:40.968 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:11:40.968 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:11:40.968 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:11:40.968 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:11:40.968 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:11:40.969 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:40.969 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.969 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:40.969 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.969 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.969 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.969 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:40.969 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 153.3641ms 2025-06-27 18:11:40.969 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:40.970 +03:00 [DBG] Connection id "0HNC8090TG7I5" completed keep alive response. 2025-06-27 18:11:40.970 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 154.2352ms 2025-06-27 18:11:40.973 +03:00 [DBG] Connection id "0HNC8090TG7I5" received FIN. 2025-06-27 18:11:40.973 +03:00 [DBG] Connection id "0HNC8090TG7I5" disconnecting. 2025-06-27 18:11:40.973 +03:00 [DBG] Connection id "0HNC8090TG7I5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:40.974 +03:00 [DBG] Connection id "0HNC8090TG7I5" stopped. 2025-06-27 18:11:45.778 +03:00 [DBG] Connection id "0HNC8090TG7I6" accepted. 2025-06-27 18:11:45.778 +03:00 [DBG] Connection id "0HNC8090TG7I6" started. 2025-06-27 18:11:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:45.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:45.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:45.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:45.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:45.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:45.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:45.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:45.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1414ms. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:45.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8888ms 2025-06-27 18:11:45.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:45.780 +03:00 [DBG] Connection id "0HNC8090TG7I6" completed keep alive response. 2025-06-27 18:11:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6201ms 2025-06-27 18:11:45.780 +03:00 [DBG] Connection id "0HNC8090TG7I6" received FIN. 2025-06-27 18:11:45.780 +03:00 [DBG] Connection id "0HNC8090TG7I6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:45.780 +03:00 [DBG] Connection id "0HNC8090TG7I6" disconnecting. 2025-06-27 18:11:45.780 +03:00 [DBG] Connection id "0HNC8090TG7I6" stopped. 2025-06-27 18:11:46.867 +03:00 [DBG] Connection id "0HNC8090TG7I7" accepted. 2025-06-27 18:11:46.867 +03:00 [DBG] Connection id "0HNC8090TG7I7" started. 2025-06-27 18:11:46.867 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:11:46.867 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:46.867 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:46.867 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:11:46.867 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:11:46.867 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:11:46.867 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:46.867 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:46.867 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:46.867 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:46.867 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:11:46.868 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:11:46.868 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:46.868 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:46.868 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:46.868 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:46.868 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:46.868 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.868 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.868 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:46.868 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:11:46.868 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:11:46.868 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:11:46.868 +03:00 [DBG] Connection id "0HNC8090TG7I7", Request id "0HNC8090TG7I7:00000001": started reading request body. 2025-06-27 18:11:46.868 +03:00 [DBG] Connection id "0HNC8090TG7I7", Request id "0HNC8090TG7I7:00000001": done reading request body. 2025-06-27 18:11:46.868 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:11:46.868 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:11:46.869 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:11:46.869 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:11:46.869 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:11:46.869 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.869 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.869 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.869 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.869 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:46.869 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:11:46.869 +03:00 [INF] Changing group of physicals [283] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:11:46.893 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 23.8164ms. 2025-06-27 18:11:46.893 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:46.893 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:46.893 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.893 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.893 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.4108ms 2025-06-27 18:11:46.893 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:11:46.893 +03:00 [DBG] Connection id "0HNC8090TG7I7" completed keep alive response. 2025-06-27 18:11:46.893 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 26.2221ms 2025-06-27 18:11:46.893 +03:00 [DBG] Connection id "0HNC8090TG7I7" received FIN. 2025-06-27 18:11:46.893 +03:00 [DBG] Connection id "0HNC8090TG7I7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:46.893 +03:00 [DBG] Connection id "0HNC8090TG7I7" disconnecting. 2025-06-27 18:11:46.894 +03:00 [DBG] Connection id "0HNC8090TG7I7" stopped. 2025-06-27 18:11:46.930 +03:00 [DBG] Connection id "0HNC8090TG7I8" accepted. 2025-06-27 18:11:46.930 +03:00 [DBG] Connection id "0HNC8090TG7I8" started. 2025-06-27 18:11:46.930 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:11:46.930 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:46.930 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:11:46.930 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:46.930 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:46.930 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:46.930 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:46.930 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:46.930 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:46.930 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:11:46.930 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:46.930 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:46.930 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:46.930 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:46.930 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:46.930 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.930 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.930 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:46.930 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:46.930 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:11:46.930 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:11:46.930 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:46.931 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:46.931 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:11:46.931 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:11:46.931 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.931 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.931 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.931 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.931 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:46.931 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:11:46.931 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:11:46.932 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.7989ms. 2025-06-27 18:11:46.932 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:46.932 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:11:46.932 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:11:46.932 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:11:46.932 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:11:46.932 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:11:46.932 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:11:46.932 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.932 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.932 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.095ms 2025-06-27 18:11:46.932 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:46.932 +03:00 [DBG] Connection id "0HNC8090TG7I8" completed keep alive response. 2025-06-27 18:11:46.932 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.7322ms 2025-06-27 18:11:46.933 +03:00 [DBG] Connection id "0HNC8090TG7I8" received FIN. 2025-06-27 18:11:46.933 +03:00 [DBG] Connection id "0HNC8090TG7I8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:46.933 +03:00 [DBG] Connection id "0HNC8090TG7I8" disconnecting. 2025-06-27 18:11:46.933 +03:00 [DBG] Connection id "0HNC8090TG7I8" stopped. 2025-06-27 18:11:46.979 +03:00 [DBG] Connection id "0HNC8090TG7I9" accepted. 2025-06-27 18:11:46.979 +03:00 [DBG] Connection id "0HNC8090TG7I9" started. 2025-06-27 18:11:46.979 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:11:46.979 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:46.979 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:11:46.979 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:46.979 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:11:46.979 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:46.979 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:46.980 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:46.980 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:46.980 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:11:46.980 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:46.980 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:46.980 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:46.980 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:46.980 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:46.980 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.980 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:46.980 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:46.980 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:11:46.980 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:11:46.980 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:11:46.980 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:46.980 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:11:46.980 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:11:46.980 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:11:46.980 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.980 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:46.980 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.980 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:46.980 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:46.980 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:11:46.980 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:11:47.119 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 138.4397ms. 2025-06-27 18:11:47.119 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:47.119 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:47.119 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:11:47.119 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:11:47.119 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:11:47.119 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:11:47.119 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:11:47.119 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:11:47.121 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:11:47.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:47.121 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:47.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:47.121 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:47.121 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:47.121 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:47.121 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 141.3282ms 2025-06-27 18:11:47.121 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:11:47.121 +03:00 [DBG] Connection id "0HNC8090TG7I9" completed keep alive response. 2025-06-27 18:11:47.121 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 142.0547ms 2025-06-27 18:11:47.125 +03:00 [DBG] Connection id "0HNC8090TG7I9" received FIN. 2025-06-27 18:11:47.125 +03:00 [DBG] Connection id "0HNC8090TG7I9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:47.125 +03:00 [DBG] Connection id "0HNC8090TG7I9" disconnecting. 2025-06-27 18:11:47.125 +03:00 [DBG] Connection id "0HNC8090TG7I9" stopped. 2025-06-27 18:11:50.787 +03:00 [DBG] Connection id "0HNC8090TG7IA" accepted. 2025-06-27 18:11:50.787 +03:00 [DBG] Connection id "0HNC8090TG7IA" started. 2025-06-27 18:11:50.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:50.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:50.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:50.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:50.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:50.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:50.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:50.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:50.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:50.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:50.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:50.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:50.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:50.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:50.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:50.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:50.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:50.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:50.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:50.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:50.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1178ms. 2025-06-27 18:11:50.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:50.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:50.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:50.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6519ms 2025-06-27 18:11:50.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:50.788 +03:00 [DBG] Connection id "0HNC8090TG7IA" completed keep alive response. 2025-06-27 18:11:50.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1973ms 2025-06-27 18:11:50.788 +03:00 [DBG] Connection id "0HNC8090TG7IA" received FIN. 2025-06-27 18:11:50.788 +03:00 [DBG] Connection id "0HNC8090TG7IA" disconnecting. 2025-06-27 18:11:50.788 +03:00 [DBG] Connection id "0HNC8090TG7IA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:50.789 +03:00 [DBG] Connection id "0HNC8090TG7IA" stopped. 2025-06-27 18:11:55.776 +03:00 [DBG] Connection id "0HNC8090TG7IB" accepted. 2025-06-27 18:11:55.776 +03:00 [DBG] Connection id "0HNC8090TG7IB" started. 2025-06-27 18:11:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:11:55.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:11:55.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:11:55.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:11:55.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:11:55.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:55.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:11:55.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:11:55.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:11:55.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:11:55.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:55.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:11:55.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:11:55.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:11:55.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:11:55.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:11:55.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:11:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:11:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:11:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2158ms. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:11:55.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:11:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:11:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:11:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6631ms 2025-06-27 18:11:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:11:55.779 +03:00 [DBG] Connection id "0HNC8090TG7IB" completed keep alive response. 2025-06-27 18:11:55.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7414ms 2025-06-27 18:11:55.779 +03:00 [DBG] Connection id "0HNC8090TG7IB" received FIN. 2025-06-27 18:11:55.779 +03:00 [DBG] Connection id "0HNC8090TG7IB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:11:55.779 +03:00 [DBG] Connection id "0HNC8090TG7IB" disconnecting. 2025-06-27 18:11:55.780 +03:00 [DBG] Connection id "0HNC8090TG7IB" stopped. 2025-06-27 18:12:00.777 +03:00 [DBG] Connection id "0HNC8090TG7IC" accepted. 2025-06-27 18:12:00.777 +03:00 [DBG] Connection id "0HNC8090TG7IC" started. 2025-06-27 18:12:00.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:00.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:00.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:00.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:00.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:00.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:00.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:00.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:00.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:00.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:00.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:00.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:00.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:00.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:00.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:00.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:00.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:00.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:00.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:00.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1701ms. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:00.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:00.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2576ms 2025-06-27 18:12:00.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:00.780 +03:00 [DBG] Connection id "0HNC8090TG7IC" completed keep alive response. 2025-06-27 18:12:00.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4659ms 2025-06-27 18:12:00.780 +03:00 [DBG] Connection id "0HNC8090TG7IC" received FIN. 2025-06-27 18:12:00.780 +03:00 [DBG] Connection id "0HNC8090TG7IC" disconnecting. 2025-06-27 18:12:00.780 +03:00 [DBG] Connection id "0HNC8090TG7IC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:00.781 +03:00 [DBG] Connection id "0HNC8090TG7IC" stopped. 2025-06-27 18:12:00.919 +03:00 [DBG] Connection id "0HNC8090TG7ID" accepted. 2025-06-27 18:12:00.919 +03:00 [DBG] Connection id "0HNC8090TG7ID" started. 2025-06-27 18:12:00.919 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 765 2025-06-27 18:12:00.919 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:00.920 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:00.920 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:12:00.920 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:12:00.920 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:00.920 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:00.920 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:00.920 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:00.920 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:00.920 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:00.920 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:00.920 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:00.920 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:00.920 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:00.920 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:00.920 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:00.920 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.920 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.920 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:00.920 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:00.920 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:12:00.920 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:12:00.920 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:12:00.920 +03:00 [DBG] Connection id "0HNC8090TG7ID", Request id "0HNC8090TG7ID:00000001": started reading request body. 2025-06-27 18:12:00.920 +03:00 [DBG] Connection id "0HNC8090TG7ID", Request id "0HNC8090TG7ID:00000001": done reading request body. 2025-06-27 18:12:00.921 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:12:00.921 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:00.921 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:00.921 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:12:00.921 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:00.921 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.921 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.921 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.921 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.921 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:00.921 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:12:00.921 +03:00 [INF] Updating physical elements properties 2025-06-27 18:12:00.942 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 20.8346ms. 2025-06-27 18:12:00.942 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:00.942 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:00.942 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:00.942 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.942 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.943 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.943 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.943 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.943 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.943 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 22.784ms 2025-06-27 18:12:00.943 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:00.943 +03:00 [DBG] Connection id "0HNC8090TG7ID" completed keep alive response. 2025-06-27 18:12:00.943 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 23.8056ms 2025-06-27 18:12:00.943 +03:00 [DBG] Connection id "0HNC8090TG7ID" received FIN. 2025-06-27 18:12:00.944 +03:00 [DBG] Connection id "0HNC8090TG7ID" disconnecting. 2025-06-27 18:12:00.944 +03:00 [DBG] Connection id "0HNC8090TG7ID" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:00.945 +03:00 [DBG] Connection id "0HNC8090TG7ID" stopped. 2025-06-27 18:12:00.995 +03:00 [DBG] Connection id "0HNC8090TG7IE" accepted. 2025-06-27 18:12:00.995 +03:00 [DBG] Connection id "0HNC8090TG7IE" started. 2025-06-27 18:12:00.996 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:00.996 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:00.996 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:00.996 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:00.996 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:00.996 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:00.996 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:00.996 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:00.996 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:00.996 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:00.996 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:00.996 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:00.996 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:00.996 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:00.996 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:00.996 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.996 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.996 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:00.996 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:00.996 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:00.996 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:00.996 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:00.996 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:00.996 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:00.996 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:00.996 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.996 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.996 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.996 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.996 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:00.996 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:00.996 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:00.998 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.7893ms. 2025-06-27 18:12:00.998 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.998 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:00.998 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:00.999 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:00.999 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:00.999 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:00.999 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:00.999 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:00.999 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:00.999 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.999 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:00.999 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.999 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.999 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.999 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:00.999 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.8369ms 2025-06-27 18:12:00.999 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:00.999 +03:00 [DBG] Connection id "0HNC8090TG7IE" completed keep alive response. 2025-06-27 18:12:00.999 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.3674ms 2025-06-27 18:12:00.999 +03:00 [DBG] Connection id "0HNC8090TG7IE" received FIN. 2025-06-27 18:12:00.999 +03:00 [DBG] Connection id "0HNC8090TG7IE" disconnecting. 2025-06-27 18:12:00.999 +03:00 [DBG] Connection id "0HNC8090TG7IE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:00.999 +03:00 [DBG] Connection id "0HNC8090TG7IE" stopped. 2025-06-27 18:12:01.046 +03:00 [DBG] Connection id "0HNC8090TG7IF" accepted. 2025-06-27 18:12:01.046 +03:00 [DBG] Connection id "0HNC8090TG7IF" started. 2025-06-27 18:12:01.046 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:01.046 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:01.046 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:01.046 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:01.046 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:01.046 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:01.046 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:01.046 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:01.046 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:01.046 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:01.046 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:01.047 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:01.047 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:01.047 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:01.047 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:01.047 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.047 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.047 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:01.047 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:01.047 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:01.047 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:01.047 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:01.047 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:01.047 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:01.047 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:01.047 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:01.047 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:01.047 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:01.047 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:01.047 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:01.047 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:01.047 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:01.197 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 150.2253ms. 2025-06-27 18:12:01.197 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:01.197 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:01.197 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:01.198 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:01.198 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.198 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.198 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:01.198 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:01.198 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:01.198 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:01.198 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:01.198 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:01.198 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:01.198 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:01.198 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:01.199 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:01.199 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:01.199 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:01.199 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.199 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.199 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.199 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:01.199 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 152.4387ms 2025-06-27 18:12:01.199 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:01.199 +03:00 [DBG] Connection id "0HNC8090TG7IF" completed keep alive response. 2025-06-27 18:12:01.199 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 153.1626ms 2025-06-27 18:12:01.203 +03:00 [DBG] Connection id "0HNC8090TG7IF" received FIN. 2025-06-27 18:12:01.203 +03:00 [DBG] Connection id "0HNC8090TG7IF" disconnecting. 2025-06-27 18:12:01.203 +03:00 [DBG] Connection id "0HNC8090TG7IF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:01.204 +03:00 [DBG] Connection id "0HNC8090TG7IF" stopped. 2025-06-27 18:12:05.057 +03:00 [DBG] Connection id "0HNC8090TG7IG" accepted. 2025-06-27 18:12:05.058 +03:00 [DBG] Connection id "0HNC8090TG7IG" started. 2025-06-27 18:12:05.058 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:12:05.058 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:05.058 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:05.058 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:12:05.058 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:12:05.058 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:05.058 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:05.058 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:05.058 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:05.058 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:05.058 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:05.058 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:05.058 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:05.058 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:05.058 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:05.058 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:05.058 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:05.058 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.058 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.058 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:05.058 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:05.058 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:12:05.058 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:12:05.058 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:05.058 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:05.058 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:05.059 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:12:05.059 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:05.059 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:05.059 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:12:05.059 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:12:05.059 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:12:05.059 +03:00 [DBG] Connection id "0HNC8090TG7IG", Request id "0HNC8090TG7IG:00000001": started reading request body. 2025-06-27 18:12:05.059 +03:00 [DBG] Connection id "0HNC8090TG7IG", Request id "0HNC8090TG7IG:00000001": done reading request body. 2025-06-27 18:12:05.059 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:05.059 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:12:05.059 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:05.059 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.059 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.059 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.059 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.059 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:05.059 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:12:05.059 +03:00 [INF] Changing group of physicals [282] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:05.089 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 30.245ms. 2025-06-27 18:12:05.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.089 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.089 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.089 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.089 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:05.090 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:05.090 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:05.090 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.090 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.090 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 31.4647ms 2025-06-27 18:12:05.090 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:05.090 +03:00 [DBG] Connection id "0HNC8090TG7IG" completed keep alive response. 2025-06-27 18:12:05.090 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 32.0475ms 2025-06-27 18:12:05.090 +03:00 [DBG] Connection id "0HNC8090TG7IG" received FIN. 2025-06-27 18:12:05.090 +03:00 [DBG] Connection id "0HNC8090TG7IG" disconnecting. 2025-06-27 18:12:05.090 +03:00 [DBG] Connection id "0HNC8090TG7IG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:05.092 +03:00 [DBG] Connection id "0HNC8090TG7IG" stopped. 2025-06-27 18:12:05.129 +03:00 [DBG] Connection id "0HNC8090TG7IH" accepted. 2025-06-27 18:12:05.129 +03:00 [DBG] Connection id "0HNC8090TG7IH" started. 2025-06-27 18:12:05.129 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:05.130 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:05.130 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:05.130 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:05.130 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:05.130 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:05.130 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:05.130 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:05.130 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:05.130 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:05.130 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:05.130 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:05.130 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:05.130 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:05.130 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:05.130 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.130 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.130 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:05.130 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:05.130 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:05.130 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:05.130 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:05.130 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:05.130 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:05.130 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:05.130 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.130 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.130 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.130 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.130 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:05.130 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:05.130 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:05.132 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1966ms. 2025-06-27 18:12:05.132 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:05.132 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:05.132 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:05.132 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:05.132 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:05.132 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:05.132 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:05.132 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.132 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.132 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.2319ms 2025-06-27 18:12:05.132 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:05.132 +03:00 [DBG] Connection id "0HNC8090TG7IH" completed keep alive response. 2025-06-27 18:12:05.132 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.7597ms 2025-06-27 18:12:05.132 +03:00 [DBG] Connection id "0HNC8090TG7IH" received FIN. 2025-06-27 18:12:05.132 +03:00 [DBG] Connection id "0HNC8090TG7IH" disconnecting. 2025-06-27 18:12:05.133 +03:00 [DBG] Connection id "0HNC8090TG7IH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:05.134 +03:00 [DBG] Connection id "0HNC8090TG7IH" stopped. 2025-06-27 18:12:05.177 +03:00 [DBG] Connection id "0HNC8090TG7II" accepted. 2025-06-27 18:12:05.177 +03:00 [DBG] Connection id "0HNC8090TG7II" started. 2025-06-27 18:12:05.178 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:05.178 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:05.178 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:05.178 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:05.178 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:05.178 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:05.178 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:05.178 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:05.178 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:05.178 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:05.178 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:05.178 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:05.178 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:05.178 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:05.178 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:05.178 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.178 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.178 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:05.178 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:05.178 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:05.178 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:05.178 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:05.178 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:05.178 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:05.178 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:05.178 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.178 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.178 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.178 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.178 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:05.178 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:05.178 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:05.324 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 145.2118ms. 2025-06-27 18:12:05.324 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.324 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:05.324 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:05.324 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:05.324 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:05.324 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:05.324 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:05.324 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:05.325 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:05.325 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.325 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.325 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.325 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.325 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.325 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.325 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 147.3486ms 2025-06-27 18:12:05.325 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:05.325 +03:00 [DBG] Connection id "0HNC8090TG7II" completed keep alive response. 2025-06-27 18:12:05.325 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.9388ms 2025-06-27 18:12:05.328 +03:00 [DBG] Connection id "0HNC8090TG7II" received FIN. 2025-06-27 18:12:05.328 +03:00 [DBG] Connection id "0HNC8090TG7II" disconnecting. 2025-06-27 18:12:05.328 +03:00 [DBG] Connection id "0HNC8090TG7II" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:05.329 +03:00 [DBG] Connection id "0HNC8090TG7II" stopped. 2025-06-27 18:12:05.776 +03:00 [DBG] Connection id "0HNC8090TG7IJ" accepted. 2025-06-27 18:12:05.776 +03:00 [DBG] Connection id "0HNC8090TG7IJ" started. 2025-06-27 18:12:05.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:05.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:05.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:05.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:05.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:05.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:05.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:05.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:05.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:05.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:05.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:05.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:05.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:05.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:05.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:05.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:05.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:05.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:05.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2321ms. 2025-06-27 18:12:05.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:05.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:05.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7803ms 2025-06-27 18:12:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:05.779 +03:00 [DBG] Connection id "0HNC8090TG7IJ" completed keep alive response. 2025-06-27 18:12:05.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9002ms 2025-06-27 18:12:05.780 +03:00 [DBG] Connection id "0HNC8090TG7IJ" received FIN. 2025-06-27 18:12:05.780 +03:00 [DBG] Connection id "0HNC8090TG7IJ" disconnecting. 2025-06-27 18:12:05.780 +03:00 [DBG] Connection id "0HNC8090TG7IJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:05.781 +03:00 [DBG] Connection id "0HNC8090TG7IJ" stopped. 2025-06-27 18:12:10.789 +03:00 [DBG] Connection id "0HNC8090TG7IK" accepted. 2025-06-27 18:12:10.789 +03:00 [DBG] Connection id "0HNC8090TG7IK" started. 2025-06-27 18:12:10.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:10.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:10.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:10.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:10.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:10.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:10.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:10.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:10.790 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:10.790 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:10.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:10.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:10.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:10.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:10.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:10.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:10.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:10.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:10.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:10.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:10.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1239ms. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:10.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:10.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:10.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7377ms 2025-06-27 18:12:10.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:10.791 +03:00 [DBG] Connection id "0HNC8090TG7IK" completed keep alive response. 2025-06-27 18:12:10.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3386ms 2025-06-27 18:12:10.791 +03:00 [DBG] Connection id "0HNC8090TG7IK" received FIN. 2025-06-27 18:12:10.791 +03:00 [DBG] Connection id "0HNC8090TG7IK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:10.791 +03:00 [DBG] Connection id "0HNC8090TG7IK" disconnecting. 2025-06-27 18:12:10.791 +03:00 [DBG] Connection id "0HNC8090TG7IK" stopped. 2025-06-27 18:12:15.775 +03:00 [DBG] Connection id "0HNC8090TG7IL" accepted. 2025-06-27 18:12:15.775 +03:00 [DBG] Connection id "0HNC8090TG7IL" started. 2025-06-27 18:12:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:15.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:15.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:15.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:15.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:15.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:15.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:15.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:15.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:15.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:15.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:15.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:15.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:15.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2256ms. 2025-06-27 18:12:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:15.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:15.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:15.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5854ms 2025-06-27 18:12:15.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:15.779 +03:00 [DBG] Connection id "0HNC8090TG7IL" completed keep alive response. 2025-06-27 18:12:15.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9527ms 2025-06-27 18:12:15.779 +03:00 [DBG] Connection id "0HNC8090TG7IL" received FIN. 2025-06-27 18:12:15.779 +03:00 [DBG] Connection id "0HNC8090TG7IL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:15.779 +03:00 [DBG] Connection id "0HNC8090TG7IL" disconnecting. 2025-06-27 18:12:15.780 +03:00 [DBG] Connection id "0HNC8090TG7IL" stopped. 2025-06-27 18:12:20.780 +03:00 [DBG] Connection id "0HNC8090TG7IM" accepted. 2025-06-27 18:12:20.780 +03:00 [DBG] Connection id "0HNC8090TG7IM" started. 2025-06-27 18:12:20.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:20.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:20.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:20.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:20.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:20.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:20.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:20.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:20.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:20.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:20.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:20.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:20.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:20.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:20.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:20.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:20.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:20.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:20.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:20.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1146ms. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:20.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:20.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:20.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6151ms 2025-06-27 18:12:20.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:20.781 +03:00 [DBG] Connection id "0HNC8090TG7IM" completed keep alive response. 2025-06-27 18:12:20.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1932ms 2025-06-27 18:12:20.782 +03:00 [DBG] Connection id "0HNC8090TG7IM" received FIN. 2025-06-27 18:12:20.782 +03:00 [DBG] Connection id "0HNC8090TG7IM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:20.782 +03:00 [DBG] Connection id "0HNC8090TG7IM" disconnecting. 2025-06-27 18:12:20.782 +03:00 [DBG] Connection id "0HNC8090TG7IM" stopped. 2025-06-27 18:12:25.776 +03:00 [DBG] Connection id "0HNC8090TG7IN" accepted. 2025-06-27 18:12:25.776 +03:00 [DBG] Connection id "0HNC8090TG7IN" started. 2025-06-27 18:12:25.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:25.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:25.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:25.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:25.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:25.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:25.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:25.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:25.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:25.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:25.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:25.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:25.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:25.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:25.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:25.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:25.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:25.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:25.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1684ms. 2025-06-27 18:12:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:25.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:25.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3951ms 2025-06-27 18:12:25.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:25.778 +03:00 [DBG] Connection id "0HNC8090TG7IN" completed keep alive response. 2025-06-27 18:12:25.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4956ms 2025-06-27 18:12:25.779 +03:00 [DBG] Connection id "0HNC8090TG7IN" received FIN. 2025-06-27 18:12:25.779 +03:00 [DBG] Connection id "0HNC8090TG7IN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:25.779 +03:00 [DBG] Connection id "0HNC8090TG7IN" disconnecting. 2025-06-27 18:12:25.779 +03:00 [DBG] Connection id "0HNC8090TG7IN" stopped. 2025-06-27 18:12:25.925 +03:00 [DBG] Connection id "0HNC8090TG7IO" accepted. 2025-06-27 18:12:25.926 +03:00 [DBG] Connection id "0HNC8090TG7IO" started. 2025-06-27 18:12:25.926 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:12:25.926 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:25.926 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:25.926 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:12:25.926 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:12:25.926 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:25.926 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:25.926 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:25.926 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:25.926 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:25.926 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:25.926 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:25.926 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:25.927 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:25.927 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:25.927 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:25.927 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:25.927 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.927 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.927 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:25.927 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:25.927 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:12:25.927 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:12:25.927 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:12:25.927 +03:00 [DBG] Connection id "0HNC8090TG7IO", Request id "0HNC8090TG7IO:00000001": started reading request body. 2025-06-27 18:12:25.927 +03:00 [DBG] Connection id "0HNC8090TG7IO", Request id "0HNC8090TG7IO:00000001": done reading request body. 2025-06-27 18:12:25.927 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:12:25.927 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:25.927 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:25.927 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:12:25.927 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:25.927 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.927 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.927 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.928 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.928 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:25.928 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:12:25.928 +03:00 [INF] Updating physical elements properties 2025-06-27 18:12:25.954 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 26.7302ms. 2025-06-27 18:12:25.954 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:25.955 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:25.955 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.955 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.955 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 28.3201ms 2025-06-27 18:12:25.955 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:25.955 +03:00 [DBG] Connection id "0HNC8090TG7IO" completed keep alive response. 2025-06-27 18:12:25.955 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 29.5645ms 2025-06-27 18:12:25.956 +03:00 [DBG] Connection id "0HNC8090TG7IO" received FIN. 2025-06-27 18:12:25.956 +03:00 [DBG] Connection id "0HNC8090TG7IO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:25.956 +03:00 [DBG] Connection id "0HNC8090TG7IO" disconnecting. 2025-06-27 18:12:25.956 +03:00 [DBG] Connection id "0HNC8090TG7IO" stopped. 2025-06-27 18:12:25.992 +03:00 [DBG] Connection id "0HNC8090TG7IP" accepted. 2025-06-27 18:12:25.992 +03:00 [DBG] Connection id "0HNC8090TG7IP" started. 2025-06-27 18:12:25.992 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:25.992 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:25.992 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:25.992 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:25.992 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:25.992 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:25.992 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:25.992 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:25.992 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:25.992 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:25.992 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:25.992 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:25.993 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:25.993 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:25.993 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:25.993 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.993 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.993 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:25.993 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:25.993 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:25.993 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:25.993 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:25.993 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:25.993 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:25.993 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:25.993 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.993 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.993 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.993 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.993 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:25.993 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:25.993 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:25.996 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.2113ms. 2025-06-27 18:12:25.996 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:25.996 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:25.996 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:25.996 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:25.996 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:25.996 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:25.996 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:25.996 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.996 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:25.996 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.7581ms 2025-06-27 18:12:25.997 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:25.997 +03:00 [DBG] Connection id "0HNC8090TG7IP" completed keep alive response. 2025-06-27 18:12:25.997 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.7578ms 2025-06-27 18:12:25.997 +03:00 [DBG] Connection id "0HNC8090TG7IP" received FIN. 2025-06-27 18:12:25.997 +03:00 [DBG] Connection id "0HNC8090TG7IP" disconnecting. 2025-06-27 18:12:25.997 +03:00 [DBG] Connection id "0HNC8090TG7IP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:25.998 +03:00 [DBG] Connection id "0HNC8090TG7IP" stopped. 2025-06-27 18:12:26.040 +03:00 [DBG] Connection id "0HNC8090TG7IQ" accepted. 2025-06-27 18:12:26.040 +03:00 [DBG] Connection id "0HNC8090TG7IQ" started. 2025-06-27 18:12:26.040 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:26.040 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:26.040 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:26.040 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:26.040 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:26.040 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:26.040 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:26.040 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:26.041 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:26.041 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:26.041 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:26.041 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:26.041 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:26.041 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:26.041 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:26.041 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.041 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.041 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:26.041 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:26.041 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:26.041 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:26.041 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:26.042 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:26.042 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:26.042 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:26.042 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:26.042 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:26.042 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:26.042 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:26.042 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:26.042 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:26.042 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:26.197 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 154.447ms. 2025-06-27 18:12:26.197 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:26.197 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:26.197 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:26.197 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:26.197 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:26.197 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:26.197 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:26.197 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:26.198 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:26.198 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:26.198 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:26.198 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.198 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.198 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.198 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:26.198 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 157.1924ms 2025-06-27 18:12:26.198 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:26.198 +03:00 [DBG] Connection id "0HNC8090TG7IQ" completed keep alive response. 2025-06-27 18:12:26.198 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 158.4005ms 2025-06-27 18:12:26.206 +03:00 [DBG] Connection id "0HNC8090TG7IQ" received FIN. 2025-06-27 18:12:26.206 +03:00 [DBG] Connection id "0HNC8090TG7IQ" disconnecting. 2025-06-27 18:12:26.206 +03:00 [DBG] Connection id "0HNC8090TG7IQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:26.207 +03:00 [DBG] Connection id "0HNC8090TG7IQ" stopped. 2025-06-27 18:12:30.549 +03:00 [DBG] Connection id "0HNC8090TG7IR" accepted. 2025-06-27 18:12:30.549 +03:00 [DBG] Connection id "0HNC8090TG7IR" started. 2025-06-27 18:12:30.549 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:12:30.550 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:30.550 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:30.550 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:12:30.550 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:12:30.550 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:30.550 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:30.550 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:30.550 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:30.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:30.550 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:30.550 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:30.550 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:30.550 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:30.550 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:30.550 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:30.550 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:30.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.550 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:30.550 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:12:30.551 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:12:30.551 +03:00 [DBG] Connection id "0HNC8090TG7IR", Request id "0HNC8090TG7IR:00000001": started reading request body. 2025-06-27 18:12:30.551 +03:00 [DBG] Connection id "0HNC8090TG7IR", Request id "0HNC8090TG7IR:00000001": done reading request body. 2025-06-27 18:12:30.551 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:30.551 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:12:30.551 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:30.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:30.552 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:12:30.552 +03:00 [INF] Changing group of physicals [333] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:30.585 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 33.0579ms. 2025-06-27 18:12:30.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:30.585 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:30.585 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:30.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 35.3179ms 2025-06-27 18:12:30.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:30.586 +03:00 [DBG] Connection id "0HNC8090TG7IR" completed keep alive response. 2025-06-27 18:12:30.586 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 36.3634ms 2025-06-27 18:12:30.586 +03:00 [DBG] Connection id "0HNC8090TG7IR" received FIN. 2025-06-27 18:12:30.586 +03:00 [DBG] Connection id "0HNC8090TG7IR" disconnecting. 2025-06-27 18:12:30.586 +03:00 [DBG] Connection id "0HNC8090TG7IR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:30.587 +03:00 [DBG] Connection id "0HNC8090TG7IR" stopped. 2025-06-27 18:12:30.623 +03:00 [DBG] Connection id "0HNC8090TG7IS" accepted. 2025-06-27 18:12:30.623 +03:00 [DBG] Connection id "0HNC8090TG7IS" started. 2025-06-27 18:12:30.623 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:30.623 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:30.623 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:30.623 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:30.623 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:30.624 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:30.624 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:30.624 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:30.624 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:30.624 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:30.624 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:30.624 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:30.624 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:30.624 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:30.624 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:30.624 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.624 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.624 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:30.624 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:30.624 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:30.624 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:30.624 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:30.624 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:30.624 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:30.624 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:30.625 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.625 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.625 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.625 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.625 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:30.625 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:30.625 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:30.626 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2759ms. 2025-06-27 18:12:30.626 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.626 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:30.627 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:30.627 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:30.627 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:30.627 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:30.627 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:30.627 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:30.627 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:30.627 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.627 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.627 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.627 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.627 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.627 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.627 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.1067ms 2025-06-27 18:12:30.627 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:30.627 +03:00 [DBG] Connection id "0HNC8090TG7IS" completed keep alive response. 2025-06-27 18:12:30.627 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.0019ms 2025-06-27 18:12:30.627 +03:00 [DBG] Connection id "0HNC8090TG7IS" received FIN. 2025-06-27 18:12:30.627 +03:00 [DBG] Connection id "0HNC8090TG7IS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:30.628 +03:00 [DBG] Connection id "0HNC8090TG7IS" disconnecting. 2025-06-27 18:12:30.628 +03:00 [DBG] Connection id "0HNC8090TG7IS" stopped. 2025-06-27 18:12:30.669 +03:00 [DBG] Connection id "0HNC8090TG7IT" accepted. 2025-06-27 18:12:30.669 +03:00 [DBG] Connection id "0HNC8090TG7IT" started. 2025-06-27 18:12:30.669 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:30.669 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:30.670 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:30.670 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:30.670 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:30.670 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:30.670 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:30.670 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:30.670 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:30.670 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:30.670 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:30.670 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:30.670 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:30.670 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:30.670 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:30.670 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.671 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.671 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:30.671 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:30.671 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:30.671 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:30.671 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:30.671 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:30.671 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:30.671 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:30.671 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.671 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.671 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.671 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.671 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:30.671 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:30.671 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:30.777 +03:00 [DBG] Connection id "0HNC8090TG7IU" accepted. 2025-06-27 18:12:30.777 +03:00 [DBG] Connection id "0HNC8090TG7IU" started. 2025-06-27 18:12:30.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:30.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:30.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:30.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:30.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:30.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:30.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:30.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:30.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:30.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:30.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:30.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:30.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:30.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:30.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:30.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:30.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:30.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:30.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2166ms. 2025-06-27 18:12:30.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:30.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:30.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.224ms 2025-06-27 18:12:30.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:30.780 +03:00 [DBG] Connection id "0HNC8090TG7IU" completed keep alive response. 2025-06-27 18:12:30.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1369ms 2025-06-27 18:12:30.780 +03:00 [DBG] Connection id "0HNC8090TG7IU" received FIN. 2025-06-27 18:12:30.780 +03:00 [DBG] Connection id "0HNC8090TG7IU" disconnecting. 2025-06-27 18:12:30.780 +03:00 [DBG] Connection id "0HNC8090TG7IU" stopped. 2025-06-27 18:12:30.780 +03:00 [DBG] Connection id "0HNC8090TG7IU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:30.861 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 190.1848ms. 2025-06-27 18:12:30.861 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.861 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:30.861 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.861 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:30.862 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.862 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.862 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.862 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.862 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:30.862 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:30.862 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:30.862 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:30.862 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:30.862 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:30.862 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:30.864 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:30.864 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.864 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:30.864 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.864 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.864 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.864 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:30.864 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 193.4389ms 2025-06-27 18:12:30.864 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:30.864 +03:00 [DBG] Connection id "0HNC8090TG7IT" completed keep alive response. 2025-06-27 18:12:30.864 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 194.6821ms 2025-06-27 18:12:30.867 +03:00 [DBG] Connection id "0HNC8090TG7IT" received FIN. 2025-06-27 18:12:30.867 +03:00 [DBG] Connection id "0HNC8090TG7IT" disconnecting. 2025-06-27 18:12:30.867 +03:00 [DBG] Connection id "0HNC8090TG7IT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:30.869 +03:00 [DBG] Connection id "0HNC8090TG7IT" stopped. 2025-06-27 18:12:35.777 +03:00 [DBG] Connection id "0HNC8090TG7IV" accepted. 2025-06-27 18:12:35.777 +03:00 [DBG] Connection id "0HNC8090TG7IV" started. 2025-06-27 18:12:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:35.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:35.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:35.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:35.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:35.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:35.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:35.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:35.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:35.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:35.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:35.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:35.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:35.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:35.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:35.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:35.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.15ms. 2025-06-27 18:12:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8265ms 2025-06-27 18:12:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:35.779 +03:00 [DBG] Connection id "0HNC8090TG7IV" completed keep alive response. 2025-06-27 18:12:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5621ms 2025-06-27 18:12:35.779 +03:00 [DBG] Connection id "0HNC8090TG7IV" received FIN. 2025-06-27 18:12:35.779 +03:00 [DBG] Connection id "0HNC8090TG7IV" disconnecting. 2025-06-27 18:12:35.780 +03:00 [DBG] Connection id "0HNC8090TG7IV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:35.781 +03:00 [DBG] Connection id "0HNC8090TG7IV" stopped. 2025-06-27 18:12:40.775 +03:00 [DBG] Connection id "0HNC8090TG7J0" accepted. 2025-06-27 18:12:40.775 +03:00 [DBG] Connection id "0HNC8090TG7J0" started. 2025-06-27 18:12:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:40.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:40.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:40.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:40.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:40.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:40.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:40.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:40.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:40.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:40.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:40.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:40.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:40.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:40.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:40.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:40.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1513ms. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:40.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:40.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:40.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1391ms 2025-06-27 18:12:40.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:40.778 +03:00 [DBG] Connection id "0HNC8090TG7J0" completed keep alive response. 2025-06-27 18:12:40.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0372ms 2025-06-27 18:12:40.778 +03:00 [DBG] Connection id "0HNC8090TG7J0" received FIN. 2025-06-27 18:12:40.778 +03:00 [DBG] Connection id "0HNC8090TG7J0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:40.778 +03:00 [DBG] Connection id "0HNC8090TG7J0" disconnecting. 2025-06-27 18:12:40.778 +03:00 [DBG] Connection id "0HNC8090TG7J0" stopped. 2025-06-27 18:12:45.781 +03:00 [DBG] Connection id "0HNC8090TG7J1" accepted. 2025-06-27 18:12:45.781 +03:00 [DBG] Connection id "0HNC8090TG7J1" started. 2025-06-27 18:12:45.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:45.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:45.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:45.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:45.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:45.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:45.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:45.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:45.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:45.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:45.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:45.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:45.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:45.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:45.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:45.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:45.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:45.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:45.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:45.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1504ms. 2025-06-27 18:12:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:45.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:45.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:45.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0313ms 2025-06-27 18:12:45.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:45.783 +03:00 [DBG] Connection id "0HNC8090TG7J1" completed keep alive response. 2025-06-27 18:12:45.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9127ms 2025-06-27 18:12:45.783 +03:00 [DBG] Connection id "0HNC8090TG7J1" received FIN. 2025-06-27 18:12:45.783 +03:00 [DBG] Connection id "0HNC8090TG7J1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:45.784 +03:00 [DBG] Connection id "0HNC8090TG7J1" disconnecting. 2025-06-27 18:12:45.784 +03:00 [DBG] Connection id "0HNC8090TG7J1" stopped. 2025-06-27 18:12:47.815 +03:00 [DBG] Connection id "0HNC8090TG7J2" accepted. 2025-06-27 18:12:47.816 +03:00 [DBG] Connection id "0HNC8090TG7J2" started. 2025-06-27 18:12:47.816 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 746 2025-06-27 18:12:47.816 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:47.816 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:47.816 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:12:47.816 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:12:47.816 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:47.816 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:47.816 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:47.816 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:47.816 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:47.816 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:47.816 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:47.816 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:47.816 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:47.816 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:47.816 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:47.816 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:47.816 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.816 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.816 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:47.816 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:47.816 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:12:47.817 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:12:47.817 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:12:47.817 +03:00 [DBG] Connection id "0HNC8090TG7J2", Request id "0HNC8090TG7J2:00000001": started reading request body. 2025-06-27 18:12:47.817 +03:00 [DBG] Connection id "0HNC8090TG7J2", Request id "0HNC8090TG7J2:00000001": done reading request body. 2025-06-27 18:12:47.817 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:12:47.817 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:47.817 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:47.817 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:12:47.817 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:12:47.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.817 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:47.817 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:12:47.817 +03:00 [INF] Updating physical elements properties 2025-06-27 18:12:47.835 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.0111ms. 2025-06-27 18:12:47.835 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.835 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:47.836 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:47.836 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.836 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.836 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.8698ms 2025-06-27 18:12:47.836 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:12:47.836 +03:00 [DBG] Connection id "0HNC8090TG7J2" completed keep alive response. 2025-06-27 18:12:47.836 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.7581ms 2025-06-27 18:12:47.837 +03:00 [DBG] Connection id "0HNC8090TG7J2" received FIN. 2025-06-27 18:12:47.837 +03:00 [DBG] Connection id "0HNC8090TG7J2" disconnecting. 2025-06-27 18:12:47.837 +03:00 [DBG] Connection id "0HNC8090TG7J2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:47.838 +03:00 [DBG] Connection id "0HNC8090TG7J2" stopped. 2025-06-27 18:12:47.875 +03:00 [DBG] Connection id "0HNC8090TG7J3" accepted. 2025-06-27 18:12:47.876 +03:00 [DBG] Connection id "0HNC8090TG7J3" started. 2025-06-27 18:12:47.876 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:47.876 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:47.876 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:47.876 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:47.876 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:47.876 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:47.876 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:47.876 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:47.876 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:47.876 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:47.876 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:47.876 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:47.876 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:47.876 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:47.876 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:47.876 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.876 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.876 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:47.876 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:47.877 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:47.877 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:47.877 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:47.877 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:47.877 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:47.877 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:47.877 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.877 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.877 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.877 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.877 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:47.877 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:47.877 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:47.879 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.1379ms. 2025-06-27 18:12:47.879 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.879 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.879 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.879 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.879 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.879 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.879 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:47.880 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:47.880 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:47.880 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:47.880 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:47.880 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:47.880 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:47.880 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:47.880 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.880 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.880 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.8747ms 2025-06-27 18:12:47.880 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:47.880 +03:00 [DBG] Connection id "0HNC8090TG7J3" completed keep alive response. 2025-06-27 18:12:47.880 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.6966ms 2025-06-27 18:12:47.881 +03:00 [DBG] Connection id "0HNC8090TG7J3" received FIN. 2025-06-27 18:12:47.881 +03:00 [DBG] Connection id "0HNC8090TG7J3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:47.881 +03:00 [DBG] Connection id "0HNC8090TG7J3" disconnecting. 2025-06-27 18:12:47.881 +03:00 [DBG] Connection id "0HNC8090TG7J3" stopped. 2025-06-27 18:12:47.925 +03:00 [DBG] Connection id "0HNC8090TG7J4" accepted. 2025-06-27 18:12:47.926 +03:00 [DBG] Connection id "0HNC8090TG7J4" started. 2025-06-27 18:12:47.926 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:47.926 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:47.926 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:47.926 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:47.926 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:47.926 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:47.926 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:47.926 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:47.926 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:47.926 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:47.927 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:47.927 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:47.927 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:47.927 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:47.927 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:47.927 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.927 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:47.927 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:47.927 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:47.927 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:47.927 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:47.927 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:47.927 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:47.927 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:47.927 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:47.927 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.927 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:47.927 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.928 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:47.928 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:47.928 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:47.928 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:48.108 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 180.4205ms. 2025-06-27 18:12:48.108 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:48.108 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:48.108 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:48.109 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:48.109 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:48.109 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:48.109 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:48.109 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:48.110 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:48.110 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:48.110 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:48.110 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:48.110 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:48.110 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:48.110 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:48.110 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 183.2948ms 2025-06-27 18:12:48.110 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:48.110 +03:00 [DBG] Connection id "0HNC8090TG7J4" completed keep alive response. 2025-06-27 18:12:48.110 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 184.5203ms 2025-06-27 18:12:48.114 +03:00 [DBG] Connection id "0HNC8090TG7J4" received FIN. 2025-06-27 18:12:48.114 +03:00 [DBG] Connection id "0HNC8090TG7J4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:48.114 +03:00 [DBG] Connection id "0HNC8090TG7J4" disconnecting. 2025-06-27 18:12:48.114 +03:00 [DBG] Connection id "0HNC8090TG7J4" stopped. 2025-06-27 18:12:50.778 +03:00 [DBG] Connection id "0HNC8090TG7J5" accepted. 2025-06-27 18:12:50.778 +03:00 [DBG] Connection id "0HNC8090TG7J5" started. 2025-06-27 18:12:50.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:50.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:50.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:50.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:50.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:50.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:50.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:50.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:50.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:50.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:50.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:50.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:50.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:50.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:50.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:50.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:50.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:50.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:50.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:50.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1378ms. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:50.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:50.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:50.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7974ms 2025-06-27 18:12:50.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:50.779 +03:00 [DBG] Connection id "0HNC8090TG7J5" completed keep alive response. 2025-06-27 18:12:50.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4098ms 2025-06-27 18:12:50.780 +03:00 [DBG] Connection id "0HNC8090TG7J5" received FIN. 2025-06-27 18:12:50.780 +03:00 [DBG] Connection id "0HNC8090TG7J5" disconnecting. 2025-06-27 18:12:50.780 +03:00 [DBG] Connection id "0HNC8090TG7J5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:50.781 +03:00 [DBG] Connection id "0HNC8090TG7J5" stopped. 2025-06-27 18:12:52.154 +03:00 [DBG] Connection id "0HNC8090TG7J6" accepted. 2025-06-27 18:12:52.154 +03:00 [DBG] Connection id "0HNC8090TG7J6" started. 2025-06-27 18:12:52.155 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:12:52.155 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:52.155 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:52.155 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:12:52.155 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:12:52.155 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:52.155 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:52.155 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:52.155 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:52.155 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:52.155 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:52.155 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:52.155 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:52.155 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:52.155 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:52.155 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:52.155 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:52.156 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.156 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.156 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:52.156 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:12:52.156 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:52.156 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:12:52.156 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:12:52.156 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:52.156 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:12:52.156 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:12:52.156 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:12:52.156 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:12:52.156 +03:00 [DBG] Connection id "0HNC8090TG7J6", Request id "0HNC8090TG7J6:00000001": started reading request body. 2025-06-27 18:12:52.157 +03:00 [DBG] Connection id "0HNC8090TG7J6", Request id "0HNC8090TG7J6:00000001": done reading request body. 2025-06-27 18:12:52.157 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:12:52.157 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:52.157 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:52.157 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:12:52.157 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:12:52.157 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.157 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.157 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.157 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.157 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:52.157 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:12:52.157 +03:00 [INF] Changing group of physicals [239] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:52.181 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.4956ms. 2025-06-27 18:12:52.182 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:52.182 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:52.182 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.182 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.182 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.4352ms 2025-06-27 18:12:52.182 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:12:52.182 +03:00 [DBG] Connection id "0HNC8090TG7J6" completed keep alive response. 2025-06-27 18:12:52.182 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 27.5903ms 2025-06-27 18:12:52.182 +03:00 [DBG] Connection id "0HNC8090TG7J6" received FIN. 2025-06-27 18:12:52.183 +03:00 [DBG] Connection id "0HNC8090TG7J6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:52.183 +03:00 [DBG] Connection id "0HNC8090TG7J6" disconnecting. 2025-06-27 18:12:52.183 +03:00 [DBG] Connection id "0HNC8090TG7J6" stopped. 2025-06-27 18:12:52.219 +03:00 [DBG] Connection id "0HNC8090TG7J7" accepted. 2025-06-27 18:12:52.219 +03:00 [DBG] Connection id "0HNC8090TG7J7" started. 2025-06-27 18:12:52.219 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:52.219 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:52.219 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:52.219 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:52.219 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:52.219 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:52.220 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:52.220 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:52.220 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:52.220 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:52.220 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:52.220 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:52.220 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:52.220 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:52.220 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:52.220 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.220 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.220 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:52.220 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:52.220 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:52.220 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:52.220 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:52.220 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:52.220 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:52.220 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:52.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.220 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.221 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.221 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.221 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:52.221 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:52.221 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:52.222 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0752ms. 2025-06-27 18:12:52.222 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.222 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:52.222 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:52.222 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:52.222 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:52.222 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:52.222 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:52.222 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:52.222 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:52.223 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.223 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.223 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.223 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.223 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.223 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.223 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.6169ms 2025-06-27 18:12:52.223 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:52.223 +03:00 [DBG] Connection id "0HNC8090TG7J7" completed keep alive response. 2025-06-27 18:12:52.223 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5757ms 2025-06-27 18:12:52.223 +03:00 [DBG] Connection id "0HNC8090TG7J7" received FIN. 2025-06-27 18:12:52.223 +03:00 [DBG] Connection id "0HNC8090TG7J7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:52.223 +03:00 [DBG] Connection id "0HNC8090TG7J7" disconnecting. 2025-06-27 18:12:52.223 +03:00 [DBG] Connection id "0HNC8090TG7J7" stopped. 2025-06-27 18:12:52.275 +03:00 [DBG] Connection id "0HNC8090TG7J8" accepted. 2025-06-27 18:12:52.275 +03:00 [DBG] Connection id "0HNC8090TG7J8" started. 2025-06-27 18:12:52.275 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:12:52.275 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:52.275 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:12:52.276 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:52.276 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:12:52.276 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:52.276 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:52.276 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:52.276 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:52.276 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:12:52.276 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:52.276 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:52.276 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:52.276 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:52.276 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:52.276 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.276 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.276 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:52.276 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:12:52.276 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:12:52.276 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:12:52.276 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:52.276 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:12:52.277 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:12:52.277 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:12:52.277 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.277 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.277 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.277 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.277 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:52.277 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:12:52.277 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:12:52.431 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 153.8466ms. 2025-06-27 18:12:52.431 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.431 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:52.431 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:12:52.431 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:12:52.431 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:12:52.431 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:12:52.431 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:12:52.431 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:12:52.433 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:12:52.433 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.433 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:52.433 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.433 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.433 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.433 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:52.433 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 156.4701ms 2025-06-27 18:12:52.433 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:12:52.433 +03:00 [DBG] Connection id "0HNC8090TG7J8" completed keep alive response. 2025-06-27 18:12:52.433 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 157.3493ms 2025-06-27 18:12:52.436 +03:00 [DBG] Connection id "0HNC8090TG7J8" received FIN. 2025-06-27 18:12:52.436 +03:00 [DBG] Connection id "0HNC8090TG7J8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:52.437 +03:00 [DBG] Connection id "0HNC8090TG7J8" disconnecting. 2025-06-27 18:12:52.437 +03:00 [DBG] Connection id "0HNC8090TG7J8" stopped. 2025-06-27 18:12:55.835 +03:00 [DBG] Connection id "0HNC8090TG7J9" accepted. 2025-06-27 18:12:55.836 +03:00 [DBG] Connection id "0HNC8090TG7J9" started. 2025-06-27 18:12:55.836 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:12:55.836 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:12:55.836 +03:00 [DBG] POST requests are not supported 2025-06-27 18:12:55.836 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:12:55.836 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:12:55.836 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:55.836 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:12:55.836 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:12:55.836 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:12:55.836 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:12:55.836 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:55.836 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:12:55.836 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:12:55.836 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:12:55.836 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:12:55.836 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:12:55.836 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:12:55.836 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.836 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.836 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:55.836 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:12:55.836 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:55.836 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:55.836 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:55.837 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:12:55.837 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1787ms. 2025-06-27 18:12:55.837 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:55.837 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:12:55.837 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.837 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:12:55.837 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9399ms 2025-06-27 18:12:55.837 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:12:55.837 +03:00 [DBG] Connection id "0HNC8090TG7J9" completed keep alive response. 2025-06-27 18:12:55.837 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5847ms 2025-06-27 18:12:55.838 +03:00 [DBG] Connection id "0HNC8090TG7J9" received FIN. 2025-06-27 18:12:55.838 +03:00 [DBG] Connection id "0HNC8090TG7J9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:12:55.838 +03:00 [DBG] Connection id "0HNC8090TG7J9" disconnecting. 2025-06-27 18:12:55.838 +03:00 [DBG] Connection id "0HNC8090TG7J9" stopped. 2025-06-27 18:13:00.779 +03:00 [DBG] Connection id "0HNC8090TG7JA" accepted. 2025-06-27 18:13:00.779 +03:00 [DBG] Connection id "0HNC8090TG7JA" started. 2025-06-27 18:13:00.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:00.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:00.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:00.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:00.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:00.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:00.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:00.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:00.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:00.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:00.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:00.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:00.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:00.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:00.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:00.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:00.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:00.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:00.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:00.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:00.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1284ms. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:00.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:00.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:00.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7332ms 2025-06-27 18:13:00.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:00.780 +03:00 [DBG] Connection id "0HNC8090TG7JA" completed keep alive response. 2025-06-27 18:13:00.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3011ms 2025-06-27 18:13:00.781 +03:00 [DBG] Connection id "0HNC8090TG7JA" received FIN. 2025-06-27 18:13:00.781 +03:00 [DBG] Connection id "0HNC8090TG7JA" disconnecting. 2025-06-27 18:13:00.781 +03:00 [DBG] Connection id "0HNC8090TG7JA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:00.782 +03:00 [DBG] Connection id "0HNC8090TG7JA" stopped. 2025-06-27 18:13:05.782 +03:00 [DBG] Connection id "0HNC8090TG7JB" accepted. 2025-06-27 18:13:05.782 +03:00 [DBG] Connection id "0HNC8090TG7JB" started. 2025-06-27 18:13:05.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:05.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:05.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:05.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:05.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:05.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:05.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:05.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:05.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:05.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:05.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:05.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:05.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:05.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:05.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:05.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:05.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:05.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:05.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:05.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:05.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:05.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:05.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:05.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:05.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.223ms. 2025-06-27 18:13:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:05.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:05.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:05.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1587ms 2025-06-27 18:13:05.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:05.784 +03:00 [DBG] Connection id "0HNC8090TG7JB" completed keep alive response. 2025-06-27 18:13:05.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1185ms 2025-06-27 18:13:05.785 +03:00 [DBG] Connection id "0HNC8090TG7JB" received FIN. 2025-06-27 18:13:05.785 +03:00 [DBG] Connection id "0HNC8090TG7JB" disconnecting. 2025-06-27 18:13:05.785 +03:00 [DBG] Connection id "0HNC8090TG7JB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:05.786 +03:00 [DBG] Connection id "0HNC8090TG7JB" stopped. 2025-06-27 18:13:06.981 +03:00 [DBG] Connection id "0HNC8090TG7JC" accepted. 2025-06-27 18:13:06.981 +03:00 [DBG] Connection id "0HNC8090TG7JC" started. 2025-06-27 18:13:06.981 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 765 2025-06-27 18:13:06.981 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:06.981 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:06.981 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:13:06.981 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:13:06.982 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:06.982 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:06.982 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:06.982 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:06.982 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:06.982 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:06.982 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:06.982 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:06.982 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:06.982 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:06.982 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:06.982 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:06.982 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:06.982 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:06.982 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:06.982 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:06.982 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:13:06.982 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:13:06.982 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:13:06.982 +03:00 [DBG] Connection id "0HNC8090TG7JC", Request id "0HNC8090TG7JC:00000001": started reading request body. 2025-06-27 18:13:06.983 +03:00 [DBG] Connection id "0HNC8090TG7JC", Request id "0HNC8090TG7JC:00000001": done reading request body. 2025-06-27 18:13:06.983 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:13:06.983 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:06.983 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:06.983 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:13:06.983 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:06.983 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:06.983 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:06.983 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:06.983 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:06.983 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:06.983 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:13:06.983 +03:00 [INF] Updating physical elements properties 2025-06-27 18:13:07.002 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.1469ms. 2025-06-27 18:13:07.002 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:07.003 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:07.003 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.003 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.003 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 20.7799ms 2025-06-27 18:13:07.003 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:07.003 +03:00 [DBG] Connection id "0HNC8090TG7JC" completed keep alive response. 2025-06-27 18:13:07.003 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 21.6282ms 2025-06-27 18:13:07.003 +03:00 [DBG] Connection id "0HNC8090TG7JC" received FIN. 2025-06-27 18:13:07.003 +03:00 [DBG] Connection id "0HNC8090TG7JC" disconnecting. 2025-06-27 18:13:07.003 +03:00 [DBG] Connection id "0HNC8090TG7JC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:07.004 +03:00 [DBG] Connection id "0HNC8090TG7JC" stopped. 2025-06-27 18:13:07.041 +03:00 [DBG] Connection id "0HNC8090TG7JD" accepted. 2025-06-27 18:13:07.041 +03:00 [DBG] Connection id "0HNC8090TG7JD" started. 2025-06-27 18:13:07.041 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:07.041 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:07.041 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:07.041 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:07.041 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:07.041 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:07.041 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:07.041 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:07.041 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:07.042 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:07.042 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:07.042 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:07.042 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:07.042 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:07.042 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:07.042 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.042 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.042 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:07.042 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:07.042 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:07.042 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:07.042 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:07.042 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:07.042 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:07.042 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:07.042 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.042 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.042 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.042 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.042 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:07.042 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:07.042 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:07.044 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.8063ms. 2025-06-27 18:13:07.044 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.044 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:07.044 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:07.044 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:07.044 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:07.044 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:07.045 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:07.045 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:07.045 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:07.045 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.045 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.045 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.045 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.045 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.045 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.045 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.223ms 2025-06-27 18:13:07.045 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:07.045 +03:00 [DBG] Connection id "0HNC8090TG7JD" completed keep alive response. 2025-06-27 18:13:07.045 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.8775ms 2025-06-27 18:13:07.045 +03:00 [DBG] Connection id "0HNC8090TG7JD" received FIN. 2025-06-27 18:13:07.045 +03:00 [DBG] Connection id "0HNC8090TG7JD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:07.045 +03:00 [DBG] Connection id "0HNC8090TG7JD" disconnecting. 2025-06-27 18:13:07.045 +03:00 [DBG] Connection id "0HNC8090TG7JD" stopped. 2025-06-27 18:13:07.089 +03:00 [DBG] Connection id "0HNC8090TG7JE" accepted. 2025-06-27 18:13:07.089 +03:00 [DBG] Connection id "0HNC8090TG7JE" started. 2025-06-27 18:13:07.089 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:07.090 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:07.090 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:07.090 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:07.090 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:07.090 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:07.090 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:07.090 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:07.090 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:07.090 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:07.090 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:07.090 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:07.090 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:07.090 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:07.090 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:07.090 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.090 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.090 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:07.090 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:07.090 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:07.090 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:07.091 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:07.091 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:07.091 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:07.091 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:07.091 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.091 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.091 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.091 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.091 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:07.091 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:07.091 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:07.237 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 145.4717ms. 2025-06-27 18:13:07.237 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.237 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:07.237 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:07.237 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:07.237 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:07.237 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:07.237 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:07.237 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:07.239 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:07.239 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.239 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:07.239 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.239 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.239 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.239 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:07.239 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 148.4ms 2025-06-27 18:13:07.239 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:07.239 +03:00 [DBG] Connection id "0HNC8090TG7JE" completed keep alive response. 2025-06-27 18:13:07.239 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 149.2507ms 2025-06-27 18:13:07.246 +03:00 [DBG] Connection id "0HNC8090TG7JE" received FIN. 2025-06-27 18:13:07.246 +03:00 [DBG] Connection id "0HNC8090TG7JE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:07.246 +03:00 [DBG] Connection id "0HNC8090TG7JE" disconnecting. 2025-06-27 18:13:07.246 +03:00 [DBG] Connection id "0HNC8090TG7JE" stopped. 2025-06-27 18:13:10.781 +03:00 [DBG] Connection id "0HNC8090TG7JF" accepted. 2025-06-27 18:13:10.781 +03:00 [DBG] Connection id "0HNC8090TG7JF" started. 2025-06-27 18:13:10.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:10.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:10.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:10.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:10.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:10.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:10.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:10.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.128ms. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7145ms 2025-06-27 18:13:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:10.783 +03:00 [DBG] Connection id "0HNC8090TG7JF" completed keep alive response. 2025-06-27 18:13:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3874ms 2025-06-27 18:13:10.783 +03:00 [DBG] Connection id "0HNC8090TG7JF" received FIN. 2025-06-27 18:13:10.783 +03:00 [DBG] Connection id "0HNC8090TG7JF" disconnecting. 2025-06-27 18:13:10.783 +03:00 [DBG] Connection id "0HNC8090TG7JF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:10.784 +03:00 [DBG] Connection id "0HNC8090TG7JF" stopped. 2025-06-27 18:13:11.194 +03:00 [DBG] Connection id "0HNC8090TG7JG" accepted. 2025-06-27 18:13:11.194 +03:00 [DBG] Connection id "0HNC8090TG7JG" started. 2025-06-27 18:13:11.194 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:13:11.194 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:11.194 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:11.194 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:13:11.194 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:13:11.194 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:11.194 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:11.194 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:11.194 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:11.194 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:11.194 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:11.194 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:11.194 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:11.194 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:11.194 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:11.194 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:11.194 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:11.194 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.194 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.194 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:11.194 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:13:11.195 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:13:11.195 +03:00 [DBG] Connection id "0HNC8090TG7JG", Request id "0HNC8090TG7JG:00000001": started reading request body. 2025-06-27 18:13:11.195 +03:00 [DBG] Connection id "0HNC8090TG7JG", Request id "0HNC8090TG7JG:00000001": done reading request body. 2025-06-27 18:13:11.195 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:11.195 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:13:11.195 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:11.195 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.195 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.195 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.195 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.195 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:11.195 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:13:11.195 +03:00 [INF] Changing group of physicals [326] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:11.214 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.5443ms. 2025-06-27 18:13:11.214 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:11.214 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:11.214 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.214 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.214 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 19.6051ms 2025-06-27 18:13:11.214 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:11.214 +03:00 [DBG] Connection id "0HNC8090TG7JG" completed keep alive response. 2025-06-27 18:13:11.214 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 20.1308ms 2025-06-27 18:13:11.214 +03:00 [DBG] Connection id "0HNC8090TG7JG" received FIN. 2025-06-27 18:13:11.214 +03:00 [DBG] Connection id "0HNC8090TG7JG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:11.214 +03:00 [DBG] Connection id "0HNC8090TG7JG" disconnecting. 2025-06-27 18:13:11.215 +03:00 [DBG] Connection id "0HNC8090TG7JG" stopped. 2025-06-27 18:13:11.257 +03:00 [DBG] Connection id "0HNC8090TG7JH" accepted. 2025-06-27 18:13:11.257 +03:00 [DBG] Connection id "0HNC8090TG7JH" started. 2025-06-27 18:13:11.257 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:11.257 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:11.257 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:11.257 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:11.257 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:11.257 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:11.257 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:11.257 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:11.257 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:11.257 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:11.257 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:11.257 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:11.258 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:11.258 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:11.258 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:11.258 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.258 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.258 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:11.258 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:11.258 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:11.258 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:11.258 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:11.258 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:11.258 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:11.258 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:11.258 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.258 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.258 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.258 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.258 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:11.258 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:11.258 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:11.259 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.913ms. 2025-06-27 18:13:11.259 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:11.259 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:11.259 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:11.259 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:11.259 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:11.259 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:11.259 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:11.259 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.259 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.259 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8589ms 2025-06-27 18:13:11.259 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:11.259 +03:00 [DBG] Connection id "0HNC8090TG7JH" completed keep alive response. 2025-06-27 18:13:11.260 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3594ms 2025-06-27 18:13:11.260 +03:00 [DBG] Connection id "0HNC8090TG7JH" received FIN. 2025-06-27 18:13:11.260 +03:00 [DBG] Connection id "0HNC8090TG7JH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:11.260 +03:00 [DBG] Connection id "0HNC8090TG7JH" disconnecting. 2025-06-27 18:13:11.260 +03:00 [DBG] Connection id "0HNC8090TG7JH" stopped. 2025-06-27 18:13:11.310 +03:00 [DBG] Connection id "0HNC8090TG7JI" accepted. 2025-06-27 18:13:11.310 +03:00 [DBG] Connection id "0HNC8090TG7JI" started. 2025-06-27 18:13:11.310 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:11.310 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:11.310 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:11.310 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:11.310 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:11.310 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:11.310 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:11.310 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:11.310 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:11.310 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:11.310 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:11.310 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:11.310 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:11.310 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:11.310 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:11.310 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.310 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.311 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:11.311 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:11.311 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:11.311 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:11.311 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:11.311 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:11.311 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:11.311 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:11.311 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.311 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.311 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.311 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.311 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:11.311 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:11.311 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:11.467 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 155.9033ms. 2025-06-27 18:13:11.467 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.467 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:11.467 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:11.467 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:11.467 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:11.467 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:11.467 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:11.467 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:11.469 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:11.469 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.469 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:11.469 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.469 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.469 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.469 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:11.469 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 158.4062ms 2025-06-27 18:13:11.469 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:11.469 +03:00 [DBG] Connection id "0HNC8090TG7JI" completed keep alive response. 2025-06-27 18:13:11.469 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 158.9854ms 2025-06-27 18:13:11.477 +03:00 [DBG] Connection id "0HNC8090TG7JI" received FIN. 2025-06-27 18:13:11.477 +03:00 [DBG] Connection id "0HNC8090TG7JI" disconnecting. 2025-06-27 18:13:11.478 +03:00 [DBG] Connection id "0HNC8090TG7JI" stopped. 2025-06-27 18:13:11.478 +03:00 [DBG] Connection id "0HNC8090TG7JI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:15.783 +03:00 [DBG] Connection id "0HNC8090TG7JJ" accepted. 2025-06-27 18:13:15.784 +03:00 [DBG] Connection id "0HNC8090TG7JJ" started. 2025-06-27 18:13:15.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:15.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:15.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:15.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:15.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:15.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:15.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:15.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:15.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:15.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:15.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:15.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:15.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:15.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:15.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:15.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:15.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:15.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:15.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:15.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:15.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2414ms. 2025-06-27 18:13:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:15.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:15.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:15.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7896ms 2025-06-27 18:13:15.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:15.787 +03:00 [DBG] Connection id "0HNC8090TG7JJ" completed keep alive response. 2025-06-27 18:13:15.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2623ms 2025-06-27 18:13:15.787 +03:00 [DBG] Connection id "0HNC8090TG7JJ" received FIN. 2025-06-27 18:13:15.787 +03:00 [DBG] Connection id "0HNC8090TG7JJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:15.788 +03:00 [DBG] Connection id "0HNC8090TG7JJ" disconnecting. 2025-06-27 18:13:15.788 +03:00 [DBG] Connection id "0HNC8090TG7JJ" stopped. 2025-06-27 18:13:20.780 +03:00 [DBG] Connection id "0HNC8090TG7JK" accepted. 2025-06-27 18:13:20.780 +03:00 [DBG] Connection id "0HNC8090TG7JK" started. 2025-06-27 18:13:20.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:20.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:20.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:20.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:20.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:20.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:20.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:20.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:20.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:20.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:20.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:20.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:20.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:20.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:20.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:20.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:20.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:20.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:20.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:20.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1713ms. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:20.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:20.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:20.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.104ms 2025-06-27 18:13:20.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:20.782 +03:00 [DBG] Connection id "0HNC8090TG7JK" completed keep alive response. 2025-06-27 18:13:20.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8914ms 2025-06-27 18:13:20.783 +03:00 [DBG] Connection id "0HNC8090TG7JK" received FIN. 2025-06-27 18:13:20.783 +03:00 [DBG] Connection id "0HNC8090TG7JK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:20.783 +03:00 [DBG] Connection id "0HNC8090TG7JK" disconnecting. 2025-06-27 18:13:20.783 +03:00 [DBG] Connection id "0HNC8090TG7JK" stopped. 2025-06-27 18:13:25.781 +03:00 [DBG] Connection id "0HNC8090TG7JL" accepted. 2025-06-27 18:13:25.781 +03:00 [DBG] Connection id "0HNC8090TG7JL" started. 2025-06-27 18:13:25.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:25.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:25.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:25.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:25.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:25.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:25.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:25.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1226ms. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:25.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:25.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:25.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7176ms 2025-06-27 18:13:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:25.783 +03:00 [DBG] Connection id "0HNC8090TG7JL" completed keep alive response. 2025-06-27 18:13:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3538ms 2025-06-27 18:13:25.783 +03:00 [DBG] Connection id "0HNC8090TG7JL" received FIN. 2025-06-27 18:13:25.783 +03:00 [DBG] Connection id "0HNC8090TG7JL" disconnecting. 2025-06-27 18:13:25.783 +03:00 [DBG] Connection id "0HNC8090TG7JL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:25.784 +03:00 [DBG] Connection id "0HNC8090TG7JL" stopped. 2025-06-27 18:13:29.614 +03:00 [DBG] Connection id "0HNC8090TG7JM" accepted. 2025-06-27 18:13:29.614 +03:00 [DBG] Connection id "0HNC8090TG7JM" started. 2025-06-27 18:13:29.614 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:13:29.615 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:29.615 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:29.615 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:13:29.615 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:13:29.615 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:29.615 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:29.615 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:29.615 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:29.615 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:29.615 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:29.615 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:29.615 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:29.615 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:29.615 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:29.615 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:29.615 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:29.615 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.615 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.615 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:29.615 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:29.615 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:13:29.615 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:13:29.616 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:13:29.616 +03:00 [DBG] Connection id "0HNC8090TG7JM", Request id "0HNC8090TG7JM:00000001": started reading request body. 2025-06-27 18:13:29.616 +03:00 [DBG] Connection id "0HNC8090TG7JM", Request id "0HNC8090TG7JM:00000001": done reading request body. 2025-06-27 18:13:29.616 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:13:29.616 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:29.616 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:29.616 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:13:29.616 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:29.616 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.616 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.616 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.616 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.616 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:29.616 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:13:29.616 +03:00 [INF] Updating physical elements properties 2025-06-27 18:13:29.657 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 40.8044ms. 2025-06-27 18:13:29.657 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:29.657 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:29.657 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.657 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.658 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.658 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.658 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 42.3248ms 2025-06-27 18:13:29.658 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:29.658 +03:00 [DBG] Connection id "0HNC8090TG7JM" completed keep alive response. 2025-06-27 18:13:29.658 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 43.2467ms 2025-06-27 18:13:29.658 +03:00 [DBG] Connection id "0HNC8090TG7JM" received FIN. 2025-06-27 18:13:29.658 +03:00 [DBG] Connection id "0HNC8090TG7JM" disconnecting. 2025-06-27 18:13:29.658 +03:00 [DBG] Connection id "0HNC8090TG7JM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:29.659 +03:00 [DBG] Connection id "0HNC8090TG7JM" stopped. 2025-06-27 18:13:29.698 +03:00 [DBG] Connection id "0HNC8090TG7JN" accepted. 2025-06-27 18:13:29.698 +03:00 [DBG] Connection id "0HNC8090TG7JN" started. 2025-06-27 18:13:29.698 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:29.698 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:29.698 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:29.698 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:29.698 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:29.698 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:29.698 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:29.698 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:29.698 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:29.698 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:29.699 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:29.699 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:29.699 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:29.699 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:29.699 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:29.699 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.699 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.699 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:29.699 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:29.699 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:29.699 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:29.699 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:29.699 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:29.699 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:29.699 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:29.699 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.699 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.699 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.699 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.699 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:29.699 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:29.699 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:29.702 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.551ms. 2025-06-27 18:13:29.702 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.702 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:29.702 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:29.702 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:29.702 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:29.702 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:29.702 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:29.702 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:29.703 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:29.703 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.703 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.703 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.703 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.703 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.703 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.703 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.027ms 2025-06-27 18:13:29.703 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:29.703 +03:00 [DBG] Connection id "0HNC8090TG7JN" completed keep alive response. 2025-06-27 18:13:29.703 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.9407ms 2025-06-27 18:13:29.703 +03:00 [DBG] Connection id "0HNC8090TG7JN" received FIN. 2025-06-27 18:13:29.703 +03:00 [DBG] Connection id "0HNC8090TG7JN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:29.703 +03:00 [DBG] Connection id "0HNC8090TG7JN" disconnecting. 2025-06-27 18:13:29.704 +03:00 [DBG] Connection id "0HNC8090TG7JN" stopped. 2025-06-27 18:13:29.749 +03:00 [DBG] Connection id "0HNC8090TG7JO" accepted. 2025-06-27 18:13:29.749 +03:00 [DBG] Connection id "0HNC8090TG7JO" started. 2025-06-27 18:13:29.749 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:29.749 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:29.749 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:29.749 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:29.749 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:29.749 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:29.749 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:29.749 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:29.750 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:29.750 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:29.750 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:29.750 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:29.750 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:29.750 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:29.750 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:29.750 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.750 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.750 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:29.750 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:29.750 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:29.750 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:29.750 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:29.750 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:29.750 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:29.750 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:29.750 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.750 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.750 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.750 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.750 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:29.750 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:29.750 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:29.898 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 148.119ms. 2025-06-27 18:13:29.899 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.899 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:29.899 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:29.899 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:29.899 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:29.899 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:29.899 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:29.899 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:29.901 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:29.901 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.901 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:29.901 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.901 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.901 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.901 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:29.901 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 151.2507ms 2025-06-27 18:13:29.901 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:29.901 +03:00 [DBG] Connection id "0HNC8090TG7JO" completed keep alive response. 2025-06-27 18:13:29.901 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 152.4219ms 2025-06-27 18:13:29.904 +03:00 [DBG] Connection id "0HNC8090TG7JO" received FIN. 2025-06-27 18:13:29.905 +03:00 [DBG] Connection id "0HNC8090TG7JO" disconnecting. 2025-06-27 18:13:29.905 +03:00 [DBG] Connection id "0HNC8090TG7JO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:29.906 +03:00 [DBG] Connection id "0HNC8090TG7JO" stopped. 2025-06-27 18:13:30.782 +03:00 [DBG] Connection id "0HNC8090TG7JP" accepted. 2025-06-27 18:13:30.782 +03:00 [DBG] Connection id "0HNC8090TG7JP" started. 2025-06-27 18:13:30.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:30.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:30.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:30.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:30.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:30.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:30.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:30.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:30.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:30.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:30.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:30.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:30.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:30.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:30.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:30.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:30.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:30.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:30.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:30.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1323ms. 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7453ms 2025-06-27 18:13:30.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:30.784 +03:00 [DBG] Connection id "0HNC8090TG7JP" completed keep alive response. 2025-06-27 18:13:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7252ms 2025-06-27 18:13:30.784 +03:00 [DBG] Connection id "0HNC8090TG7JP" received FIN. 2025-06-27 18:13:30.784 +03:00 [DBG] Connection id "0HNC8090TG7JP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:30.784 +03:00 [DBG] Connection id "0HNC8090TG7JP" disconnecting. 2025-06-27 18:13:30.784 +03:00 [DBG] Connection id "0HNC8090TG7JP" stopped. 2025-06-27 18:13:34.961 +03:00 [DBG] Connection id "0HNC8090TG7JQ" accepted. 2025-06-27 18:13:34.962 +03:00 [DBG] Connection id "0HNC8090TG7JQ" started. 2025-06-27 18:13:34.962 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:13:34.962 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:34.962 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:34.962 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:13:34.962 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:13:34.962 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:34.962 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:34.962 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:34.962 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:34.962 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:34.962 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:34.962 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:34.962 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:34.962 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:34.962 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:34.962 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:34.962 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:34.962 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.962 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.962 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:34.962 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:13:34.962 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:34.962 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:13:34.962 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:13:34.962 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:34.962 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:13:34.962 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:13:34.962 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:13:34.962 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:13:34.962 +03:00 [DBG] Connection id "0HNC8090TG7JQ", Request id "0HNC8090TG7JQ:00000001": started reading request body. 2025-06-27 18:13:34.963 +03:00 [DBG] Connection id "0HNC8090TG7JQ", Request id "0HNC8090TG7JQ:00000001": done reading request body. 2025-06-27 18:13:34.963 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:13:34.963 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:34.963 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:34.963 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:13:34.963 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:34.963 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:34.963 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:34.963 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:34.963 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:34.963 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:34.963 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:13:34.963 +03:00 [INF] Changing group of physicals [241] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:34.995 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 31.9476ms. 2025-06-27 18:13:34.995 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:34.995 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:34.995 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.995 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:34.995 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 33.0318ms 2025-06-27 18:13:34.995 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:34.995 +03:00 [DBG] Connection id "0HNC8090TG7JQ" completed keep alive response. 2025-06-27 18:13:34.995 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 33.6595ms 2025-06-27 18:13:34.995 +03:00 [DBG] Connection id "0HNC8090TG7JQ" received FIN. 2025-06-27 18:13:34.996 +03:00 [DBG] Connection id "0HNC8090TG7JQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:34.996 +03:00 [DBG] Connection id "0HNC8090TG7JQ" disconnecting. 2025-06-27 18:13:34.996 +03:00 [DBG] Connection id "0HNC8090TG7JQ" stopped. 2025-06-27 18:13:35.031 +03:00 [DBG] Connection id "0HNC8090TG7JR" accepted. 2025-06-27 18:13:35.031 +03:00 [DBG] Connection id "0HNC8090TG7JR" started. 2025-06-27 18:13:35.031 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:35.031 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:35.031 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:35.031 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:35.032 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:35.032 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:35.032 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:35.032 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:35.032 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:35.032 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:35.032 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:35.032 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:35.032 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:35.032 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:35.032 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:35.032 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.032 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.032 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:35.032 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:35.032 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:35.032 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:35.032 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:35.032 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:35.032 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:35.032 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:35.032 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.032 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.032 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.032 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.032 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:35.032 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:35.032 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:35.033 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9679ms. 2025-06-27 18:13:35.033 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.033 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:35.033 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:35.033 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:35.033 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:35.033 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:35.033 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:35.034 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:35.034 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:35.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.034 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.034 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.034 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.034 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.034 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.034 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8425ms 2025-06-27 18:13:35.034 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:35.034 +03:00 [DBG] Connection id "0HNC8090TG7JR" completed keep alive response. 2025-06-27 18:13:35.034 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.4062ms 2025-06-27 18:13:35.034 +03:00 [DBG] Connection id "0HNC8090TG7JR" received FIN. 2025-06-27 18:13:35.034 +03:00 [DBG] Connection id "0HNC8090TG7JR" disconnecting. 2025-06-27 18:13:35.034 +03:00 [DBG] Connection id "0HNC8090TG7JR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:35.035 +03:00 [DBG] Connection id "0HNC8090TG7JR" stopped. 2025-06-27 18:13:35.079 +03:00 [DBG] Connection id "0HNC8090TG7JS" accepted. 2025-06-27 18:13:35.080 +03:00 [DBG] Connection id "0HNC8090TG7JS" started. 2025-06-27 18:13:35.080 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:35.080 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:35.080 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:35.080 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:35.080 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:35.080 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:35.080 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:35.080 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:35.080 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:35.080 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:35.080 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:35.080 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:35.080 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:35.080 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:35.080 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:35.080 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.080 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.080 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:35.080 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:35.080 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:35.080 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:35.080 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:35.080 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:35.080 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:35.080 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:35.080 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.081 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.081 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.081 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.081 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:35.081 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:35.081 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:35.224 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 143.3495ms. 2025-06-27 18:13:35.224 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.224 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:35.224 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:35.224 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:35.224 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:35.224 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:35.224 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:35.224 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:35.226 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:35.226 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.226 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.226 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.226 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.226 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.226 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.226 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 145.8062ms 2025-06-27 18:13:35.226 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:35.226 +03:00 [DBG] Connection id "0HNC8090TG7JS" completed keep alive response. 2025-06-27 18:13:35.226 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 146.3707ms 2025-06-27 18:13:35.230 +03:00 [DBG] Connection id "0HNC8090TG7JS" received FIN. 2025-06-27 18:13:35.230 +03:00 [DBG] Connection id "0HNC8090TG7JS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:35.230 +03:00 [DBG] Connection id "0HNC8090TG7JS" disconnecting. 2025-06-27 18:13:35.231 +03:00 [DBG] Connection id "0HNC8090TG7JS" stopped. 2025-06-27 18:13:35.777 +03:00 [DBG] Connection id "0HNC8090TG7JT" accepted. 2025-06-27 18:13:35.777 +03:00 [DBG] Connection id "0HNC8090TG7JT" started. 2025-06-27 18:13:35.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:35.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:35.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:35.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:35.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:35.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:35.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:35.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:35.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:35.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:35.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:35.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:35.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:35.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:35.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:35.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:35.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:35.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:35.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1833ms. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:35.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:35.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:35.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2048ms 2025-06-27 18:13:35.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:35.780 +03:00 [DBG] Connection id "0HNC8090TG7JT" completed keep alive response. 2025-06-27 18:13:35.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2188ms 2025-06-27 18:13:35.780 +03:00 [DBG] Connection id "0HNC8090TG7JT" received FIN. 2025-06-27 18:13:35.780 +03:00 [DBG] Connection id "0HNC8090TG7JT" disconnecting. 2025-06-27 18:13:35.780 +03:00 [DBG] Connection id "0HNC8090TG7JT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:35.781 +03:00 [DBG] Connection id "0HNC8090TG7JT" stopped. 2025-06-27 18:13:40.784 +03:00 [DBG] Connection id "0HNC8090TG7JU" accepted. 2025-06-27 18:13:40.784 +03:00 [DBG] Connection id "0HNC8090TG7JU" started. 2025-06-27 18:13:40.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:40.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:40.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:40.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:40.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:40.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:40.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:40.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:40.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:40.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:40.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:40.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:40.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:40.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:40.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:40.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:40.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:40.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2049ms. 2025-06-27 18:13:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:40.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:40.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:40.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1456ms 2025-06-27 18:13:40.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:40.786 +03:00 [DBG] Connection id "0HNC8090TG7JU" completed keep alive response. 2025-06-27 18:13:40.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2144ms 2025-06-27 18:13:40.787 +03:00 [DBG] Connection id "0HNC8090TG7JU" received FIN. 2025-06-27 18:13:40.787 +03:00 [DBG] Connection id "0HNC8090TG7JU" disconnecting. 2025-06-27 18:13:40.787 +03:00 [DBG] Connection id "0HNC8090TG7JU" stopped. 2025-06-27 18:13:40.787 +03:00 [DBG] Connection id "0HNC8090TG7JU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:45.707 +03:00 [DBG] Connection id "0HNC8090TG7JV" accepted. 2025-06-27 18:13:45.707 +03:00 [DBG] Connection id "0HNC8090TG7JV" started. 2025-06-27 18:13:45.707 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 769 2025-06-27 18:13:45.707 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:45.707 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:45.708 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:13:45.708 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:13:45.708 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:45.708 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:45.708 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:45.708 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:45.708 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:45.708 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:45.708 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:45.708 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:45.708 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:45.708 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:45.708 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:45.708 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:45.708 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.708 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.708 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:45.708 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:45.708 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:13:45.708 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:13:45.708 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:13:45.708 +03:00 [DBG] Connection id "0HNC8090TG7JV", Request id "0HNC8090TG7JV:00000001": started reading request body. 2025-06-27 18:13:45.708 +03:00 [DBG] Connection id "0HNC8090TG7JV", Request id "0HNC8090TG7JV:00000001": done reading request body. 2025-06-27 18:13:45.708 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:13:45.708 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:45.708 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:45.708 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:13:45.708 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:13:45.708 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.708 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.708 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.708 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.709 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:45.709 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:13:45.709 +03:00 [INF] Updating physical elements properties 2025-06-27 18:13:45.722 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 13.5348ms. 2025-06-27 18:13:45.722 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.722 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:45.722 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:45.723 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:45.723 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.723 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.723 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.723 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.723 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.723 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.723 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 14.7559ms 2025-06-27 18:13:45.723 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:13:45.723 +03:00 [DBG] Connection id "0HNC8090TG7JV" completed keep alive response. 2025-06-27 18:13:45.723 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 15.5249ms 2025-06-27 18:13:45.723 +03:00 [DBG] Connection id "0HNC8090TG7JV" received FIN. 2025-06-27 18:13:45.723 +03:00 [DBG] Connection id "0HNC8090TG7JV" disconnecting. 2025-06-27 18:13:45.723 +03:00 [DBG] Connection id "0HNC8090TG7JV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:45.724 +03:00 [DBG] Connection id "0HNC8090TG7JV" stopped. 2025-06-27 18:13:45.767 +03:00 [DBG] Connection id "0HNC8090TG7K0" accepted. 2025-06-27 18:13:45.767 +03:00 [DBG] Connection id "0HNC8090TG7K0" started. 2025-06-27 18:13:45.767 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:45.767 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:45.767 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:45.767 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:45.768 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:45.768 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:45.768 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:45.768 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:45.768 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:45.768 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:45.768 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:45.768 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:45.768 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:45.768 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:45.768 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:45.768 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.768 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.768 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:45.768 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:45.768 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:45.769 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:45.769 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:45.769 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:45.769 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:45.769 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.769 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.769 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.769 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:45.769 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:45.769 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:45.772 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.5459ms. 2025-06-27 18:13:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.772 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:45.772 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:45.772 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:45.772 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:45.772 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:45.773 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:45.773 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:45.773 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.773 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.773 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.773 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.773 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.773 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.9261ms 2025-06-27 18:13:45.773 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:45.773 +03:00 [DBG] Connection id "0HNC8090TG7K0" completed keep alive response. 2025-06-27 18:13:45.773 +03:00 [DBG] Connection id "0HNC8090TG7K1" accepted. 2025-06-27 18:13:45.773 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 6.171ms 2025-06-27 18:13:45.774 +03:00 [DBG] Connection id "0HNC8090TG7K1" started. 2025-06-27 18:13:45.774 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:45.774 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:45.774 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:45.774 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:45.774 +03:00 [DBG] Connection id "0HNC8090TG7K0" received FIN. 2025-06-27 18:13:45.774 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:45.774 +03:00 [DBG] Connection id "0HNC8090TG7K0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:45.774 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:45.774 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:45.774 +03:00 [DBG] Connection id "0HNC8090TG7K0" disconnecting. 2025-06-27 18:13:45.774 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:45.774 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:45.774 +03:00 [DBG] Connection id "0HNC8090TG7K0" stopped. 2025-06-27 18:13:45.774 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:45.775 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:45.775 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:45.775 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:45.775 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:45.775 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.775 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:45.775 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.775 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:45.775 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1404ms. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:45.776 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:45.776 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:45.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.776 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0704ms 2025-06-27 18:13:45.776 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:45.776 +03:00 [DBG] Connection id "0HNC8090TG7K1" completed keep alive response. 2025-06-27 18:13:45.776 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1104ms 2025-06-27 18:13:45.776 +03:00 [DBG] Connection id "0HNC8090TG7K1" received FIN. 2025-06-27 18:13:45.776 +03:00 [DBG] Connection id "0HNC8090TG7K1" disconnecting. 2025-06-27 18:13:45.776 +03:00 [DBG] Connection id "0HNC8090TG7K1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:45.777 +03:00 [DBG] Connection id "0HNC8090TG7K1" stopped. 2025-06-27 18:13:45.815 +03:00 [DBG] Connection id "0HNC8090TG7K2" accepted. 2025-06-27 18:13:45.816 +03:00 [DBG] Connection id "0HNC8090TG7K2" started. 2025-06-27 18:13:45.816 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:45.816 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:45.816 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:45.816 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:45.816 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:45.816 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:45.816 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:45.816 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:45.816 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:45.816 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:45.816 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:45.816 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:45.816 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:45.816 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:45.816 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:45.816 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.816 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.816 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:45.816 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:45.817 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:45.817 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:45.817 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:45.817 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:45.817 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:45.817 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:45.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.817 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.817 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.817 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:45.817 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:45.817 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:45.965 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 148.5419ms. 2025-06-27 18:13:45.966 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.966 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:45.966 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:45.966 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:45.966 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:45.966 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:45.966 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:45.966 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:45.967 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:45.967 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.967 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:45.967 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.967 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.967 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.967 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:45.967 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 151.0719ms 2025-06-27 18:13:45.967 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:45.967 +03:00 [DBG] Connection id "0HNC8090TG7K2" completed keep alive response. 2025-06-27 18:13:45.968 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 151.7504ms 2025-06-27 18:13:45.971 +03:00 [DBG] Connection id "0HNC8090TG7K2" received FIN. 2025-06-27 18:13:45.971 +03:00 [DBG] Connection id "0HNC8090TG7K2" disconnecting. 2025-06-27 18:13:45.971 +03:00 [DBG] Connection id "0HNC8090TG7K2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:45.972 +03:00 [DBG] Connection id "0HNC8090TG7K2" stopped. 2025-06-27 18:13:50.471 +03:00 [DBG] Connection id "0HNC8090TG7K3" accepted. 2025-06-27 18:13:50.472 +03:00 [DBG] Connection id "0HNC8090TG7K3" started. 2025-06-27 18:13:50.472 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:13:50.472 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:50.472 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:50.472 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:13:50.472 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:13:50.472 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:50.472 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:50.472 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:50.472 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:50.472 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:50.472 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:50.472 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:50.472 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:50.472 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:50.472 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:50.472 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:50.472 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:50.473 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.473 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.473 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:50.473 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:13:50.473 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:13:50.473 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:13:50.473 +03:00 [DBG] Connection id "0HNC8090TG7K3", Request id "0HNC8090TG7K3:00000001": started reading request body. 2025-06-27 18:13:50.473 +03:00 [DBG] Connection id "0HNC8090TG7K3", Request id "0HNC8090TG7K3:00000001": done reading request body. 2025-06-27 18:13:50.473 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:13:50.473 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:50.474 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:50.474 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:13:50.474 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:13:50.474 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.474 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.474 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.474 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.474 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:50.474 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:13:50.474 +03:00 [INF] Changing group of physicals [293] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:50.496 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.3595ms. 2025-06-27 18:13:50.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.496 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.496 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.496 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:50.497 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:50.497 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.497 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.497 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 24.5737ms 2025-06-27 18:13:50.497 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:13:50.497 +03:00 [DBG] Connection id "0HNC8090TG7K3" completed keep alive response. 2025-06-27 18:13:50.497 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 25.5348ms 2025-06-27 18:13:50.498 +03:00 [DBG] Connection id "0HNC8090TG7K3" received FIN. 2025-06-27 18:13:50.498 +03:00 [DBG] Connection id "0HNC8090TG7K3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:50.498 +03:00 [DBG] Connection id "0HNC8090TG7K3" disconnecting. 2025-06-27 18:13:50.498 +03:00 [DBG] Connection id "0HNC8090TG7K3" stopped. 2025-06-27 18:13:50.532 +03:00 [DBG] Connection id "0HNC8090TG7K4" accepted. 2025-06-27 18:13:50.532 +03:00 [DBG] Connection id "0HNC8090TG7K4" started. 2025-06-27 18:13:50.532 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:50.532 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:50.532 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:50.532 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:50.532 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:50.532 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:50.532 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:50.532 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:50.532 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:50.532 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:50.532 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:50.532 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:50.532 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:50.533 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:50.533 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:50.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.533 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:50.533 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:50.533 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:50.533 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:50.533 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:50.533 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:50.533 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:50.533 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:50.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.533 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:50.533 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:50.533 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:50.534 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0068ms. 2025-06-27 18:13:50.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.535 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:50.535 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:50.535 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:50.535 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:50.535 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:50.535 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:50.535 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:50.535 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:50.535 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.535 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.535 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.535 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.535 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.535 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.535 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4539ms 2025-06-27 18:13:50.535 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:50.535 +03:00 [DBG] Connection id "0HNC8090TG7K4" completed keep alive response. 2025-06-27 18:13:50.535 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.2108ms 2025-06-27 18:13:50.535 +03:00 [DBG] Connection id "0HNC8090TG7K4" received FIN. 2025-06-27 18:13:50.535 +03:00 [DBG] Connection id "0HNC8090TG7K4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:50.536 +03:00 [DBG] Connection id "0HNC8090TG7K4" disconnecting. 2025-06-27 18:13:50.536 +03:00 [DBG] Connection id "0HNC8090TG7K4" stopped. 2025-06-27 18:13:50.577 +03:00 [DBG] Connection id "0HNC8090TG7K5" accepted. 2025-06-27 18:13:50.577 +03:00 [DBG] Connection id "0HNC8090TG7K5" started. 2025-06-27 18:13:50.578 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:13:50.578 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:50.578 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:13:50.578 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:50.578 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:13:50.578 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:50.578 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:50.578 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:50.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:50.578 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:13:50.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:50.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:50.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:50.578 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:50.578 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:50.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.578 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:50.578 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:13:50.578 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:13:50.579 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:13:50.579 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:50.579 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:13:50.579 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:13:50.579 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:13:50.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.579 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:50.579 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:13:50.579 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:13:50.727 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 148.0032ms. 2025-06-27 18:13:50.727 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.727 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:50.727 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:13:50.727 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:13:50.727 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:13:50.727 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:13:50.727 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:13:50.727 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:13:50.729 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:13:50.729 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.729 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.729 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.729 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.729 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.729 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.729 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 150.5435ms 2025-06-27 18:13:50.729 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:13:50.729 +03:00 [DBG] Connection id "0HNC8090TG7K5" completed keep alive response. 2025-06-27 18:13:50.729 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 151.3109ms 2025-06-27 18:13:50.733 +03:00 [DBG] Connection id "0HNC8090TG7K5" received FIN. 2025-06-27 18:13:50.733 +03:00 [DBG] Connection id "0HNC8090TG7K5" disconnecting. 2025-06-27 18:13:50.733 +03:00 [DBG] Connection id "0HNC8090TG7K5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:50.734 +03:00 [DBG] Connection id "0HNC8090TG7K5" stopped. 2025-06-27 18:13:50.781 +03:00 [DBG] Connection id "0HNC8090TG7K6" accepted. 2025-06-27 18:13:50.781 +03:00 [DBG] Connection id "0HNC8090TG7K6" started. 2025-06-27 18:13:50.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:50.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:50.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:50.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:50.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:50.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:50.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:50.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:50.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:50.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:50.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:50.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:50.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:50.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:50.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:50.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:50.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:50.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:50.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:50.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1373ms. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:50.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:50.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:50.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:50.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6937ms 2025-06-27 18:13:50.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:50.783 +03:00 [DBG] Connection id "0HNC8090TG7K6" completed keep alive response. 2025-06-27 18:13:50.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3497ms 2025-06-27 18:13:50.783 +03:00 [DBG] Connection id "0HNC8090TG7K6" received FIN. 2025-06-27 18:13:50.783 +03:00 [DBG] Connection id "0HNC8090TG7K6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:50.783 +03:00 [DBG] Connection id "0HNC8090TG7K6" disconnecting. 2025-06-27 18:13:50.783 +03:00 [DBG] Connection id "0HNC8090TG7K6" stopped. 2025-06-27 18:13:55.776 +03:00 [DBG] Connection id "0HNC8090TG7K7" accepted. 2025-06-27 18:13:55.776 +03:00 [DBG] Connection id "0HNC8090TG7K7" started. 2025-06-27 18:13:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:13:55.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:13:55.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:13:55.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:13:55.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:13:55.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:55.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:13:55.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:13:55.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:13:55.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:13:55.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:55.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:13:55.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:13:55.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:13:55.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:13:55.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:13:55.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:13:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:55.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:13:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2008ms. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:13:55.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:13:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:13:55.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:13:55.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5326ms 2025-06-27 18:13:55.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:13:55.779 +03:00 [DBG] Connection id "0HNC8090TG7K7" completed keep alive response. 2025-06-27 18:13:55.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5751ms 2025-06-27 18:13:55.779 +03:00 [DBG] Connection id "0HNC8090TG7K7" received FIN. 2025-06-27 18:13:55.779 +03:00 [DBG] Connection id "0HNC8090TG7K7" disconnecting. 2025-06-27 18:13:55.779 +03:00 [DBG] Connection id "0HNC8090TG7K7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:13:55.781 +03:00 [DBG] Connection id "0HNC8090TG7K7" stopped. 2025-06-27 18:14:00.776 +03:00 [DBG] Connection id "0HNC8090TG7K8" accepted. 2025-06-27 18:14:00.776 +03:00 [DBG] Connection id "0HNC8090TG7K8" started. 2025-06-27 18:14:00.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:00.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:00.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:00.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:00.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:00.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:00.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:00.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:00.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:00.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:00.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:00.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:00.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:00.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:00.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:00.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:00.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:00.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:00.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:00.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:00.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:00.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1493ms. 2025-06-27 18:14:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:00.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:00.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:00.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0361ms 2025-06-27 18:14:00.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:00.778 +03:00 [DBG] Connection id "0HNC8090TG7K8" completed keep alive response. 2025-06-27 18:14:00.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8877ms 2025-06-27 18:14:00.778 +03:00 [DBG] Connection id "0HNC8090TG7K8" received FIN. 2025-06-27 18:14:00.779 +03:00 [DBG] Connection id "0HNC8090TG7K8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:00.779 +03:00 [DBG] Connection id "0HNC8090TG7K8" disconnecting. 2025-06-27 18:14:00.779 +03:00 [DBG] Connection id "0HNC8090TG7K8" stopped. 2025-06-27 18:14:05.775 +03:00 [DBG] Connection id "0HNC8090TG7K9" accepted. 2025-06-27 18:14:05.775 +03:00 [DBG] Connection id "0HNC8090TG7K9" started. 2025-06-27 18:14:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:05.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:05.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:05.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:05.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:05.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:05.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:05.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:05.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:05.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:05.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:05.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:05.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:05.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:05.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:05.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1957ms. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:05.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:05.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:05.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:05.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:05.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2903ms 2025-06-27 18:14:05.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:05.778 +03:00 [DBG] Connection id "0HNC8090TG7K9" completed keep alive response. 2025-06-27 18:14:05.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3569ms 2025-06-27 18:14:05.778 +03:00 [DBG] Connection id "0HNC8090TG7K9" received FIN. 2025-06-27 18:14:05.778 +03:00 [DBG] Connection id "0HNC8090TG7K9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:05.778 +03:00 [DBG] Connection id "0HNC8090TG7K9" disconnecting. 2025-06-27 18:14:05.779 +03:00 [DBG] Connection id "0HNC8090TG7K9" stopped. 2025-06-27 18:14:10.780 +03:00 [DBG] Connection id "0HNC8090TG7KA" accepted. 2025-06-27 18:14:10.781 +03:00 [DBG] Connection id "0HNC8090TG7KA" started. 2025-06-27 18:14:10.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:10.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:10.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:10.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:10.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:10.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:10.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:10.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:10.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:10.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1266ms. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:10.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1449ms 2025-06-27 18:14:10.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:10.783 +03:00 [DBG] Connection id "0HNC8090TG7KA" completed keep alive response. 2025-06-27 18:14:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0777ms 2025-06-27 18:14:10.783 +03:00 [DBG] Connection id "0HNC8090TG7KA" received FIN. 2025-06-27 18:14:10.783 +03:00 [DBG] Connection id "0HNC8090TG7KA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:10.783 +03:00 [DBG] Connection id "0HNC8090TG7KA" disconnecting. 2025-06-27 18:14:10.783 +03:00 [DBG] Connection id "0HNC8090TG7KA" stopped. 2025-06-27 18:14:14.599 +03:00 [DBG] Connection id "0HNC8090TG7KB" accepted. 2025-06-27 18:14:14.600 +03:00 [DBG] Connection id "0HNC8090TG7KB" started. 2025-06-27 18:14:14.600 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:14:14.600 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:14.600 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:14.600 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:14:14.600 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:14:14.600 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:14:14.600 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:14.600 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:14.600 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:14.600 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:14.600 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:14:14.600 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:14.600 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:14.600 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:14.600 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:14.601 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:14.601 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:14.601 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.601 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.601 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:14.601 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:14.601 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:14:14.601 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:14:14.601 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:14:14.601 +03:00 [DBG] Connection id "0HNC8090TG7KB", Request id "0HNC8090TG7KB:00000001": started reading request body. 2025-06-27 18:14:14.601 +03:00 [DBG] Connection id "0HNC8090TG7KB", Request id "0HNC8090TG7KB:00000001": done reading request body. 2025-06-27 18:14:14.601 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:14:14.601 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:14:14.601 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:14:14.601 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:14:14.601 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:14:14.601 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.602 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.602 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.602 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.602 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:14.602 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:14:14.602 +03:00 [INF] Updating physical elements properties 2025-06-27 18:14:14.620 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.8821ms. 2025-06-27 18:14:14.620 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:14.620 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:14.620 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.620 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.620 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.6298ms 2025-06-27 18:14:14.620 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:14:14.620 +03:00 [DBG] Connection id "0HNC8090TG7KB" completed keep alive response. 2025-06-27 18:14:14.620 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.5857ms 2025-06-27 18:14:14.621 +03:00 [DBG] Connection id "0HNC8090TG7KB" received FIN. 2025-06-27 18:14:14.621 +03:00 [DBG] Connection id "0HNC8090TG7KB" disconnecting. 2025-06-27 18:14:14.621 +03:00 [DBG] Connection id "0HNC8090TG7KB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:14.622 +03:00 [DBG] Connection id "0HNC8090TG7KB" stopped. 2025-06-27 18:14:14.658 +03:00 [DBG] Connection id "0HNC8090TG7KC" accepted. 2025-06-27 18:14:14.658 +03:00 [DBG] Connection id "0HNC8090TG7KC" started. 2025-06-27 18:14:14.659 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:14.659 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:14.659 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:14.659 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:14.659 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:14.659 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:14.659 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:14.659 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:14.659 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:14.659 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:14.659 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:14.659 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:14.659 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:14.659 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:14.659 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:14.659 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.659 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.660 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:14.660 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:14.660 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:14.660 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:14.660 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:14.660 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:14.660 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:14.660 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:14.660 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.660 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.660 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.660 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.660 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:14.660 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:14.660 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:14.662 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.0758ms. 2025-06-27 18:14:14.662 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.662 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:14.663 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:14.663 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:14.663 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:14.663 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:14.663 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:14.663 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:14.663 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.663 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.664 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.664 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.664 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.664 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.3021ms 2025-06-27 18:14:14.664 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:14.664 +03:00 [DBG] Connection id "0HNC8090TG7KC" completed keep alive response. 2025-06-27 18:14:14.664 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.3215ms 2025-06-27 18:14:14.664 +03:00 [DBG] Connection id "0HNC8090TG7KC" received FIN. 2025-06-27 18:14:14.664 +03:00 [DBG] Connection id "0HNC8090TG7KC" disconnecting. 2025-06-27 18:14:14.664 +03:00 [DBG] Connection id "0HNC8090TG7KC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:14.665 +03:00 [DBG] Connection id "0HNC8090TG7KC" stopped. 2025-06-27 18:14:14.712 +03:00 [DBG] Connection id "0HNC8090TG7KD" accepted. 2025-06-27 18:14:14.712 +03:00 [DBG] Connection id "0HNC8090TG7KD" started. 2025-06-27 18:14:14.713 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:14.713 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:14.713 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:14.713 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:14.713 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:14.713 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:14.713 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:14.713 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:14.713 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:14.713 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:14.713 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:14.713 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:14.713 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:14.713 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:14.713 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:14.714 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.714 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.714 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:14.714 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:14.714 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:14.714 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:14.714 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:14.714 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:14.714 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:14.714 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:14.714 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.714 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.714 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.714 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.714 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:14.714 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:14.714 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:14.880 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 166.0584ms. 2025-06-27 18:14:14.880 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.880 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:14.880 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:14.881 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:14.881 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:14.881 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:14.881 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:14.881 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:14.882 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:14.882 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.882 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:14.882 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.882 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.882 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.882 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:14.882 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 168.4859ms 2025-06-27 18:14:14.882 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:14.882 +03:00 [DBG] Connection id "0HNC8090TG7KD" completed keep alive response. 2025-06-27 18:14:14.882 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 169.3334ms 2025-06-27 18:14:14.886 +03:00 [DBG] Connection id "0HNC8090TG7KD" received FIN. 2025-06-27 18:14:14.886 +03:00 [DBG] Connection id "0HNC8090TG7KD" disconnecting. 2025-06-27 18:14:14.886 +03:00 [DBG] Connection id "0HNC8090TG7KD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:14.887 +03:00 [DBG] Connection id "0HNC8090TG7KD" stopped. 2025-06-27 18:14:15.778 +03:00 [DBG] Connection id "0HNC8090TG7KE" accepted. 2025-06-27 18:14:15.778 +03:00 [DBG] Connection id "0HNC8090TG7KE" started. 2025-06-27 18:14:15.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:15.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:15.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:15.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:15.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:15.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:15.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:15.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:15.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:15.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:15.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:15.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:15.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:15.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:15.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:15.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:15.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:15.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:15.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:15.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1507ms. 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:15.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:15.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:15.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8158ms 2025-06-27 18:14:15.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:15.780 +03:00 [DBG] Connection id "0HNC8090TG7KE" completed keep alive response. 2025-06-27 18:14:15.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6466ms 2025-06-27 18:14:15.780 +03:00 [DBG] Connection id "0HNC8090TG7KE" received FIN. 2025-06-27 18:14:15.780 +03:00 [DBG] Connection id "0HNC8090TG7KE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:15.780 +03:00 [DBG] Connection id "0HNC8090TG7KE" disconnecting. 2025-06-27 18:14:15.780 +03:00 [DBG] Connection id "0HNC8090TG7KE" stopped. 2025-06-27 18:14:18.573 +03:00 [DBG] Connection id "0HNC8090TG7KF" accepted. 2025-06-27 18:14:18.573 +03:00 [DBG] Connection id "0HNC8090TG7KF" started. 2025-06-27 18:14:18.573 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:14:18.573 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:18.573 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:18.573 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:14:18.573 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:14:18.573 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:14:18.573 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:18.573 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:18.573 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:18.573 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:18.573 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:14:18.573 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:18.573 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:18.573 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:18.573 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:18.573 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:18.573 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:18.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.574 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:18.574 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:14:18.574 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:14:18.574 +03:00 [DBG] Connection id "0HNC8090TG7KF", Request id "0HNC8090TG7KF:00000001": started reading request body. 2025-06-27 18:14:18.574 +03:00 [DBG] Connection id "0HNC8090TG7KF", Request id "0HNC8090TG7KF:00000001": done reading request body. 2025-06-27 18:14:18.574 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:14:18.574 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:14:18.574 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:14:18.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.574 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:18.574 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:14:18.574 +03:00 [INF] Changing group of physicals [287] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:18.599 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.8655ms. 2025-06-27 18:14:18.599 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.599 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.599 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.599 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:18.600 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:18.600 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.600 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.600 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.4919ms 2025-06-27 18:14:18.600 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:14:18.600 +03:00 [DBG] Connection id "0HNC8090TG7KF" completed keep alive response. 2025-06-27 18:14:18.600 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 27.2132ms 2025-06-27 18:14:18.600 +03:00 [DBG] Connection id "0HNC8090TG7KF" received FIN. 2025-06-27 18:14:18.600 +03:00 [DBG] Connection id "0HNC8090TG7KF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:18.601 +03:00 [DBG] Connection id "0HNC8090TG7KF" disconnecting. 2025-06-27 18:14:18.601 +03:00 [DBG] Connection id "0HNC8090TG7KF" stopped. 2025-06-27 18:14:18.639 +03:00 [DBG] Connection id "0HNC8090TG7KG" accepted. 2025-06-27 18:14:18.639 +03:00 [DBG] Connection id "0HNC8090TG7KG" started. 2025-06-27 18:14:18.640 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:18.640 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:18.640 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:18.640 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:18.640 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:18.640 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:18.640 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:18.640 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:18.640 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:18.640 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:18.640 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:18.640 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:18.640 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:18.640 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:18.640 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:18.640 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.640 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.640 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:18.640 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:18.641 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:18.641 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:18.641 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:18.641 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:18.641 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:18.641 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:18.641 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.641 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.641 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.641 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.641 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:18.641 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:18.641 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:18.643 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2192ms. 2025-06-27 18:14:18.643 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:18.643 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:18.643 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:18.643 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:18.643 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:18.643 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:18.643 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:18.643 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.643 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.643 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0654ms 2025-06-27 18:14:18.643 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:18.644 +03:00 [DBG] Connection id "0HNC8090TG7KG" completed keep alive response. 2025-06-27 18:14:18.644 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.9783ms 2025-06-27 18:14:18.644 +03:00 [DBG] Connection id "0HNC8090TG7KG" received FIN. 2025-06-27 18:14:18.644 +03:00 [DBG] Connection id "0HNC8090TG7KG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:18.644 +03:00 [DBG] Connection id "0HNC8090TG7KG" disconnecting. 2025-06-27 18:14:18.644 +03:00 [DBG] Connection id "0HNC8090TG7KG" stopped. 2025-06-27 18:14:18.687 +03:00 [DBG] Connection id "0HNC8090TG7KH" accepted. 2025-06-27 18:14:18.687 +03:00 [DBG] Connection id "0HNC8090TG7KH" started. 2025-06-27 18:14:18.687 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:18.687 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:18.687 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:18.687 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:18.687 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:18.687 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:18.687 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:18.687 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:18.687 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:18.687 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:18.688 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:18.688 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:18.688 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:18.688 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:18.688 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:18.688 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.688 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.688 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:18.688 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:18.688 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:18.688 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:18.688 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:18.688 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:18.688 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:18.688 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:18.688 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.688 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.688 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.688 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.688 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:18.688 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:18.688 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:18.881 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 192.9182ms. 2025-06-27 18:14:18.881 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.881 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:18.881 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:18.881 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:18.881 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:18.881 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:18.881 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:18.882 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:18.883 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:18.883 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.883 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:18.883 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.883 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.883 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.883 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:18.883 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 195.288ms 2025-06-27 18:14:18.883 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:18.883 +03:00 [DBG] Connection id "0HNC8090TG7KH" completed keep alive response. 2025-06-27 18:14:18.883 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 196.0693ms 2025-06-27 18:14:18.887 +03:00 [DBG] Connection id "0HNC8090TG7KH" received FIN. 2025-06-27 18:14:18.887 +03:00 [DBG] Connection id "0HNC8090TG7KH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:18.887 +03:00 [DBG] Connection id "0HNC8090TG7KH" disconnecting. 2025-06-27 18:14:18.887 +03:00 [DBG] Connection id "0HNC8090TG7KH" stopped. 2025-06-27 18:14:20.779 +03:00 [DBG] Connection id "0HNC8090TG7KI" accepted. 2025-06-27 18:14:20.779 +03:00 [DBG] Connection id "0HNC8090TG7KI" started. 2025-06-27 18:14:20.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:20.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:20.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:20.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:20.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:20.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:20.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:20.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:20.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:20.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:20.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:20.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:20.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:20.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:20.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:20.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:20.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:20.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:20.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:20.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1773ms. 2025-06-27 18:14:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:20.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:20.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:20.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.281ms 2025-06-27 18:14:20.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:20.781 +03:00 [DBG] Connection id "0HNC8090TG7KI" completed keep alive response. 2025-06-27 18:14:20.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2945ms 2025-06-27 18:14:20.782 +03:00 [DBG] Connection id "0HNC8090TG7KI" received FIN. 2025-06-27 18:14:20.782 +03:00 [DBG] Connection id "0HNC8090TG7KI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:20.782 +03:00 [DBG] Connection id "0HNC8090TG7KI" disconnecting. 2025-06-27 18:14:20.782 +03:00 [DBG] Connection id "0HNC8090TG7KI" stopped. 2025-06-27 18:14:25.787 +03:00 [DBG] Connection id "0HNC8090TG7KJ" accepted. 2025-06-27 18:14:25.787 +03:00 [DBG] Connection id "0HNC8090TG7KJ" started. 2025-06-27 18:14:25.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:25.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:25.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:25.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:25.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:25.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:25.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:25.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:25.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:25.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:25.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:25.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:25.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:25.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:25.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:25.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:25.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:25.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:25.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:25.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:25.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:25.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:25.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:25.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:25.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.182ms. 2025-06-27 18:14:25.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:25.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:25.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:25.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9226ms 2025-06-27 18:14:25.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:25.791 +03:00 [DBG] Connection id "0HNC8090TG7KJ" completed keep alive response. 2025-06-27 18:14:25.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.538ms 2025-06-27 18:14:25.791 +03:00 [DBG] Connection id "0HNC8090TG7KJ" received FIN. 2025-06-27 18:14:25.791 +03:00 [DBG] Connection id "0HNC8090TG7KJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:25.791 +03:00 [DBG] Connection id "0HNC8090TG7KJ" disconnecting. 2025-06-27 18:14:25.792 +03:00 [DBG] Connection id "0HNC8090TG7KJ" stopped. 2025-06-27 18:14:30.869 +03:00 [DBG] Connection id "0HNC8090TG7KK" accepted. 2025-06-27 18:14:30.869 +03:00 [DBG] Connection id "0HNC8090TG7KK" started. 2025-06-27 18:14:30.869 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:30.869 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:30.869 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:30.869 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:30.869 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:30.869 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:30.869 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:30.869 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:30.869 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:30.869 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:30.869 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:30.869 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:30.870 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:30.870 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:30.870 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:30.870 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:30.870 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:30.870 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:30.870 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:30.870 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:30.870 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1278ms. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:30.870 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:30.870 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:30.870 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7214ms 2025-06-27 18:14:30.870 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:30.870 +03:00 [DBG] Connection id "0HNC8090TG7KK" completed keep alive response. 2025-06-27 18:14:30.871 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.369ms 2025-06-27 18:14:30.871 +03:00 [DBG] Connection id "0HNC8090TG7KK" received FIN. 2025-06-27 18:14:30.871 +03:00 [DBG] Connection id "0HNC8090TG7KK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:30.871 +03:00 [DBG] Connection id "0HNC8090TG7KK" disconnecting. 2025-06-27 18:14:30.871 +03:00 [DBG] Connection id "0HNC8090TG7KK" stopped. 2025-06-27 18:14:35.560 +03:00 [DBG] Connection id "0HNC8090TG7KL" accepted. 2025-06-27 18:14:35.560 +03:00 [DBG] Connection id "0HNC8090TG7KL" started. 2025-06-27 18:14:35.561 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 761 2025-06-27 18:14:35.561 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:35.561 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:35.561 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:14:35.561 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:14:35.561 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:14:35.561 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:35.561 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:35.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:35.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:35.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:14:35.561 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:35.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:35.562 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:35.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:35.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:35.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:35.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:35.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:35.562 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:14:35.562 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:14:35.562 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:14:35.562 +03:00 [DBG] Connection id "0HNC8090TG7KL", Request id "0HNC8090TG7KL:00000001": started reading request body. 2025-06-27 18:14:35.562 +03:00 [DBG] Connection id "0HNC8090TG7KL", Request id "0HNC8090TG7KL:00000001": done reading request body. 2025-06-27 18:14:35.563 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:14:35.563 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:14:35.563 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:14:35.563 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:14:35.563 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:14:35.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.563 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:35.563 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:14:35.563 +03:00 [INF] Updating physical elements properties 2025-06-27 18:14:35.590 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 26.6623ms. 2025-06-27 18:14:35.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.590 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:35.591 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:35.591 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:35.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.591 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.591 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.591 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.591 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.591 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 29.1948ms 2025-06-27 18:14:35.591 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:14:35.591 +03:00 [DBG] Connection id "0HNC8090TG7KL" completed keep alive response. 2025-06-27 18:14:35.591 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 30.6741ms 2025-06-27 18:14:35.592 +03:00 [DBG] Connection id "0HNC8090TG7KL" received FIN. 2025-06-27 18:14:35.592 +03:00 [DBG] Connection id "0HNC8090TG7KL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:35.592 +03:00 [DBG] Connection id "0HNC8090TG7KL" disconnecting. 2025-06-27 18:14:35.592 +03:00 [DBG] Connection id "0HNC8090TG7KL" stopped. 2025-06-27 18:14:35.628 +03:00 [DBG] Connection id "0HNC8090TG7KM" accepted. 2025-06-27 18:14:35.628 +03:00 [DBG] Connection id "0HNC8090TG7KM" started. 2025-06-27 18:14:35.628 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:35.628 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:35.628 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:35.629 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:35.629 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:35.629 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:35.629 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:35.629 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:35.629 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:35.629 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:35.629 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:35.629 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:35.629 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:35.629 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:35.629 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:35.629 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.629 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.629 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:35.629 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:35.629 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:35.629 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:35.629 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:35.630 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:35.630 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:35.630 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:35.630 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.630 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.630 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.630 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.630 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:35.630 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:35.630 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:35.632 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.2389ms. 2025-06-27 18:14:35.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.632 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:35.632 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:35.633 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:35.633 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:35.633 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:35.633 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:35.633 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:35.633 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:35.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.633 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.633 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.633 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.633 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.633 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.7936ms 2025-06-27 18:14:35.633 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:35.633 +03:00 [DBG] Connection id "0HNC8090TG7KM" completed keep alive response. 2025-06-27 18:14:35.633 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.7244ms 2025-06-27 18:14:35.633 +03:00 [DBG] Connection id "0HNC8090TG7KM" received FIN. 2025-06-27 18:14:35.634 +03:00 [DBG] Connection id "0HNC8090TG7KM" disconnecting. 2025-06-27 18:14:35.634 +03:00 [DBG] Connection id "0HNC8090TG7KM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:35.635 +03:00 [DBG] Connection id "0HNC8090TG7KM" stopped. 2025-06-27 18:14:35.686 +03:00 [DBG] Connection id "0HNC8090TG7KN" accepted. 2025-06-27 18:14:35.686 +03:00 [DBG] Connection id "0HNC8090TG7KN" started. 2025-06-27 18:14:35.686 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:35.686 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:35.686 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:35.686 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:35.686 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:35.686 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:35.686 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:35.687 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:35.687 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:35.687 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:35.687 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:35.687 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:35.687 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:35.687 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:35.687 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:35.687 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.687 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.687 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:35.687 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:35.687 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:35.687 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:35.687 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:35.687 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:35.687 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:35.687 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:35.687 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.687 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.687 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.687 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.687 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:35.687 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:35.687 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:35.782 +03:00 [DBG] Connection id "0HNC8090TG7KO" accepted. 2025-06-27 18:14:35.782 +03:00 [DBG] Connection id "0HNC8090TG7KO" started. 2025-06-27 18:14:35.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:35.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:35.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:35.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:35.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:35.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:35.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:35.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:35.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:35.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:35.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:35.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:35.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:35.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:35.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:35.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:35.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:35.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:35.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:35.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1165ms. 2025-06-27 18:14:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:35.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:35.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7078ms 2025-06-27 18:14:35.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:35.783 +03:00 [DBG] Connection id "0HNC8090TG7KO" completed keep alive response. 2025-06-27 18:14:35.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2852ms 2025-06-27 18:14:35.783 +03:00 [DBG] Connection id "0HNC8090TG7KO" received FIN. 2025-06-27 18:14:35.783 +03:00 [DBG] Connection id "0HNC8090TG7KO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:35.783 +03:00 [DBG] Connection id "0HNC8090TG7KO" disconnecting. 2025-06-27 18:14:35.783 +03:00 [DBG] Connection id "0HNC8090TG7KO" stopped. 2025-06-27 18:14:35.851 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 163.7202ms. 2025-06-27 18:14:35.851 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.851 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.852 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:35.852 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:35.852 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:35.852 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:35.852 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:35.852 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:35.852 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:35.853 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:35.853 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.853 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:35.853 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.853 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.853 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.853 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:35.853 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 166.57ms 2025-06-27 18:14:35.853 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:35.854 +03:00 [DBG] Connection id "0HNC8090TG7KN" completed keep alive response. 2025-06-27 18:14:35.854 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 167.359ms 2025-06-27 18:14:35.856 +03:00 [DBG] Connection id "0HNC8090TG7KN" received FIN. 2025-06-27 18:14:35.857 +03:00 [DBG] Connection id "0HNC8090TG7KN" disconnecting. 2025-06-27 18:14:35.857 +03:00 [DBG] Connection id "0HNC8090TG7KN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:35.858 +03:00 [DBG] Connection id "0HNC8090TG7KN" stopped. 2025-06-27 18:14:40.778 +03:00 [DBG] Connection id "0HNC8090TG7KP" accepted. 2025-06-27 18:14:40.778 +03:00 [DBG] Connection id "0HNC8090TG7KP" started. 2025-06-27 18:14:40.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:40.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:40.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:40.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:40.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:40.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:40.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:40.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:40.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:40.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:40.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:40.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:40.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:40.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:40.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:40.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:40.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:40.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:40.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:40.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1318ms. 2025-06-27 18:14:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:40.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:40.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7705ms 2025-06-27 18:14:40.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:40.780 +03:00 [DBG] Connection id "0HNC8090TG7KP" completed keep alive response. 2025-06-27 18:14:40.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3917ms 2025-06-27 18:14:40.780 +03:00 [DBG] Connection id "0HNC8090TG7KP" received FIN. 2025-06-27 18:14:40.780 +03:00 [DBG] Connection id "0HNC8090TG7KP" disconnecting. 2025-06-27 18:14:40.780 +03:00 [DBG] Connection id "0HNC8090TG7KP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:40.781 +03:00 [DBG] Connection id "0HNC8090TG7KP" stopped. 2025-06-27 18:14:40.922 +03:00 [DBG] Connection id "0HNC8090TG7KQ" accepted. 2025-06-27 18:14:40.922 +03:00 [DBG] Connection id "0HNC8090TG7KQ" started. 2025-06-27 18:14:40.923 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:14:40.923 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:40.923 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:40.923 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:14:40.923 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:14:40.923 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:14:40.923 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:40.923 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:40.923 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:40.923 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:40.923 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:14:40.923 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:40.923 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:40.923 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:40.923 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:40.923 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:40.923 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:40.923 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.923 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.923 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:40.923 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:14:40.923 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:14:40.923 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:14:40.923 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:14:40.923 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:14:40.923 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:14:40.923 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:14:40.923 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:14:40.923 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:14:40.923 +03:00 [DBG] Connection id "0HNC8090TG7KQ", Request id "0HNC8090TG7KQ:00000001": started reading request body. 2025-06-27 18:14:40.923 +03:00 [DBG] Connection id "0HNC8090TG7KQ", Request id "0HNC8090TG7KQ:00000001": done reading request body. 2025-06-27 18:14:40.924 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:14:40.924 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:14:40.924 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:14:40.924 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:14:40.924 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:14:40.924 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.924 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.924 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.924 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.924 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:40.924 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:14:40.924 +03:00 [INF] Changing group of physicals [248] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:40.963 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 39.2415ms. 2025-06-27 18:14:40.963 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.963 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:40.963 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.963 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:40.963 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.963 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:40.964 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:40.964 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:40.964 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.964 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:40.964 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 41.1477ms 2025-06-27 18:14:40.964 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:14:40.964 +03:00 [DBG] Connection id "0HNC8090TG7KQ" completed keep alive response. 2025-06-27 18:14:40.964 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 41.9455ms 2025-06-27 18:14:40.965 +03:00 [DBG] Connection id "0HNC8090TG7KQ" received FIN. 2025-06-27 18:14:40.965 +03:00 [DBG] Connection id "0HNC8090TG7KQ" disconnecting. 2025-06-27 18:14:40.965 +03:00 [DBG] Connection id "0HNC8090TG7KQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:40.966 +03:00 [DBG] Connection id "0HNC8090TG7KQ" stopped. 2025-06-27 18:14:41.000 +03:00 [DBG] Connection id "0HNC8090TG7KR" accepted. 2025-06-27 18:14:41.000 +03:00 [DBG] Connection id "0HNC8090TG7KR" started. 2025-06-27 18:14:41.000 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:41.000 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:41.000 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:41.000 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:41.000 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:41.000 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:41.000 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:41.000 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:41.000 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:41.000 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:41.000 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:41.000 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:41.001 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:41.001 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:41.001 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:41.001 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.001 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.001 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:41.001 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:41.001 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:41.001 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:41.001 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:41.001 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:41.001 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:41.001 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:41.001 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.001 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.001 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.001 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.001 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:41.001 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:41.001 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:41.003 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2465ms. 2025-06-27 18:14:41.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:41.003 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:41.003 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:41.003 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:41.003 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:41.003 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:41.003 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:41.003 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.003 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.004 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.004 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.004 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.8927ms 2025-06-27 18:14:41.004 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:41.004 +03:00 [DBG] Connection id "0HNC8090TG7KR" completed keep alive response. 2025-06-27 18:14:41.004 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.811ms 2025-06-27 18:14:41.004 +03:00 [DBG] Connection id "0HNC8090TG7KR" received FIN. 2025-06-27 18:14:41.004 +03:00 [DBG] Connection id "0HNC8090TG7KR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:41.004 +03:00 [DBG] Connection id "0HNC8090TG7KR" disconnecting. 2025-06-27 18:14:41.004 +03:00 [DBG] Connection id "0HNC8090TG7KR" stopped. 2025-06-27 18:14:41.046 +03:00 [DBG] Connection id "0HNC8090TG7KS" accepted. 2025-06-27 18:14:41.046 +03:00 [DBG] Connection id "0HNC8090TG7KS" started. 2025-06-27 18:14:41.046 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:14:41.046 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:41.046 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:14:41.046 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:41.046 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:14:41.046 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:41.046 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:41.046 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:41.046 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:41.047 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:14:41.047 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:41.047 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:41.047 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:41.047 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:41.047 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:41.047 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.047 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.047 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:41.047 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:14:41.047 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:14:41.047 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:14:41.047 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:41.047 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:14:41.047 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:14:41.047 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:14:41.047 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.047 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.047 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.047 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.047 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:41.047 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:14:41.047 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:14:41.199 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 151.8483ms. 2025-06-27 18:14:41.199 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.199 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:41.199 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.199 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:41.199 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.199 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.200 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.200 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.200 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:41.200 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:14:41.200 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:14:41.200 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:14:41.200 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:14:41.200 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:14:41.200 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:14:41.201 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:14:41.201 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.201 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:41.201 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.201 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.201 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.201 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:41.201 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 154.6292ms 2025-06-27 18:14:41.201 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:14:41.201 +03:00 [DBG] Connection id "0HNC8090TG7KS" completed keep alive response. 2025-06-27 18:14:41.202 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 155.5961ms 2025-06-27 18:14:41.205 +03:00 [DBG] Connection id "0HNC8090TG7KS" received FIN. 2025-06-27 18:14:41.205 +03:00 [DBG] Connection id "0HNC8090TG7KS" disconnecting. 2025-06-27 18:14:41.205 +03:00 [DBG] Connection id "0HNC8090TG7KS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:41.206 +03:00 [DBG] Connection id "0HNC8090TG7KS" stopped. 2025-06-27 18:14:45.776 +03:00 [DBG] Connection id "0HNC8090TG7KT" accepted. 2025-06-27 18:14:45.776 +03:00 [DBG] Connection id "0HNC8090TG7KT" started. 2025-06-27 18:14:45.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:45.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:45.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:45.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:45.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:45.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:45.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:45.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:45.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:45.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:45.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:45.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:45.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:45.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:45.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:45.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:45.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:45.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:45.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:45.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:45.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1672ms. 2025-06-27 18:14:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:45.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:45.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:45.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0437ms 2025-06-27 18:14:45.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:45.778 +03:00 [DBG] Connection id "0HNC8090TG7KT" completed keep alive response. 2025-06-27 18:14:45.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1975ms 2025-06-27 18:14:45.779 +03:00 [DBG] Connection id "0HNC8090TG7KT" received FIN. 2025-06-27 18:14:45.779 +03:00 [DBG] Connection id "0HNC8090TG7KT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:45.779 +03:00 [DBG] Connection id "0HNC8090TG7KT" disconnecting. 2025-06-27 18:14:45.779 +03:00 [DBG] Connection id "0HNC8090TG7KT" stopped. 2025-06-27 18:14:50.778 +03:00 [DBG] Connection id "0HNC8090TG7KU" accepted. 2025-06-27 18:14:50.778 +03:00 [DBG] Connection id "0HNC8090TG7KU" started. 2025-06-27 18:14:50.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:50.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:50.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:50.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:50.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:50.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:50.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:50.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:50.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:50.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:50.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:50.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:50.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:50.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:50.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1624ms. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:50.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:50.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1571ms 2025-06-27 18:14:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:50.781 +03:00 [DBG] Connection id "0HNC8090TG7KU" completed keep alive response. 2025-06-27 18:14:50.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1269ms 2025-06-27 18:14:50.781 +03:00 [DBG] Connection id "0HNC8090TG7KU" received FIN. 2025-06-27 18:14:50.781 +03:00 [DBG] Connection id "0HNC8090TG7KU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:14:50.781 +03:00 [DBG] Connection id "0HNC8090TG7KU" disconnecting. 2025-06-27 18:14:50.782 +03:00 [DBG] Connection id "0HNC8090TG7KU" stopped. 2025-06-27 18:14:55.776 +03:00 [DBG] Connection id "0HNC8090TG7KV" accepted. 2025-06-27 18:14:55.776 +03:00 [DBG] Connection id "0HNC8090TG7KV" started. 2025-06-27 18:14:55.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:14:55.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:14:55.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:14:55.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:14:55.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:14:55.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:55.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:14:55.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:14:55.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:14:55.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:14:55.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:55.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:14:55.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:14:55.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:14:55.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:14:55.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:14:55.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:14:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:55.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:14:55.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1571ms. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:55.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:14:55.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:14:55.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9381ms 2025-06-27 18:14:55.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:14:55.778 +03:00 [DBG] Connection id "0HNC8090TG7KV" completed keep alive response. 2025-06-27 18:14:55.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7501ms 2025-06-27 18:14:55.778 +03:00 [DBG] Connection id "0HNC8090TG7KV" received FIN. 2025-06-27 18:14:55.778 +03:00 [DBG] Connection id "0HNC8090TG7KV" disconnecting. 2025-06-27 18:14:55.778 +03:00 [DBG] Connection id "0HNC8090TG7KV" stopped. 2025-06-27 18:14:55.778 +03:00 [DBG] Connection id "0HNC8090TG7KV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:00.306 +03:00 [DBG] Connection id "0HNC8090TG7L0" accepted. 2025-06-27 18:15:00.307 +03:00 [DBG] Connection id "0HNC8090TG7L0" started. 2025-06-27 18:15:00.307 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 764 2025-06-27 18:15:00.307 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:00.307 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:00.307 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:00.307 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:00.307 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:00.307 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:00.307 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:00.307 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:00.307 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:00.307 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:00.308 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:00.308 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:00.308 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:00.308 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:00.308 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:00.308 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:00.308 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.308 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.308 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:00.308 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:00.308 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:00.308 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:15:00.308 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:00.308 +03:00 [DBG] Connection id "0HNC8090TG7L0", Request id "0HNC8090TG7L0:00000001": started reading request body. 2025-06-27 18:15:00.308 +03:00 [DBG] Connection id "0HNC8090TG7L0", Request id "0HNC8090TG7L0:00000001": done reading request body. 2025-06-27 18:15:00.308 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:15:00.308 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:00.308 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:00.308 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:00.308 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:00.309 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.309 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.309 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.309 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.309 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:00.309 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:15:00.309 +03:00 [INF] Updating physical elements properties 2025-06-27 18:15:00.336 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 26.827ms. 2025-06-27 18:15:00.336 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:00.336 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:00.336 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.336 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.336 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 28.6364ms 2025-06-27 18:15:00.337 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:00.337 +03:00 [DBG] Connection id "0HNC8090TG7L0" completed keep alive response. 2025-06-27 18:15:00.337 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 29.9202ms 2025-06-27 18:15:00.337 +03:00 [DBG] Connection id "0HNC8090TG7L0" received FIN. 2025-06-27 18:15:00.337 +03:00 [DBG] Connection id "0HNC8090TG7L0" disconnecting. 2025-06-27 18:15:00.337 +03:00 [DBG] Connection id "0HNC8090TG7L0" stopped. 2025-06-27 18:15:00.337 +03:00 [DBG] Connection id "0HNC8090TG7L0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:00.374 +03:00 [DBG] Connection id "0HNC8090TG7L1" accepted. 2025-06-27 18:15:00.374 +03:00 [DBG] Connection id "0HNC8090TG7L1" started. 2025-06-27 18:15:00.374 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:00.374 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:00.374 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:00.374 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:00.374 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:00.374 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:00.374 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:00.375 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:00.375 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:00.375 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:00.375 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:00.375 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:00.375 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:00.375 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:00.375 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:00.375 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.375 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.375 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:00.375 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:00.375 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:00.375 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:00.375 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:00.375 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:00.375 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:00.375 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:00.375 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.375 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.375 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.375 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.376 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:00.376 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:00.376 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:00.378 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.4207ms. 2025-06-27 18:15:00.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.378 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:00.378 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:00.378 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:00.378 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:00.379 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:00.379 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:00.379 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:00.379 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:00.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.379 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.379 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.379 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.379 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.379 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.379 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.9464ms 2025-06-27 18:15:00.379 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:00.379 +03:00 [DBG] Connection id "0HNC8090TG7L1" completed keep alive response. 2025-06-27 18:15:00.379 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.9482ms 2025-06-27 18:15:00.379 +03:00 [DBG] Connection id "0HNC8090TG7L1" received FIN. 2025-06-27 18:15:00.379 +03:00 [DBG] Connection id "0HNC8090TG7L1" disconnecting. 2025-06-27 18:15:00.379 +03:00 [DBG] Connection id "0HNC8090TG7L1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:00.381 +03:00 [DBG] Connection id "0HNC8090TG7L1" stopped. 2025-06-27 18:15:00.421 +03:00 [DBG] Connection id "0HNC8090TG7L2" accepted. 2025-06-27 18:15:00.421 +03:00 [DBG] Connection id "0HNC8090TG7L2" started. 2025-06-27 18:15:00.422 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:00.422 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:00.422 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:00.422 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:00.422 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:00.422 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:00.422 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:00.422 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:00.422 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:00.422 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:00.422 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:00.422 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:00.422 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:00.422 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:00.422 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:00.422 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.422 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.422 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:00.422 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:00.422 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:00.422 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:00.422 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:00.422 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:00.422 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:00.422 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:00.422 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.422 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.422 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.422 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.422 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:00.422 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:00.422 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:00.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 136.9637ms. 2025-06-27 18:15:00.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:00.560 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:00.560 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:00.560 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:00.560 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:00.560 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:00.560 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:00.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:00.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.561 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 139.0869ms 2025-06-27 18:15:00.561 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:00.561 +03:00 [DBG] Connection id "0HNC8090TG7L2" completed keep alive response. 2025-06-27 18:15:00.561 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 139.6522ms 2025-06-27 18:15:00.565 +03:00 [DBG] Connection id "0HNC8090TG7L2" received FIN. 2025-06-27 18:15:00.565 +03:00 [DBG] Connection id "0HNC8090TG7L2" disconnecting. 2025-06-27 18:15:00.566 +03:00 [DBG] Connection id "0HNC8090TG7L2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:00.567 +03:00 [DBG] Connection id "0HNC8090TG7L2" stopped. 2025-06-27 18:15:00.797 +03:00 [DBG] Connection id "0HNC8090TG7L3" accepted. 2025-06-27 18:15:00.797 +03:00 [DBG] Connection id "0HNC8090TG7L3" started. 2025-06-27 18:15:00.797 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:00.797 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:00.797 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:00.798 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:00.798 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:00.798 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:00.798 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:00.798 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:00.798 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:00.798 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:00.798 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:00.798 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:00.798 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:00.798 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:00.798 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:00.798 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:00.798 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:00.798 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.798 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.798 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:00.798 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:00.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.798 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.798 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.798 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:00.799 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1322ms. 2025-06-27 18:15:00.799 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:00.799 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:00.799 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.799 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:00.799 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0598ms 2025-06-27 18:15:00.799 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:00.799 +03:00 [DBG] Connection id "0HNC8090TG7L3" completed keep alive response. 2025-06-27 18:15:00.799 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7078ms 2025-06-27 18:15:00.799 +03:00 [DBG] Connection id "0HNC8090TG7L3" received FIN. 2025-06-27 18:15:00.799 +03:00 [DBG] Connection id "0HNC8090TG7L3" disconnecting. 2025-06-27 18:15:00.799 +03:00 [DBG] Connection id "0HNC8090TG7L3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:00.801 +03:00 [DBG] Connection id "0HNC8090TG7L3" stopped. 2025-06-27 18:15:04.558 +03:00 [DBG] Connection id "0HNC8090TG7L4" accepted. 2025-06-27 18:15:04.559 +03:00 [DBG] Connection id "0HNC8090TG7L4" started. 2025-06-27 18:15:04.559 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:15:04.559 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:04.559 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:04.559 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:04.559 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:04.559 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:04.559 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:04.559 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:04.559 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:04.559 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:04.559 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:04.559 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:04.559 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:04.559 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:04.559 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:04.559 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:04.559 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:04.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.559 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:04.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:04.559 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:04.559 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:15:04.559 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:04.559 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:04.559 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:04.559 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:04.559 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:04.559 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:15:04.560 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:04.560 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:04.560 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:04.560 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:04.560 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:04.560 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:15:04.560 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:04.560 +03:00 [DBG] Connection id "0HNC8090TG7L4", Request id "0HNC8090TG7L4:00000001": started reading request body. 2025-06-27 18:15:04.560 +03:00 [DBG] Connection id "0HNC8090TG7L4", Request id "0HNC8090TG7L4:00000001": done reading request body. 2025-06-27 18:15:04.560 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:15:04.560 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:04.560 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:04.560 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:04.560 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:04.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.560 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:04.560 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:15:04.560 +03:00 [INF] Changing group of physicals [245] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:04.578 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.9042ms. 2025-06-27 18:15:04.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:04.578 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:04.578 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.578 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 19.0555ms 2025-06-27 18:15:04.578 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:04.578 +03:00 [DBG] Connection id "0HNC8090TG7L4" completed keep alive response. 2025-06-27 18:15:04.578 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 19.6721ms 2025-06-27 18:15:04.579 +03:00 [DBG] Connection id "0HNC8090TG7L4" received FIN. 2025-06-27 18:15:04.579 +03:00 [DBG] Connection id "0HNC8090TG7L4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:04.579 +03:00 [DBG] Connection id "0HNC8090TG7L4" disconnecting. 2025-06-27 18:15:04.579 +03:00 [DBG] Connection id "0HNC8090TG7L4" stopped. 2025-06-27 18:15:04.611 +03:00 [DBG] Connection id "0HNC8090TG7L5" accepted. 2025-06-27 18:15:04.611 +03:00 [DBG] Connection id "0HNC8090TG7L5" started. 2025-06-27 18:15:04.612 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:04.612 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:04.612 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:04.612 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:04.612 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:04.612 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:04.612 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:04.612 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:04.612 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:04.612 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:04.612 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:04.612 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:04.612 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:04.612 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:04.612 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:04.612 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.612 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.612 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:04.613 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:04.613 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:04.613 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:04.613 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:04.613 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:04.613 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:04.613 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:04.613 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.613 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.613 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.613 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.613 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:04.613 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:04.613 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:04.614 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2898ms. 2025-06-27 18:15:04.615 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:04.615 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:04.615 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:04.615 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:04.615 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:04.615 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:04.615 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:04.615 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.615 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.615 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0801ms 2025-06-27 18:15:04.615 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:04.616 +03:00 [DBG] Connection id "0HNC8090TG7L5" completed keep alive response. 2025-06-27 18:15:04.616 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.0173ms 2025-06-27 18:15:04.616 +03:00 [DBG] Connection id "0HNC8090TG7L5" received FIN. 2025-06-27 18:15:04.616 +03:00 [DBG] Connection id "0HNC8090TG7L5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:04.616 +03:00 [DBG] Connection id "0HNC8090TG7L5" disconnecting. 2025-06-27 18:15:04.616 +03:00 [DBG] Connection id "0HNC8090TG7L5" stopped. 2025-06-27 18:15:04.660 +03:00 [DBG] Connection id "0HNC8090TG7L6" accepted. 2025-06-27 18:15:04.660 +03:00 [DBG] Connection id "0HNC8090TG7L6" started. 2025-06-27 18:15:04.660 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:04.660 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:04.660 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:04.660 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:04.660 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:04.660 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:04.660 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:04.660 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:04.660 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:04.660 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:04.661 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:04.661 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:04.661 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:04.661 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:04.661 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:04.661 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.661 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.661 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:04.661 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:04.661 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:04.661 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:04.661 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:04.661 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:04.661 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:04.661 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:04.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.661 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.661 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.661 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:04.661 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:04.662 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:04.852 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 190.2723ms. 2025-06-27 18:15:04.852 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.852 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:04.852 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:04.852 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:04.852 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:04.852 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:04.852 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:04.852 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:04.854 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:04.854 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.854 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:04.854 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.854 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.854 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.854 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:04.854 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 193.5832ms 2025-06-27 18:15:04.854 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:04.855 +03:00 [DBG] Connection id "0HNC8090TG7L6" completed keep alive response. 2025-06-27 18:15:04.855 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 194.6464ms 2025-06-27 18:15:04.858 +03:00 [DBG] Connection id "0HNC8090TG7L6" received FIN. 2025-06-27 18:15:04.858 +03:00 [DBG] Connection id "0HNC8090TG7L6" disconnecting. 2025-06-27 18:15:04.858 +03:00 [DBG] Connection id "0HNC8090TG7L6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:04.859 +03:00 [DBG] Connection id "0HNC8090TG7L6" stopped. 2025-06-27 18:15:05.781 +03:00 [DBG] Connection id "0HNC8090TG7L7" accepted. 2025-06-27 18:15:05.781 +03:00 [DBG] Connection id "0HNC8090TG7L7" started. 2025-06-27 18:15:05.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:05.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:05.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:05.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:05.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:05.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:05.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:05.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:05.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:05.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:05.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:05.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:05.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:05.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:05.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:05.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:05.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:05.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:05.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:05.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:05.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1425ms. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:05.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:05.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:05.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:05.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7383ms 2025-06-27 18:15:05.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:05.783 +03:00 [DBG] Connection id "0HNC8090TG7L7" completed keep alive response. 2025-06-27 18:15:05.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3649ms 2025-06-27 18:15:05.783 +03:00 [DBG] Connection id "0HNC8090TG7L7" received FIN. 2025-06-27 18:15:05.783 +03:00 [DBG] Connection id "0HNC8090TG7L7" disconnecting. 2025-06-27 18:15:05.783 +03:00 [DBG] Connection id "0HNC8090TG7L7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:05.784 +03:00 [DBG] Connection id "0HNC8090TG7L7" stopped. 2025-06-27 18:15:10.779 +03:00 [DBG] Connection id "0HNC8090TG7L8" accepted. 2025-06-27 18:15:10.779 +03:00 [DBG] Connection id "0HNC8090TG7L8" started. 2025-06-27 18:15:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:10.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:10.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:10.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:10.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:10.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:10.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:10.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:10.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:10.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:10.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:10.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:10.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:10.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:10.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:10.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:10.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1684ms. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3778ms 2025-06-27 18:15:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:10.782 +03:00 [DBG] Connection id "0HNC8090TG7L8" completed keep alive response. 2025-06-27 18:15:10.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5563ms 2025-06-27 18:15:10.782 +03:00 [DBG] Connection id "0HNC8090TG7L8" received FIN. 2025-06-27 18:15:10.783 +03:00 [DBG] Connection id "0HNC8090TG7L8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:10.783 +03:00 [DBG] Connection id "0HNC8090TG7L8" disconnecting. 2025-06-27 18:15:10.783 +03:00 [DBG] Connection id "0HNC8090TG7L8" stopped. 2025-06-27 18:15:15.780 +03:00 [DBG] Connection id "0HNC8090TG7L9" accepted. 2025-06-27 18:15:15.780 +03:00 [DBG] Connection id "0HNC8090TG7L9" started. 2025-06-27 18:15:15.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:15.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:15.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:15.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:15.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:15.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:15.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:15.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:15.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:15.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:15.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:15.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:15.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:15.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:15.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:15.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:15.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:15.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:15.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:15.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1225ms. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:15.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:15.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:15.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6585ms 2025-06-27 18:15:15.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:15.782 +03:00 [DBG] Connection id "0HNC8090TG7L9" completed keep alive response. 2025-06-27 18:15:15.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2697ms 2025-06-27 18:15:15.782 +03:00 [DBG] Connection id "0HNC8090TG7L9" received FIN. 2025-06-27 18:15:15.782 +03:00 [DBG] Connection id "0HNC8090TG7L9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:15.782 +03:00 [DBG] Connection id "0HNC8090TG7L9" disconnecting. 2025-06-27 18:15:15.782 +03:00 [DBG] Connection id "0HNC8090TG7L9" stopped. 2025-06-27 18:15:18.434 +03:00 [DBG] Connection id "0HNC8090TG7LA" accepted. 2025-06-27 18:15:18.434 +03:00 [DBG] Connection id "0HNC8090TG7LA" started. 2025-06-27 18:15:18.434 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 751 2025-06-27 18:15:18.434 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:18.434 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:18.434 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:18.434 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:18.434 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:18.434 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:18.434 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:18.434 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:18.434 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:18.434 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:18.434 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:18.434 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:18.434 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:18.434 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:18.434 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:18.434 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:18.435 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.435 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.435 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:18.435 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:18.435 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:18.435 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:15:18.435 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:18.435 +03:00 [DBG] Connection id "0HNC8090TG7LA", Request id "0HNC8090TG7LA:00000001": started reading request body. 2025-06-27 18:15:18.435 +03:00 [DBG] Connection id "0HNC8090TG7LA", Request id "0HNC8090TG7LA:00000001": done reading request body. 2025-06-27 18:15:18.435 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:15:18.435 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:18.435 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:18.435 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:18.435 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:18.435 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.435 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.435 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.435 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.435 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:18.435 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:15:18.435 +03:00 [INF] Updating physical elements properties 2025-06-27 18:15:18.463 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 27.9045ms. 2025-06-27 18:15:18.463 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.463 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:18.463 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:18.463 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:18.463 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.464 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.464 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.464 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.464 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.464 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.464 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 29.1893ms 2025-06-27 18:15:18.464 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:18.464 +03:00 [DBG] Connection id "0HNC8090TG7LA" completed keep alive response. 2025-06-27 18:15:18.464 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 29.8228ms 2025-06-27 18:15:18.464 +03:00 [DBG] Connection id "0HNC8090TG7LA" received FIN. 2025-06-27 18:15:18.464 +03:00 [DBG] Connection id "0HNC8090TG7LA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:18.464 +03:00 [DBG] Connection id "0HNC8090TG7LA" disconnecting. 2025-06-27 18:15:18.464 +03:00 [DBG] Connection id "0HNC8090TG7LA" stopped. 2025-06-27 18:15:18.505 +03:00 [DBG] Connection id "0HNC8090TG7LB" accepted. 2025-06-27 18:15:18.505 +03:00 [DBG] Connection id "0HNC8090TG7LB" started. 2025-06-27 18:15:18.505 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:18.505 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:18.505 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:18.505 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:18.505 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:18.505 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:18.505 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:18.505 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:18.505 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:18.505 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:18.505 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:18.505 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:18.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:18.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:18.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:18.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.506 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:18.506 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:18.506 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:18.506 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:18.506 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:18.506 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:18.506 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:18.506 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:18.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.506 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.506 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:18.506 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:18.506 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:18.508 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.9258ms. 2025-06-27 18:15:18.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:18.509 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:18.509 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:18.509 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:18.509 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:18.509 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:18.509 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:18.509 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.509 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.509 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.6922ms 2025-06-27 18:15:18.509 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:18.509 +03:00 [DBG] Connection id "0HNC8090TG7LB" completed keep alive response. 2025-06-27 18:15:18.510 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.6518ms 2025-06-27 18:15:18.510 +03:00 [DBG] Connection id "0HNC8090TG7LB" received FIN. 2025-06-27 18:15:18.510 +03:00 [DBG] Connection id "0HNC8090TG7LB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:18.510 +03:00 [DBG] Connection id "0HNC8090TG7LB" disconnecting. 2025-06-27 18:15:18.510 +03:00 [DBG] Connection id "0HNC8090TG7LB" stopped. 2025-06-27 18:15:18.552 +03:00 [DBG] Connection id "0HNC8090TG7LC" accepted. 2025-06-27 18:15:18.552 +03:00 [DBG] Connection id "0HNC8090TG7LC" started. 2025-06-27 18:15:18.552 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:18.552 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:18.552 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:18.552 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:18.553 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:18.553 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:18.553 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:18.553 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:18.553 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:18.553 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:18.553 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:18.553 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:18.553 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:18.553 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:18.553 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:18.553 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.553 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.553 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:18.553 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:18.553 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:18.553 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:18.553 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:18.553 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:18.553 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:18.553 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:18.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.554 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.554 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.554 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:18.554 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:18.554 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:18.736 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 182.2404ms. 2025-06-27 18:15:18.736 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.736 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:18.736 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:18.736 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:18.736 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:18.736 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:18.736 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:18.736 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:18.738 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:18.738 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.738 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:18.738 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.738 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.738 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.738 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:18.738 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 184.6519ms 2025-06-27 18:15:18.738 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:18.738 +03:00 [DBG] Connection id "0HNC8090TG7LC" completed keep alive response. 2025-06-27 18:15:18.738 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 185.5261ms 2025-06-27 18:15:18.742 +03:00 [DBG] Connection id "0HNC8090TG7LC" received FIN. 2025-06-27 18:15:18.742 +03:00 [DBG] Connection id "0HNC8090TG7LC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:18.742 +03:00 [DBG] Connection id "0HNC8090TG7LC" disconnecting. 2025-06-27 18:15:18.742 +03:00 [DBG] Connection id "0HNC8090TG7LC" stopped. 2025-06-27 18:15:20.775 +03:00 [DBG] Connection id "0HNC8090TG7LD" accepted. 2025-06-27 18:15:20.775 +03:00 [DBG] Connection id "0HNC8090TG7LD" started. 2025-06-27 18:15:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:20.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:20.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:20.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:20.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:20.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:20.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:20.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:20.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:20.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1485ms. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8975ms 2025-06-27 18:15:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:20.777 +03:00 [DBG] Connection id "0HNC8090TG7LD" completed keep alive response. 2025-06-27 18:15:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8813ms 2025-06-27 18:15:20.778 +03:00 [DBG] Connection id "0HNC8090TG7LD" received FIN. 2025-06-27 18:15:20.778 +03:00 [DBG] Connection id "0HNC8090TG7LD" disconnecting. 2025-06-27 18:15:20.778 +03:00 [DBG] Connection id "0HNC8090TG7LD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:20.779 +03:00 [DBG] Connection id "0HNC8090TG7LD" stopped. 2025-06-27 18:15:22.420 +03:00 [DBG] Connection id "0HNC8090TG7LE" accepted. 2025-06-27 18:15:22.420 +03:00 [DBG] Connection id "0HNC8090TG7LE" started. 2025-06-27 18:15:22.420 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:15:22.420 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:22.420 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:22.420 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:22.420 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:22.420 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:22.420 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:22.420 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:22.421 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:22.421 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:22.421 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:22.421 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:22.421 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:22.421 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:22.421 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:22.421 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:22.421 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:22.421 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.421 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.421 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:22.421 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:22.421 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:22.421 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:15:22.421 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:22.421 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:22.421 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:22.421 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:22.421 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:22.421 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:15:22.421 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:22.422 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:22.422 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:22.422 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:22.422 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:22.422 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:15:22.422 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:22.422 +03:00 [DBG] Connection id "0HNC8090TG7LE", Request id "0HNC8090TG7LE:00000001": started reading request body. 2025-06-27 18:15:22.422 +03:00 [DBG] Connection id "0HNC8090TG7LE", Request id "0HNC8090TG7LE:00000001": done reading request body. 2025-06-27 18:15:22.422 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:15:22.422 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:22.422 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:22.422 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:22.422 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:22.422 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.422 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.422 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.422 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.422 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:22.422 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:15:22.422 +03:00 [INF] Changing group of physicals [372] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:22.452 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.7792ms. 2025-06-27 18:15:22.452 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.452 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.452 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.452 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.452 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.452 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:22.453 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:22.453 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:22.453 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.453 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.453 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 32.0176ms 2025-06-27 18:15:22.453 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:22.453 +03:00 [DBG] Connection id "0HNC8090TG7LE" completed keep alive response. 2025-06-27 18:15:22.453 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 33.0557ms 2025-06-27 18:15:22.454 +03:00 [DBG] Connection id "0HNC8090TG7LE" received FIN. 2025-06-27 18:15:22.454 +03:00 [DBG] Connection id "0HNC8090TG7LE" disconnecting. 2025-06-27 18:15:22.454 +03:00 [DBG] Connection id "0HNC8090TG7LE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:22.455 +03:00 [DBG] Connection id "0HNC8090TG7LE" stopped. 2025-06-27 18:15:22.489 +03:00 [DBG] Connection id "0HNC8090TG7LF" accepted. 2025-06-27 18:15:22.489 +03:00 [DBG] Connection id "0HNC8090TG7LF" started. 2025-06-27 18:15:22.490 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:22.490 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:22.490 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:22.490 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:22.490 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:22.490 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:22.490 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:22.490 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:22.490 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:22.490 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:22.490 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:22.490 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:22.490 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:22.490 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:22.490 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:22.491 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.491 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.491 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:22.491 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:22.491 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:22.491 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:22.491 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:22.491 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:22.491 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:22.491 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:22.491 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.491 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.491 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.491 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.491 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:22.491 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:22.491 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:22.493 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2709ms. 2025-06-27 18:15:22.493 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:22.493 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:22.493 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:22.493 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:22.493 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:22.493 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:22.493 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:22.493 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:22.493 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.493 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.494 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.494 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.494 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.494 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.494 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0757ms 2025-06-27 18:15:22.494 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:22.494 +03:00 [DBG] Connection id "0HNC8090TG7LF" completed keep alive response. 2025-06-27 18:15:22.494 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.078ms 2025-06-27 18:15:22.494 +03:00 [DBG] Connection id "0HNC8090TG7LF" received FIN. 2025-06-27 18:15:22.494 +03:00 [DBG] Connection id "0HNC8090TG7LF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:22.494 +03:00 [DBG] Connection id "0HNC8090TG7LF" disconnecting. 2025-06-27 18:15:22.495 +03:00 [DBG] Connection id "0HNC8090TG7LF" stopped. 2025-06-27 18:15:22.540 +03:00 [DBG] Connection id "0HNC8090TG7LG" accepted. 2025-06-27 18:15:22.540 +03:00 [DBG] Connection id "0HNC8090TG7LG" started. 2025-06-27 18:15:22.540 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:22.540 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:22.540 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:22.540 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:22.540 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:22.540 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:22.540 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:22.540 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:22.540 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:22.541 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:22.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:22.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:22.541 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:22.541 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:22.541 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:22.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.541 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:22.541 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:22.541 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:22.541 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:22.541 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:22.542 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:22.542 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:22.542 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:22.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.542 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:22.542 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:22.542 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:22.719 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 176.9811ms. 2025-06-27 18:15:22.719 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.719 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:22.719 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:22.719 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:22.720 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:22.720 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:22.720 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:22.720 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:22.721 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:22.721 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.721 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:22.721 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.721 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.721 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.721 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:22.721 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 180.2082ms 2025-06-27 18:15:22.721 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:22.721 +03:00 [DBG] Connection id "0HNC8090TG7LG" completed keep alive response. 2025-06-27 18:15:22.721 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 181.2792ms 2025-06-27 18:15:22.729 +03:00 [DBG] Connection id "0HNC8090TG7LG" received FIN. 2025-06-27 18:15:22.729 +03:00 [DBG] Connection id "0HNC8090TG7LG" disconnecting. 2025-06-27 18:15:22.729 +03:00 [DBG] Connection id "0HNC8090TG7LG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:22.730 +03:00 [DBG] Connection id "0HNC8090TG7LG" stopped. 2025-06-27 18:15:25.775 +03:00 [DBG] Connection id "0HNC8090TG7LH" accepted. 2025-06-27 18:15:25.775 +03:00 [DBG] Connection id "0HNC8090TG7LH" started. 2025-06-27 18:15:25.775 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:25.775 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:25.775 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:25.775 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:25.775 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:25.775 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:25.775 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:25.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:25.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:25.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:25.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:25.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:25.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:25.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:25.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:25.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:25.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:25.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:25.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:25.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:25.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:25.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:25.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2368ms. 2025-06-27 18:15:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:25.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:25.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:25.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2565ms 2025-06-27 18:15:25.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:25.777 +03:00 [DBG] Connection id "0HNC8090TG7LH" completed keep alive response. 2025-06-27 18:15:25.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2803ms 2025-06-27 18:15:25.778 +03:00 [DBG] Connection id "0HNC8090TG7LH" received FIN. 2025-06-27 18:15:25.778 +03:00 [DBG] Connection id "0HNC8090TG7LH" disconnecting. 2025-06-27 18:15:25.778 +03:00 [DBG] Connection id "0HNC8090TG7LH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:25.779 +03:00 [DBG] Connection id "0HNC8090TG7LH" stopped. 2025-06-27 18:15:30.785 +03:00 [DBG] Connection id "0HNC8090TG7LI" accepted. 2025-06-27 18:15:30.785 +03:00 [DBG] Connection id "0HNC8090TG7LI" started. 2025-06-27 18:15:30.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:30.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:30.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:30.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:30.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:30.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:30.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:30.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:30.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:30.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:30.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:30.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:30.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:30.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:30.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:30.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:30.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:30.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:30.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:30.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:30.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.124ms. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:30.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:30.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:30.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6839ms 2025-06-27 18:15:30.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:30.787 +03:00 [DBG] Connection id "0HNC8090TG7LI" completed keep alive response. 2025-06-27 18:15:30.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3476ms 2025-06-27 18:15:30.787 +03:00 [DBG] Connection id "0HNC8090TG7LI" received FIN. 2025-06-27 18:15:30.787 +03:00 [DBG] Connection id "0HNC8090TG7LI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:30.787 +03:00 [DBG] Connection id "0HNC8090TG7LI" disconnecting. 2025-06-27 18:15:30.787 +03:00 [DBG] Connection id "0HNC8090TG7LI" stopped. 2025-06-27 18:15:34.310 +03:00 [DBG] Connection id "0HNC8090TG7LJ" accepted. 2025-06-27 18:15:34.310 +03:00 [DBG] Connection id "0HNC8090TG7LJ" started. 2025-06-27 18:15:34.310 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 759 2025-06-27 18:15:34.310 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:34.310 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:34.310 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:34.310 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:34.310 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:34.310 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:34.310 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:34.310 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:34.310 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:34.310 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:34.310 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:34.311 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:34.311 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:34.311 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:34.311 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:34.311 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:34.311 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.311 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.311 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:34.311 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:34.311 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:34.311 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:15:34.311 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:34.311 +03:00 [DBG] Connection id "0HNC8090TG7LJ", Request id "0HNC8090TG7LJ:00000001": started reading request body. 2025-06-27 18:15:34.311 +03:00 [DBG] Connection id "0HNC8090TG7LJ", Request id "0HNC8090TG7LJ:00000001": done reading request body. 2025-06-27 18:15:34.311 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:15:34.311 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:34.311 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:34.311 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:34.311 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:34.311 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.311 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.311 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.311 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.311 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:34.311 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:15:34.311 +03:00 [INF] Updating physical elements properties 2025-06-27 18:15:34.340 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.3803ms. 2025-06-27 18:15:34.340 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:34.340 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:34.340 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.340 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.340 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 29.5103ms 2025-06-27 18:15:34.340 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:34.340 +03:00 [DBG] Connection id "0HNC8090TG7LJ" completed keep alive response. 2025-06-27 18:15:34.340 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 30.2159ms 2025-06-27 18:15:34.341 +03:00 [DBG] Connection id "0HNC8090TG7LJ" received FIN. 2025-06-27 18:15:34.341 +03:00 [DBG] Connection id "0HNC8090TG7LJ" disconnecting. 2025-06-27 18:15:34.341 +03:00 [DBG] Connection id "0HNC8090TG7LJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:34.342 +03:00 [DBG] Connection id "0HNC8090TG7LJ" stopped. 2025-06-27 18:15:34.377 +03:00 [DBG] Connection id "0HNC8090TG7LK" accepted. 2025-06-27 18:15:34.377 +03:00 [DBG] Connection id "0HNC8090TG7LK" started. 2025-06-27 18:15:34.378 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:34.378 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:34.378 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:34.378 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:34.378 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:34.378 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:34.378 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:34.378 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:34.378 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:34.378 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:34.378 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:34.378 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:34.378 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:34.378 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:34.378 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:34.378 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.378 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.378 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:34.378 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:34.378 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:34.378 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:34.378 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:34.378 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:34.378 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:34.378 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:34.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.378 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.378 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.378 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:34.378 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:34.378 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:34.381 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.2032ms. 2025-06-27 18:15:34.381 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:34.381 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:34.381 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:34.381 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:34.381 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:34.381 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:34.381 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:34.381 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.381 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.381 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.0253ms 2025-06-27 18:15:34.381 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:34.381 +03:00 [DBG] Connection id "0HNC8090TG7LK" completed keep alive response. 2025-06-27 18:15:34.381 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5218ms 2025-06-27 18:15:34.381 +03:00 [DBG] Connection id "0HNC8090TG7LK" received FIN. 2025-06-27 18:15:34.381 +03:00 [DBG] Connection id "0HNC8090TG7LK" disconnecting. 2025-06-27 18:15:34.382 +03:00 [DBG] Connection id "0HNC8090TG7LK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:34.383 +03:00 [DBG] Connection id "0HNC8090TG7LK" stopped. 2025-06-27 18:15:34.423 +03:00 [DBG] Connection id "0HNC8090TG7LL" accepted. 2025-06-27 18:15:34.424 +03:00 [DBG] Connection id "0HNC8090TG7LL" started. 2025-06-27 18:15:34.424 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:34.424 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:34.424 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:34.424 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:34.424 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:34.424 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:34.424 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:34.424 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:34.424 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:34.424 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:34.424 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:34.424 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:34.424 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:34.424 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:34.424 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:34.424 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.424 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.424 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:34.424 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:34.424 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:34.424 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:34.424 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:34.424 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:34.424 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:34.424 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:34.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.424 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.424 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.424 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.424 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:34.424 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:34.424 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:34.562 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.8756ms. 2025-06-27 18:15:34.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.562 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:34.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.562 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:34.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:34.563 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:34.563 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:34.563 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:34.563 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:34.563 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:34.563 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:34.564 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:34.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.564 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:34.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.564 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.564 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:34.564 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 139.9626ms 2025-06-27 18:15:34.564 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:34.564 +03:00 [DBG] Connection id "0HNC8090TG7LL" completed keep alive response. 2025-06-27 18:15:34.564 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 140.5361ms 2025-06-27 18:15:34.568 +03:00 [DBG] Connection id "0HNC8090TG7LL" received FIN. 2025-06-27 18:15:34.568 +03:00 [DBG] Connection id "0HNC8090TG7LL" disconnecting. 2025-06-27 18:15:34.568 +03:00 [DBG] Connection id "0HNC8090TG7LL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:34.569 +03:00 [DBG] Connection id "0HNC8090TG7LL" stopped. 2025-06-27 18:15:35.781 +03:00 [DBG] Connection id "0HNC8090TG7LM" accepted. 2025-06-27 18:15:35.781 +03:00 [DBG] Connection id "0HNC8090TG7LM" started. 2025-06-27 18:15:35.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:35.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:35.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:35.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:35.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:35.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:35.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:35.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:35.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:35.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:35.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:35.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:35.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:35.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:35.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:35.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:35.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:35.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:35.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:35.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:35.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1286ms. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:35.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:35.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:35.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6918ms 2025-06-27 18:15:35.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:35.782 +03:00 [DBG] Connection id "0HNC8090TG7LM" completed keep alive response. 2025-06-27 18:15:35.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3326ms 2025-06-27 18:15:35.782 +03:00 [DBG] Connection id "0HNC8090TG7LM" received FIN. 2025-06-27 18:15:35.782 +03:00 [DBG] Connection id "0HNC8090TG7LM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:35.783 +03:00 [DBG] Connection id "0HNC8090TG7LM" disconnecting. 2025-06-27 18:15:35.783 +03:00 [DBG] Connection id "0HNC8090TG7LM" stopped. 2025-06-27 18:15:37.879 +03:00 [DBG] Connection id "0HNC8090TG7LN" accepted. 2025-06-27 18:15:37.879 +03:00 [DBG] Connection id "0HNC8090TG7LN" started. 2025-06-27 18:15:37.879 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:15:37.879 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:37.879 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:37.879 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:37.879 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:37.879 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:37.879 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:37.879 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:37.879 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:37.879 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:37.879 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:37.880 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:37.880 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:37.880 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:37.880 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:37.880 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:37.880 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:37.880 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.880 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.880 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:37.880 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:15:37.880 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:37.880 +03:00 [DBG] Connection id "0HNC8090TG7LN", Request id "0HNC8090TG7LN:00000001": started reading request body. 2025-06-27 18:15:37.880 +03:00 [DBG] Connection id "0HNC8090TG7LN", Request id "0HNC8090TG7LN:00000001": done reading request body. 2025-06-27 18:15:37.880 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:37.880 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:37.880 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:37.880 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.880 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.880 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.880 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.880 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:37.880 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:15:37.880 +03:00 [INF] Changing group of physicals [337] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:37.900 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.7439ms. 2025-06-27 18:15:37.900 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.900 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.900 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.900 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.900 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.900 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:37.901 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:37.901 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:37.901 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.901 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.901 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 21.1345ms 2025-06-27 18:15:37.901 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:37.901 +03:00 [DBG] Connection id "0HNC8090TG7LN" completed keep alive response. 2025-06-27 18:15:37.901 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 21.8217ms 2025-06-27 18:15:37.901 +03:00 [DBG] Connection id "0HNC8090TG7LN" received FIN. 2025-06-27 18:15:37.901 +03:00 [DBG] Connection id "0HNC8090TG7LN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:37.901 +03:00 [DBG] Connection id "0HNC8090TG7LN" disconnecting. 2025-06-27 18:15:37.901 +03:00 [DBG] Connection id "0HNC8090TG7LN" stopped. 2025-06-27 18:15:37.938 +03:00 [DBG] Connection id "0HNC8090TG7LO" accepted. 2025-06-27 18:15:37.938 +03:00 [DBG] Connection id "0HNC8090TG7LO" started. 2025-06-27 18:15:37.938 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:37.938 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:37.938 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:37.938 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:37.939 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:37.939 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:37.939 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:37.939 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:37.939 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:37.939 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:37.939 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:37.939 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:37.939 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:37.939 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:37.939 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:37.939 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.939 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.939 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:37.939 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:37.939 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:37.939 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:37.939 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:37.939 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:37.939 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:37.939 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:37.939 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.939 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.939 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.939 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.939 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:37.940 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:37.940 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:37.941 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1429ms. 2025-06-27 18:15:37.941 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:37.941 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:37.941 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:37.941 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:37.941 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:37.941 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:37.941 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:37.941 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.941 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.941 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.371ms 2025-06-27 18:15:37.941 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:37.941 +03:00 [DBG] Connection id "0HNC8090TG7LO" completed keep alive response. 2025-06-27 18:15:37.941 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.143ms 2025-06-27 18:15:37.942 +03:00 [DBG] Connection id "0HNC8090TG7LO" received FIN. 2025-06-27 18:15:37.942 +03:00 [DBG] Connection id "0HNC8090TG7LO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:37.942 +03:00 [DBG] Connection id "0HNC8090TG7LO" disconnecting. 2025-06-27 18:15:37.942 +03:00 [DBG] Connection id "0HNC8090TG7LO" stopped. 2025-06-27 18:15:37.992 +03:00 [DBG] Connection id "0HNC8090TG7LP" accepted. 2025-06-27 18:15:37.992 +03:00 [DBG] Connection id "0HNC8090TG7LP" started. 2025-06-27 18:15:37.992 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:37.992 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:37.992 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:37.992 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:37.992 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:37.992 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:37.992 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:37.992 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:37.993 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:37.993 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:37.993 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:37.993 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:37.993 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:37.993 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:37.993 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:37.993 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.993 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:37.993 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:37.993 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:37.993 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:37.993 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:37.993 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:37.993 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:37.993 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:37.993 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:37.993 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.993 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:37.993 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.994 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:37.994 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:37.994 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:37.994 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:38.153 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 158.844ms. 2025-06-27 18:15:38.153 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:38.153 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:38.153 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:38.153 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:38.153 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:38.153 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:38.153 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:38.153 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:38.155 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:38.155 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:38.155 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:38.155 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:38.155 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:38.155 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:38.155 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:38.155 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 161.8482ms 2025-06-27 18:15:38.155 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:38.155 +03:00 [DBG] Connection id "0HNC8090TG7LP" completed keep alive response. 2025-06-27 18:15:38.155 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 162.9923ms 2025-06-27 18:15:38.162 +03:00 [DBG] Connection id "0HNC8090TG7LP" received FIN. 2025-06-27 18:15:38.163 +03:00 [DBG] Connection id "0HNC8090TG7LP" disconnecting. 2025-06-27 18:15:38.163 +03:00 [DBG] Connection id "0HNC8090TG7LP" stopped. 2025-06-27 18:15:38.163 +03:00 [DBG] Connection id "0HNC8090TG7LP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:40.785 +03:00 [DBG] Connection id "0HNC8090TG7LQ" accepted. 2025-06-27 18:15:40.785 +03:00 [DBG] Connection id "0HNC8090TG7LQ" started. 2025-06-27 18:15:40.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:40.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:40.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:40.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:40.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:40.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:40.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:40.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:40.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:40.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:40.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:40.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:40.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:40.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:40.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:40.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:40.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:40.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:40.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:40.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:40.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1286ms. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:40.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:40.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:40.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7146ms 2025-06-27 18:15:40.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:40.787 +03:00 [DBG] Connection id "0HNC8090TG7LQ" completed keep alive response. 2025-06-27 18:15:40.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3146ms 2025-06-27 18:15:40.787 +03:00 [DBG] Connection id "0HNC8090TG7LQ" received FIN. 2025-06-27 18:15:40.787 +03:00 [DBG] Connection id "0HNC8090TG7LQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:40.787 +03:00 [DBG] Connection id "0HNC8090TG7LQ" disconnecting. 2025-06-27 18:15:40.787 +03:00 [DBG] Connection id "0HNC8090TG7LQ" stopped. 2025-06-27 18:15:45.789 +03:00 [DBG] Connection id "0HNC8090TG7LR" accepted. 2025-06-27 18:15:45.789 +03:00 [DBG] Connection id "0HNC8090TG7LR" started. 2025-06-27 18:15:45.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:45.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:45.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:45.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:45.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:45.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:45.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:45.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:45.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:45.790 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:45.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:45.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:45.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:45.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:45.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:45.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:45.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:45.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:45.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:45.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:45.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1148ms. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:45.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:45.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:45.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6581ms 2025-06-27 18:15:45.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:45.790 +03:00 [DBG] Connection id "0HNC8090TG7LR" completed keep alive response. 2025-06-27 18:15:45.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3138ms 2025-06-27 18:15:45.791 +03:00 [DBG] Connection id "0HNC8090TG7LR" received FIN. 2025-06-27 18:15:45.791 +03:00 [DBG] Connection id "0HNC8090TG7LR" disconnecting. 2025-06-27 18:15:45.791 +03:00 [DBG] Connection id "0HNC8090TG7LR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:45.792 +03:00 [DBG] Connection id "0HNC8090TG7LR" stopped. 2025-06-27 18:15:50.776 +03:00 [DBG] Connection id "0HNC8090TG7LS" accepted. 2025-06-27 18:15:50.776 +03:00 [DBG] Connection id "0HNC8090TG7LS" started. 2025-06-27 18:15:50.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:50.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:50.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:50.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:50.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:50.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:50.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:50.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:50.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1428ms. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:50.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:50.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8328ms 2025-06-27 18:15:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:50.778 +03:00 [DBG] Connection id "0HNC8090TG7LS" completed keep alive response. 2025-06-27 18:15:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.685ms 2025-06-27 18:15:50.778 +03:00 [DBG] Connection id "0HNC8090TG7LS" received FIN. 2025-06-27 18:15:50.778 +03:00 [DBG] Connection id "0HNC8090TG7LS" disconnecting. 2025-06-27 18:15:50.778 +03:00 [DBG] Connection id "0HNC8090TG7LS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:50.780 +03:00 [DBG] Connection id "0HNC8090TG7LS" stopped. 2025-06-27 18:15:54.288 +03:00 [DBG] Connection id "0HNC8090TG7LT" accepted. 2025-06-27 18:15:54.288 +03:00 [DBG] Connection id "0HNC8090TG7LT" started. 2025-06-27 18:15:54.288 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:15:54.288 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:54.288 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:54.288 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:54.288 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:15:54.288 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:54.288 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:54.288 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:54.288 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:54.288 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:54.288 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:54.289 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:54.289 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:54.289 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:54.289 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:54.289 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:54.289 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:54.289 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.289 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.289 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:54.289 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:54.289 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:54.289 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:15:54.289 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:54.289 +03:00 [DBG] Connection id "0HNC8090TG7LT", Request id "0HNC8090TG7LT:00000001": started reading request body. 2025-06-27 18:15:54.290 +03:00 [DBG] Connection id "0HNC8090TG7LT", Request id "0HNC8090TG7LT:00000001": done reading request body. 2025-06-27 18:15:54.290 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:15:54.290 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:54.290 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:54.290 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:15:54.290 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:15:54.290 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.290 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.290 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.290 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.290 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:54.290 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:15:54.290 +03:00 [INF] Updating physical elements properties 2025-06-27 18:15:54.306 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.1178ms. 2025-06-27 18:15:54.306 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.306 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.306 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.306 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.306 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.306 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.306 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:54.307 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:54.307 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:54.307 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.307 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.307 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 17.794ms 2025-06-27 18:15:54.307 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:15:54.307 +03:00 [DBG] Connection id "0HNC8090TG7LT" completed keep alive response. 2025-06-27 18:15:54.307 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 18.8068ms 2025-06-27 18:15:54.307 +03:00 [DBG] Connection id "0HNC8090TG7LT" received FIN. 2025-06-27 18:15:54.307 +03:00 [DBG] Connection id "0HNC8090TG7LT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:54.307 +03:00 [DBG] Connection id "0HNC8090TG7LT" disconnecting. 2025-06-27 18:15:54.307 +03:00 [DBG] Connection id "0HNC8090TG7LT" stopped. 2025-06-27 18:15:54.345 +03:00 [DBG] Connection id "0HNC8090TG7LU" accepted. 2025-06-27 18:15:54.345 +03:00 [DBG] Connection id "0HNC8090TG7LU" started. 2025-06-27 18:15:54.345 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:54.345 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:54.345 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:54.345 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:54.345 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:54.345 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:54.345 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:54.345 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:54.346 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:54.346 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:54.346 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:54.346 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:54.346 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:54.346 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:54.346 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:54.346 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.346 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.346 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:54.346 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:54.346 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:54.346 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:54.346 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:54.346 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:54.346 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:54.346 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:54.346 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.346 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.346 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.346 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.346 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:54.346 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:54.346 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:54.348 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5684ms. 2025-06-27 18:15:54.348 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:54.348 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:54.348 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:54.348 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:54.348 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:54.348 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:54.348 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:54.348 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.348 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.348 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.5805ms 2025-06-27 18:15:54.348 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:54.348 +03:00 [DBG] Connection id "0HNC8090TG7LU" completed keep alive response. 2025-06-27 18:15:54.348 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.2406ms 2025-06-27 18:15:54.349 +03:00 [DBG] Connection id "0HNC8090TG7LU" received FIN. 2025-06-27 18:15:54.349 +03:00 [DBG] Connection id "0HNC8090TG7LU" disconnecting. 2025-06-27 18:15:54.349 +03:00 [DBG] Connection id "0HNC8090TG7LU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:54.350 +03:00 [DBG] Connection id "0HNC8090TG7LU" stopped. 2025-06-27 18:15:54.393 +03:00 [DBG] Connection id "0HNC8090TG7LV" accepted. 2025-06-27 18:15:54.394 +03:00 [DBG] Connection id "0HNC8090TG7LV" started. 2025-06-27 18:15:54.394 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:54.394 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:54.394 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:54.394 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:54.394 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:54.394 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:54.394 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:54.394 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:54.394 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:54.394 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:54.394 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:54.394 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:54.394 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:54.394 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:54.394 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:54.394 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.394 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.394 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:54.394 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:54.394 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:54.394 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:54.394 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:54.394 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:54.394 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:54.395 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:54.395 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.395 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.395 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.395 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.395 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:54.395 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:54.395 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:54.534 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 139.5839ms. 2025-06-27 18:15:54.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.534 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:54.535 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:54.535 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:54.535 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:54.535 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:54.535 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:54.535 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:54.536 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:54.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.536 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:54.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.536 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:54.536 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 141.9407ms 2025-06-27 18:15:54.536 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:54.536 +03:00 [DBG] Connection id "0HNC8090TG7LV" completed keep alive response. 2025-06-27 18:15:54.536 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 142.4924ms 2025-06-27 18:15:54.540 +03:00 [DBG] Connection id "0HNC8090TG7LV" received FIN. 2025-06-27 18:15:54.540 +03:00 [DBG] Connection id "0HNC8090TG7LV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:54.540 +03:00 [DBG] Connection id "0HNC8090TG7LV" disconnecting. 2025-06-27 18:15:54.540 +03:00 [DBG] Connection id "0HNC8090TG7LV" stopped. 2025-06-27 18:15:55.780 +03:00 [DBG] Connection id "0HNC8090TG7M0" accepted. 2025-06-27 18:15:55.780 +03:00 [DBG] Connection id "0HNC8090TG7M0" started. 2025-06-27 18:15:55.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:15:55.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:55.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:55.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:15:55.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:15:55.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:55.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:55.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:55.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:55.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:55.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:15:55.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:55.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:55.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:55.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:55.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:55.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:15:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:55.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2094ms. 2025-06-27 18:15:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:55.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:55.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1947ms 2025-06-27 18:15:55.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:15:55.782 +03:00 [DBG] Connection id "0HNC8090TG7M0" completed keep alive response. 2025-06-27 18:15:55.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2458ms 2025-06-27 18:15:55.783 +03:00 [DBG] Connection id "0HNC8090TG7M0" received FIN. 2025-06-27 18:15:55.783 +03:00 [DBG] Connection id "0HNC8090TG7M0" disconnecting. 2025-06-27 18:15:55.783 +03:00 [DBG] Connection id "0HNC8090TG7M0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:55.784 +03:00 [DBG] Connection id "0HNC8090TG7M0" stopped. 2025-06-27 18:15:57.637 +03:00 [DBG] Connection id "0HNC8090TG7M1" accepted. 2025-06-27 18:15:57.637 +03:00 [DBG] Connection id "0HNC8090TG7M1" started. 2025-06-27 18:15:57.637 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:15:57.637 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:57.637 +03:00 [DBG] POST requests are not supported 2025-06-27 18:15:57.637 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:57.637 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:15:57.637 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:57.638 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:57.638 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:57.638 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:15:57.638 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:15:57.638 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:57.638 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:57.638 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:57.638 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:57.638 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:57.638 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:57.638 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:57.638 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.638 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.639 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:57.639 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:15:57.639 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:57.639 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:15:57.639 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:15:57.639 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:57.639 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:15:57.639 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:57.639 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:15:57.639 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:15:57.639 +03:00 [DBG] Connection id "0HNC8090TG7M1", Request id "0HNC8090TG7M1:00000001": started reading request body. 2025-06-27 18:15:57.639 +03:00 [DBG] Connection id "0HNC8090TG7M1", Request id "0HNC8090TG7M1:00000001": done reading request body. 2025-06-27 18:15:57.640 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:15:57.640 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:57.640 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:57.640 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:15:57.640 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:15:57.640 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.640 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.640 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.640 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.640 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:57.640 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:15:57.640 +03:00 [INF] Changing group of physicals [244] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:57.676 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 35.4278ms. 2025-06-27 18:15:57.676 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:57.676 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:15:57.676 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.676 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.676 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 37.9408ms 2025-06-27 18:15:57.676 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:15:57.676 +03:00 [DBG] Connection id "0HNC8090TG7M1" completed keep alive response. 2025-06-27 18:15:57.677 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 39.2636ms 2025-06-27 18:15:57.677 +03:00 [DBG] Connection id "0HNC8090TG7M1" received FIN. 2025-06-27 18:15:57.677 +03:00 [DBG] Connection id "0HNC8090TG7M1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:57.677 +03:00 [DBG] Connection id "0HNC8090TG7M1" disconnecting. 2025-06-27 18:15:57.677 +03:00 [DBG] Connection id "0HNC8090TG7M1" stopped. 2025-06-27 18:15:57.715 +03:00 [DBG] Connection id "0HNC8090TG7M2" accepted. 2025-06-27 18:15:57.716 +03:00 [DBG] Connection id "0HNC8090TG7M2" started. 2025-06-27 18:15:57.716 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:57.716 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:57.716 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:57.716 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:57.716 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:57.716 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:57.716 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:57.716 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:57.716 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:57.716 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:57.716 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:57.716 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:57.716 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:57.716 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:57.716 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:57.717 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.717 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.717 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:57.717 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:57.717 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:57.717 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:57.717 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:57.717 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:57.717 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:57.717 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:57.717 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.717 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.717 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.717 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.717 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:57.717 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:57.717 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:57.718 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0137ms. 2025-06-27 18:15:57.718 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.718 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:57.718 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:57.718 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:57.718 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:57.718 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:57.718 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:57.718 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:57.718 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:57.719 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.719 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.719 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.719 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.719 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.719 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.719 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0687ms 2025-06-27 18:15:57.719 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:57.719 +03:00 [DBG] Connection id "0HNC8090TG7M2" completed keep alive response. 2025-06-27 18:15:57.719 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.9389ms 2025-06-27 18:15:57.719 +03:00 [DBG] Connection id "0HNC8090TG7M2" received FIN. 2025-06-27 18:15:57.719 +03:00 [DBG] Connection id "0HNC8090TG7M2" disconnecting. 2025-06-27 18:15:57.719 +03:00 [DBG] Connection id "0HNC8090TG7M2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:15:57.720 +03:00 [DBG] Connection id "0HNC8090TG7M2" stopped. 2025-06-27 18:15:57.765 +03:00 [DBG] Connection id "0HNC8090TG7M3" accepted. 2025-06-27 18:15:57.766 +03:00 [DBG] Connection id "0HNC8090TG7M3" started. 2025-06-27 18:15:57.766 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:15:57.766 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:15:57.766 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:15:57.766 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:57.766 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:15:57.766 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:57.766 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:15:57.766 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:15:57.766 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:57.766 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:15:57.766 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:15:57.766 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:15:57.766 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:15:57.766 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:15:57.766 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:15:57.766 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.766 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.766 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:57.766 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:15:57.766 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:15:57.766 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:15:57.766 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:57.766 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:15:57.766 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:15:57.766 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:15:57.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.766 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.766 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.766 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:15:57.767 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:15:57.767 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:15:57.911 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.3638ms. 2025-06-27 18:15:57.911 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.911 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:57.911 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:15:57.911 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:15:57.911 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:15:57.911 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:15:57.911 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:15:57.911 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:15:57.913 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:15:57.913 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.913 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:15:57.913 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.913 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.913 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.913 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:15:57.913 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 146.6019ms 2025-06-27 18:15:57.913 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:15:57.913 +03:00 [DBG] Connection id "0HNC8090TG7M3" completed keep alive response. 2025-06-27 18:15:57.913 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.1292ms 2025-06-27 18:15:57.921 +03:00 [DBG] Connection id "0HNC8090TG7M3" received FIN. 2025-06-27 18:15:57.921 +03:00 [DBG] Connection id "0HNC8090TG7M3" disconnecting. 2025-06-27 18:15:57.921 +03:00 [DBG] Connection id "0HNC8090TG7M3" stopped. 2025-06-27 18:15:57.921 +03:00 [DBG] Connection id "0HNC8090TG7M3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:00.780 +03:00 [DBG] Connection id "0HNC8090TG7M4" accepted. 2025-06-27 18:16:00.780 +03:00 [DBG] Connection id "0HNC8090TG7M4" started. 2025-06-27 18:16:00.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:00.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:00.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:00.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:00.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:00.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:00.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:00.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:00.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:00.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:00.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:00.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:00.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:00.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:00.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:00.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:00.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:00.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:00.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:00.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:00.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.173ms. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:00.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:00.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:00.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.28ms 2025-06-27 18:16:00.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:00.783 +03:00 [DBG] Connection id "0HNC8090TG7M4" completed keep alive response. 2025-06-27 18:16:00.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3607ms 2025-06-27 18:16:00.783 +03:00 [DBG] Connection id "0HNC8090TG7M4" received FIN. 2025-06-27 18:16:00.783 +03:00 [DBG] Connection id "0HNC8090TG7M4" disconnecting. 2025-06-27 18:16:00.783 +03:00 [DBG] Connection id "0HNC8090TG7M4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:00.784 +03:00 [DBG] Connection id "0HNC8090TG7M4" stopped. 2025-06-27 18:16:05.779 +03:00 [DBG] Connection id "0HNC8090TG7M5" accepted. 2025-06-27 18:16:05.779 +03:00 [DBG] Connection id "0HNC8090TG7M5" started. 2025-06-27 18:16:05.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:05.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:05.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:05.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:05.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:05.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:05.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:05.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:05.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:05.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:05.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:05.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:05.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:05.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:05.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:05.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:05.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:05.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:05.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:05.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:05.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:05.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1622ms. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:05.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:05.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:05.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.141ms 2025-06-27 18:16:05.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:05.781 +03:00 [DBG] Connection id "0HNC8090TG7M5" completed keep alive response. 2025-06-27 18:16:05.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0813ms 2025-06-27 18:16:05.782 +03:00 [DBG] Connection id "0HNC8090TG7M5" received FIN. 2025-06-27 18:16:05.782 +03:00 [DBG] Connection id "0HNC8090TG7M5" disconnecting. 2025-06-27 18:16:05.782 +03:00 [DBG] Connection id "0HNC8090TG7M5" stopped. 2025-06-27 18:16:05.782 +03:00 [DBG] Connection id "0HNC8090TG7M5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:10.776 +03:00 [DBG] Connection id "0HNC8090TG7M6" accepted. 2025-06-27 18:16:10.776 +03:00 [DBG] Connection id "0HNC8090TG7M6" started. 2025-06-27 18:16:10.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:10.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:10.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:10.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:10.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:10.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:10.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:10.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:10.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:10.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:10.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:10.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:10.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:10.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:10.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:10.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1692ms. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:10.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:10.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:10.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.256ms 2025-06-27 18:16:10.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:10.779 +03:00 [DBG] Connection id "0HNC8090TG7M6" completed keep alive response. 2025-06-27 18:16:10.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2666ms 2025-06-27 18:16:10.779 +03:00 [DBG] Connection id "0HNC8090TG7M6" received FIN. 2025-06-27 18:16:10.779 +03:00 [DBG] Connection id "0HNC8090TG7M6" disconnecting. 2025-06-27 18:16:10.779 +03:00 [DBG] Connection id "0HNC8090TG7M6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:10.781 +03:00 [DBG] Connection id "0HNC8090TG7M6" stopped. 2025-06-27 18:16:14.622 +03:00 [DBG] Connection id "0HNC8090TG7M7" accepted. 2025-06-27 18:16:14.622 +03:00 [DBG] Connection id "0HNC8090TG7M7" started. 2025-06-27 18:16:14.622 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 746 2025-06-27 18:16:14.622 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:14.622 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:14.623 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:16:14.623 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:16:14.623 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:14.623 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:14.623 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:14.623 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:14.623 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:14.623 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:14.623 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:14.623 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:14.623 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:14.623 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:14.623 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:14.623 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:14.623 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.623 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.623 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:14.623 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:14.623 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:16:14.624 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:16:14.624 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:16:14.624 +03:00 [DBG] Connection id "0HNC8090TG7M7", Request id "0HNC8090TG7M7:00000001": started reading request body. 2025-06-27 18:16:14.624 +03:00 [DBG] Connection id "0HNC8090TG7M7", Request id "0HNC8090TG7M7:00000001": done reading request body. 2025-06-27 18:16:14.624 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:16:14.624 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:14.624 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:14.624 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:16:14.624 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:14.624 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.624 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.624 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.624 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.624 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:14.624 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:16:14.624 +03:00 [INF] Updating physical elements properties 2025-06-27 18:16:14.653 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.5944ms. 2025-06-27 18:16:14.653 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:14.653 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:14.653 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:14.653 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.653 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.654 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.654 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.654 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.654 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.654 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 30.3454ms 2025-06-27 18:16:14.654 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:14.654 +03:00 [DBG] Connection id "0HNC8090TG7M7" completed keep alive response. 2025-06-27 18:16:14.654 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 31.5122ms 2025-06-27 18:16:14.654 +03:00 [DBG] Connection id "0HNC8090TG7M7" received FIN. 2025-06-27 18:16:14.654 +03:00 [DBG] Connection id "0HNC8090TG7M7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:14.654 +03:00 [DBG] Connection id "0HNC8090TG7M7" disconnecting. 2025-06-27 18:16:14.655 +03:00 [DBG] Connection id "0HNC8090TG7M7" stopped. 2025-06-27 18:16:14.693 +03:00 [DBG] Connection id "0HNC8090TG7M8" accepted. 2025-06-27 18:16:14.693 +03:00 [DBG] Connection id "0HNC8090TG7M8" started. 2025-06-27 18:16:14.693 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:14.693 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:14.693 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:14.693 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:14.693 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:14.693 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:14.693 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:14.694 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:14.694 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:14.694 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:14.694 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:14.694 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:14.694 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:14.694 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:14.694 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:14.694 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.694 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.694 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:14.694 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:14.694 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:14.695 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:14.695 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:14.695 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:14.695 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:14.695 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:14.695 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.695 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.695 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.695 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.695 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:14.695 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:14.695 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:14.697 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.1137ms. 2025-06-27 18:16:14.697 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.697 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.697 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.697 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.697 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.697 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.697 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:14.698 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:14.698 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:14.698 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:14.698 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:14.698 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:14.698 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:14.698 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:14.698 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.698 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.698 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.1009ms 2025-06-27 18:16:14.698 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:14.698 +03:00 [DBG] Connection id "0HNC8090TG7M8" completed keep alive response. 2025-06-27 18:16:14.698 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.2767ms 2025-06-27 18:16:14.699 +03:00 [DBG] Connection id "0HNC8090TG7M8" received FIN. 2025-06-27 18:16:14.699 +03:00 [DBG] Connection id "0HNC8090TG7M8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:14.699 +03:00 [DBG] Connection id "0HNC8090TG7M8" disconnecting. 2025-06-27 18:16:14.699 +03:00 [DBG] Connection id "0HNC8090TG7M8" stopped. 2025-06-27 18:16:14.742 +03:00 [DBG] Connection id "0HNC8090TG7M9" accepted. 2025-06-27 18:16:14.742 +03:00 [DBG] Connection id "0HNC8090TG7M9" started. 2025-06-27 18:16:14.742 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:14.742 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:14.742 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:14.742 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:14.743 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:14.743 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:14.743 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:14.743 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:14.743 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:14.743 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:14.743 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:14.743 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:14.743 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:14.743 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:14.743 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:14.743 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.743 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.743 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:14.743 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:14.743 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:14.743 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:14.743 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:14.743 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:14.743 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:14.743 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:14.743 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.743 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.743 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.743 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.743 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:14.743 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:14.743 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:14.909 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 165.4226ms. 2025-06-27 18:16:14.909 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.909 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:14.909 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:14.909 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:14.909 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:14.909 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:14.909 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:14.909 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:14.912 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:14.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.912 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:14.912 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.912 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.912 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.912 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:14.912 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 169.4126ms 2025-06-27 18:16:14.912 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:14.912 +03:00 [DBG] Connection id "0HNC8090TG7M9" completed keep alive response. 2025-06-27 18:16:14.913 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 170.1451ms 2025-06-27 18:16:14.918 +03:00 [DBG] Connection id "0HNC8090TG7M9" received FIN. 2025-06-27 18:16:14.918 +03:00 [DBG] Connection id "0HNC8090TG7M9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:14.918 +03:00 [DBG] Connection id "0HNC8090TG7M9" disconnecting. 2025-06-27 18:16:14.918 +03:00 [DBG] Connection id "0HNC8090TG7M9" stopped. 2025-06-27 18:16:15.776 +03:00 [DBG] Connection id "0HNC8090TG7MA" accepted. 2025-06-27 18:16:15.776 +03:00 [DBG] Connection id "0HNC8090TG7MA" started. 2025-06-27 18:16:15.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:15.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:15.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:15.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:15.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:15.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:15.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:15.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:15.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:15.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:15.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:15.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:15.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:15.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:15.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:15.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:15.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:15.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:15.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:15.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:15.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1275ms. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:15.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:15.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:15.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:15.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:15.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:15.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6958ms 2025-06-27 18:16:15.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:15.778 +03:00 [DBG] Connection id "0HNC8090TG7MA" completed keep alive response. 2025-06-27 18:16:15.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3513ms 2025-06-27 18:16:15.778 +03:00 [DBG] Connection id "0HNC8090TG7MA" received FIN. 2025-06-27 18:16:15.778 +03:00 [DBG] Connection id "0HNC8090TG7MA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:15.778 +03:00 [DBG] Connection id "0HNC8090TG7MA" disconnecting. 2025-06-27 18:16:15.778 +03:00 [DBG] Connection id "0HNC8090TG7MA" stopped. 2025-06-27 18:16:20.793 +03:00 [DBG] Connection id "0HNC8090TG7MB" accepted. 2025-06-27 18:16:20.794 +03:00 [DBG] Connection id "0HNC8090TG7MB" started. 2025-06-27 18:16:20.794 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:20.794 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:20.794 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:20.794 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:20.794 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:20.794 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:20.794 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:20.794 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:20.794 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:20.794 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:20.794 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:20.794 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:20.794 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:20.794 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:20.794 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:20.794 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:20.794 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:20.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.794 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:20.794 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:20.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:20.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:20.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:20.795 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:20.795 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1811ms. 2025-06-27 18:16:20.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:20.795 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:20.795 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:20.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7405ms 2025-06-27 18:16:20.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:20.795 +03:00 [DBG] Connection id "0HNC8090TG7MB" completed keep alive response. 2025-06-27 18:16:20.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4436ms 2025-06-27 18:16:20.796 +03:00 [DBG] Connection id "0HNC8090TG7MB" received FIN. 2025-06-27 18:16:20.796 +03:00 [DBG] Connection id "0HNC8090TG7MB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:20.796 +03:00 [DBG] Connection id "0HNC8090TG7MB" disconnecting. 2025-06-27 18:16:20.796 +03:00 [DBG] Connection id "0HNC8090TG7MB" stopped. 2025-06-27 18:16:25.786 +03:00 [DBG] Connection id "0HNC8090TG7MC" accepted. 2025-06-27 18:16:25.786 +03:00 [DBG] Connection id "0HNC8090TG7MC" started. 2025-06-27 18:16:25.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:25.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:25.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:25.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:25.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:25.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:25.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:25.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:25.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:25.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:25.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:25.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:25.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:25.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:25.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:25.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:25.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:25.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:25.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:25.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1533ms. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:25.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:25.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:25.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:25.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:25.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:25.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:25.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1677ms 2025-06-27 18:16:25.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:25.788 +03:00 [DBG] Connection id "0HNC8090TG7MC" completed keep alive response. 2025-06-27 18:16:25.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9694ms 2025-06-27 18:16:25.788 +03:00 [DBG] Connection id "0HNC8090TG7MC" received FIN. 2025-06-27 18:16:25.788 +03:00 [DBG] Connection id "0HNC8090TG7MC" disconnecting. 2025-06-27 18:16:25.788 +03:00 [DBG] Connection id "0HNC8090TG7MC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:25.789 +03:00 [DBG] Connection id "0HNC8090TG7MC" stopped. 2025-06-27 18:16:29.245 +03:00 [DBG] Connection id "0HNC8090TG7MD" accepted. 2025-06-27 18:16:29.246 +03:00 [DBG] Connection id "0HNC8090TG7MD" started. 2025-06-27 18:16:29.246 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 753 2025-06-27 18:16:29.246 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:29.246 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:29.246 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:16:29.246 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:16:29.246 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:29.246 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:29.246 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:29.246 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:29.246 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:29.246 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:29.246 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:29.246 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:29.246 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:29.246 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:29.246 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:29.246 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:29.246 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.246 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.247 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:29.247 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:29.247 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:16:29.247 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:16:29.247 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:16:29.247 +03:00 [DBG] Connection id "0HNC8090TG7MD", Request id "0HNC8090TG7MD:00000001": started reading request body. 2025-06-27 18:16:29.247 +03:00 [DBG] Connection id "0HNC8090TG7MD", Request id "0HNC8090TG7MD:00000001": done reading request body. 2025-06-27 18:16:29.247 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:16:29.247 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:29.247 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:29.247 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:16:29.247 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:29.247 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.247 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.247 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.247 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.247 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:29.247 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:16:29.247 +03:00 [INF] Updating physical elements properties 2025-06-27 18:16:29.266 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.8106ms. 2025-06-27 18:16:29.266 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.266 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:29.267 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:29.267 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.267 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.267 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 20.8016ms 2025-06-27 18:16:29.267 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:29.267 +03:00 [DBG] Connection id "0HNC8090TG7MD" completed keep alive response. 2025-06-27 18:16:29.267 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 21.6902ms 2025-06-27 18:16:29.268 +03:00 [DBG] Connection id "0HNC8090TG7MD" received FIN. 2025-06-27 18:16:29.268 +03:00 [DBG] Connection id "0HNC8090TG7MD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:29.268 +03:00 [DBG] Connection id "0HNC8090TG7MD" disconnecting. 2025-06-27 18:16:29.268 +03:00 [DBG] Connection id "0HNC8090TG7MD" stopped. 2025-06-27 18:16:29.303 +03:00 [DBG] Connection id "0HNC8090TG7ME" accepted. 2025-06-27 18:16:29.304 +03:00 [DBG] Connection id "0HNC8090TG7ME" started. 2025-06-27 18:16:29.304 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:29.304 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:29.304 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:29.304 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:29.304 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:29.304 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:29.304 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:29.304 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:29.304 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:29.304 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:29.304 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:29.304 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:29.304 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:29.304 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:29.304 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:29.305 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.305 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.305 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:29.305 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:29.305 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:29.305 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:29.305 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:29.305 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:29.305 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:29.305 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:29.305 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.305 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.305 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.305 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.305 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:29.305 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:29.305 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:29.308 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.4044ms. 2025-06-27 18:16:29.308 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:29.308 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:29.308 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:29.308 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:29.308 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:29.308 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:29.308 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:29.308 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.308 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.309 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.309 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.309 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.309 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.1449ms 2025-06-27 18:16:29.309 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:29.309 +03:00 [DBG] Connection id "0HNC8090TG7ME" completed keep alive response. 2025-06-27 18:16:29.309 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.1066ms 2025-06-27 18:16:29.309 +03:00 [DBG] Connection id "0HNC8090TG7ME" received FIN. 2025-06-27 18:16:29.309 +03:00 [DBG] Connection id "0HNC8090TG7ME" disconnecting. 2025-06-27 18:16:29.309 +03:00 [DBG] Connection id "0HNC8090TG7ME" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:29.311 +03:00 [DBG] Connection id "0HNC8090TG7ME" stopped. 2025-06-27 18:16:29.354 +03:00 [DBG] Connection id "0HNC8090TG7MF" accepted. 2025-06-27 18:16:29.354 +03:00 [DBG] Connection id "0HNC8090TG7MF" started. 2025-06-27 18:16:29.355 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:29.355 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:29.355 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:29.355 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:29.355 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:29.355 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:29.355 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:29.355 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:29.355 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:29.355 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:29.355 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:29.355 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:29.355 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:29.355 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:29.355 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:29.355 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.355 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.355 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:29.355 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:29.355 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:29.355 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:29.356 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:29.356 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:29.356 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:29.356 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:29.356 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.356 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.356 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.356 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.356 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:29.356 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:29.356 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:29.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 168.3884ms. 2025-06-27 18:16:29.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:29.525 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:29.525 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:29.525 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:29.525 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:29.525 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:29.525 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:29.526 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:29.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:29.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:29.526 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 170.7715ms 2025-06-27 18:16:29.526 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:29.526 +03:00 [DBG] Connection id "0HNC8090TG7MF" completed keep alive response. 2025-06-27 18:16:29.526 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 171.5834ms 2025-06-27 18:16:29.534 +03:00 [DBG] Connection id "0HNC8090TG7MF" received FIN. 2025-06-27 18:16:29.534 +03:00 [DBG] Connection id "0HNC8090TG7MF" disconnecting. 2025-06-27 18:16:29.534 +03:00 [DBG] Connection id "0HNC8090TG7MF" stopped. 2025-06-27 18:16:29.534 +03:00 [DBG] Connection id "0HNC8090TG7MF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:30.779 +03:00 [DBG] Connection id "0HNC8090TG7MG" accepted. 2025-06-27 18:16:30.780 +03:00 [DBG] Connection id "0HNC8090TG7MG" started. 2025-06-27 18:16:30.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:30.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:30.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:30.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:30.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:30.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:30.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:30.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:30.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:30.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:30.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:30.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:30.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:30.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:30.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:30.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:30.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:30.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:30.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:30.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:30.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1776ms. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:30.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:30.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:30.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:30.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3869ms 2025-06-27 18:16:30.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:30.782 +03:00 [DBG] Connection id "0HNC8090TG7MG" completed keep alive response. 2025-06-27 18:16:30.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.322ms 2025-06-27 18:16:30.782 +03:00 [DBG] Connection id "0HNC8090TG7MG" received FIN. 2025-06-27 18:16:30.782 +03:00 [DBG] Connection id "0HNC8090TG7MG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:30.782 +03:00 [DBG] Connection id "0HNC8090TG7MG" disconnecting. 2025-06-27 18:16:30.783 +03:00 [DBG] Connection id "0HNC8090TG7MG" stopped. 2025-06-27 18:16:32.437 +03:00 [DBG] Connection id "0HNC8090TG7MH" accepted. 2025-06-27 18:16:32.438 +03:00 [DBG] Connection id "0HNC8090TG7MH" started. 2025-06-27 18:16:32.438 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:16:32.438 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:32.438 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:32.438 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:16:32.438 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:16:32.438 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:16:32.438 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:32.438 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:32.439 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:32.439 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:32.439 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:16:32.439 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:32.439 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:32.439 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:32.439 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:32.439 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:32.439 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:32.439 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.439 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.439 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:32.439 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:32.439 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:16:32.440 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:16:32.440 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:16:32.440 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:16:32.440 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:16:32.440 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:16:32.440 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:16:32.440 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:16:32.440 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:16:32.440 +03:00 [DBG] Connection id "0HNC8090TG7MH", Request id "0HNC8090TG7MH:00000001": started reading request body. 2025-06-27 18:16:32.441 +03:00 [DBG] Connection id "0HNC8090TG7MH", Request id "0HNC8090TG7MH:00000001": done reading request body. 2025-06-27 18:16:32.441 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:16:32.441 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:16:32.441 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:16:32.441 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:16:32.441 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:16:32.441 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.441 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.441 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.441 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.441 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:32.441 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:16:32.441 +03:00 [INF] Changing group of physicals [238] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:32.481 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 39.9113ms. 2025-06-27 18:16:32.481 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.481 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:32.481 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:32.482 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:32.482 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.482 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.482 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.482 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.482 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.482 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.482 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 42.8792ms 2025-06-27 18:16:32.482 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:16:32.482 +03:00 [DBG] Connection id "0HNC8090TG7MH" completed keep alive response. 2025-06-27 18:16:32.482 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 44.4675ms 2025-06-27 18:16:32.483 +03:00 [DBG] Connection id "0HNC8090TG7MH" received FIN. 2025-06-27 18:16:32.483 +03:00 [DBG] Connection id "0HNC8090TG7MH" disconnecting. 2025-06-27 18:16:32.483 +03:00 [DBG] Connection id "0HNC8090TG7MH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:32.484 +03:00 [DBG] Connection id "0HNC8090TG7MH" stopped. 2025-06-27 18:16:32.516 +03:00 [DBG] Connection id "0HNC8090TG7MI" accepted. 2025-06-27 18:16:32.516 +03:00 [DBG] Connection id "0HNC8090TG7MI" started. 2025-06-27 18:16:32.516 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:32.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:32.517 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:32.517 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:32.517 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:32.517 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:32.517 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:32.517 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:32.517 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:32.517 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:32.517 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:32.517 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:32.517 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:32.517 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:32.517 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:32.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.517 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:32.517 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:32.517 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:32.517 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:32.517 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:32.518 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:32.518 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:32.518 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:32.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.518 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:32.518 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:32.518 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:32.519 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.2719ms. 2025-06-27 18:16:32.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.519 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:32.519 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:32.520 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:32.520 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:32.520 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:32.520 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:32.520 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:32.520 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:32.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.520 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.8104ms 2025-06-27 18:16:32.520 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:32.520 +03:00 [DBG] Connection id "0HNC8090TG7MI" completed keep alive response. 2025-06-27 18:16:32.520 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.6929ms 2025-06-27 18:16:32.521 +03:00 [DBG] Connection id "0HNC8090TG7MI" received FIN. 2025-06-27 18:16:32.521 +03:00 [DBG] Connection id "0HNC8090TG7MI" disconnecting. 2025-06-27 18:16:32.521 +03:00 [DBG] Connection id "0HNC8090TG7MI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:32.522 +03:00 [DBG] Connection id "0HNC8090TG7MI" stopped. 2025-06-27 18:16:32.566 +03:00 [DBG] Connection id "0HNC8090TG7MJ" accepted. 2025-06-27 18:16:32.566 +03:00 [DBG] Connection id "0HNC8090TG7MJ" started. 2025-06-27 18:16:32.567 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:32.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:32.567 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:32.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:32.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:32.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:32.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:32.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:32.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:32.567 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:32.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:32.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:32.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:32.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:32.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:32.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:32.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:32.567 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:32.567 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:32.567 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:32.567 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:32.567 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:32.567 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:32.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:32.567 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:32.567 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:32.751 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 183.9645ms. 2025-06-27 18:16:32.752 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.752 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:32.752 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:32.752 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:32.752 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:32.752 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:32.752 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:32.752 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:32.754 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:32.754 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.754 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:32.754 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.754 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.754 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.754 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:32.754 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 186.6056ms 2025-06-27 18:16:32.754 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:32.754 +03:00 [DBG] Connection id "0HNC8090TG7MJ" completed keep alive response. 2025-06-27 18:16:32.754 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 187.1868ms 2025-06-27 18:16:32.758 +03:00 [DBG] Connection id "0HNC8090TG7MJ" received FIN. 2025-06-27 18:16:32.758 +03:00 [DBG] Connection id "0HNC8090TG7MJ" disconnecting. 2025-06-27 18:16:32.758 +03:00 [DBG] Connection id "0HNC8090TG7MJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:32.759 +03:00 [DBG] Connection id "0HNC8090TG7MJ" stopped. 2025-06-27 18:16:35.777 +03:00 [DBG] Connection id "0HNC8090TG7MK" accepted. 2025-06-27 18:16:35.777 +03:00 [DBG] Connection id "0HNC8090TG7MK" started. 2025-06-27 18:16:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:35.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:35.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:35.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:35.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:35.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:35.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:35.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:35.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:35.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:35.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:35.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:35.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:35.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:35.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1257ms. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:35.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:35.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.92ms 2025-06-27 18:16:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:35.779 +03:00 [DBG] Connection id "0HNC8090TG7MK" completed keep alive response. 2025-06-27 18:16:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5322ms 2025-06-27 18:16:35.779 +03:00 [DBG] Connection id "0HNC8090TG7MK" received FIN. 2025-06-27 18:16:35.779 +03:00 [DBG] Connection id "0HNC8090TG7MK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:35.779 +03:00 [DBG] Connection id "0HNC8090TG7MK" disconnecting. 2025-06-27 18:16:35.779 +03:00 [DBG] Connection id "0HNC8090TG7MK" stopped. 2025-06-27 18:16:40.792 +03:00 [DBG] Connection id "0HNC8090TG7ML" accepted. 2025-06-27 18:16:40.792 +03:00 [DBG] Connection id "0HNC8090TG7ML" started. 2025-06-27 18:16:40.792 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:40.792 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:40.792 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:40.792 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:40.792 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:40.792 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:40.792 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:40.792 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:40.792 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:40.793 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:40.793 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:40.793 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:40.793 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:40.793 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:40.793 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:40.793 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:40.793 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:40.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.793 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:40.793 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:40.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:40.793 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:40.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:40.793 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:40.793 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:40.794 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1683ms. 2025-06-27 18:16:40.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:40.794 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:40.794 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:40.794 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1047ms 2025-06-27 18:16:40.794 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:40.794 +03:00 [DBG] Connection id "0HNC8090TG7ML" completed keep alive response. 2025-06-27 18:16:40.794 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2811ms 2025-06-27 18:16:40.795 +03:00 [DBG] Connection id "0HNC8090TG7ML" received FIN. 2025-06-27 18:16:40.795 +03:00 [DBG] Connection id "0HNC8090TG7ML" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:40.795 +03:00 [DBG] Connection id "0HNC8090TG7ML" disconnecting. 2025-06-27 18:16:40.795 +03:00 [DBG] Connection id "0HNC8090TG7ML" stopped. 2025-06-27 18:16:44.036 +03:00 [DBG] Connection id "0HNC8090TG7MM" accepted. 2025-06-27 18:16:44.036 +03:00 [DBG] Connection id "0HNC8090TG7MM" started. 2025-06-27 18:16:44.036 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 772 2025-06-27 18:16:44.036 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:44.036 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:44.036 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:16:44.036 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:16:44.037 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:44.037 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:44.037 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:44.037 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:44.037 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:44.037 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:44.037 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:44.037 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:44.037 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:44.037 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:44.037 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:44.037 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:44.037 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.037 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.037 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:44.037 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:44.037 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:16:44.037 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:16:44.037 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:16:44.037 +03:00 [DBG] Connection id "0HNC8090TG7MM", Request id "0HNC8090TG7MM:00000001": started reading request body. 2025-06-27 18:16:44.037 +03:00 [DBG] Connection id "0HNC8090TG7MM", Request id "0HNC8090TG7MM:00000001": done reading request body. 2025-06-27 18:16:44.038 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:16:44.038 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:44.038 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:44.038 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:16:44.038 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:16:44.038 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.038 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.038 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.038 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.038 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:44.038 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:16:44.038 +03:00 [INF] Updating physical elements properties 2025-06-27 18:16:44.060 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.3694ms. 2025-06-27 18:16:44.061 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:44.061 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:44.061 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.061 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.061 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 24.0566ms 2025-06-27 18:16:44.061 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:16:44.061 +03:00 [DBG] Connection id "0HNC8090TG7MM" completed keep alive response. 2025-06-27 18:16:44.061 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 24.8678ms 2025-06-27 18:16:44.062 +03:00 [DBG] Connection id "0HNC8090TG7MM" received FIN. 2025-06-27 18:16:44.062 +03:00 [DBG] Connection id "0HNC8090TG7MM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:44.062 +03:00 [DBG] Connection id "0HNC8090TG7MM" disconnecting. 2025-06-27 18:16:44.062 +03:00 [DBG] Connection id "0HNC8090TG7MM" stopped. 2025-06-27 18:16:44.097 +03:00 [DBG] Connection id "0HNC8090TG7MN" accepted. 2025-06-27 18:16:44.097 +03:00 [DBG] Connection id "0HNC8090TG7MN" started. 2025-06-27 18:16:44.097 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:44.097 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:44.097 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:44.097 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:44.097 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:44.097 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:44.097 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:44.097 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:44.097 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:44.097 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:44.098 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:44.098 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:44.098 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:44.098 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:44.098 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:44.098 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.098 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.098 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:44.098 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:44.098 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:44.098 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:44.098 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:44.098 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:44.098 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:44.098 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:44.098 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.098 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.098 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.098 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.098 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:44.098 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:44.098 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:44.101 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.6723ms. 2025-06-27 18:16:44.101 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.101 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:44.101 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:44.101 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:44.101 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:44.102 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:44.102 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:44.102 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:44.102 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:44.102 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.102 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.102 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.102 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.102 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.102 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.102 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.1985ms 2025-06-27 18:16:44.102 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:44.102 +03:00 [DBG] Connection id "0HNC8090TG7MN" completed keep alive response. 2025-06-27 18:16:44.102 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.9744ms 2025-06-27 18:16:44.102 +03:00 [DBG] Connection id "0HNC8090TG7MN" received FIN. 2025-06-27 18:16:44.103 +03:00 [DBG] Connection id "0HNC8090TG7MN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:44.103 +03:00 [DBG] Connection id "0HNC8090TG7MN" disconnecting. 2025-06-27 18:16:44.103 +03:00 [DBG] Connection id "0HNC8090TG7MN" stopped. 2025-06-27 18:16:44.146 +03:00 [DBG] Connection id "0HNC8090TG7MO" accepted. 2025-06-27 18:16:44.146 +03:00 [DBG] Connection id "0HNC8090TG7MO" started. 2025-06-27 18:16:44.146 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:44.146 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:44.146 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:44.146 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:44.146 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:44.146 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:44.146 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:44.146 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:44.146 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:44.146 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:44.146 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:44.147 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:44.147 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:44.147 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:44.147 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:44.147 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.147 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.147 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:44.147 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:44.147 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:44.147 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:44.147 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:44.147 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:44.147 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:44.147 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:44.147 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.147 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.147 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.147 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.147 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:44.147 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:44.147 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:44.331 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 183.3634ms. 2025-06-27 18:16:44.331 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.331 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:44.331 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:44.331 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:44.331 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:44.331 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:44.331 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:44.331 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:44.332 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:44.332 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.333 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:44.333 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.333 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.333 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.333 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:44.333 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 185.8735ms 2025-06-27 18:16:44.333 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:44.333 +03:00 [DBG] Connection id "0HNC8090TG7MO" completed keep alive response. 2025-06-27 18:16:44.333 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 186.7758ms 2025-06-27 18:16:44.340 +03:00 [DBG] Connection id "0HNC8090TG7MO" received FIN. 2025-06-27 18:16:44.341 +03:00 [DBG] Connection id "0HNC8090TG7MO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:44.341 +03:00 [DBG] Connection id "0HNC8090TG7MO" disconnecting. 2025-06-27 18:16:44.341 +03:00 [DBG] Connection id "0HNC8090TG7MO" stopped. 2025-06-27 18:16:45.778 +03:00 [DBG] Connection id "0HNC8090TG7MP" accepted. 2025-06-27 18:16:45.778 +03:00 [DBG] Connection id "0HNC8090TG7MP" started. 2025-06-27 18:16:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:45.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:45.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:45.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:45.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:45.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:45.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:45.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:45.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:45.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:45.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1565ms. 2025-06-27 18:16:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:45.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7912ms 2025-06-27 18:16:45.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:45.779 +03:00 [DBG] Connection id "0HNC8090TG7MP" completed keep alive response. 2025-06-27 18:16:45.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4549ms 2025-06-27 18:16:45.780 +03:00 [DBG] Connection id "0HNC8090TG7MP" received FIN. 2025-06-27 18:16:45.780 +03:00 [DBG] Connection id "0HNC8090TG7MP" disconnecting. 2025-06-27 18:16:45.780 +03:00 [DBG] Connection id "0HNC8090TG7MP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:45.781 +03:00 [DBG] Connection id "0HNC8090TG7MP" stopped. 2025-06-27 18:16:47.118 +03:00 [DBG] Connection id "0HNC8090TG7MQ" accepted. 2025-06-27 18:16:47.118 +03:00 [DBG] Connection id "0HNC8090TG7MQ" started. 2025-06-27 18:16:47.119 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:16:47.119 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:47.119 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:47.119 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:16:47.119 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:16:47.119 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:16:47.119 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:47.119 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:47.119 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:47.119 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:47.119 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:16:47.119 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:47.119 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:47.119 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:47.119 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:47.119 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:47.119 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:47.119 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.119 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.119 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:47.119 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:47.119 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:16:47.119 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:16:47.119 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:16:47.119 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:16:47.119 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:16:47.120 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:16:47.120 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:16:47.120 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:16:47.120 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:16:47.120 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:16:47.120 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:16:47.120 +03:00 [DBG] Connection id "0HNC8090TG7MQ", Request id "0HNC8090TG7MQ:00000001": started reading request body. 2025-06-27 18:16:47.120 +03:00 [DBG] Connection id "0HNC8090TG7MQ", Request id "0HNC8090TG7MQ:00000001": done reading request body. 2025-06-27 18:16:47.120 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:16:47.120 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:16:47.120 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:16:47.120 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.120 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.120 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.120 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.120 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:47.120 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:16:47.120 +03:00 [INF] Changing group of physicals [289] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:47.150 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 30.0454ms. 2025-06-27 18:16:47.150 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.150 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:47.150 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:47.151 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:47.151 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.151 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.151 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.151 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.151 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.151 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.151 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 31.3938ms 2025-06-27 18:16:47.151 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:16:47.151 +03:00 [DBG] Connection id "0HNC8090TG7MQ" completed keep alive response. 2025-06-27 18:16:47.151 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 32.2532ms 2025-06-27 18:16:47.151 +03:00 [DBG] Connection id "0HNC8090TG7MQ" received FIN. 2025-06-27 18:16:47.151 +03:00 [DBG] Connection id "0HNC8090TG7MQ" disconnecting. 2025-06-27 18:16:47.151 +03:00 [DBG] Connection id "0HNC8090TG7MQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:47.152 +03:00 [DBG] Connection id "0HNC8090TG7MQ" stopped. 2025-06-27 18:16:47.192 +03:00 [DBG] Connection id "0HNC8090TG7MR" accepted. 2025-06-27 18:16:47.192 +03:00 [DBG] Connection id "0HNC8090TG7MR" started. 2025-06-27 18:16:47.192 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:47.192 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:47.192 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:47.192 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:47.192 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:47.193 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:47.193 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:47.193 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:47.193 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:47.193 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:47.193 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:47.193 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:47.193 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:47.193 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:47.193 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:47.193 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.193 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.193 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:47.193 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:47.193 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:47.193 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:47.193 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:47.193 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:47.193 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:47.193 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:47.193 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.193 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.194 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.194 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.194 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:47.194 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:47.194 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:47.195 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0429ms. 2025-06-27 18:16:47.195 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:47.195 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:47.195 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:47.195 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:47.195 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:47.195 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:47.195 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:47.195 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.195 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.196 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.196 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.4857ms 2025-06-27 18:16:47.196 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:47.196 +03:00 [DBG] Connection id "0HNC8090TG7MR" completed keep alive response. 2025-06-27 18:16:47.196 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.3255ms 2025-06-27 18:16:47.196 +03:00 [DBG] Connection id "0HNC8090TG7MR" received FIN. 2025-06-27 18:16:47.196 +03:00 [DBG] Connection id "0HNC8090TG7MR" disconnecting. 2025-06-27 18:16:47.196 +03:00 [DBG] Connection id "0HNC8090TG7MR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:47.197 +03:00 [DBG] Connection id "0HNC8090TG7MR" stopped. 2025-06-27 18:16:47.240 +03:00 [DBG] Connection id "0HNC8090TG7MS" accepted. 2025-06-27 18:16:47.240 +03:00 [DBG] Connection id "0HNC8090TG7MS" started. 2025-06-27 18:16:47.240 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:16:47.240 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:47.240 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:16:47.240 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:47.240 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:16:47.240 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:47.240 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:47.240 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:47.240 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:47.241 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:16:47.241 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:47.241 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:47.241 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:47.241 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:47.241 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:47.241 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.241 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.241 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:47.241 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:16:47.241 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:16:47.241 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:16:47.241 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:47.241 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:16:47.241 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:16:47.241 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:16:47.241 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.241 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.241 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.241 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.241 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:47.241 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:16:47.241 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:16:47.394 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 152.458ms. 2025-06-27 18:16:47.394 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.394 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:47.394 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:16:47.394 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:16:47.394 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:16:47.394 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:16:47.394 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:16:47.394 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:16:47.396 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:16:47.396 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.396 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:47.396 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.396 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.396 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.396 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:47.396 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 154.9272ms 2025-06-27 18:16:47.396 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:16:47.396 +03:00 [DBG] Connection id "0HNC8090TG7MS" completed keep alive response. 2025-06-27 18:16:47.396 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 155.5816ms 2025-06-27 18:16:47.399 +03:00 [DBG] Connection id "0HNC8090TG7MS" received FIN. 2025-06-27 18:16:47.399 +03:00 [DBG] Connection id "0HNC8090TG7MS" disconnecting. 2025-06-27 18:16:47.399 +03:00 [DBG] Connection id "0HNC8090TG7MS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:47.401 +03:00 [DBG] Connection id "0HNC8090TG7MS" stopped. 2025-06-27 18:16:50.776 +03:00 [DBG] Connection id "0HNC8090TG7MT" accepted. 2025-06-27 18:16:50.776 +03:00 [DBG] Connection id "0HNC8090TG7MT" started. 2025-06-27 18:16:50.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:50.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:50.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:50.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:50.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:50.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:50.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:50.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:50.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:50.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:50.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1509ms. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:50.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:50.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:50.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9088ms 2025-06-27 18:16:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:50.778 +03:00 [DBG] Connection id "0HNC8090TG7MT" completed keep alive response. 2025-06-27 18:16:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7217ms 2025-06-27 18:16:50.778 +03:00 [DBG] Connection id "0HNC8090TG7MT" received FIN. 2025-06-27 18:16:50.778 +03:00 [DBG] Connection id "0HNC8090TG7MT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:50.778 +03:00 [DBG] Connection id "0HNC8090TG7MT" disconnecting. 2025-06-27 18:16:50.778 +03:00 [DBG] Connection id "0HNC8090TG7MT" stopped. 2025-06-27 18:16:55.796 +03:00 [DBG] Connection id "0HNC8090TG7MU" accepted. 2025-06-27 18:16:55.796 +03:00 [DBG] Connection id "0HNC8090TG7MU" started. 2025-06-27 18:16:55.796 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:16:55.796 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:16:55.796 +03:00 [DBG] POST requests are not supported 2025-06-27 18:16:55.796 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:16:55.796 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:16:55.796 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:55.796 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:16:55.797 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:16:55.797 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:16:55.797 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:16:55.797 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:55.797 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:16:55.797 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:16:55.797 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:16:55.797 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:16:55.797 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:16:55.797 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:16:55.797 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.797 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.797 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:55.798 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:55.798 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:16:55.798 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2082ms. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:55.798 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:55.798 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:16:55.798 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:16:55.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:55.799 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:16:55.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.799 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.799 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.799 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:16:55.799 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.529ms 2025-06-27 18:16:55.799 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:16:55.799 +03:00 [DBG] Connection id "0HNC8090TG7MU" completed keep alive response. 2025-06-27 18:16:55.799 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9901ms 2025-06-27 18:16:55.799 +03:00 [DBG] Connection id "0HNC8090TG7MU" received FIN. 2025-06-27 18:16:55.799 +03:00 [DBG] Connection id "0HNC8090TG7MU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:16:55.800 +03:00 [DBG] Connection id "0HNC8090TG7MU" disconnecting. 2025-06-27 18:16:55.800 +03:00 [DBG] Connection id "0HNC8090TG7MU" stopped. 2025-06-27 18:17:00.778 +03:00 [DBG] Connection id "0HNC8090TG7MV" accepted. 2025-06-27 18:17:00.778 +03:00 [DBG] Connection id "0HNC8090TG7MV" started. 2025-06-27 18:17:00.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:00.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:00.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:00.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:00.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:00.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:00.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:00.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:00.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:00.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:00.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:00.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:00.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:00.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:00.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:00.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:00.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:00.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:00.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:00.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:00.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1652ms. 2025-06-27 18:17:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:00.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:00.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:00.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2611ms 2025-06-27 18:17:00.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:00.780 +03:00 [DBG] Connection id "0HNC8090TG7MV" completed keep alive response. 2025-06-27 18:17:00.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3387ms 2025-06-27 18:17:00.781 +03:00 [DBG] Connection id "0HNC8090TG7MV" received FIN. 2025-06-27 18:17:00.782 +03:00 [DBG] Connection id "0HNC8090TG7MV" disconnecting. 2025-06-27 18:17:00.782 +03:00 [DBG] Connection id "0HNC8090TG7MV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:00.783 +03:00 [DBG] Connection id "0HNC8090TG7MV" stopped. 2025-06-27 18:17:05.271 +03:00 [DBG] Connection id "0HNC8090TG7N0" accepted. 2025-06-27 18:17:05.271 +03:00 [DBG] Connection id "0HNC8090TG7N0" started. 2025-06-27 18:17:05.272 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 750 2025-06-27 18:17:05.272 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:05.272 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:05.272 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:17:05.272 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:17:05.272 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:05.272 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:05.272 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:05.272 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:05.272 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:05.272 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:05.272 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:05.272 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:05.273 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:05.273 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:05.273 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:05.273 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:05.273 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.273 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.273 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:05.273 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:05.273 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:17:05.273 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:17:05.273 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:17:05.273 +03:00 [DBG] Connection id "0HNC8090TG7N0", Request id "0HNC8090TG7N0:00000001": started reading request body. 2025-06-27 18:17:05.273 +03:00 [DBG] Connection id "0HNC8090TG7N0", Request id "0HNC8090TG7N0:00000001": done reading request body. 2025-06-27 18:17:05.273 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:17:05.273 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:05.274 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:05.274 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:17:05.274 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:05.274 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.274 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.274 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.274 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.274 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:05.274 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:17:05.274 +03:00 [INF] Updating physical elements properties 2025-06-27 18:17:05.292 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.3919ms. 2025-06-27 18:17:05.293 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:05.293 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:05.293 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.293 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.293 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 20.1023ms 2025-06-27 18:17:05.293 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:05.293 +03:00 [DBG] Connection id "0HNC8090TG7N0" completed keep alive response. 2025-06-27 18:17:05.293 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 21.3869ms 2025-06-27 18:17:05.293 +03:00 [DBG] Connection id "0HNC8090TG7N0" received FIN. 2025-06-27 18:17:05.293 +03:00 [DBG] Connection id "0HNC8090TG7N0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:05.293 +03:00 [DBG] Connection id "0HNC8090TG7N0" disconnecting. 2025-06-27 18:17:05.294 +03:00 [DBG] Connection id "0HNC8090TG7N0" stopped. 2025-06-27 18:17:05.334 +03:00 [DBG] Connection id "0HNC8090TG7N1" accepted. 2025-06-27 18:17:05.334 +03:00 [DBG] Connection id "0HNC8090TG7N1" started. 2025-06-27 18:17:05.334 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:05.334 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:05.334 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:05.334 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:05.334 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:05.334 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:05.334 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:05.334 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:05.334 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:05.335 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:05.335 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:05.335 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:05.335 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:05.335 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:05.335 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:05.335 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.335 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.335 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:05.335 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:05.335 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:05.335 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:05.335 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:05.335 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:05.335 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:05.335 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:05.335 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.335 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.335 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.335 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.335 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:05.336 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:05.336 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:05.338 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.1643ms. 2025-06-27 18:17:05.338 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.338 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:05.338 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:05.339 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:05.339 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:05.339 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:05.339 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:05.339 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:05.339 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:05.339 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.339 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.339 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.339 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.339 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.339 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.339 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.219ms 2025-06-27 18:17:05.339 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:05.339 +03:00 [DBG] Connection id "0HNC8090TG7N1" completed keep alive response. 2025-06-27 18:17:05.339 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.1991ms 2025-06-27 18:17:05.340 +03:00 [DBG] Connection id "0HNC8090TG7N1" received FIN. 2025-06-27 18:17:05.340 +03:00 [DBG] Connection id "0HNC8090TG7N1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:05.340 +03:00 [DBG] Connection id "0HNC8090TG7N1" disconnecting. 2025-06-27 18:17:05.340 +03:00 [DBG] Connection id "0HNC8090TG7N1" stopped. 2025-06-27 18:17:05.382 +03:00 [DBG] Connection id "0HNC8090TG7N2" accepted. 2025-06-27 18:17:05.382 +03:00 [DBG] Connection id "0HNC8090TG7N2" started. 2025-06-27 18:17:05.382 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:05.382 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:05.382 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:05.382 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:05.382 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:05.382 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:05.382 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:05.382 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:05.382 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:05.382 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:05.383 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:05.383 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:05.383 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:05.383 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:05.383 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:05.383 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.383 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.383 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:05.383 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:05.383 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:05.383 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:05.383 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:05.383 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:05.383 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:05.383 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:05.383 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.383 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.383 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.383 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.383 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:05.383 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:05.383 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:05.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 152.6421ms. 2025-06-27 18:17:05.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.536 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:05.536 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:05.536 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:05.536 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:05.536 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:05.536 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:05.536 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:05.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:05.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.540 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 157.1208ms 2025-06-27 18:17:05.540 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:05.540 +03:00 [DBG] Connection id "0HNC8090TG7N2" completed keep alive response. 2025-06-27 18:17:05.540 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 158.1618ms 2025-06-27 18:17:05.543 +03:00 [DBG] Connection id "0HNC8090TG7N2" received FIN. 2025-06-27 18:17:05.543 +03:00 [DBG] Connection id "0HNC8090TG7N2" disconnecting. 2025-06-27 18:17:05.543 +03:00 [DBG] Connection id "0HNC8090TG7N2" stopped. 2025-06-27 18:17:05.544 +03:00 [DBG] Connection id "0HNC8090TG7N2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:05.778 +03:00 [DBG] Connection id "0HNC8090TG7N3" accepted. 2025-06-27 18:17:05.778 +03:00 [DBG] Connection id "0HNC8090TG7N3" started. 2025-06-27 18:17:05.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:05.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:05.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:05.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:05.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:05.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:05.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:05.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:05.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:05.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:05.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:05.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:05.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:05.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:05.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:05.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:05.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:05.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:05.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.128ms. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:05.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:05.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:05.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.725ms 2025-06-27 18:17:05.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:05.780 +03:00 [DBG] Connection id "0HNC8090TG7N3" completed keep alive response. 2025-06-27 18:17:05.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3716ms 2025-06-27 18:17:05.780 +03:00 [DBG] Connection id "0HNC8090TG7N3" received FIN. 2025-06-27 18:17:05.780 +03:00 [DBG] Connection id "0HNC8090TG7N3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:05.780 +03:00 [DBG] Connection id "0HNC8090TG7N3" disconnecting. 2025-06-27 18:17:05.780 +03:00 [DBG] Connection id "0HNC8090TG7N3" stopped. 2025-06-27 18:17:10.103 +03:00 [DBG] Connection id "0HNC8090TG7N4" accepted. 2025-06-27 18:17:10.103 +03:00 [DBG] Connection id "0HNC8090TG7N4" started. 2025-06-27 18:17:10.103 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:17:10.103 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:10.103 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:10.103 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:17:10.103 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:17:10.103 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:10.103 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:10.103 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:10.103 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:10.103 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:10.103 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:10.103 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:10.103 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:10.103 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:10.103 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:10.103 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:10.103 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:10.103 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.103 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.103 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:10.103 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:17:10.104 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:17:10.104 +03:00 [DBG] Connection id "0HNC8090TG7N4", Request id "0HNC8090TG7N4:00000001": started reading request body. 2025-06-27 18:17:10.104 +03:00 [DBG] Connection id "0HNC8090TG7N4", Request id "0HNC8090TG7N4:00000001": done reading request body. 2025-06-27 18:17:10.104 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:10.104 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:17:10.104 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:10.104 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.104 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.104 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.104 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.104 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:10.104 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:17:10.104 +03:00 [INF] Changing group of physicals [292] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:10.120 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.2383ms. 2025-06-27 18:17:10.120 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:10.121 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:10.121 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.121 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.121 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 17.6204ms 2025-06-27 18:17:10.121 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:10.121 +03:00 [DBG] Connection id "0HNC8090TG7N4" completed keep alive response. 2025-06-27 18:17:10.121 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 18.3459ms 2025-06-27 18:17:10.121 +03:00 [DBG] Connection id "0HNC8090TG7N4" received FIN. 2025-06-27 18:17:10.121 +03:00 [DBG] Connection id "0HNC8090TG7N4" disconnecting. 2025-06-27 18:17:10.122 +03:00 [DBG] Connection id "0HNC8090TG7N4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:10.123 +03:00 [DBG] Connection id "0HNC8090TG7N4" stopped. 2025-06-27 18:17:10.159 +03:00 [DBG] Connection id "0HNC8090TG7N5" accepted. 2025-06-27 18:17:10.159 +03:00 [DBG] Connection id "0HNC8090TG7N5" started. 2025-06-27 18:17:10.159 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:10.159 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:10.159 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:10.159 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:10.159 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:10.160 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:10.160 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:10.160 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:10.160 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:10.160 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:10.160 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:10.160 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:10.160 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:10.160 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:10.160 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:10.160 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.160 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.160 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:10.160 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:10.160 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:10.160 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:10.160 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:10.160 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:10.160 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:10.160 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:10.160 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.160 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.160 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.160 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.160 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:10.160 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:10.160 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:10.161 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9264ms. 2025-06-27 18:17:10.161 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.161 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:10.161 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:10.161 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:10.161 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:10.161 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:10.161 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:10.162 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:10.162 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:10.162 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.162 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.162 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.162 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.162 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.162 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.162 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.1012ms 2025-06-27 18:17:10.162 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:10.162 +03:00 [DBG] Connection id "0HNC8090TG7N5" completed keep alive response. 2025-06-27 18:17:10.162 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6008ms 2025-06-27 18:17:10.162 +03:00 [DBG] Connection id "0HNC8090TG7N5" received FIN. 2025-06-27 18:17:10.162 +03:00 [DBG] Connection id "0HNC8090TG7N5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:10.162 +03:00 [DBG] Connection id "0HNC8090TG7N5" disconnecting. 2025-06-27 18:17:10.162 +03:00 [DBG] Connection id "0HNC8090TG7N5" stopped. 2025-06-27 18:17:10.211 +03:00 [DBG] Connection id "0HNC8090TG7N6" accepted. 2025-06-27 18:17:10.211 +03:00 [DBG] Connection id "0HNC8090TG7N6" started. 2025-06-27 18:17:10.211 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:10.211 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:10.211 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:10.211 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:10.211 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:10.211 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:10.211 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:10.211 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:10.211 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:10.211 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:10.211 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:10.211 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:10.211 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:10.211 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:10.211 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:10.211 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.211 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.211 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:10.211 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:10.212 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:10.212 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:10.212 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:10.212 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:10.212 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:10.212 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:10.212 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.212 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.212 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.212 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.212 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:10.212 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:10.212 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:10.360 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 147.8983ms. 2025-06-27 18:17:10.360 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.360 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:10.360 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:10.360 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:10.360 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:10.360 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:10.360 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:10.360 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:10.361 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:10.361 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.361 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.362 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.362 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.362 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.362 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.362 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 150.4307ms 2025-06-27 18:17:10.362 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:10.362 +03:00 [DBG] Connection id "0HNC8090TG7N6" completed keep alive response. 2025-06-27 18:17:10.362 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 150.9848ms 2025-06-27 18:17:10.366 +03:00 [DBG] Connection id "0HNC8090TG7N6" received FIN. 2025-06-27 18:17:10.366 +03:00 [DBG] Connection id "0HNC8090TG7N6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:10.366 +03:00 [DBG] Connection id "0HNC8090TG7N6" disconnecting. 2025-06-27 18:17:10.366 +03:00 [DBG] Connection id "0HNC8090TG7N6" stopped. 2025-06-27 18:17:10.782 +03:00 [DBG] Connection id "0HNC8090TG7N7" accepted. 2025-06-27 18:17:10.782 +03:00 [DBG] Connection id "0HNC8090TG7N7" started. 2025-06-27 18:17:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:10.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:10.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:10.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:10.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:10.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:10.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1743ms. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:10.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:10.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0863ms 2025-06-27 18:17:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:10.784 +03:00 [DBG] Connection id "0HNC8090TG7N7" completed keep alive response. 2025-06-27 18:17:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0311ms 2025-06-27 18:17:10.784 +03:00 [DBG] Connection id "0HNC8090TG7N7" received FIN. 2025-06-27 18:17:10.784 +03:00 [DBG] Connection id "0HNC8090TG7N7" disconnecting. 2025-06-27 18:17:10.785 +03:00 [DBG] Connection id "0HNC8090TG7N7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:10.786 +03:00 [DBG] Connection id "0HNC8090TG7N7" stopped. 2025-06-27 18:17:15.787 +03:00 [DBG] Connection id "0HNC8090TG7N8" accepted. 2025-06-27 18:17:15.787 +03:00 [DBG] Connection id "0HNC8090TG7N8" started. 2025-06-27 18:17:15.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:15.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:15.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:15.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:15.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:15.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:15.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:15.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:15.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:15.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:15.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:15.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:15.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:15.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:15.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:15.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:15.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:15.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:15.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1246ms. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:15.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:15.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6645ms 2025-06-27 18:17:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:15.789 +03:00 [DBG] Connection id "0HNC8090TG7N8" completed keep alive response. 2025-06-27 18:17:15.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2922ms 2025-06-27 18:17:15.789 +03:00 [DBG] Connection id "0HNC8090TG7N8" received FIN. 2025-06-27 18:17:15.789 +03:00 [DBG] Connection id "0HNC8090TG7N8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:15.789 +03:00 [DBG] Connection id "0HNC8090TG7N8" disconnecting. 2025-06-27 18:17:15.789 +03:00 [DBG] Connection id "0HNC8090TG7N8" stopped. 2025-06-27 18:17:20.785 +03:00 [DBG] Connection id "0HNC8090TG7N9" accepted. 2025-06-27 18:17:20.785 +03:00 [DBG] Connection id "0HNC8090TG7N9" started. 2025-06-27 18:17:20.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:20.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:20.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:20.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:20.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:20.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:20.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:20.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:20.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:20.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:20.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:20.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:20.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:20.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:20.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:20.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:20.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:20.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:20.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:20.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1469ms. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:20.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:20.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:20.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1231ms 2025-06-27 18:17:20.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:20.788 +03:00 [DBG] Connection id "0HNC8090TG7N9" completed keep alive response. 2025-06-27 18:17:20.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.089ms 2025-06-27 18:17:20.788 +03:00 [DBG] Connection id "0HNC8090TG7N9" received FIN. 2025-06-27 18:17:20.788 +03:00 [DBG] Connection id "0HNC8090TG7N9" disconnecting. 2025-06-27 18:17:20.788 +03:00 [DBG] Connection id "0HNC8090TG7N9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:20.789 +03:00 [DBG] Connection id "0HNC8090TG7N9" stopped. 2025-06-27 18:17:25.477 +03:00 [DBG] Connection id "0HNC8090TG7NA" accepted. 2025-06-27 18:17:25.478 +03:00 [DBG] Connection id "0HNC8090TG7NA" started. 2025-06-27 18:17:25.478 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:17:25.478 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:25.478 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:25.478 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:17:25.478 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:17:25.478 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:25.478 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:25.478 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:25.478 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:25.478 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:25.478 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:25.478 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:25.478 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:25.478 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:25.478 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:25.478 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:25.478 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:25.478 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.478 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.478 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:25.478 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:25.478 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:17:25.479 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:17:25.479 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:17:25.479 +03:00 [DBG] Connection id "0HNC8090TG7NA", Request id "0HNC8090TG7NA:00000001": started reading request body. 2025-06-27 18:17:25.479 +03:00 [DBG] Connection id "0HNC8090TG7NA", Request id "0HNC8090TG7NA:00000001": done reading request body. 2025-06-27 18:17:25.479 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:17:25.479 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:25.479 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:25.479 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:17:25.479 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:25.479 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.479 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.479 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.479 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.479 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:25.479 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:17:25.479 +03:00 [INF] Updating physical elements properties 2025-06-27 18:17:25.497 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.0881ms. 2025-06-27 18:17:25.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:25.497 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:25.497 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.497 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.498 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.498 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.498 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.1879ms 2025-06-27 18:17:25.498 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:25.498 +03:00 [DBG] Connection id "0HNC8090TG7NA" completed keep alive response. 2025-06-27 18:17:25.498 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 19.8767ms 2025-06-27 18:17:25.498 +03:00 [DBG] Connection id "0HNC8090TG7NA" received FIN. 2025-06-27 18:17:25.498 +03:00 [DBG] Connection id "0HNC8090TG7NA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:25.498 +03:00 [DBG] Connection id "0HNC8090TG7NA" disconnecting. 2025-06-27 18:17:25.498 +03:00 [DBG] Connection id "0HNC8090TG7NA" stopped. 2025-06-27 18:17:25.541 +03:00 [DBG] Connection id "0HNC8090TG7NB" accepted. 2025-06-27 18:17:25.541 +03:00 [DBG] Connection id "0HNC8090TG7NB" started. 2025-06-27 18:17:25.541 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:25.541 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:25.541 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:25.541 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:25.541 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:25.541 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:25.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:25.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:25.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:25.542 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:25.542 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:25.542 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:25.542 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:25.542 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:25.542 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:25.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.542 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:25.542 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:25.542 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:25.542 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:25.542 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:25.542 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:25.542 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:25.542 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:25.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.542 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:25.542 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:25.542 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:25.544 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.6771ms. 2025-06-27 18:17:25.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:25.544 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:25.544 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:25.544 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:25.544 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:25.544 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:25.544 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:25.544 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.544 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.5035ms 2025-06-27 18:17:25.544 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:25.544 +03:00 [DBG] Connection id "0HNC8090TG7NB" completed keep alive response. 2025-06-27 18:17:25.545 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.1583ms 2025-06-27 18:17:25.545 +03:00 [DBG] Connection id "0HNC8090TG7NB" received FIN. 2025-06-27 18:17:25.545 +03:00 [DBG] Connection id "0HNC8090TG7NB" disconnecting. 2025-06-27 18:17:25.545 +03:00 [DBG] Connection id "0HNC8090TG7NB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:25.546 +03:00 [DBG] Connection id "0HNC8090TG7NB" stopped. 2025-06-27 18:17:25.589 +03:00 [DBG] Connection id "0HNC8090TG7NC" accepted. 2025-06-27 18:17:25.590 +03:00 [DBG] Connection id "0HNC8090TG7NC" started. 2025-06-27 18:17:25.590 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:25.590 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:25.590 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:25.590 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:25.590 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:25.590 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:25.590 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:25.590 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:25.590 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:25.590 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:25.591 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:25.591 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:25.591 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:25.591 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:25.591 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:25.591 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.591 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.591 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:25.591 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:25.591 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:25.591 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:25.591 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:25.591 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:25.591 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:25.591 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:25.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.591 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:25.591 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:25.592 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:25.750 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 158.9587ms. 2025-06-27 18:17:25.751 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.751 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:25.751 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:25.751 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:25.751 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:25.751 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:25.751 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:25.751 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:25.754 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:25.754 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.754 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.754 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.754 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.754 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.754 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.754 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.5531ms 2025-06-27 18:17:25.754 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:25.754 +03:00 [DBG] Connection id "0HNC8090TG7NC" completed keep alive response. 2025-06-27 18:17:25.754 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.7033ms 2025-06-27 18:17:25.757 +03:00 [DBG] Connection id "0HNC8090TG7NC" received FIN. 2025-06-27 18:17:25.757 +03:00 [DBG] Connection id "0HNC8090TG7NC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:25.757 +03:00 [DBG] Connection id "0HNC8090TG7NC" disconnecting. 2025-06-27 18:17:25.757 +03:00 [DBG] Connection id "0HNC8090TG7NC" stopped. 2025-06-27 18:17:25.844 +03:00 [DBG] Connection id "0HNC8090TG7ND" accepted. 2025-06-27 18:17:25.844 +03:00 [DBG] Connection id "0HNC8090TG7ND" started. 2025-06-27 18:17:25.844 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:25.844 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:25.844 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:25.844 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:25.844 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:25.844 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:25.844 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:25.844 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:25.844 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:25.844 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:25.844 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:25.844 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:25.844 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:25.845 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:25.845 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:25.845 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:25.845 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:25.845 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.845 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.845 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:25.845 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:25.845 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.845 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.845 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.845 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.845 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:25.846 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2363ms. 2025-06-27 18:17:25.846 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:25.846 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:25.846 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.846 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:25.846 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4801ms 2025-06-27 18:17:25.846 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:25.846 +03:00 [DBG] Connection id "0HNC8090TG7ND" completed keep alive response. 2025-06-27 18:17:25.847 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.752ms 2025-06-27 18:17:25.847 +03:00 [DBG] Connection id "0HNC8090TG7ND" received FIN. 2025-06-27 18:17:25.847 +03:00 [DBG] Connection id "0HNC8090TG7ND" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:25.847 +03:00 [DBG] Connection id "0HNC8090TG7ND" disconnecting. 2025-06-27 18:17:25.847 +03:00 [DBG] Connection id "0HNC8090TG7ND" stopped. 2025-06-27 18:17:28.678 +03:00 [DBG] Connection id "0HNC8090TG7NE" accepted. 2025-06-27 18:17:28.678 +03:00 [DBG] Connection id "0HNC8090TG7NE" started. 2025-06-27 18:17:28.678 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:17:28.678 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:28.678 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:28.678 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:17:28.678 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:17:28.678 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:28.678 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:28.678 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:28.678 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:28.678 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:28.678 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:28.678 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:28.678 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:28.678 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:28.679 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:28.679 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:28.679 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:28.679 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.679 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.679 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:28.679 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:17:28.679 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:28.679 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:17:28.679 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:17:28.679 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:28.679 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:17:28.679 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:17:28.679 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:17:28.679 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:17:28.680 +03:00 [DBG] Connection id "0HNC8090TG7NE", Request id "0HNC8090TG7NE:00000001": started reading request body. 2025-06-27 18:17:28.680 +03:00 [DBG] Connection id "0HNC8090TG7NE", Request id "0HNC8090TG7NE:00000001": done reading request body. 2025-06-27 18:17:28.680 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:17:28.680 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:28.680 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:28.680 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:17:28.680 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:28.680 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.680 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.680 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.680 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.680 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:28.680 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:17:28.680 +03:00 [INF] Changing group of physicals [290] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:28.700 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 20.0182ms. 2025-06-27 18:17:28.700 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.700 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:28.700 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:28.700 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:28.700 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.701 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.701 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.701 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.701 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.701 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.701 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 22.0487ms 2025-06-27 18:17:28.701 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:28.701 +03:00 [DBG] Connection id "0HNC8090TG7NE" completed keep alive response. 2025-06-27 18:17:28.701 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 22.8869ms 2025-06-27 18:17:28.701 +03:00 [DBG] Connection id "0HNC8090TG7NE" received FIN. 2025-06-27 18:17:28.701 +03:00 [DBG] Connection id "0HNC8090TG7NE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:28.701 +03:00 [DBG] Connection id "0HNC8090TG7NE" disconnecting. 2025-06-27 18:17:28.701 +03:00 [DBG] Connection id "0HNC8090TG7NE" stopped. 2025-06-27 18:17:28.736 +03:00 [DBG] Connection id "0HNC8090TG7NF" accepted. 2025-06-27 18:17:28.736 +03:00 [DBG] Connection id "0HNC8090TG7NF" started. 2025-06-27 18:17:28.736 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:28.736 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:28.736 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:28.736 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:28.736 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:28.736 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:28.736 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:28.736 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:28.736 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:28.736 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:28.736 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:28.736 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:28.737 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:28.737 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:28.737 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:28.737 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.737 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.737 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:28.737 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:28.737 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:28.737 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:28.737 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:28.737 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:28.737 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:28.737 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:28.737 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.737 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.737 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.737 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.737 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:28.737 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:28.737 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:28.739 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0617ms. 2025-06-27 18:17:28.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:28.739 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:28.739 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:28.739 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:28.739 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:28.739 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:28.739 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:28.739 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.739 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.740 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.740 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.740 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.740 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9377ms 2025-06-27 18:17:28.740 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:28.740 +03:00 [DBG] Connection id "0HNC8090TG7NF" completed keep alive response. 2025-06-27 18:17:28.740 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.8447ms 2025-06-27 18:17:28.740 +03:00 [DBG] Connection id "0HNC8090TG7NF" received FIN. 2025-06-27 18:17:28.740 +03:00 [DBG] Connection id "0HNC8090TG7NF" disconnecting. 2025-06-27 18:17:28.740 +03:00 [DBG] Connection id "0HNC8090TG7NF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:28.741 +03:00 [DBG] Connection id "0HNC8090TG7NF" stopped. 2025-06-27 18:17:28.783 +03:00 [DBG] Connection id "0HNC8090TG7NG" accepted. 2025-06-27 18:17:28.784 +03:00 [DBG] Connection id "0HNC8090TG7NG" started. 2025-06-27 18:17:28.784 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:28.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:28.784 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:28.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:28.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:28.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:28.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:28.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:28.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:28.784 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:28.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:28.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:28.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:28.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:28.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:28.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:28.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:28.784 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:28.784 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:28.784 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:28.784 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:28.784 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:28.784 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:28.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:28.785 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:28.785 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:28.926 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.4498ms. 2025-06-27 18:17:28.926 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.926 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:28.926 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:28.926 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:28.927 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:28.927 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:28.927 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:28.927 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:28.928 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:28.928 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.928 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:28.928 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.928 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.928 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.928 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:28.928 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.1773ms 2025-06-27 18:17:28.928 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:28.928 +03:00 [DBG] Connection id "0HNC8090TG7NG" completed keep alive response. 2025-06-27 18:17:28.928 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 144.776ms 2025-06-27 18:17:28.932 +03:00 [DBG] Connection id "0HNC8090TG7NG" received FIN. 2025-06-27 18:17:28.933 +03:00 [DBG] Connection id "0HNC8090TG7NG" disconnecting. 2025-06-27 18:17:28.933 +03:00 [DBG] Connection id "0HNC8090TG7NG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:28.934 +03:00 [DBG] Connection id "0HNC8090TG7NG" stopped. 2025-06-27 18:17:30.776 +03:00 [DBG] Connection id "0HNC8090TG7NH" accepted. 2025-06-27 18:17:30.776 +03:00 [DBG] Connection id "0HNC8090TG7NH" started. 2025-06-27 18:17:30.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:30.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:30.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:30.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:30.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:30.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:30.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:30.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:30.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:30.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:30.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:30.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:30.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:30.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:30.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:30.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:30.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:30.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:30.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:30.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:30.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1293ms. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:30.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:30.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:30.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7921ms 2025-06-27 18:17:30.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:30.777 +03:00 [DBG] Connection id "0HNC8090TG7NH" completed keep alive response. 2025-06-27 18:17:30.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3845ms 2025-06-27 18:17:30.778 +03:00 [DBG] Connection id "0HNC8090TG7NH" received FIN. 2025-06-27 18:17:30.778 +03:00 [DBG] Connection id "0HNC8090TG7NH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:30.778 +03:00 [DBG] Connection id "0HNC8090TG7NH" disconnecting. 2025-06-27 18:17:30.778 +03:00 [DBG] Connection id "0HNC8090TG7NH" stopped. 2025-06-27 18:17:35.776 +03:00 [DBG] Connection id "0HNC8090TG7NI" accepted. 2025-06-27 18:17:35.776 +03:00 [DBG] Connection id "0HNC8090TG7NI" started. 2025-06-27 18:17:35.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:35.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:35.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:35.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:35.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:35.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:35.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:35.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:35.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:35.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:35.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:35.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:35.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1216ms. 2025-06-27 18:17:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:35.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:35.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:35.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6943ms 2025-06-27 18:17:35.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:35.778 +03:00 [DBG] Connection id "0HNC8090TG7NI" completed keep alive response. 2025-06-27 18:17:35.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.347ms 2025-06-27 18:17:35.778 +03:00 [DBG] Connection id "0HNC8090TG7NI" received FIN. 2025-06-27 18:17:35.778 +03:00 [DBG] Connection id "0HNC8090TG7NI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:35.778 +03:00 [DBG] Connection id "0HNC8090TG7NI" disconnecting. 2025-06-27 18:17:35.778 +03:00 [DBG] Connection id "0HNC8090TG7NI" stopped. 2025-06-27 18:17:40.775 +03:00 [DBG] Connection id "0HNC8090TG7NJ" accepted. 2025-06-27 18:17:40.776 +03:00 [DBG] Connection id "0HNC8090TG7NJ" started. 2025-06-27 18:17:40.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:40.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:40.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:40.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:40.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:40.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:40.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:40.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:40.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:40.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:40.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:40.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:40.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:40.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:40.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:40.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:40.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:40.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:40.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:40.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:40.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:40.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:40.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1232ms. 2025-06-27 18:17:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:40.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:40.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:40.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7319ms 2025-06-27 18:17:40.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:40.777 +03:00 [DBG] Connection id "0HNC8090TG7NJ" completed keep alive response. 2025-06-27 18:17:40.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3124ms 2025-06-27 18:17:40.777 +03:00 [DBG] Connection id "0HNC8090TG7NJ" received FIN. 2025-06-27 18:17:40.777 +03:00 [DBG] Connection id "0HNC8090TG7NJ" disconnecting. 2025-06-27 18:17:40.777 +03:00 [DBG] Connection id "0HNC8090TG7NJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:40.779 +03:00 [DBG] Connection id "0HNC8090TG7NJ" stopped. 2025-06-27 18:17:45.780 +03:00 [DBG] Connection id "0HNC8090TG7NK" accepted. 2025-06-27 18:17:45.780 +03:00 [DBG] Connection id "0HNC8090TG7NK" started. 2025-06-27 18:17:45.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:45.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:45.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:45.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:45.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:45.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:45.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:45.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:45.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:45.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:45.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:45.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:45.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:45.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:45.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:45.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:45.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:45.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:45.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:45.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1505ms. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:45.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:45.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:45.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7633ms 2025-06-27 18:17:45.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:45.781 +03:00 [DBG] Connection id "0HNC8090TG7NK" completed keep alive response. 2025-06-27 18:17:45.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3271ms 2025-06-27 18:17:45.782 +03:00 [DBG] Connection id "0HNC8090TG7NK" received FIN. 2025-06-27 18:17:45.782 +03:00 [DBG] Connection id "0HNC8090TG7NK" disconnecting. 2025-06-27 18:17:45.782 +03:00 [DBG] Connection id "0HNC8090TG7NK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:45.783 +03:00 [DBG] Connection id "0HNC8090TG7NK" stopped. 2025-06-27 18:17:47.800 +03:00 [DBG] Connection id "0HNC8090TG7NL" accepted. 2025-06-27 18:17:47.800 +03:00 [DBG] Connection id "0HNC8090TG7NL" started. 2025-06-27 18:17:47.800 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 750 2025-06-27 18:17:47.800 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:47.800 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:47.800 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:17:47.800 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:17:47.800 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:47.800 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:47.800 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:47.800 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:47.800 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:47.800 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:47.800 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:47.800 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:47.801 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:47.801 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:47.801 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:47.801 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:47.801 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.801 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.801 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:47.801 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:47.801 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:17:47.801 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:17:47.801 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:17:47.801 +03:00 [DBG] Connection id "0HNC8090TG7NL", Request id "0HNC8090TG7NL:00000001": started reading request body. 2025-06-27 18:17:47.801 +03:00 [DBG] Connection id "0HNC8090TG7NL", Request id "0HNC8090TG7NL:00000001": done reading request body. 2025-06-27 18:17:47.801 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:17:47.801 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:47.801 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:47.801 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:17:47.801 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:17:47.801 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.801 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.801 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.801 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.801 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:47.801 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:17:47.801 +03:00 [INF] Updating physical elements properties 2025-06-27 18:17:47.819 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.4814ms. 2025-06-27 18:17:47.819 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:47.819 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:47.819 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.819 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.819 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 18.7105ms 2025-06-27 18:17:47.819 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:17:47.819 +03:00 [DBG] Connection id "0HNC8090TG7NL" completed keep alive response. 2025-06-27 18:17:47.819 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 19.3421ms 2025-06-27 18:17:47.820 +03:00 [DBG] Connection id "0HNC8090TG7NL" received FIN. 2025-06-27 18:17:47.820 +03:00 [DBG] Connection id "0HNC8090TG7NL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:47.820 +03:00 [DBG] Connection id "0HNC8090TG7NL" disconnecting. 2025-06-27 18:17:47.820 +03:00 [DBG] Connection id "0HNC8090TG7NL" stopped. 2025-06-27 18:17:47.859 +03:00 [DBG] Connection id "0HNC8090TG7NM" accepted. 2025-06-27 18:17:47.859 +03:00 [DBG] Connection id "0HNC8090TG7NM" started. 2025-06-27 18:17:47.859 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:47.859 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:47.859 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:47.859 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:47.859 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:47.859 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:47.859 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:47.859 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:47.859 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:47.859 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:47.859 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:47.859 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:47.859 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:47.859 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:47.859 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:47.859 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.859 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.859 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:47.859 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:47.859 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:47.859 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:47.859 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:47.859 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:47.859 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:47.859 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:47.860 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.860 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.860 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.860 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.860 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:47.860 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:47.860 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:47.861 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.397ms. 2025-06-27 18:17:47.861 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:47.861 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:47.861 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:47.861 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:47.861 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:47.861 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:47.861 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:47.861 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.861 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.861 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.1934ms 2025-06-27 18:17:47.862 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:47.862 +03:00 [DBG] Connection id "0HNC8090TG7NM" completed keep alive response. 2025-06-27 18:17:47.862 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6338ms 2025-06-27 18:17:47.862 +03:00 [DBG] Connection id "0HNC8090TG7NM" received FIN. 2025-06-27 18:17:47.862 +03:00 [DBG] Connection id "0HNC8090TG7NM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:47.862 +03:00 [DBG] Connection id "0HNC8090TG7NM" disconnecting. 2025-06-27 18:17:47.862 +03:00 [DBG] Connection id "0HNC8090TG7NM" stopped. 2025-06-27 18:17:47.905 +03:00 [DBG] Connection id "0HNC8090TG7NN" accepted. 2025-06-27 18:17:47.906 +03:00 [DBG] Connection id "0HNC8090TG7NN" started. 2025-06-27 18:17:47.906 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:47.906 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:47.906 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:47.906 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:47.906 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:47.906 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:47.906 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:47.906 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:47.906 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:47.906 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:47.906 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:47.906 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:47.906 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:47.906 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:47.906 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:47.906 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.906 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:47.906 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:47.906 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:47.906 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:47.906 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:47.906 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:47.907 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:47.907 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:47.907 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:47.907 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.907 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:47.907 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.907 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:47.907 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:47.907 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:47.907 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:48.048 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 141.0453ms. 2025-06-27 18:17:48.048 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:48.048 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:48.048 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:48.048 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:48.048 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:48.048 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:48.048 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:48.048 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:48.050 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:48.050 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:48.050 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:48.050 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:48.050 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:48.050 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:48.050 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:48.051 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 144.2915ms 2025-06-27 18:17:48.051 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:48.051 +03:00 [DBG] Connection id "0HNC8090TG7NN" completed keep alive response. 2025-06-27 18:17:48.051 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 145.1416ms 2025-06-27 18:17:48.058 +03:00 [DBG] Connection id "0HNC8090TG7NN" received FIN. 2025-06-27 18:17:48.058 +03:00 [DBG] Connection id "0HNC8090TG7NN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:48.058 +03:00 [DBG] Connection id "0HNC8090TG7NN" disconnecting. 2025-06-27 18:17:48.058 +03:00 [DBG] Connection id "0HNC8090TG7NN" stopped. 2025-06-27 18:17:50.778 +03:00 [DBG] Connection id "0HNC8090TG7NO" accepted. 2025-06-27 18:17:50.779 +03:00 [DBG] Connection id "0HNC8090TG7NO" started. 2025-06-27 18:17:50.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:50.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:50.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:50.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:50.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:50.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:50.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:50.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:50.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:50.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:50.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:50.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:50.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:50.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:50.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1611ms. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:50.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:50.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0202ms 2025-06-27 18:17:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:50.781 +03:00 [DBG] Connection id "0HNC8090TG7NO" completed keep alive response. 2025-06-27 18:17:50.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9901ms 2025-06-27 18:17:50.781 +03:00 [DBG] Connection id "0HNC8090TG7NO" received FIN. 2025-06-27 18:17:50.781 +03:00 [DBG] Connection id "0HNC8090TG7NO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:50.781 +03:00 [DBG] Connection id "0HNC8090TG7NO" disconnecting. 2025-06-27 18:17:50.781 +03:00 [DBG] Connection id "0HNC8090TG7NO" stopped. 2025-06-27 18:17:51.058 +03:00 [DBG] Connection id "0HNC8090TG7NP" accepted. 2025-06-27 18:17:51.058 +03:00 [DBG] Connection id "0HNC8090TG7NP" started. 2025-06-27 18:17:51.058 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:17:51.058 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:51.058 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:51.058 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:17:51.058 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:17:51.058 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:51.058 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:51.058 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:51.059 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:51.059 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:51.059 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:51.059 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:51.059 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:51.059 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:51.059 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:51.059 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:51.059 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:51.059 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.059 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.059 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:51.059 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:51.059 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:17:51.059 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:17:51.059 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:51.059 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:51.059 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:17:51.059 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:17:51.059 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:17:51.060 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:17:51.060 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:51.060 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:51.060 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:17:51.060 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:17:51.060 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:17:51.060 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:17:51.060 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:17:51.060 +03:00 [DBG] Connection id "0HNC8090TG7NP", Request id "0HNC8090TG7NP:00000001": started reading request body. 2025-06-27 18:17:51.060 +03:00 [DBG] Connection id "0HNC8090TG7NP", Request id "0HNC8090TG7NP:00000001": done reading request body. 2025-06-27 18:17:51.060 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:17:51.060 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:51.060 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:51.060 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:17:51.060 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:17:51.060 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.060 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.060 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.061 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.061 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:51.061 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:17:51.061 +03:00 [INF] Changing group of physicals [336] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:51.084 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 23.6503ms. 2025-06-27 18:17:51.084 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:51.085 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:51.085 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.085 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.085 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 26.3562ms 2025-06-27 18:17:51.085 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:17:51.085 +03:00 [DBG] Connection id "0HNC8090TG7NP" completed keep alive response. 2025-06-27 18:17:51.086 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 27.4417ms 2025-06-27 18:17:51.086 +03:00 [DBG] Connection id "0HNC8090TG7NP" received FIN. 2025-06-27 18:17:51.086 +03:00 [DBG] Connection id "0HNC8090TG7NP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:51.086 +03:00 [DBG] Connection id "0HNC8090TG7NP" disconnecting. 2025-06-27 18:17:51.086 +03:00 [DBG] Connection id "0HNC8090TG7NP" stopped. 2025-06-27 18:17:51.124 +03:00 [DBG] Connection id "0HNC8090TG7NQ" accepted. 2025-06-27 18:17:51.124 +03:00 [DBG] Connection id "0HNC8090TG7NQ" started. 2025-06-27 18:17:51.124 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:51.124 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:51.124 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:51.124 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:51.124 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:51.124 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:51.124 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:51.124 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:51.124 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:51.124 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:51.124 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:51.125 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:51.125 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:51.125 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:51.125 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:51.125 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.125 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.125 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:51.125 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:51.125 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:51.125 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:51.125 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:51.125 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:51.125 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:51.125 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:51.125 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.125 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.125 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.125 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.125 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:51.125 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:51.125 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:51.126 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9411ms. 2025-06-27 18:17:51.126 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.126 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:51.126 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:51.126 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:51.127 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:51.127 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:51.127 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:51.127 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:51.127 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:51.127 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.127 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.127 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.127 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.127 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.127 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.127 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.14ms 2025-06-27 18:17:51.127 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:51.127 +03:00 [DBG] Connection id "0HNC8090TG7NQ" completed keep alive response. 2025-06-27 18:17:51.127 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.867ms 2025-06-27 18:17:51.127 +03:00 [DBG] Connection id "0HNC8090TG7NQ" received FIN. 2025-06-27 18:17:51.127 +03:00 [DBG] Connection id "0HNC8090TG7NQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:51.127 +03:00 [DBG] Connection id "0HNC8090TG7NQ" disconnecting. 2025-06-27 18:17:51.127 +03:00 [DBG] Connection id "0HNC8090TG7NQ" stopped. 2025-06-27 18:17:51.300 +03:00 [DBG] Connection id "0HNC8090TG7NR" accepted. 2025-06-27 18:17:51.300 +03:00 [DBG] Connection id "0HNC8090TG7NR" started. 2025-06-27 18:17:51.300 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:17:51.300 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:51.300 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:17:51.300 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:51.300 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:17:51.300 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:51.300 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:51.300 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:51.300 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:51.300 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:17:51.301 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:51.301 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:51.301 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:51.301 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:51.301 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:51.301 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.301 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.301 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:51.301 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:17:51.301 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:17:51.301 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:17:51.301 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:51.301 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:17:51.301 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:17:51.301 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:17:51.301 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.301 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.301 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.301 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.301 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:51.301 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:17:51.301 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:17:51.441 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 139.5461ms. 2025-06-27 18:17:51.441 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.441 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:51.441 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:17:51.441 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:17:51.441 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:17:51.441 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:17:51.441 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:17:51.441 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:17:51.443 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:17:51.443 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.443 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:51.443 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.443 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.443 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.443 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:51.443 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 141.9479ms 2025-06-27 18:17:51.443 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:17:51.443 +03:00 [DBG] Connection id "0HNC8090TG7NR" completed keep alive response. 2025-06-27 18:17:51.443 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 142.5553ms 2025-06-27 18:17:51.446 +03:00 [DBG] Connection id "0HNC8090TG7NR" received FIN. 2025-06-27 18:17:51.446 +03:00 [DBG] Connection id "0HNC8090TG7NR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:51.447 +03:00 [DBG] Connection id "0HNC8090TG7NR" disconnecting. 2025-06-27 18:17:51.447 +03:00 [DBG] Connection id "0HNC8090TG7NR" stopped. 2025-06-27 18:17:55.780 +03:00 [DBG] Connection id "0HNC8090TG7NS" accepted. 2025-06-27 18:17:55.781 +03:00 [DBG] Connection id "0HNC8090TG7NS" started. 2025-06-27 18:17:55.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:17:55.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:17:55.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:17:55.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:17:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:17:55.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:55.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:17:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:17:55.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:17:55.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:17:55.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:55.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:17:55.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:17:55.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:17:55.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:17:55.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:17:55.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:17:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:55.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:55.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:17:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1577ms. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:17:55.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:17:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:17:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:17:55.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3027ms 2025-06-27 18:17:55.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:17:55.783 +03:00 [DBG] Connection id "0HNC8090TG7NS" completed keep alive response. 2025-06-27 18:17:55.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1711ms 2025-06-27 18:17:55.783 +03:00 [DBG] Connection id "0HNC8090TG7NS" received FIN. 2025-06-27 18:17:55.783 +03:00 [DBG] Connection id "0HNC8090TG7NS" disconnecting. 2025-06-27 18:17:55.783 +03:00 [DBG] Connection id "0HNC8090TG7NS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:17:55.784 +03:00 [DBG] Connection id "0HNC8090TG7NS" stopped. 2025-06-27 18:18:00.788 +03:00 [DBG] Connection id "0HNC8090TG7NT" accepted. 2025-06-27 18:18:00.788 +03:00 [DBG] Connection id "0HNC8090TG7NT" started. 2025-06-27 18:18:00.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:00.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:00.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:00.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:00.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:00.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:00.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:00.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:00.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:00.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:00.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:00.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:00.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:00.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:00.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:00.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:00.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:00.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:00.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:00.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:00.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1218ms. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:00.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:00.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:00.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:00.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:00.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:00.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:00.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:00.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6944ms 2025-06-27 18:18:00.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:00.790 +03:00 [DBG] Connection id "0HNC8090TG7NT" completed keep alive response. 2025-06-27 18:18:00.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5579ms 2025-06-27 18:18:00.790 +03:00 [DBG] Connection id "0HNC8090TG7NT" received FIN. 2025-06-27 18:18:00.790 +03:00 [DBG] Connection id "0HNC8090TG7NT" disconnecting. 2025-06-27 18:18:00.790 +03:00 [DBG] Connection id "0HNC8090TG7NT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:00.791 +03:00 [DBG] Connection id "0HNC8090TG7NT" stopped. 2025-06-27 18:18:05.794 +03:00 [DBG] Connection id "0HNC8090TG7NU" accepted. 2025-06-27 18:18:05.794 +03:00 [DBG] Connection id "0HNC8090TG7NU" started. 2025-06-27 18:18:05.795 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:05.795 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:05.795 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:05.795 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:05.795 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:05.795 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:05.795 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:05.795 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:05.795 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:05.795 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:05.795 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:05.796 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:05.796 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:05.796 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:05.796 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:05.796 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:05.796 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:05.796 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.796 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.796 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:05.796 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:05.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:05.796 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:05.796 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:05.797 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:05.797 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2028ms. 2025-06-27 18:18:05.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:05.797 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:05.797 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:05.798 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:05.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:05.798 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:05.798 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.798 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.798 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.798 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:05.798 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8982ms 2025-06-27 18:18:05.798 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:05.798 +03:00 [DBG] Connection id "0HNC8090TG7NU" completed keep alive response. 2025-06-27 18:18:05.798 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3907ms 2025-06-27 18:18:05.798 +03:00 [DBG] Connection id "0HNC8090TG7NU" received FIN. 2025-06-27 18:18:05.799 +03:00 [DBG] Connection id "0HNC8090TG7NU" disconnecting. 2025-06-27 18:18:05.799 +03:00 [DBG] Connection id "0HNC8090TG7NU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:05.800 +03:00 [DBG] Connection id "0HNC8090TG7NU" stopped. 2025-06-27 18:18:10.780 +03:00 [DBG] Connection id "0HNC8090TG7NV" accepted. 2025-06-27 18:18:10.780 +03:00 [DBG] Connection id "0HNC8090TG7NV" started. 2025-06-27 18:18:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:10.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:10.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:10.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:10.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:10.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:10.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:10.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:10.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1239ms. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:10.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:10.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6487ms 2025-06-27 18:18:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:10.782 +03:00 [DBG] Connection id "0HNC8090TG7NV" completed keep alive response. 2025-06-27 18:18:10.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2945ms 2025-06-27 18:18:10.782 +03:00 [DBG] Connection id "0HNC8090TG7NV" received FIN. 2025-06-27 18:18:10.782 +03:00 [DBG] Connection id "0HNC8090TG7NV" disconnecting. 2025-06-27 18:18:10.782 +03:00 [DBG] Connection id "0HNC8090TG7NV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:10.783 +03:00 [DBG] Connection id "0HNC8090TG7NV" stopped. 2025-06-27 18:18:12.528 +03:00 [DBG] Connection id "0HNC8090TG7O0" accepted. 2025-06-27 18:18:12.528 +03:00 [DBG] Connection id "0HNC8090TG7O0" started. 2025-06-27 18:18:12.528 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 768 2025-06-27 18:18:12.528 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:12.528 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:12.528 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:18:12.528 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:18:12.528 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:12.528 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:12.528 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:12.529 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:12.529 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:12.529 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:12.529 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:12.529 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:12.529 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:12.529 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:12.529 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:12.529 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:12.529 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.529 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.529 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:12.529 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:12.529 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:18:12.529 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:18:12.529 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:18:12.529 +03:00 [DBG] Connection id "0HNC8090TG7O0", Request id "0HNC8090TG7O0:00000001": started reading request body. 2025-06-27 18:18:12.529 +03:00 [DBG] Connection id "0HNC8090TG7O0", Request id "0HNC8090TG7O0:00000001": done reading request body. 2025-06-27 18:18:12.529 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:18:12.530 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:12.530 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:12.530 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:18:12.530 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:12.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.530 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:12.530 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:18:12.530 +03:00 [INF] Updating physical elements properties 2025-06-27 18:18:12.548 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.9923ms. 2025-06-27 18:18:12.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:12.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:12.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:12.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.549 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.7505ms 2025-06-27 18:18:12.549 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:12.549 +03:00 [DBG] Connection id "0HNC8090TG7O0" completed keep alive response. 2025-06-27 18:18:12.549 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.7922ms 2025-06-27 18:18:12.549 +03:00 [DBG] Connection id "0HNC8090TG7O0" received FIN. 2025-06-27 18:18:12.549 +03:00 [DBG] Connection id "0HNC8090TG7O0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:12.550 +03:00 [DBG] Connection id "0HNC8090TG7O0" disconnecting. 2025-06-27 18:18:12.550 +03:00 [DBG] Connection id "0HNC8090TG7O0" stopped. 2025-06-27 18:18:12.589 +03:00 [DBG] Connection id "0HNC8090TG7O1" accepted. 2025-06-27 18:18:12.590 +03:00 [DBG] Connection id "0HNC8090TG7O1" started. 2025-06-27 18:18:12.590 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:12.590 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:12.590 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:12.590 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:12.590 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:12.590 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:12.590 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:12.590 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:12.590 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:12.590 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:12.590 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:12.590 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:12.590 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:12.590 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:12.590 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:12.590 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.590 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.590 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:12.591 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:12.591 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:12.591 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:12.591 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:12.591 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:12.591 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:12.591 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:12.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.591 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:12.591 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:12.591 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:12.593 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.0754ms. 2025-06-27 18:18:12.593 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.593 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:12.594 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:12.594 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:12.594 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:12.594 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:12.594 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:12.594 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:12.594 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:12.594 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.594 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.594 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.594 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.594 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.594 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.594 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.7502ms 2025-06-27 18:18:12.594 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:12.594 +03:00 [DBG] Connection id "0HNC8090TG7O1" completed keep alive response. 2025-06-27 18:18:12.594 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.5951ms 2025-06-27 18:18:12.595 +03:00 [DBG] Connection id "0HNC8090TG7O1" received FIN. 2025-06-27 18:18:12.595 +03:00 [DBG] Connection id "0HNC8090TG7O1" disconnecting. 2025-06-27 18:18:12.595 +03:00 [DBG] Connection id "0HNC8090TG7O1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:12.596 +03:00 [DBG] Connection id "0HNC8090TG7O1" stopped. 2025-06-27 18:18:12.640 +03:00 [DBG] Connection id "0HNC8090TG7O2" accepted. 2025-06-27 18:18:12.640 +03:00 [DBG] Connection id "0HNC8090TG7O2" started. 2025-06-27 18:18:12.640 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:12.640 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:12.640 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:12.640 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:12.640 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:12.640 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:12.640 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:12.641 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:12.641 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:12.641 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:12.641 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:12.641 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:12.641 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:12.641 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:12.641 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:12.641 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.641 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.641 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:12.641 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:12.641 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:12.641 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:12.642 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:12.642 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:12.642 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:12.642 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:12.642 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.642 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.642 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.642 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.642 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:12.642 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:12.642 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:12.805 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 163.1013ms. 2025-06-27 18:18:12.805 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.805 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:12.805 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:12.805 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:12.805 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:12.805 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:12.805 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:12.806 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:12.807 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:12.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.807 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:12.807 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.807 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.807 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.807 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:12.807 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 165.7942ms 2025-06-27 18:18:12.807 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:12.807 +03:00 [DBG] Connection id "0HNC8090TG7O2" completed keep alive response. 2025-06-27 18:18:12.807 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 166.8847ms 2025-06-27 18:18:12.811 +03:00 [DBG] Connection id "0HNC8090TG7O2" received FIN. 2025-06-27 18:18:12.811 +03:00 [DBG] Connection id "0HNC8090TG7O2" disconnecting. 2025-06-27 18:18:12.811 +03:00 [DBG] Connection id "0HNC8090TG7O2" stopped. 2025-06-27 18:18:12.811 +03:00 [DBG] Connection id "0HNC8090TG7O2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:15.787 +03:00 [DBG] Connection id "0HNC8090TG7O3" accepted. 2025-06-27 18:18:15.787 +03:00 [DBG] Connection id "0HNC8090TG7O3" started. 2025-06-27 18:18:15.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:15.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:15.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:15.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:15.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:15.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:15.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:15.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:15.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:15.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:15.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:15.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:15.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:15.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:15.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:15.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:15.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:15.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:15.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1249ms. 2025-06-27 18:18:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:15.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:15.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7648ms 2025-06-27 18:18:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:15.789 +03:00 [DBG] Connection id "0HNC8090TG7O3" completed keep alive response. 2025-06-27 18:18:15.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.427ms 2025-06-27 18:18:15.789 +03:00 [DBG] Connection id "0HNC8090TG7O3" received FIN. 2025-06-27 18:18:15.789 +03:00 [DBG] Connection id "0HNC8090TG7O3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:15.789 +03:00 [DBG] Connection id "0HNC8090TG7O3" disconnecting. 2025-06-27 18:18:15.789 +03:00 [DBG] Connection id "0HNC8090TG7O3" stopped. 2025-06-27 18:18:16.300 +03:00 [DBG] Connection id "0HNC8090TG7O4" accepted. 2025-06-27 18:18:16.301 +03:00 [DBG] Connection id "0HNC8090TG7O4" started. 2025-06-27 18:18:16.301 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:18:16.301 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:16.301 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:16.301 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:18:16.301 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:18:16.301 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:16.301 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:16.301 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:16.301 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:16.301 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:16.301 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:16.301 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:16.301 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:16.301 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:16.301 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:16.301 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:16.301 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:16.301 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.301 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.301 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:16.301 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:16.301 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:18:16.301 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:18:16.301 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:16.301 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:16.301 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:18:16.301 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:16.301 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:18:16.301 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:18:16.301 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:16.301 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:16.302 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:18:16.302 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:16.302 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:18:16.302 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:18:16.302 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:18:16.302 +03:00 [DBG] Connection id "0HNC8090TG7O4", Request id "0HNC8090TG7O4:00000001": started reading request body. 2025-06-27 18:18:16.302 +03:00 [DBG] Connection id "0HNC8090TG7O4", Request id "0HNC8090TG7O4:00000001": done reading request body. 2025-06-27 18:18:16.302 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:18:16.302 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:16.302 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:16.302 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:18:16.302 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:16.302 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.302 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.302 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.302 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.302 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:16.302 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:18:16.302 +03:00 [INF] Changing group of physicals [286] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:16.323 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 20.5252ms. 2025-06-27 18:18:16.323 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:16.323 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:16.323 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.323 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.323 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 21.8137ms 2025-06-27 18:18:16.323 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:16.323 +03:00 [DBG] Connection id "0HNC8090TG7O4" completed keep alive response. 2025-06-27 18:18:16.323 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 22.4568ms 2025-06-27 18:18:16.323 +03:00 [DBG] Connection id "0HNC8090TG7O4" received FIN. 2025-06-27 18:18:16.323 +03:00 [DBG] Connection id "0HNC8090TG7O4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:16.323 +03:00 [DBG] Connection id "0HNC8090TG7O4" disconnecting. 2025-06-27 18:18:16.323 +03:00 [DBG] Connection id "0HNC8090TG7O4" stopped. 2025-06-27 18:18:16.358 +03:00 [DBG] Connection id "0HNC8090TG7O5" accepted. 2025-06-27 18:18:16.358 +03:00 [DBG] Connection id "0HNC8090TG7O5" started. 2025-06-27 18:18:16.358 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:16.359 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:16.359 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:16.359 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:16.359 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:16.359 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:16.359 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:16.359 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:16.359 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:16.359 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:16.359 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:16.359 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:16.359 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:16.359 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:16.359 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:16.359 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.359 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.359 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:16.359 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:16.359 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:16.360 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:16.360 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:16.360 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:16.360 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:16.360 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:16.360 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.360 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.360 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.360 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.360 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:16.360 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:16.360 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:16.361 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0351ms. 2025-06-27 18:18:16.361 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.361 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:16.361 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:16.361 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:16.361 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:16.361 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:16.362 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:16.362 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:16.362 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:16.362 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.362 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.362 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.362 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.362 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.362 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.362 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.7203ms 2025-06-27 18:18:16.362 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:16.362 +03:00 [DBG] Connection id "0HNC8090TG7O5" completed keep alive response. 2025-06-27 18:18:16.362 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.6222ms 2025-06-27 18:18:16.362 +03:00 [DBG] Connection id "0HNC8090TG7O5" received FIN. 2025-06-27 18:18:16.362 +03:00 [DBG] Connection id "0HNC8090TG7O5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:16.363 +03:00 [DBG] Connection id "0HNC8090TG7O5" disconnecting. 2025-06-27 18:18:16.363 +03:00 [DBG] Connection id "0HNC8090TG7O5" stopped. 2025-06-27 18:18:16.414 +03:00 [DBG] Connection id "0HNC8090TG7O6" accepted. 2025-06-27 18:18:16.414 +03:00 [DBG] Connection id "0HNC8090TG7O6" started. 2025-06-27 18:18:16.415 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:16.415 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:16.415 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:16.415 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:16.415 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:16.415 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:16.415 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:16.415 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:16.415 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:16.415 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:16.415 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:16.415 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:16.415 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:16.415 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:16.415 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:16.415 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.415 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.415 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:16.415 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:16.415 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:16.415 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:16.415 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:16.415 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:16.415 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:16.415 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:16.415 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.415 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.415 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.415 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.415 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:16.415 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:16.415 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:16.560 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.3229ms. 2025-06-27 18:18:16.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:16.560 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:16.560 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:16.560 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:16.560 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:16.560 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:16.560 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:16.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:16.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:16.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:16.562 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 146.4242ms 2025-06-27 18:18:16.562 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:16.562 +03:00 [DBG] Connection id "0HNC8090TG7O6" completed keep alive response. 2025-06-27 18:18:16.562 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.0308ms 2025-06-27 18:18:16.566 +03:00 [DBG] Connection id "0HNC8090TG7O6" received FIN. 2025-06-27 18:18:16.566 +03:00 [DBG] Connection id "0HNC8090TG7O6" disconnecting. 2025-06-27 18:18:16.566 +03:00 [DBG] Connection id "0HNC8090TG7O6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:16.567 +03:00 [DBG] Connection id "0HNC8090TG7O6" stopped. 2025-06-27 18:18:20.776 +03:00 [DBG] Connection id "0HNC8090TG7O7" accepted. 2025-06-27 18:18:20.776 +03:00 [DBG] Connection id "0HNC8090TG7O7" started. 2025-06-27 18:18:20.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:20.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:20.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:20.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:20.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:20.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:20.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:20.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:20.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:20.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:20.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:20.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:20.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:20.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:20.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:20.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:20.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:20.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:20.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:20.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:20.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1651ms. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:20.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:20.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:20.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9545ms 2025-06-27 18:18:20.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:20.777 +03:00 [DBG] Connection id "0HNC8090TG7O7" completed keep alive response. 2025-06-27 18:18:20.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6546ms 2025-06-27 18:18:20.778 +03:00 [DBG] Connection id "0HNC8090TG7O7" received FIN. 2025-06-27 18:18:20.778 +03:00 [DBG] Connection id "0HNC8090TG7O7" disconnecting. 2025-06-27 18:18:20.778 +03:00 [DBG] Connection id "0HNC8090TG7O7" stopped. 2025-06-27 18:18:20.778 +03:00 [DBG] Connection id "0HNC8090TG7O7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:25.779 +03:00 [DBG] Connection id "0HNC8090TG7O8" accepted. 2025-06-27 18:18:25.779 +03:00 [DBG] Connection id "0HNC8090TG7O8" started. 2025-06-27 18:18:25.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:25.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:25.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:25.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:25.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:25.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:25.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:25.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:25.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:25.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:25.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:25.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:25.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:25.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:25.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:25.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:25.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:25.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:25.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:25.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:25.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1421ms. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:25.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:25.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:25.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.918ms 2025-06-27 18:18:25.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:25.781 +03:00 [DBG] Connection id "0HNC8090TG7O8" completed keep alive response. 2025-06-27 18:18:25.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.636ms 2025-06-27 18:18:25.781 +03:00 [DBG] Connection id "0HNC8090TG7O8" received FIN. 2025-06-27 18:18:25.781 +03:00 [DBG] Connection id "0HNC8090TG7O8" disconnecting. 2025-06-27 18:18:25.781 +03:00 [DBG] Connection id "0HNC8090TG7O8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:25.782 +03:00 [DBG] Connection id "0HNC8090TG7O8" stopped. 2025-06-27 18:18:30.776 +03:00 [DBG] Connection id "0HNC8090TG7O9" accepted. 2025-06-27 18:18:30.776 +03:00 [DBG] Connection id "0HNC8090TG7O9" started. 2025-06-27 18:18:30.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:30.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:30.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:30.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:30.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:30.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:30.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:30.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:30.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:30.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:30.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:30.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:30.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:30.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:30.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:30.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:30.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:30.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:30.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:30.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:30.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:30.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1747ms. 2025-06-27 18:18:30.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1714ms 2025-06-27 18:18:30.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:30.778 +03:00 [DBG] Connection id "0HNC8090TG7O9" completed keep alive response. 2025-06-27 18:18:30.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.206ms 2025-06-27 18:18:30.778 +03:00 [DBG] Connection id "0HNC8090TG7O9" received FIN. 2025-06-27 18:18:30.779 +03:00 [DBG] Connection id "0HNC8090TG7O9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:30.779 +03:00 [DBG] Connection id "0HNC8090TG7O9" disconnecting. 2025-06-27 18:18:30.779 +03:00 [DBG] Connection id "0HNC8090TG7O9" stopped. 2025-06-27 18:18:31.060 +03:00 [DBG] Connection id "0HNC8090TG7OA" accepted. 2025-06-27 18:18:31.060 +03:00 [DBG] Connection id "0HNC8090TG7OA" started. 2025-06-27 18:18:31.060 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 764 2025-06-27 18:18:31.060 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:31.060 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:31.060 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:18:31.060 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:18:31.060 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:31.060 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:31.060 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:31.060 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:31.060 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:31.060 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:31.061 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:31.061 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:31.061 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:31.061 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:31.061 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:31.061 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:31.061 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.061 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.061 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:31.061 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:31.061 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:18:31.061 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:18:31.061 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:18:31.061 +03:00 [DBG] Connection id "0HNC8090TG7OA", Request id "0HNC8090TG7OA:00000001": started reading request body. 2025-06-27 18:18:31.061 +03:00 [DBG] Connection id "0HNC8090TG7OA", Request id "0HNC8090TG7OA:00000001": done reading request body. 2025-06-27 18:18:31.061 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:18:31.061 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:31.061 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:31.061 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:18:31.062 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:31.062 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.062 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.062 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.062 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.062 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:31.062 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:18:31.062 +03:00 [INF] Updating physical elements properties 2025-06-27 18:18:31.091 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.7914ms. 2025-06-27 18:18:31.091 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:31.091 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:31.091 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.091 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.091 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 30.5737ms 2025-06-27 18:18:31.091 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:31.092 +03:00 [DBG] Connection id "0HNC8090TG7OA" completed keep alive response. 2025-06-27 18:18:31.092 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 31.572ms 2025-06-27 18:18:31.092 +03:00 [DBG] Connection id "0HNC8090TG7OA" received FIN. 2025-06-27 18:18:31.092 +03:00 [DBG] Connection id "0HNC8090TG7OA" disconnecting. 2025-06-27 18:18:31.092 +03:00 [DBG] Connection id "0HNC8090TG7OA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:31.093 +03:00 [DBG] Connection id "0HNC8090TG7OA" stopped. 2025-06-27 18:18:31.129 +03:00 [DBG] Connection id "0HNC8090TG7OB" accepted. 2025-06-27 18:18:31.130 +03:00 [DBG] Connection id "0HNC8090TG7OB" started. 2025-06-27 18:18:31.130 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:31.130 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:31.130 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:31.130 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:31.130 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:31.130 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:31.130 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:31.130 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:31.130 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:31.130 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:31.130 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:31.130 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:31.130 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:31.130 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:31.130 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:31.130 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.130 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.130 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:31.131 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:31.131 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:31.131 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:31.131 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:31.131 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:31.131 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:31.131 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:31.131 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.131 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.131 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.131 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.131 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:31.131 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:31.131 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:31.134 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.5003ms. 2025-06-27 18:18:31.134 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.134 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:31.134 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:31.134 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:31.134 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:31.134 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:31.134 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:31.134 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:31.135 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:31.135 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.135 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.135 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.135 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.135 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.135 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.135 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 4.4122ms 2025-06-27 18:18:31.135 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:31.135 +03:00 [DBG] Connection id "0HNC8090TG7OB" completed keep alive response. 2025-06-27 18:18:31.135 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 5.2883ms 2025-06-27 18:18:31.135 +03:00 [DBG] Connection id "0HNC8090TG7OB" received FIN. 2025-06-27 18:18:31.135 +03:00 [DBG] Connection id "0HNC8090TG7OB" disconnecting. 2025-06-27 18:18:31.136 +03:00 [DBG] Connection id "0HNC8090TG7OB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:31.137 +03:00 [DBG] Connection id "0HNC8090TG7OB" stopped. 2025-06-27 18:18:31.180 +03:00 [DBG] Connection id "0HNC8090TG7OC" accepted. 2025-06-27 18:18:31.180 +03:00 [DBG] Connection id "0HNC8090TG7OC" started. 2025-06-27 18:18:31.180 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:31.180 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:31.180 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:31.180 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:31.180 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:31.180 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:31.180 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:31.180 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:31.181 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:31.181 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:31.181 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:31.181 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:31.181 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:31.181 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:31.181 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:31.181 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.181 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.181 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:31.181 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:31.181 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:31.181 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:31.181 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:31.181 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:31.181 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:31.181 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:31.181 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.181 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.181 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.181 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.182 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:31.182 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:31.182 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:31.342 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 160.7198ms. 2025-06-27 18:18:31.342 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.342 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:31.342 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.342 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:31.342 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.343 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.343 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.343 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.343 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:31.343 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:31.343 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:31.343 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:31.343 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:31.343 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:31.343 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:31.344 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:31.344 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.344 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:31.344 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.344 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.344 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.344 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:31.344 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 163.179ms 2025-06-27 18:18:31.344 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:31.344 +03:00 [DBG] Connection id "0HNC8090TG7OC" completed keep alive response. 2025-06-27 18:18:31.344 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 164.2691ms 2025-06-27 18:18:31.352 +03:00 [DBG] Connection id "0HNC8090TG7OC" received FIN. 2025-06-27 18:18:31.352 +03:00 [DBG] Connection id "0HNC8090TG7OC" disconnecting. 2025-06-27 18:18:31.352 +03:00 [DBG] Connection id "0HNC8090TG7OC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:31.353 +03:00 [DBG] Connection id "0HNC8090TG7OC" stopped. 2025-06-27 18:18:35.660 +03:00 [DBG] Connection id "0HNC8090TG7OD" accepted. 2025-06-27 18:18:35.660 +03:00 [DBG] Connection id "0HNC8090TG7OD" started. 2025-06-27 18:18:35.660 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:18:35.660 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:35.660 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:35.660 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:18:35.660 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:18:35.660 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:35.660 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:35.661 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:35.661 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:35.661 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:35.661 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:35.661 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:35.661 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:35.661 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:35.661 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:35.661 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:35.661 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:35.661 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.661 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.661 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:35.661 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:18:35.661 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:18:35.661 +03:00 [DBG] Connection id "0HNC8090TG7OD", Request id "0HNC8090TG7OD:00000001": started reading request body. 2025-06-27 18:18:35.661 +03:00 [DBG] Connection id "0HNC8090TG7OD", Request id "0HNC8090TG7OD:00000001": done reading request body. 2025-06-27 18:18:35.661 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:35.661 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:18:35.661 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:35.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.661 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.661 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.661 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:35.661 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:18:35.662 +03:00 [INF] Changing group of physicals [334] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:35.686 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 24.6437ms. 2025-06-27 18:18:35.686 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:35.686 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:35.686 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:35.686 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.686 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.687 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.687 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.687 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.687 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.687 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.7405ms 2025-06-27 18:18:35.687 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:35.687 +03:00 [DBG] Connection id "0HNC8090TG7OD" completed keep alive response. 2025-06-27 18:18:35.687 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 26.4196ms 2025-06-27 18:18:35.687 +03:00 [DBG] Connection id "0HNC8090TG7OD" received FIN. 2025-06-27 18:18:35.687 +03:00 [DBG] Connection id "0HNC8090TG7OD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:35.687 +03:00 [DBG] Connection id "0HNC8090TG7OD" disconnecting. 2025-06-27 18:18:35.687 +03:00 [DBG] Connection id "0HNC8090TG7OD" stopped. 2025-06-27 18:18:35.728 +03:00 [DBG] Connection id "0HNC8090TG7OE" accepted. 2025-06-27 18:18:35.728 +03:00 [DBG] Connection id "0HNC8090TG7OE" started. 2025-06-27 18:18:35.728 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:35.728 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:35.728 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:35.729 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:35.729 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:35.729 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:35.729 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:35.729 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:35.729 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:35.729 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:35.729 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:35.729 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:35.729 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:35.729 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:35.729 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:35.729 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.729 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.729 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:35.729 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:35.729 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:35.729 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:35.729 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:35.729 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:35.729 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:35.729 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:35.729 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.729 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.729 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.729 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.729 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:35.729 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:35.729 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:35.730 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.0098ms. 2025-06-27 18:18:35.730 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.730 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.730 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:35.731 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:35.731 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:35.731 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:35.731 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:35.731 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:35.731 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:35.731 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.731 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.731 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0318ms 2025-06-27 18:18:35.731 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:35.731 +03:00 [DBG] Connection id "0HNC8090TG7OE" completed keep alive response. 2025-06-27 18:18:35.731 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6639ms 2025-06-27 18:18:35.731 +03:00 [DBG] Connection id "0HNC8090TG7OE" received FIN. 2025-06-27 18:18:35.731 +03:00 [DBG] Connection id "0HNC8090TG7OE" disconnecting. 2025-06-27 18:18:35.731 +03:00 [DBG] Connection id "0HNC8090TG7OE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:35.732 +03:00 [DBG] Connection id "0HNC8090TG7OE" stopped. 2025-06-27 18:18:35.782 +03:00 [DBG] Connection id "0HNC8090TG7OF" accepted. 2025-06-27 18:18:35.782 +03:00 [DBG] Connection id "0HNC8090TG7OF" started. 2025-06-27 18:18:35.782 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:35.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:35.782 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:35.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:35.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:35.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:35.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:35.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:35.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:35.782 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:35.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:35.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:35.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:35.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:35.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:35.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:35.783 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:35.783 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:35.783 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:35.783 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:35.783 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:35.783 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:35.783 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:35.783 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:35.784 +03:00 [DBG] Connection id "0HNC8090TG7OG" accepted. 2025-06-27 18:18:35.784 +03:00 [DBG] Connection id "0HNC8090TG7OG" started. 2025-06-27 18:18:35.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:35.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:35.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:35.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:35.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:35.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:35.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:35.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:35.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:35.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:35.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:35.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:35.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:35.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:35.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:35.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:35.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:35.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:35.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.148ms. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:35.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:35.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9324ms 2025-06-27 18:18:35.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:35.786 +03:00 [DBG] Connection id "0HNC8090TG7OG" completed keep alive response. 2025-06-27 18:18:35.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6095ms 2025-06-27 18:18:35.787 +03:00 [DBG] Connection id "0HNC8090TG7OG" received FIN. 2025-06-27 18:18:35.787 +03:00 [DBG] Connection id "0HNC8090TG7OG" disconnecting. 2025-06-27 18:18:35.787 +03:00 [DBG] Connection id "0HNC8090TG7OG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:35.788 +03:00 [DBG] Connection id "0HNC8090TG7OG" stopped. 2025-06-27 18:18:35.934 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 150.9031ms. 2025-06-27 18:18:35.934 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.934 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:35.934 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:35.934 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:35.934 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:35.934 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:35.934 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:35.934 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:35.936 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:35.936 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.936 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:35.936 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.936 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.936 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.936 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:35.936 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 153.3502ms 2025-06-27 18:18:35.936 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:35.936 +03:00 [DBG] Connection id "0HNC8090TG7OF" completed keep alive response. 2025-06-27 18:18:35.936 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 154.0908ms 2025-06-27 18:18:35.944 +03:00 [DBG] Connection id "0HNC8090TG7OF" received FIN. 2025-06-27 18:18:35.944 +03:00 [DBG] Connection id "0HNC8090TG7OF" disconnecting. 2025-06-27 18:18:35.944 +03:00 [DBG] Connection id "0HNC8090TG7OF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:35.945 +03:00 [DBG] Connection id "0HNC8090TG7OF" stopped. 2025-06-27 18:18:40.792 +03:00 [DBG] Connection id "0HNC8090TG7OH" accepted. 2025-06-27 18:18:40.792 +03:00 [DBG] Connection id "0HNC8090TG7OH" started. 2025-06-27 18:18:40.792 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:40.793 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:40.793 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:40.793 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:40.793 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:40.793 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:40.793 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:40.793 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:40.793 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:40.793 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:40.793 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:40.793 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:40.793 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:40.793 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:40.793 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:40.793 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:40.793 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:40.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.794 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:40.794 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:40.794 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:40.794 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.204ms. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:40.794 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:40.794 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:40.794 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:40.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:40.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:40.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.795 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.795 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.795 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:40.795 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2116ms 2025-06-27 18:18:40.795 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:40.795 +03:00 [DBG] Connection id "0HNC8090TG7OH" completed keep alive response. 2025-06-27 18:18:40.795 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3735ms 2025-06-27 18:18:40.795 +03:00 [DBG] Connection id "0HNC8090TG7OH" received FIN. 2025-06-27 18:18:40.795 +03:00 [DBG] Connection id "0HNC8090TG7OH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:40.796 +03:00 [DBG] Connection id "0HNC8090TG7OH" disconnecting. 2025-06-27 18:18:40.796 +03:00 [DBG] Connection id "0HNC8090TG7OH" stopped. 2025-06-27 18:18:45.789 +03:00 [DBG] Connection id "0HNC8090TG7OI" accepted. 2025-06-27 18:18:45.789 +03:00 [DBG] Connection id "0HNC8090TG7OI" started. 2025-06-27 18:18:45.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:45.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:45.790 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:45.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:45.790 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:45.790 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:45.790 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:45.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:45.790 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:45.790 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:45.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:45.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:45.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:45.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:45.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:45.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:45.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:45.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:45.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:45.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:45.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1274ms. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:45.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:45.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:45.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:45.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:45.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:45.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:45.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7121ms 2025-06-27 18:18:45.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:45.791 +03:00 [DBG] Connection id "0HNC8090TG7OI" completed keep alive response. 2025-06-27 18:18:45.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3586ms 2025-06-27 18:18:45.791 +03:00 [DBG] Connection id "0HNC8090TG7OI" received FIN. 2025-06-27 18:18:45.791 +03:00 [DBG] Connection id "0HNC8090TG7OI" disconnecting. 2025-06-27 18:18:45.791 +03:00 [DBG] Connection id "0HNC8090TG7OI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:45.792 +03:00 [DBG] Connection id "0HNC8090TG7OI" stopped. 2025-06-27 18:18:48.151 +03:00 [DBG] Connection id "0HNC8090TG7OJ" accepted. 2025-06-27 18:18:48.151 +03:00 [DBG] Connection id "0HNC8090TG7OJ" started. 2025-06-27 18:18:48.151 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 768 2025-06-27 18:18:48.151 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:48.151 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:48.151 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:18:48.151 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:18:48.151 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:48.151 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:48.151 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:48.151 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:48.151 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:48.151 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:48.151 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:48.151 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:48.151 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:48.151 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:48.151 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:48.151 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:48.151 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.151 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.151 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:48.151 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:48.152 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:18:48.152 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:18:48.152 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:18:48.152 +03:00 [DBG] Connection id "0HNC8090TG7OJ", Request id "0HNC8090TG7OJ:00000001": started reading request body. 2025-06-27 18:18:48.152 +03:00 [DBG] Connection id "0HNC8090TG7OJ", Request id "0HNC8090TG7OJ:00000001": done reading request body. 2025-06-27 18:18:48.152 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:18:48.152 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:48.152 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:48.152 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:18:48.152 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:18:48.152 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.152 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.152 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.152 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.152 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:48.152 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:18:48.152 +03:00 [INF] Updating physical elements properties 2025-06-27 18:18:48.172 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.7746ms. 2025-06-27 18:18:48.172 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:48.172 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:48.172 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.172 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.172 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 20.881ms 2025-06-27 18:18:48.172 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:18:48.172 +03:00 [DBG] Connection id "0HNC8090TG7OJ" completed keep alive response. 2025-06-27 18:18:48.172 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 21.5399ms 2025-06-27 18:18:48.173 +03:00 [DBG] Connection id "0HNC8090TG7OJ" received FIN. 2025-06-27 18:18:48.173 +03:00 [DBG] Connection id "0HNC8090TG7OJ" disconnecting. 2025-06-27 18:18:48.173 +03:00 [DBG] Connection id "0HNC8090TG7OJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:48.174 +03:00 [DBG] Connection id "0HNC8090TG7OJ" stopped. 2025-06-27 18:18:48.214 +03:00 [DBG] Connection id "0HNC8090TG7OK" accepted. 2025-06-27 18:18:48.214 +03:00 [DBG] Connection id "0HNC8090TG7OK" started. 2025-06-27 18:18:48.214 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:48.214 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:48.214 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:48.214 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:48.214 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:48.214 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:48.214 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:48.214 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:48.214 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:48.215 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:48.215 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:48.215 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:48.215 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:48.215 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:48.215 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:48.215 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.215 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.215 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:48.215 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:48.215 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:48.215 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:48.215 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:48.215 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:48.215 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:48.215 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:48.215 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.215 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.215 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.215 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.215 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:48.215 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:48.215 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:48.217 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.658ms. 2025-06-27 18:18:48.217 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:48.217 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:48.217 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:48.217 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:48.217 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:48.217 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:48.217 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:48.217 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.217 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.218 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.218 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.218 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.218 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9397ms 2025-06-27 18:18:48.218 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:48.218 +03:00 [DBG] Connection id "0HNC8090TG7OK" completed keep alive response. 2025-06-27 18:18:48.218 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.5748ms 2025-06-27 18:18:48.218 +03:00 [DBG] Connection id "0HNC8090TG7OK" received FIN. 2025-06-27 18:18:48.218 +03:00 [DBG] Connection id "0HNC8090TG7OK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:48.218 +03:00 [DBG] Connection id "0HNC8090TG7OK" disconnecting. 2025-06-27 18:18:48.218 +03:00 [DBG] Connection id "0HNC8090TG7OK" stopped. 2025-06-27 18:18:48.268 +03:00 [DBG] Connection id "0HNC8090TG7OL" accepted. 2025-06-27 18:18:48.268 +03:00 [DBG] Connection id "0HNC8090TG7OL" started. 2025-06-27 18:18:48.268 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:48.268 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:48.268 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:48.268 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:48.268 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:48.268 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:48.268 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:48.268 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:48.268 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:48.268 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:48.269 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:48.269 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:48.269 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:48.269 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:48.269 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:48.269 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.269 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.269 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:48.269 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:48.269 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:48.269 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:48.269 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:48.269 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:48.269 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:48.269 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:48.269 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.269 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.269 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.269 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.269 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:48.269 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:48.269 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:48.407 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.9204ms. 2025-06-27 18:18:48.407 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.408 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:48.408 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:48.408 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:48.408 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:48.408 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:48.408 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:48.408 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:48.409 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:48.409 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.409 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:48.409 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.409 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.409 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.409 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:48.409 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 140.5013ms 2025-06-27 18:18:48.409 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:48.409 +03:00 [DBG] Connection id "0HNC8090TG7OL" completed keep alive response. 2025-06-27 18:18:48.409 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 141.3291ms 2025-06-27 18:18:48.414 +03:00 [DBG] Connection id "0HNC8090TG7OL" received FIN. 2025-06-27 18:18:48.414 +03:00 [DBG] Connection id "0HNC8090TG7OL" disconnecting. 2025-06-27 18:18:48.414 +03:00 [DBG] Connection id "0HNC8090TG7OL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:48.415 +03:00 [DBG] Connection id "0HNC8090TG7OL" stopped. 2025-06-27 18:18:50.778 +03:00 [DBG] Connection id "0HNC8090TG7OM" accepted. 2025-06-27 18:18:50.778 +03:00 [DBG] Connection id "0HNC8090TG7OM" started. 2025-06-27 18:18:50.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:50.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:50.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:50.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:50.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:50.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:50.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:50.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:50.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:50.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:50.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:50.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:50.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:50.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:50.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:50.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:50.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2548ms. 2025-06-27 18:18:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:50.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:50.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2856ms 2025-06-27 18:18:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:50.781 +03:00 [DBG] Connection id "0HNC8090TG7OM" completed keep alive response. 2025-06-27 18:18:50.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.748ms 2025-06-27 18:18:50.782 +03:00 [DBG] Connection id "0HNC8090TG7OM" received FIN. 2025-06-27 18:18:50.782 +03:00 [DBG] Connection id "0HNC8090TG7OM" disconnecting. 2025-06-27 18:18:50.782 +03:00 [DBG] Connection id "0HNC8090TG7OM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:50.783 +03:00 [DBG] Connection id "0HNC8090TG7OM" stopped. 2025-06-27 18:18:54.726 +03:00 [DBG] Connection id "0HNC8090TG7ON" accepted. 2025-06-27 18:18:54.726 +03:00 [DBG] Connection id "0HNC8090TG7ON" started. 2025-06-27 18:18:54.726 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:18:54.727 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:54.727 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:54.727 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:18:54.727 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:18:54.727 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:54.727 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:54.727 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:54.727 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:54.727 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:54.727 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:54.727 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:54.727 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:54.727 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:54.727 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:54.727 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:54.727 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:54.727 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.727 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.728 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:54.728 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:18:54.728 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:54.728 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:18:54.728 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:18:54.728 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:54.728 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:18:54.728 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:18:54.728 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:18:54.728 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:18:54.728 +03:00 [DBG] Connection id "0HNC8090TG7ON", Request id "0HNC8090TG7ON:00000001": started reading request body. 2025-06-27 18:18:54.728 +03:00 [DBG] Connection id "0HNC8090TG7ON", Request id "0HNC8090TG7ON:00000001": done reading request body. 2025-06-27 18:18:54.729 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:18:54.729 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:54.729 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:54.729 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:18:54.729 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:18:54.729 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.729 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.729 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.729 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.729 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:54.729 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:18:54.729 +03:00 [INF] Changing group of physicals [330] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:54.752 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 23.1044ms. 2025-06-27 18:18:54.752 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:54.753 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:54.753 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.753 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.753 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 25.6605ms 2025-06-27 18:18:54.753 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:18:54.753 +03:00 [DBG] Connection id "0HNC8090TG7ON" completed keep alive response. 2025-06-27 18:18:54.753 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 26.825ms 2025-06-27 18:18:54.754 +03:00 [DBG] Connection id "0HNC8090TG7ON" received FIN. 2025-06-27 18:18:54.754 +03:00 [DBG] Connection id "0HNC8090TG7ON" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:54.754 +03:00 [DBG] Connection id "0HNC8090TG7ON" disconnecting. 2025-06-27 18:18:54.754 +03:00 [DBG] Connection id "0HNC8090TG7ON" stopped. 2025-06-27 18:18:54.790 +03:00 [DBG] Connection id "0HNC8090TG7OO" accepted. 2025-06-27 18:18:54.790 +03:00 [DBG] Connection id "0HNC8090TG7OO" started. 2025-06-27 18:18:54.790 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:54.790 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:54.790 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:54.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:54.790 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:54.790 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:54.790 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:54.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:54.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:54.790 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:54.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:54.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:54.791 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:54.791 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:54.791 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:54.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.791 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:54.791 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:54.791 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:54.791 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:54.791 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:54.791 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:54.791 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:54.791 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:54.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:54.791 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:54.791 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:54.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1875ms. 2025-06-27 18:18:54.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:54.793 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:54.793 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:54.793 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:54.793 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:54.793 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:54.793 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:54.793 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.793 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.793 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.885ms 2025-06-27 18:18:54.794 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:54.794 +03:00 [DBG] Connection id "0HNC8090TG7OO" completed keep alive response. 2025-06-27 18:18:54.794 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.8299ms 2025-06-27 18:18:54.794 +03:00 [DBG] Connection id "0HNC8090TG7OO" received FIN. 2025-06-27 18:18:54.794 +03:00 [DBG] Connection id "0HNC8090TG7OO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:54.794 +03:00 [DBG] Connection id "0HNC8090TG7OO" disconnecting. 2025-06-27 18:18:54.794 +03:00 [DBG] Connection id "0HNC8090TG7OO" stopped. 2025-06-27 18:18:54.960 +03:00 [DBG] Connection id "0HNC8090TG7OP" accepted. 2025-06-27 18:18:54.960 +03:00 [DBG] Connection id "0HNC8090TG7OP" started. 2025-06-27 18:18:54.960 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:18:54.960 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:54.960 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:18:54.960 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:54.960 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:18:54.960 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:54.960 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:54.960 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:54.960 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:54.961 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:18:54.961 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:54.961 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:54.961 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:54.961 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:54.961 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:54.961 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.961 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:54.961 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:54.961 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:18:54.961 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:18:54.961 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:18:54.961 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:54.961 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:18:54.961 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:18:54.961 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:18:54.961 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.961 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:54.961 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.961 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:54.961 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:54.961 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:18:54.961 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:18:55.134 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 172.8723ms. 2025-06-27 18:18:55.134 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.134 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:55.134 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:18:55.134 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:18:55.134 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:18:55.134 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:18:55.134 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:18:55.134 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:18:55.136 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:18:55.136 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.136 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.136 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.136 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.136 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.136 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.136 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 174.9995ms 2025-06-27 18:18:55.136 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:18:55.136 +03:00 [DBG] Connection id "0HNC8090TG7OP" completed keep alive response. 2025-06-27 18:18:55.136 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 175.5576ms 2025-06-27 18:18:55.140 +03:00 [DBG] Connection id "0HNC8090TG7OP" received FIN. 2025-06-27 18:18:55.140 +03:00 [DBG] Connection id "0HNC8090TG7OP" disconnecting. 2025-06-27 18:18:55.140 +03:00 [DBG] Connection id "0HNC8090TG7OP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:55.141 +03:00 [DBG] Connection id "0HNC8090TG7OP" stopped. 2025-06-27 18:18:55.778 +03:00 [DBG] Connection id "0HNC8090TG7OQ" accepted. 2025-06-27 18:18:55.779 +03:00 [DBG] Connection id "0HNC8090TG7OQ" started. 2025-06-27 18:18:55.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:18:55.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:18:55.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:18:55.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:18:55.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:18:55.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:55.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:18:55.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:18:55.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:18:55.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:18:55.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:55.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:18:55.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:18:55.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:18:55.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:18:55.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:18:55.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:18:55.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:55.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:18:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:55.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:55.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:18:55.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1847ms. 2025-06-27 18:18:55.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:55.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:18:55.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:18:55.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2683ms 2025-06-27 18:18:55.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:18:55.781 +03:00 [DBG] Connection id "0HNC8090TG7OQ" completed keep alive response. 2025-06-27 18:18:55.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.391ms 2025-06-27 18:18:55.782 +03:00 [DBG] Connection id "0HNC8090TG7OQ" received FIN. 2025-06-27 18:18:55.782 +03:00 [DBG] Connection id "0HNC8090TG7OQ" disconnecting. 2025-06-27 18:18:55.782 +03:00 [DBG] Connection id "0HNC8090TG7OQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:18:55.783 +03:00 [DBG] Connection id "0HNC8090TG7OQ" stopped. 2025-06-27 18:19:00.793 +03:00 [DBG] Connection id "0HNC8090TG7OR" accepted. 2025-06-27 18:19:00.793 +03:00 [DBG] Connection id "0HNC8090TG7OR" started. 2025-06-27 18:19:00.793 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:00.793 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:00.793 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:00.793 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:00.793 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:00.793 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:00.793 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:00.793 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:00.793 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:00.793 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:00.793 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:00.793 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:00.793 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:00.793 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:00.793 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:00.793 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:00.793 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:00.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:00.794 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:00.794 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:00.794 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1416ms. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:00.794 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:00.794 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:00.794 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6744ms 2025-06-27 18:19:00.794 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:00.794 +03:00 [DBG] Connection id "0HNC8090TG7OR" completed keep alive response. 2025-06-27 18:19:00.794 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2611ms 2025-06-27 18:19:00.795 +03:00 [DBG] Connection id "0HNC8090TG7OR" received FIN. 2025-06-27 18:19:00.795 +03:00 [DBG] Connection id "0HNC8090TG7OR" disconnecting. 2025-06-27 18:19:00.795 +03:00 [DBG] Connection id "0HNC8090TG7OR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:00.796 +03:00 [DBG] Connection id "0HNC8090TG7OR" stopped. 2025-06-27 18:19:05.780 +03:00 [DBG] Connection id "0HNC8090TG7OS" accepted. 2025-06-27 18:19:05.780 +03:00 [DBG] Connection id "0HNC8090TG7OS" started. 2025-06-27 18:19:05.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:05.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:05.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:05.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:05.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:05.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:05.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:05.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:05.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:05.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:05.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:05.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:05.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:05.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:05.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:05.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:05.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:05.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:05.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:05.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.229ms. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:05.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:05.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:05.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8004ms 2025-06-27 18:19:05.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:05.783 +03:00 [DBG] Connection id "0HNC8090TG7OS" completed keep alive response. 2025-06-27 18:19:05.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.1135ms 2025-06-27 18:19:05.784 +03:00 [DBG] Connection id "0HNC8090TG7OS" received FIN. 2025-06-27 18:19:05.784 +03:00 [DBG] Connection id "0HNC8090TG7OS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:05.784 +03:00 [DBG] Connection id "0HNC8090TG7OS" disconnecting. 2025-06-27 18:19:05.784 +03:00 [DBG] Connection id "0HNC8090TG7OS" stopped. 2025-06-27 18:19:10.776 +03:00 [DBG] Connection id "0HNC8090TG7OT" accepted. 2025-06-27 18:19:10.776 +03:00 [DBG] Connection id "0HNC8090TG7OT" started. 2025-06-27 18:19:10.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:10.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:10.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:10.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:10.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:10.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:10.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:10.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:10.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:10.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:10.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:10.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:10.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:10.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:10.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:10.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:10.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:10.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:10.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:10.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:10.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:10.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:10.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1741ms. 2025-06-27 18:19:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:10.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:10.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:10.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1451ms 2025-06-27 18:19:10.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:10.778 +03:00 [DBG] Connection id "0HNC8090TG7OT" completed keep alive response. 2025-06-27 18:19:10.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1759ms 2025-06-27 18:19:10.779 +03:00 [DBG] Connection id "0HNC8090TG7OT" received FIN. 2025-06-27 18:19:10.779 +03:00 [DBG] Connection id "0HNC8090TG7OT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:10.779 +03:00 [DBG] Connection id "0HNC8090TG7OT" disconnecting. 2025-06-27 18:19:10.779 +03:00 [DBG] Connection id "0HNC8090TG7OT" stopped. 2025-06-27 18:19:11.542 +03:00 [DBG] Connection id "0HNC8090TG7OU" accepted. 2025-06-27 18:19:11.542 +03:00 [DBG] Connection id "0HNC8090TG7OU" started. 2025-06-27 18:19:11.543 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 750 2025-06-27 18:19:11.543 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:11.543 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:11.543 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:19:11.543 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:19:11.543 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:11.543 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:11.543 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:11.543 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:11.543 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:11.543 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:11.543 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:11.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:11.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:11.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:11.544 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:11.544 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:11.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.544 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:11.544 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:11.544 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:19:11.544 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:19:11.544 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:19:11.544 +03:00 [DBG] Connection id "0HNC8090TG7OU", Request id "0HNC8090TG7OU:00000001": started reading request body. 2025-06-27 18:19:11.544 +03:00 [DBG] Connection id "0HNC8090TG7OU", Request id "0HNC8090TG7OU:00000001": done reading request body. 2025-06-27 18:19:11.544 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:19:11.544 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:11.544 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:11.544 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:19:11.544 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:11.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.544 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:11.545 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:19:11.545 +03:00 [INF] Updating physical elements properties 2025-06-27 18:19:11.567 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 22.0021ms. 2025-06-27 18:19:11.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:11.567 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:11.567 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.567 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 23.3503ms 2025-06-27 18:19:11.567 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:11.567 +03:00 [DBG] Connection id "0HNC8090TG7OU" completed keep alive response. 2025-06-27 18:19:11.567 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 24.543ms 2025-06-27 18:19:11.567 +03:00 [DBG] Connection id "0HNC8090TG7OU" received FIN. 2025-06-27 18:19:11.567 +03:00 [DBG] Connection id "0HNC8090TG7OU" disconnecting. 2025-06-27 18:19:11.567 +03:00 [DBG] Connection id "0HNC8090TG7OU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:11.569 +03:00 [DBG] Connection id "0HNC8090TG7OU" stopped. 2025-06-27 18:19:11.601 +03:00 [DBG] Connection id "0HNC8090TG7OV" accepted. 2025-06-27 18:19:11.601 +03:00 [DBG] Connection id "0HNC8090TG7OV" started. 2025-06-27 18:19:11.602 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:11.602 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:11.602 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:11.602 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:11.602 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:11.602 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:11.602 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:11.602 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:11.602 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:11.602 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:11.602 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:11.602 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:11.602 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:11.602 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:11.602 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:11.602 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.602 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.602 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:11.602 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:11.602 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:11.602 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:11.602 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:11.602 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:11.602 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:11.602 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:11.602 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.602 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.602 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.602 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.603 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:11.603 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:11.603 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:11.604 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.9057ms. 2025-06-27 18:19:11.605 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:11.605 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:11.605 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:11.605 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:11.605 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:11.605 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:11.605 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:11.605 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.605 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.605 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9698ms 2025-06-27 18:19:11.605 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:11.605 +03:00 [DBG] Connection id "0HNC8090TG7OV" completed keep alive response. 2025-06-27 18:19:11.605 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.6204ms 2025-06-27 18:19:11.606 +03:00 [DBG] Connection id "0HNC8090TG7OV" received FIN. 2025-06-27 18:19:11.606 +03:00 [DBG] Connection id "0HNC8090TG7OV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:11.606 +03:00 [DBG] Connection id "0HNC8090TG7OV" disconnecting. 2025-06-27 18:19:11.606 +03:00 [DBG] Connection id "0HNC8090TG7OV" stopped. 2025-06-27 18:19:11.652 +03:00 [DBG] Connection id "0HNC8090TG7P0" accepted. 2025-06-27 18:19:11.652 +03:00 [DBG] Connection id "0HNC8090TG7P0" started. 2025-06-27 18:19:11.652 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:11.652 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:11.652 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:11.652 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:11.652 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:11.652 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:11.652 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:11.652 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:11.652 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:11.652 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:11.652 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:11.652 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:11.652 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:11.652 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:11.652 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:11.652 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.652 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.652 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:11.652 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:11.652 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:11.652 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:11.652 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:11.652 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:11.652 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:11.652 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:11.653 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.653 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.653 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.653 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.653 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:11.653 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:11.653 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:11.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.6043ms. 2025-06-27 18:19:11.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:11.791 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:11.791 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:11.791 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:11.791 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:11.791 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:11.791 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:11.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:11.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:11.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:11.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 139.8543ms 2025-06-27 18:19:11.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:11.792 +03:00 [DBG] Connection id "0HNC8090TG7P0" completed keep alive response. 2025-06-27 18:19:11.792 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 140.459ms 2025-06-27 18:19:11.796 +03:00 [DBG] Connection id "0HNC8090TG7P0" received FIN. 2025-06-27 18:19:11.796 +03:00 [DBG] Connection id "0HNC8090TG7P0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:11.796 +03:00 [DBG] Connection id "0HNC8090TG7P0" disconnecting. 2025-06-27 18:19:11.796 +03:00 [DBG] Connection id "0HNC8090TG7P0" stopped. 2025-06-27 18:19:15.064 +03:00 [DBG] Connection id "0HNC8090TG7P1" accepted. 2025-06-27 18:19:15.064 +03:00 [DBG] Connection id "0HNC8090TG7P1" started. 2025-06-27 18:19:15.064 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:19:15.064 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:15.064 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:15.064 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:19:15.064 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:19:15.064 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:19:15.064 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:15.064 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:15.064 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:15.064 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:15.064 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:19:15.064 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:15.064 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:15.064 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:15.064 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:15.064 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:15.064 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:15.064 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.064 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.065 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:15.065 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:19:15.065 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:19:15.065 +03:00 [DBG] Connection id "0HNC8090TG7P1", Request id "0HNC8090TG7P1:00000001": started reading request body. 2025-06-27 18:19:15.065 +03:00 [DBG] Connection id "0HNC8090TG7P1", Request id "0HNC8090TG7P1:00000001": done reading request body. 2025-06-27 18:19:15.065 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:19:15.065 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:19:15.065 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:19:15.065 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.065 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.065 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.065 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.065 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:15.065 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:19:15.065 +03:00 [INF] Changing group of physicals [327] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:15.084 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 19.039ms. 2025-06-27 18:19:15.084 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.084 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:15.085 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:15.085 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.085 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.085 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 20.4378ms 2025-06-27 18:19:15.085 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:19:15.085 +03:00 [DBG] Connection id "0HNC8090TG7P1" completed keep alive response. 2025-06-27 18:19:15.085 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 21.1145ms 2025-06-27 18:19:15.085 +03:00 [DBG] Connection id "0HNC8090TG7P1" received FIN. 2025-06-27 18:19:15.085 +03:00 [DBG] Connection id "0HNC8090TG7P1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:15.085 +03:00 [DBG] Connection id "0HNC8090TG7P1" disconnecting. 2025-06-27 18:19:15.085 +03:00 [DBG] Connection id "0HNC8090TG7P1" stopped. 2025-06-27 18:19:15.119 +03:00 [DBG] Connection id "0HNC8090TG7P2" accepted. 2025-06-27 18:19:15.120 +03:00 [DBG] Connection id "0HNC8090TG7P2" started. 2025-06-27 18:19:15.120 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:15.120 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:15.120 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:15.120 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:15.120 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:15.120 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:15.120 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:15.120 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:15.120 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:15.120 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:15.120 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:15.120 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:15.120 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:15.120 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:15.120 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:15.120 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.120 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.120 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:15.120 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:15.120 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:15.120 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:15.120 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:15.120 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:15.120 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:15.120 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:15.121 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.121 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.121 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.121 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.121 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:15.121 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:15.121 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:15.122 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.9926ms. 2025-06-27 18:19:15.122 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:15.122 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:15.122 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:15.122 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:15.122 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:15.122 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:15.122 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:15.122 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.122 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.122 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0551ms 2025-06-27 18:19:15.122 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:15.122 +03:00 [DBG] Connection id "0HNC8090TG7P2" completed keep alive response. 2025-06-27 18:19:15.122 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.6668ms 2025-06-27 18:19:15.123 +03:00 [DBG] Connection id "0HNC8090TG7P2" received FIN. 2025-06-27 18:19:15.123 +03:00 [DBG] Connection id "0HNC8090TG7P2" disconnecting. 2025-06-27 18:19:15.123 +03:00 [DBG] Connection id "0HNC8090TG7P2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:15.124 +03:00 [DBG] Connection id "0HNC8090TG7P2" stopped. 2025-06-27 18:19:15.170 +03:00 [DBG] Connection id "0HNC8090TG7P3" accepted. 2025-06-27 18:19:15.170 +03:00 [DBG] Connection id "0HNC8090TG7P3" started. 2025-06-27 18:19:15.170 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:15.170 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:15.170 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:15.170 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:15.170 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:15.170 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:15.170 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:15.170 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:15.170 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:15.170 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:15.170 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:15.170 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:15.170 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:15.170 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:15.170 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:15.170 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.170 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.170 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:15.170 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:15.171 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:15.171 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:15.171 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:15.171 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:15.171 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:15.171 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:15.171 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.171 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.171 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.171 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.171 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:15.171 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:15.171 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:15.340 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 169.4134ms. 2025-06-27 18:19:15.340 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.340 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.341 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:15.341 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:15.341 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:15.341 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:15.341 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:15.341 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:15.341 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:15.342 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:15.342 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.342 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.342 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.342 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.342 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.342 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.342 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 171.6033ms 2025-06-27 18:19:15.342 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:15.342 +03:00 [DBG] Connection id "0HNC8090TG7P3" completed keep alive response. 2025-06-27 18:19:15.342 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 172.1716ms 2025-06-27 18:19:15.346 +03:00 [DBG] Connection id "0HNC8090TG7P3" received FIN. 2025-06-27 18:19:15.346 +03:00 [DBG] Connection id "0HNC8090TG7P3" disconnecting. 2025-06-27 18:19:15.346 +03:00 [DBG] Connection id "0HNC8090TG7P3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:15.347 +03:00 [DBG] Connection id "0HNC8090TG7P3" stopped. 2025-06-27 18:19:15.789 +03:00 [DBG] Connection id "0HNC8090TG7P4" accepted. 2025-06-27 18:19:15.789 +03:00 [DBG] Connection id "0HNC8090TG7P4" started. 2025-06-27 18:19:15.790 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:15.790 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:15.790 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:15.790 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:15.790 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:15.790 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:15.790 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:15.790 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:15.790 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:15.790 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:15.790 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:15.790 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:15.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:15.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:15.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:15.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:15.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:15.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:15.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:15.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:15.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1312ms. 2025-06-27 18:19:15.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:15.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:15.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:15.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7415ms 2025-06-27 18:19:15.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:15.791 +03:00 [DBG] Connection id "0HNC8090TG7P4" completed keep alive response. 2025-06-27 18:19:15.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3785ms 2025-06-27 18:19:15.791 +03:00 [DBG] Connection id "0HNC8090TG7P4" received FIN. 2025-06-27 18:19:15.791 +03:00 [DBG] Connection id "0HNC8090TG7P4" disconnecting. 2025-06-27 18:19:15.791 +03:00 [DBG] Connection id "0HNC8090TG7P4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:15.792 +03:00 [DBG] Connection id "0HNC8090TG7P4" stopped. 2025-06-27 18:19:20.778 +03:00 [DBG] Connection id "0HNC8090TG7P5" accepted. 2025-06-27 18:19:20.778 +03:00 [DBG] Connection id "0HNC8090TG7P5" started. 2025-06-27 18:19:20.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:20.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:20.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:20.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:20.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:20.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:20.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:20.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:20.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:20.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:20.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:20.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:20.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:20.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:20.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:20.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:20.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:20.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:20.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:20.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:20.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:20.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2321ms. 2025-06-27 18:19:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:20.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:20.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:20.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:20.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.8931ms 2025-06-27 18:19:20.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:20.782 +03:00 [DBG] Connection id "0HNC8090TG7P5" completed keep alive response. 2025-06-27 18:19:20.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3845ms 2025-06-27 18:19:20.782 +03:00 [DBG] Connection id "0HNC8090TG7P5" received FIN. 2025-06-27 18:19:20.782 +03:00 [DBG] Connection id "0HNC8090TG7P5" disconnecting. 2025-06-27 18:19:20.783 +03:00 [DBG] Connection id "0HNC8090TG7P5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:20.784 +03:00 [DBG] Connection id "0HNC8090TG7P5" stopped. 2025-06-27 18:19:25.782 +03:00 [DBG] Connection id "0HNC8090TG7P6" accepted. 2025-06-27 18:19:25.782 +03:00 [DBG] Connection id "0HNC8090TG7P6" started. 2025-06-27 18:19:25.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:25.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:25.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:25.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:25.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:25.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:25.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:25.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:25.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:25.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:25.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:25.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:25.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:25.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:25.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:25.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:25.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:25.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1741ms. 2025-06-27 18:19:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:25.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:25.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:25.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3154ms 2025-06-27 18:19:25.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:25.784 +03:00 [DBG] Connection id "0HNC8090TG7P6" completed keep alive response. 2025-06-27 18:19:25.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2644ms 2025-06-27 18:19:25.785 +03:00 [DBG] Connection id "0HNC8090TG7P6" received FIN. 2025-06-27 18:19:25.785 +03:00 [DBG] Connection id "0HNC8090TG7P6" disconnecting. 2025-06-27 18:19:25.785 +03:00 [DBG] Connection id "0HNC8090TG7P6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:25.786 +03:00 [DBG] Connection id "0HNC8090TG7P6" stopped. 2025-06-27 18:19:30.610 +03:00 [DBG] Connection id "0HNC8090TG7P7" accepted. 2025-06-27 18:19:30.610 +03:00 [DBG] Connection id "0HNC8090TG7P7" started. 2025-06-27 18:19:30.610 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 754 2025-06-27 18:19:30.610 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:30.610 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:30.610 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:19:30.610 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:19:30.611 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:30.611 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:30.611 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:30.611 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:30.611 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:30.611 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:30.611 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:30.611 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:30.611 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:30.611 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:30.611 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:30.611 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:30.611 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.611 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.611 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:30.611 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:30.611 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:19:30.611 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:19:30.611 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:19:30.611 +03:00 [DBG] Connection id "0HNC8090TG7P7", Request id "0HNC8090TG7P7:00000001": started reading request body. 2025-06-27 18:19:30.612 +03:00 [DBG] Connection id "0HNC8090TG7P7", Request id "0HNC8090TG7P7:00000001": done reading request body. 2025-06-27 18:19:30.612 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:19:30.612 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:30.612 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:30.612 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:19:30.612 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:30.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.612 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.612 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.612 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:30.612 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:19:30.612 +03:00 [INF] Updating physical elements properties 2025-06-27 18:19:30.630 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 18.0543ms. 2025-06-27 18:19:30.630 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.630 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.630 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.630 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.630 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.630 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.630 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:30.631 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:30.631 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:30.631 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.631 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.631 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 19.764ms 2025-06-27 18:19:30.631 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:30.631 +03:00 [DBG] Connection id "0HNC8090TG7P7" completed keep alive response. 2025-06-27 18:19:30.631 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 20.8896ms 2025-06-27 18:19:30.631 +03:00 [DBG] Connection id "0HNC8090TG7P7" received FIN. 2025-06-27 18:19:30.631 +03:00 [DBG] Connection id "0HNC8090TG7P7" disconnecting. 2025-06-27 18:19:30.631 +03:00 [DBG] Connection id "0HNC8090TG7P7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:30.632 +03:00 [DBG] Connection id "0HNC8090TG7P7" stopped. 2025-06-27 18:19:30.670 +03:00 [DBG] Connection id "0HNC8090TG7P8" accepted. 2025-06-27 18:19:30.670 +03:00 [DBG] Connection id "0HNC8090TG7P8" started. 2025-06-27 18:19:30.670 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:30.670 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:30.670 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:30.670 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:30.670 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:30.670 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:30.670 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:30.670 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:30.670 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:30.670 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:30.670 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:30.670 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:30.670 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:30.670 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:30.670 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:30.670 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.671 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.671 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:30.671 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:30.671 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:30.671 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:30.671 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:30.671 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:30.671 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:30.671 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:30.671 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.671 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.671 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.671 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.671 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:30.671 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:30.671 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:30.673 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.7071ms. 2025-06-27 18:19:30.673 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.673 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:30.673 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:30.673 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:30.673 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:30.673 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:30.673 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:30.673 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:30.674 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:30.674 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.674 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.674 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.674 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.674 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.674 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.674 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.296ms 2025-06-27 18:19:30.674 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:30.674 +03:00 [DBG] Connection id "0HNC8090TG7P8" completed keep alive response. 2025-06-27 18:19:30.674 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.0752ms 2025-06-27 18:19:30.674 +03:00 [DBG] Connection id "0HNC8090TG7P8" received FIN. 2025-06-27 18:19:30.674 +03:00 [DBG] Connection id "0HNC8090TG7P8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:30.674 +03:00 [DBG] Connection id "0HNC8090TG7P8" disconnecting. 2025-06-27 18:19:30.674 +03:00 [DBG] Connection id "0HNC8090TG7P8" stopped. 2025-06-27 18:19:30.720 +03:00 [DBG] Connection id "0HNC8090TG7P9" accepted. 2025-06-27 18:19:30.720 +03:00 [DBG] Connection id "0HNC8090TG7P9" started. 2025-06-27 18:19:30.720 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:30.720 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:30.720 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:30.720 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:30.720 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:30.720 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:30.720 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:30.721 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:30.721 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:30.721 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:30.721 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:30.721 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:30.721 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:30.721 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:30.721 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:30.721 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.721 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.721 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:30.721 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:30.721 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:30.721 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:30.721 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:30.721 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:30.721 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:30.721 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:30.721 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.721 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.721 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.721 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.721 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:30.721 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:30.721 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:30.777 +03:00 [DBG] Connection id "0HNC8090TG7PA" accepted. 2025-06-27 18:19:30.777 +03:00 [DBG] Connection id "0HNC8090TG7PA" started. 2025-06-27 18:19:30.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:30.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:30.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:30.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:30.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:30.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:30.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:30.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:30.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:30.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:30.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:30.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:30.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:30.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:30.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:30.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:30.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:30.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:30.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1288ms. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:30.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:30.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6754ms 2025-06-27 18:19:30.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:30.779 +03:00 [DBG] Connection id "0HNC8090TG7PA" completed keep alive response. 2025-06-27 18:19:30.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.335ms 2025-06-27 18:19:30.779 +03:00 [DBG] Connection id "0HNC8090TG7PA" received FIN. 2025-06-27 18:19:30.780 +03:00 [DBG] Connection id "0HNC8090TG7PA" disconnecting. 2025-06-27 18:19:30.780 +03:00 [DBG] Connection id "0HNC8090TG7PA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:30.781 +03:00 [DBG] Connection id "0HNC8090TG7PA" stopped. 2025-06-27 18:19:30.876 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 154.5804ms. 2025-06-27 18:19:30.876 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.876 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:30.876 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:30.876 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:30.876 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:30.876 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:30.876 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:30.876 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:30.878 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:30.878 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.878 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:30.878 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.878 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.878 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.878 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:30.878 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 156.9392ms 2025-06-27 18:19:30.878 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:30.878 +03:00 [DBG] Connection id "0HNC8090TG7P9" completed keep alive response. 2025-06-27 18:19:30.878 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 157.7183ms 2025-06-27 18:19:30.882 +03:00 [DBG] Connection id "0HNC8090TG7P9" received FIN. 2025-06-27 18:19:30.882 +03:00 [DBG] Connection id "0HNC8090TG7P9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:30.883 +03:00 [DBG] Connection id "0HNC8090TG7P9" disconnecting. 2025-06-27 18:19:30.883 +03:00 [DBG] Connection id "0HNC8090TG7P9" stopped. 2025-06-27 18:19:35.776 +03:00 [DBG] Connection id "0HNC8090TG7PB" accepted. 2025-06-27 18:19:35.776 +03:00 [DBG] Connection id "0HNC8090TG7PB" started. 2025-06-27 18:19:35.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:35.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:35.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:35.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:35.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:35.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:35.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:35.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:35.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:35.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:35.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:35.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:35.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:35.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:35.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:35.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:35.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:35.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:35.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:35.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:35.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:35.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:35.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2601ms. 2025-06-27 18:19:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:35.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:35.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:35.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:35.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:35.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:35.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7473ms 2025-06-27 18:19:35.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:35.779 +03:00 [DBG] Connection id "0HNC8090TG7PB" completed keep alive response. 2025-06-27 18:19:35.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0816ms 2025-06-27 18:19:35.779 +03:00 [DBG] Connection id "0HNC8090TG7PB" received FIN. 2025-06-27 18:19:35.780 +03:00 [DBG] Connection id "0HNC8090TG7PB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:35.780 +03:00 [DBG] Connection id "0HNC8090TG7PB" disconnecting. 2025-06-27 18:19:35.780 +03:00 [DBG] Connection id "0HNC8090TG7PB" stopped. 2025-06-27 18:19:40.781 +03:00 [DBG] Connection id "0HNC8090TG7PC" accepted. 2025-06-27 18:19:40.781 +03:00 [DBG] Connection id "0HNC8090TG7PC" started. 2025-06-27 18:19:40.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:40.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:40.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:40.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:40.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:40.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:40.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:40.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:40.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:40.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:40.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:40.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:40.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:40.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:40.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:40.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:40.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:40.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:40.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:40.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2075ms. 2025-06-27 18:19:40.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:40.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:40.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:40.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7166ms 2025-06-27 18:19:40.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:40.784 +03:00 [DBG] Connection id "0HNC8090TG7PC" completed keep alive response. 2025-06-27 18:19:40.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6991ms 2025-06-27 18:19:40.784 +03:00 [DBG] Connection id "0HNC8090TG7PC" received FIN. 2025-06-27 18:19:40.784 +03:00 [DBG] Connection id "0HNC8090TG7PC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:40.785 +03:00 [DBG] Connection id "0HNC8090TG7PC" disconnecting. 2025-06-27 18:19:40.785 +03:00 [DBG] Connection id "0HNC8090TG7PC" stopped. 2025-06-27 18:19:45.776 +03:00 [DBG] Connection id "0HNC8090TG7PD" accepted. 2025-06-27 18:19:45.777 +03:00 [DBG] Connection id "0HNC8090TG7PD" started. 2025-06-27 18:19:45.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:45.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:45.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:45.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:45.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:45.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:45.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:45.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:45.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:45.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:45.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:45.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:45.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:45.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:45.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:45.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:45.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:45.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:45.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:45.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:45.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:45.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:45.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1219ms. 2025-06-27 18:19:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:45.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:45.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:45.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7087ms 2025-06-27 18:19:45.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:45.778 +03:00 [DBG] Connection id "0HNC8090TG7PD" completed keep alive response. 2025-06-27 18:19:45.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.321ms 2025-06-27 18:19:45.778 +03:00 [DBG] Connection id "0HNC8090TG7PD" received FIN. 2025-06-27 18:19:45.778 +03:00 [DBG] Connection id "0HNC8090TG7PD" disconnecting. 2025-06-27 18:19:45.779 +03:00 [DBG] Connection id "0HNC8090TG7PD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:45.780 +03:00 [DBG] Connection id "0HNC8090TG7PD" stopped. 2025-06-27 18:19:49.376 +03:00 [DBG] Connection id "0HNC8090TG7PE" accepted. 2025-06-27 18:19:49.376 +03:00 [DBG] Connection id "0HNC8090TG7PE" started. 2025-06-27 18:19:49.376 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 745 2025-06-27 18:19:49.377 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:49.377 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:49.377 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:19:49.377 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:19:49.377 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:49.377 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:49.377 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:49.377 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:49.377 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:49.377 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:49.377 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:49.377 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:49.377 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:49.377 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:49.377 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:49.377 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:49.377 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.377 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.377 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:49.378 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:49.378 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:19:49.378 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:19:49.378 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:19:49.378 +03:00 [DBG] Connection id "0HNC8090TG7PE", Request id "0HNC8090TG7PE:00000001": started reading request body. 2025-06-27 18:19:49.378 +03:00 [DBG] Connection id "0HNC8090TG7PE", Request id "0HNC8090TG7PE:00000001": done reading request body. 2025-06-27 18:19:49.378 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:19:49.378 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:49.378 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:49.378 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:19:49.378 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:19:49.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.378 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.378 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.378 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.378 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:49.378 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:19:49.378 +03:00 [INF] Updating physical elements properties 2025-06-27 18:19:49.407 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 28.3916ms. 2025-06-27 18:19:49.407 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:49.407 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:49.407 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.407 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.407 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 29.8476ms 2025-06-27 18:19:49.407 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:19:49.407 +03:00 [DBG] Connection id "0HNC8090TG7PE" completed keep alive response. 2025-06-27 18:19:49.407 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 30.9496ms 2025-06-27 18:19:49.408 +03:00 [DBG] Connection id "0HNC8090TG7PE" received FIN. 2025-06-27 18:19:49.408 +03:00 [DBG] Connection id "0HNC8090TG7PE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:49.408 +03:00 [DBG] Connection id "0HNC8090TG7PE" disconnecting. 2025-06-27 18:19:49.408 +03:00 [DBG] Connection id "0HNC8090TG7PE" stopped. 2025-06-27 18:19:49.442 +03:00 [DBG] Connection id "0HNC8090TG7PF" accepted. 2025-06-27 18:19:49.442 +03:00 [DBG] Connection id "0HNC8090TG7PF" started. 2025-06-27 18:19:49.442 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:49.443 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:49.443 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:49.443 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:49.443 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:49.443 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:49.443 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:49.443 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:49.443 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:49.443 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:49.443 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:49.443 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:49.443 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:49.443 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:49.443 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:49.443 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.443 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.443 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:49.443 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:49.443 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:49.443 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:49.443 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:49.443 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:49.443 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:49.443 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:49.443 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.443 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.443 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.443 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.443 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:49.443 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:49.443 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:49.446 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.6339ms. 2025-06-27 18:19:49.446 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.446 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:49.446 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:49.446 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:49.446 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:49.446 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:49.446 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:49.447 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:49.447 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:49.447 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.447 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.447 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.447 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.447 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.447 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.447 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.849ms 2025-06-27 18:19:49.447 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:49.447 +03:00 [DBG] Connection id "0HNC8090TG7PF" completed keep alive response. 2025-06-27 18:19:49.447 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.4255ms 2025-06-27 18:19:49.447 +03:00 [DBG] Connection id "0HNC8090TG7PF" received FIN. 2025-06-27 18:19:49.448 +03:00 [DBG] Connection id "0HNC8090TG7PF" disconnecting. 2025-06-27 18:19:49.448 +03:00 [DBG] Connection id "0HNC8090TG7PF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:49.449 +03:00 [DBG] Connection id "0HNC8090TG7PF" stopped. 2025-06-27 18:19:49.494 +03:00 [DBG] Connection id "0HNC8090TG7PG" accepted. 2025-06-27 18:19:49.494 +03:00 [DBG] Connection id "0HNC8090TG7PG" started. 2025-06-27 18:19:49.494 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:49.494 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:49.494 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:49.494 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:49.494 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:49.494 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:49.494 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:49.494 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:49.494 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:49.494 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:49.494 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:49.494 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:49.494 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:49.494 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:49.494 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:49.494 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.494 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.494 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:49.494 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:49.494 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:49.494 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:49.494 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:49.494 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:49.494 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:49.494 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:49.494 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.494 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.495 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.495 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.495 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:49.495 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:49.495 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:49.632 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 137.7244ms. 2025-06-27 18:19:49.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.632 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:49.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.633 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:49.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.633 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.633 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.633 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:49.633 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:49.633 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:49.633 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:49.633 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:49.633 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:49.633 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:49.634 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:49.634 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.634 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:49.634 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.634 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.634 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.634 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:49.634 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 140.2511ms 2025-06-27 18:19:49.635 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:49.635 +03:00 [DBG] Connection id "0HNC8090TG7PG" completed keep alive response. 2025-06-27 18:19:49.635 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 140.7923ms 2025-06-27 18:19:49.638 +03:00 [DBG] Connection id "0HNC8090TG7PG" received FIN. 2025-06-27 18:19:49.638 +03:00 [DBG] Connection id "0HNC8090TG7PG" disconnecting. 2025-06-27 18:19:49.638 +03:00 [DBG] Connection id "0HNC8090TG7PG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:49.639 +03:00 [DBG] Connection id "0HNC8090TG7PG" stopped. 2025-06-27 18:19:50.776 +03:00 [DBG] Connection id "0HNC8090TG7PH" accepted. 2025-06-27 18:19:50.776 +03:00 [DBG] Connection id "0HNC8090TG7PH" started. 2025-06-27 18:19:50.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:50.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:50.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:50.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:50.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:50.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:50.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:50.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:50.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:50.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:50.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:50.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:50.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:50.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:50.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:50.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1322ms. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:50.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:50.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:50.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:50.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:50.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6684ms 2025-06-27 18:19:50.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:50.778 +03:00 [DBG] Connection id "0HNC8090TG7PH" completed keep alive response. 2025-06-27 18:19:50.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3374ms 2025-06-27 18:19:50.778 +03:00 [DBG] Connection id "0HNC8090TG7PH" received FIN. 2025-06-27 18:19:50.778 +03:00 [DBG] Connection id "0HNC8090TG7PH" disconnecting. 2025-06-27 18:19:50.778 +03:00 [DBG] Connection id "0HNC8090TG7PH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:50.779 +03:00 [DBG] Connection id "0HNC8090TG7PH" stopped. 2025-06-27 18:19:52.452 +03:00 [DBG] Connection id "0HNC8090TG7PI" accepted. 2025-06-27 18:19:52.452 +03:00 [DBG] Connection id "0HNC8090TG7PI" started. 2025-06-27 18:19:52.452 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:19:52.452 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:52.452 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:52.452 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:19:52.452 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:19:52.452 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:19:52.452 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:52.452 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:52.452 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:52.452 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:52.452 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:19:52.452 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:52.453 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:52.453 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:52.453 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:52.453 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:52.453 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:52.453 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.453 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.453 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:52.453 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:19:52.453 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:19:52.453 +03:00 [DBG] Connection id "0HNC8090TG7PI", Request id "0HNC8090TG7PI:00000001": started reading request body. 2025-06-27 18:19:52.453 +03:00 [DBG] Connection id "0HNC8090TG7PI", Request id "0HNC8090TG7PI:00000001": done reading request body. 2025-06-27 18:19:52.453 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:19:52.453 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:19:52.453 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:19:52.453 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.453 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.453 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.453 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.453 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:52.454 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:19:52.454 +03:00 [INF] Changing group of physicals [373] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:52.471 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.2288ms. 2025-06-27 18:19:52.471 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:52.471 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:52.471 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.471 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.471 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 18.4847ms 2025-06-27 18:19:52.471 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:19:52.471 +03:00 [DBG] Connection id "0HNC8090TG7PI" completed keep alive response. 2025-06-27 18:19:52.471 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 19.1949ms 2025-06-27 18:19:52.471 +03:00 [DBG] Connection id "0HNC8090TG7PI" received FIN. 2025-06-27 18:19:52.472 +03:00 [DBG] Connection id "0HNC8090TG7PI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:52.472 +03:00 [DBG] Connection id "0HNC8090TG7PI" disconnecting. 2025-06-27 18:19:52.472 +03:00 [DBG] Connection id "0HNC8090TG7PI" stopped. 2025-06-27 18:19:52.506 +03:00 [DBG] Connection id "0HNC8090TG7PJ" accepted. 2025-06-27 18:19:52.506 +03:00 [DBG] Connection id "0HNC8090TG7PJ" started. 2025-06-27 18:19:52.506 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:52.506 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:52.506 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:52.506 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:52.506 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:52.506 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:52.506 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:52.506 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:52.506 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:52.506 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:52.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:52.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:52.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:52.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:52.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:52.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.506 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:52.506 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:52.506 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:52.507 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:52.507 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:52.507 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:52.507 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:52.507 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:52.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.507 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:52.507 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:52.507 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:52.508 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 0.8661ms. 2025-06-27 18:19:52.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:52.508 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:52.508 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:52.508 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:52.508 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:52.508 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:52.508 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:52.508 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.508 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.508 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 1.8061ms 2025-06-27 18:19:52.508 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:52.508 +03:00 [DBG] Connection id "0HNC8090TG7PJ" completed keep alive response. 2025-06-27 18:19:52.508 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.3329ms 2025-06-27 18:19:52.508 +03:00 [DBG] Connection id "0HNC8090TG7PJ" received FIN. 2025-06-27 18:19:52.508 +03:00 [DBG] Connection id "0HNC8090TG7PJ" disconnecting. 2025-06-27 18:19:52.509 +03:00 [DBG] Connection id "0HNC8090TG7PJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:52.510 +03:00 [DBG] Connection id "0HNC8090TG7PJ" stopped. 2025-06-27 18:19:52.556 +03:00 [DBG] Connection id "0HNC8090TG7PK" accepted. 2025-06-27 18:19:52.556 +03:00 [DBG] Connection id "0HNC8090TG7PK" started. 2025-06-27 18:19:52.556 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:19:52.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:52.556 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:19:52.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:52.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:19:52.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:52.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:52.556 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:52.556 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:52.556 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:19:52.556 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:52.556 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:52.556 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:52.556 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:52.556 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:52.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.556 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:52.556 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:19:52.557 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:19:52.557 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:19:52.557 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:52.557 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:19:52.557 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:19:52.557 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:19:52.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:52.557 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:19:52.557 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:19:52.707 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 150.0265ms. 2025-06-27 18:19:52.707 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.707 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:52.707 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:19:52.707 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:19:52.707 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:19:52.707 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:19:52.707 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:19:52.707 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:19:52.709 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:19:52.709 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.709 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:52.709 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.709 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.709 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.709 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:52.709 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 152.9633ms 2025-06-27 18:19:52.709 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:19:52.709 +03:00 [DBG] Connection id "0HNC8090TG7PK" completed keep alive response. 2025-06-27 18:19:52.710 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 153.5196ms 2025-06-27 18:19:52.713 +03:00 [DBG] Connection id "0HNC8090TG7PK" received FIN. 2025-06-27 18:19:52.713 +03:00 [DBG] Connection id "0HNC8090TG7PK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:52.713 +03:00 [DBG] Connection id "0HNC8090TG7PK" disconnecting. 2025-06-27 18:19:52.714 +03:00 [DBG] Connection id "0HNC8090TG7PK" stopped. 2025-06-27 18:19:55.777 +03:00 [DBG] Connection id "0HNC8090TG7PL" accepted. 2025-06-27 18:19:55.777 +03:00 [DBG] Connection id "0HNC8090TG7PL" started. 2025-06-27 18:19:55.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:19:55.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:19:55.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:19:55.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:19:55.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:19:55.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:55.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:19:55.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:19:55.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:19:55.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:19:55.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:55.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:19:55.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:19:55.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:19:55.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:19:55.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:19:55.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:19:55.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.777 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:55.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:55.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:19:55.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1406ms. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:55.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:19:55.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:19:55.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7419ms 2025-06-27 18:19:55.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:19:55.778 +03:00 [DBG] Connection id "0HNC8090TG7PL" completed keep alive response. 2025-06-27 18:19:55.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2936ms 2025-06-27 18:19:55.779 +03:00 [DBG] Connection id "0HNC8090TG7PL" received FIN. 2025-06-27 18:19:55.779 +03:00 [DBG] Connection id "0HNC8090TG7PL" disconnecting. 2025-06-27 18:19:55.779 +03:00 [DBG] Connection id "0HNC8090TG7PL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:19:55.780 +03:00 [DBG] Connection id "0HNC8090TG7PL" stopped. 2025-06-27 18:20:00.780 +03:00 [DBG] Connection id "0HNC8090TG7PM" accepted. 2025-06-27 18:20:00.780 +03:00 [DBG] Connection id "0HNC8090TG7PM" started. 2025-06-27 18:20:00.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:00.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:00.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:00.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:00.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:00.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:00.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:00.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:00.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:00.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:00.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:00.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:00.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:00.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:00.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:00.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:00.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:00.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:00.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:00.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:00.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.226ms. 2025-06-27 18:20:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:00.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:00.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:00.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:00.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:00.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:00.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9448ms 2025-06-27 18:20:00.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:00.784 +03:00 [DBG] Connection id "0HNC8090TG7PM" completed keep alive response. 2025-06-27 18:20:00.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.461ms 2025-06-27 18:20:00.784 +03:00 [DBG] Connection id "0HNC8090TG7PM" received FIN. 2025-06-27 18:20:00.784 +03:00 [DBG] Connection id "0HNC8090TG7PM" disconnecting. 2025-06-27 18:20:00.784 +03:00 [DBG] Connection id "0HNC8090TG7PM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:00.785 +03:00 [DBG] Connection id "0HNC8090TG7PM" stopped. 2025-06-27 18:20:05.788 +03:00 [DBG] Connection id "0HNC8090TG7PN" accepted. 2025-06-27 18:20:05.788 +03:00 [DBG] Connection id "0HNC8090TG7PN" started. 2025-06-27 18:20:05.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:05.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:05.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:05.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:05.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:05.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:05.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:05.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:05.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:05.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:05.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:05.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:05.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:05.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:05.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:05.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:05.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:05.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:05.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:05.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:05.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1675ms. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:05.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:05.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:05.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:05.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.811ms 2025-06-27 18:20:05.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:05.790 +03:00 [DBG] Connection id "0HNC8090TG7PN" completed keep alive response. 2025-06-27 18:20:05.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7127ms 2025-06-27 18:20:05.790 +03:00 [DBG] Connection id "0HNC8090TG7PN" received FIN. 2025-06-27 18:20:05.790 +03:00 [DBG] Connection id "0HNC8090TG7PN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:05.790 +03:00 [DBG] Connection id "0HNC8090TG7PN" disconnecting. 2025-06-27 18:20:05.790 +03:00 [DBG] Connection id "0HNC8090TG7PN" stopped. 2025-06-27 18:20:06.784 +03:00 [DBG] Connection id "0HNC8090TG7PO" accepted. 2025-06-27 18:20:06.784 +03:00 [DBG] Connection id "0HNC8090TG7PO" started. 2025-06-27 18:20:06.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - application/json;charset=UTF-8 756 2025-06-27 18:20:06.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:06.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:06.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:20:06.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' with route pattern 'api/physical-elements/update-properites' is valid for the request path '/api/physical-elements/update-properites/' 2025-06-27 18:20:06.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:20:06.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:06.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:06.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:06.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:06.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:20:06.784 +03:00 [INF] Route matched with {action = "UpdateProperties", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] UpdateProperties(ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:06.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:06.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:06.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:06.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:06.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:06.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:06.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:06.784 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:20:06.784 +03:00 [DBG] Attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' using the name '' in request data ... 2025-06-27 18:20:06.784 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:20:06.785 +03:00 [DBG] Connection id "0HNC8090TG7PO", Request id "0HNC8090TG7PO:00000001": started reading request body. 2025-06-27 18:20:06.785 +03:00 [DBG] Connection id "0HNC8090TG7PO", Request id "0HNC8090TG7PO:00000001": done reading request body. 2025-06-27 18:20:06.785 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' 2025-06-27 18:20:06.785 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:20:06.785 +03:00 [DBG] Done attempting to bind parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:20:06.785 +03:00 [DBG] Attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]' ... 2025-06-27 18:20:06.785 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalElementsToUpdate' of type 'ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]'. 2025-06-27 18:20:06.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:06.785 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) with arguments (["ConnectionApp.Server.Models.Tables.PhysicalElementInfo[]"]) 2025-06-27 18:20:06.785 +03:00 [INF] Updating physical elements properties 2025-06-27 18:20:06.801 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 16.2469ms. 2025-06-27 18:20:06.801 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.801 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.801 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.801 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.801 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:06.802 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:06.802 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.802 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.802 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server) in 17.4514ms 2025-06-27 18:20:06.802 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.UpdateProperties (ConnectionApp.Server)' 2025-06-27 18:20:06.802 +03:00 [DBG] Connection id "0HNC8090TG7PO" completed keep alive response. 2025-06-27 18:20:06.802 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/update-properites/ - 200 0 null 18.0434ms 2025-06-27 18:20:06.802 +03:00 [DBG] Connection id "0HNC8090TG7PO" received FIN. 2025-06-27 18:20:06.802 +03:00 [DBG] Connection id "0HNC8090TG7PO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:06.802 +03:00 [DBG] Connection id "0HNC8090TG7PO" disconnecting. 2025-06-27 18:20:06.802 +03:00 [DBG] Connection id "0HNC8090TG7PO" stopped. 2025-06-27 18:20:06.837 +03:00 [DBG] Connection id "0HNC8090TG7PP" accepted. 2025-06-27 18:20:06.838 +03:00 [DBG] Connection id "0HNC8090TG7PP" started. 2025-06-27 18:20:06.838 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:06.838 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:06.838 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:06.838 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:06.838 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:06.838 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:06.838 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:06.838 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:06.839 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:06.839 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:06.839 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:06.839 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:06.839 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:06.839 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:06.839 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:06.839 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.839 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.839 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:06.839 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:06.839 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:06.839 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:06.839 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:06.839 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:06.839 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:06.839 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:06.839 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.839 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.839 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.839 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.839 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:06.839 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:06.839 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:06.841 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 2.2409ms. 2025-06-27 18:20:06.842 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:06.842 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:06.842 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:06.842 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:06.842 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:06.842 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:06.842 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:06.842 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.842 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.842 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.6418ms 2025-06-27 18:20:06.842 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:06.842 +03:00 [DBG] Connection id "0HNC8090TG7PP" completed keep alive response. 2025-06-27 18:20:06.843 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.2602ms 2025-06-27 18:20:06.843 +03:00 [DBG] Connection id "0HNC8090TG7PP" received FIN. 2025-06-27 18:20:06.843 +03:00 [DBG] Connection id "0HNC8090TG7PP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:06.843 +03:00 [DBG] Connection id "0HNC8090TG7PP" disconnecting. 2025-06-27 18:20:06.843 +03:00 [DBG] Connection id "0HNC8090TG7PP" stopped. 2025-06-27 18:20:06.890 +03:00 [DBG] Connection id "0HNC8090TG7PQ" accepted. 2025-06-27 18:20:06.890 +03:00 [DBG] Connection id "0HNC8090TG7PQ" started. 2025-06-27 18:20:06.890 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:06.890 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:06.890 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:06.890 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:06.890 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:06.890 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:06.890 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:06.890 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:06.890 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:06.890 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:06.890 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:06.890 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:06.891 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:06.891 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:06.891 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:06.891 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.891 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:06.891 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:06.891 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:06.891 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:06.891 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:06.891 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:06.891 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:06.891 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:06.891 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:06.891 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.891 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:06.891 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.891 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:06.891 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:06.891 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:06.891 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:07.036 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 144.5238ms. 2025-06-27 18:20:07.036 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:07.036 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:07.036 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:07.036 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:07.036 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:07.036 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:07.036 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:07.036 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:07.038 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:07.038 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:07.038 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:07.038 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:07.038 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:07.038 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:07.038 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:07.038 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 147.2581ms 2025-06-27 18:20:07.038 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:07.038 +03:00 [DBG] Connection id "0HNC8090TG7PQ" completed keep alive response. 2025-06-27 18:20:07.038 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 147.8489ms 2025-06-27 18:20:07.042 +03:00 [DBG] Connection id "0HNC8090TG7PQ" received FIN. 2025-06-27 18:20:07.043 +03:00 [DBG] Connection id "0HNC8090TG7PQ" disconnecting. 2025-06-27 18:20:07.043 +03:00 [DBG] Connection id "0HNC8090TG7PQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:07.044 +03:00 [DBG] Connection id "0HNC8090TG7PQ" stopped. 2025-06-27 18:20:10.304 +03:00 [DBG] Connection id "0HNC8090TG7PR" accepted. 2025-06-27 18:20:10.304 +03:00 [DBG] Connection id "0HNC8090TG7PR" started. 2025-06-27 18:20:10.304 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:20:10.304 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:10.304 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:10.304 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:20:10.304 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:20:10.304 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:10.304 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:10.305 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:10.305 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:10.305 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:10.305 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:10.305 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:10.305 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:10.305 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:10.305 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:10.305 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:10.305 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:10.305 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.305 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.305 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:10.305 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:10.305 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:20:10.305 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:20:10.306 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:20:10.306 +03:00 [DBG] Connection id "0HNC8090TG7PR", Request id "0HNC8090TG7PR:00000001": started reading request body. 2025-06-27 18:20:10.306 +03:00 [DBG] Connection id "0HNC8090TG7PR", Request id "0HNC8090TG7PR:00000001": done reading request body. 2025-06-27 18:20:10.306 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:10.306 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:20:10.306 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:10.307 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.307 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.307 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.307 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.307 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:10.307 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:20:10.307 +03:00 [INF] Changing group of physicals [242] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:10.333 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 26.4459ms. 2025-06-27 18:20:10.333 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.333 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:10.334 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:10.334 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.334 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.334 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 29.22ms 2025-06-27 18:20:10.334 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:10.335 +03:00 [DBG] Connection id "0HNC8090TG7PR" completed keep alive response. 2025-06-27 18:20:10.335 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 30.6039ms 2025-06-27 18:20:10.335 +03:00 [DBG] Connection id "0HNC8090TG7PR" received FIN. 2025-06-27 18:20:10.335 +03:00 [DBG] Connection id "0HNC8090TG7PR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:10.335 +03:00 [DBG] Connection id "0HNC8090TG7PR" disconnecting. 2025-06-27 18:20:10.335 +03:00 [DBG] Connection id "0HNC8090TG7PR" stopped. 2025-06-27 18:20:10.368 +03:00 [DBG] Connection id "0HNC8090TG7PS" accepted. 2025-06-27 18:20:10.368 +03:00 [DBG] Connection id "0HNC8090TG7PS" started. 2025-06-27 18:20:10.368 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:10.368 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:10.368 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:10.368 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:10.368 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:10.368 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:10.368 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:10.368 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:10.368 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:10.369 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:10.369 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:10.369 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:10.369 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:10.369 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:10.369 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:10.369 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.369 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.369 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:10.369 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:10.369 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:10.369 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:10.369 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:10.369 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:10.369 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:10.369 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:10.369 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.369 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.369 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.369 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.370 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:10.370 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:10.370 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:10.371 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.4313ms. 2025-06-27 18:20:10.371 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.371 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:10.371 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:10.371 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:10.371 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:10.371 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:10.371 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:10.371 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:10.372 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:10.372 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.372 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.372 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.372 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.372 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.372 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.372 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.9564ms 2025-06-27 18:20:10.372 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:10.372 +03:00 [DBG] Connection id "0HNC8090TG7PS" completed keep alive response. 2025-06-27 18:20:10.372 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 3.9046ms 2025-06-27 18:20:10.372 +03:00 [DBG] Connection id "0HNC8090TG7PS" received FIN. 2025-06-27 18:20:10.372 +03:00 [DBG] Connection id "0HNC8090TG7PS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:10.372 +03:00 [DBG] Connection id "0HNC8090TG7PS" disconnecting. 2025-06-27 18:20:10.372 +03:00 [DBG] Connection id "0HNC8090TG7PS" stopped. 2025-06-27 18:20:10.416 +03:00 [DBG] Connection id "0HNC8090TG7PT" accepted. 2025-06-27 18:20:10.416 +03:00 [DBG] Connection id "0HNC8090TG7PT" started. 2025-06-27 18:20:10.416 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:10.416 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:10.416 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:10.416 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:10.416 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:10.416 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:10.416 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:10.416 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:10.417 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:10.417 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:10.417 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:10.417 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:10.417 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:10.417 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:10.417 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:10.417 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.417 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.417 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:10.417 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:10.417 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:10.417 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:10.417 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:10.417 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:10.417 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:10.417 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:10.417 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.417 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.417 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.417 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.417 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:10.417 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:10.417 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:10.581 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 163.984ms. 2025-06-27 18:20:10.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.581 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:10.582 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:10.582 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:10.582 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:10.582 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:10.582 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:10.582 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:10.583 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:10.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.583 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.583 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.583 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.583 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.583 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 166.411ms 2025-06-27 18:20:10.583 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:10.583 +03:00 [DBG] Connection id "0HNC8090TG7PT" completed keep alive response. 2025-06-27 18:20:10.583 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 167.1806ms 2025-06-27 18:20:10.587 +03:00 [DBG] Connection id "0HNC8090TG7PT" received FIN. 2025-06-27 18:20:10.587 +03:00 [DBG] Connection id "0HNC8090TG7PT" disconnecting. 2025-06-27 18:20:10.587 +03:00 [DBG] Connection id "0HNC8090TG7PT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:10.588 +03:00 [DBG] Connection id "0HNC8090TG7PT" stopped. 2025-06-27 18:20:10.810 +03:00 [DBG] Connection id "0HNC8090TG7PU" accepted. 2025-06-27 18:20:10.810 +03:00 [DBG] Connection id "0HNC8090TG7PU" started. 2025-06-27 18:20:10.810 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:10.810 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:10.810 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:10.810 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:10.810 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:10.810 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:10.810 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:10.810 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:10.810 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:10.810 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:10.810 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:10.810 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:10.810 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:10.810 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:10.811 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:10.811 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:10.811 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:10.811 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:10.811 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.811 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:10.811 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1627ms. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:10.811 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:10.811 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:10.811 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8017ms 2025-06-27 18:20:10.811 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:10.811 +03:00 [DBG] Connection id "0HNC8090TG7PU" completed keep alive response. 2025-06-27 18:20:10.812 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4401ms 2025-06-27 18:20:10.812 +03:00 [DBG] Connection id "0HNC8090TG7PU" received FIN. 2025-06-27 18:20:10.812 +03:00 [DBG] Connection id "0HNC8090TG7PU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:10.812 +03:00 [DBG] Connection id "0HNC8090TG7PU" disconnecting. 2025-06-27 18:20:10.812 +03:00 [DBG] Connection id "0HNC8090TG7PU" stopped. 2025-06-27 18:20:15.778 +03:00 [DBG] Connection id "0HNC8090TG7PV" accepted. 2025-06-27 18:20:15.778 +03:00 [DBG] Connection id "0HNC8090TG7PV" started. 2025-06-27 18:20:15.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:15.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:15.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:15.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:15.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:15.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:15.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:15.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:15.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:15.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:15.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:15.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:15.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:15.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:15.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:15.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:15.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:15.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:15.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:15.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:15.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:15.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:15.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1798ms. 2025-06-27 18:20:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:15.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:15.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:15.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2407ms 2025-06-27 18:20:15.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:15.780 +03:00 [DBG] Connection id "0HNC8090TG7PV" completed keep alive response. 2025-06-27 18:20:15.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3504ms 2025-06-27 18:20:15.781 +03:00 [DBG] Connection id "0HNC8090TG7PV" received FIN. 2025-06-27 18:20:15.781 +03:00 [DBG] Connection id "0HNC8090TG7PV" disconnecting. 2025-06-27 18:20:15.781 +03:00 [DBG] Connection id "0HNC8090TG7PV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:15.782 +03:00 [DBG] Connection id "0HNC8090TG7PV" stopped. 2025-06-27 18:20:20.785 +03:00 [DBG] Connection id "0HNC8090TG7Q0" accepted. 2025-06-27 18:20:20.785 +03:00 [DBG] Connection id "0HNC8090TG7Q0" started. 2025-06-27 18:20:20.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:20.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:20.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:20.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:20.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:20.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:20.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:20.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:20.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:20.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:20.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:20.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:20.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:20.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:20.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:20.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:20.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:20.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:20.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:20.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1896ms. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:20.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:20.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:20.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3082ms 2025-06-27 18:20:20.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:20.788 +03:00 [DBG] Connection id "0HNC8090TG7Q0" completed keep alive response. 2025-06-27 18:20:20.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4707ms 2025-06-27 18:20:20.788 +03:00 [DBG] Connection id "0HNC8090TG7Q0" received FIN. 2025-06-27 18:20:20.788 +03:00 [DBG] Connection id "0HNC8090TG7Q0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:20.788 +03:00 [DBG] Connection id "0HNC8090TG7Q0" disconnecting. 2025-06-27 18:20:20.789 +03:00 [DBG] Connection id "0HNC8090TG7Q0" stopped. 2025-06-27 18:20:25.780 +03:00 [DBG] Connection id "0HNC8090TG7Q1" accepted. 2025-06-27 18:20:25.780 +03:00 [DBG] Connection id "0HNC8090TG7Q1" started. 2025-06-27 18:20:25.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:25.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:25.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:25.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:25.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:25.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:25.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:25.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:25.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:25.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:25.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:25.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:25.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:25.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:25.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:25.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:25.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:25.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:25.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1749ms. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:25.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:25.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:25.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1421ms 2025-06-27 18:20:25.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:25.782 +03:00 [DBG] Connection id "0HNC8090TG7Q1" completed keep alive response. 2025-06-27 18:20:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2795ms 2025-06-27 18:20:25.783 +03:00 [DBG] Connection id "0HNC8090TG7Q1" received FIN. 2025-06-27 18:20:25.783 +03:00 [DBG] Connection id "0HNC8090TG7Q1" disconnecting. 2025-06-27 18:20:25.783 +03:00 [DBG] Connection id "0HNC8090TG7Q1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:25.784 +03:00 [DBG] Connection id "0HNC8090TG7Q1" stopped. 2025-06-27 18:20:30.781 +03:00 [DBG] Connection id "0HNC8090TG7Q2" accepted. 2025-06-27 18:20:30.781 +03:00 [DBG] Connection id "0HNC8090TG7Q2" started. 2025-06-27 18:20:30.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:30.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:30.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:30.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:30.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:30.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:30.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:30.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:30.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:30.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:30.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:30.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:30.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:30.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:30.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:30.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:30.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:30.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:30.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:30.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1951ms. 2025-06-27 18:20:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6777ms 2025-06-27 18:20:30.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:30.784 +03:00 [DBG] Connection id "0HNC8090TG7Q2" completed keep alive response. 2025-06-27 18:20:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9413ms 2025-06-27 18:20:30.784 +03:00 [DBG] Connection id "0HNC8090TG7Q2" received FIN. 2025-06-27 18:20:30.785 +03:00 [DBG] Connection id "0HNC8090TG7Q2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:30.785 +03:00 [DBG] Connection id "0HNC8090TG7Q2" disconnecting. 2025-06-27 18:20:30.785 +03:00 [DBG] Connection id "0HNC8090TG7Q2" stopped. 2025-06-27 18:20:31.339 +03:00 [DBG] Connection id "0HNC8090TG7Q3" accepted. 2025-06-27 18:20:31.339 +03:00 [DBG] Connection id "0HNC8090TG7Q3" started. 2025-06-27 18:20:31.339 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:20:31.339 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:31.339 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:31.339 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:20:31.340 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:20:31.340 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:31.340 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:31.340 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:31.340 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:31.340 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:31.340 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:31.340 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:31.340 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:31.340 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:31.340 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:31.340 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:31.340 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:31.340 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.340 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.340 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:31.340 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:31.340 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:20:31.340 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:20:31.340 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:31.340 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:31.340 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:20:31.340 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:31.340 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:20:31.340 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:20:31.340 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:31.340 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:31.340 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:20:31.340 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:31.341 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:20:31.341 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:20:31.341 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:20:31.341 +03:00 [DBG] Connection id "0HNC8090TG7Q3", Request id "0HNC8090TG7Q3:00000001": started reading request body. 2025-06-27 18:20:31.341 +03:00 [DBG] Connection id "0HNC8090TG7Q3", Request id "0HNC8090TG7Q3:00000001": done reading request body. 2025-06-27 18:20:31.341 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:20:31.341 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:31.341 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:31.341 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:20:31.341 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:31.341 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.341 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.341 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.341 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.341 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:31.341 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:20:31.341 +03:00 [INF] Changing group of physicals [374] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:31.358 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 17.182ms. 2025-06-27 18:20:31.358 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.358 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:31.358 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:31.358 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:31.358 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.359 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.359 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.359 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.359 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.359 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.359 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 18.5913ms 2025-06-27 18:20:31.359 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:31.359 +03:00 [DBG] Connection id "0HNC8090TG7Q3" completed keep alive response. 2025-06-27 18:20:31.359 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 19.3803ms 2025-06-27 18:20:31.359 +03:00 [DBG] Connection id "0HNC8090TG7Q3" received FIN. 2025-06-27 18:20:31.359 +03:00 [DBG] Connection id "0HNC8090TG7Q3" disconnecting. 2025-06-27 18:20:31.359 +03:00 [DBG] Connection id "0HNC8090TG7Q3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:31.360 +03:00 [DBG] Connection id "0HNC8090TG7Q3" stopped. 2025-06-27 18:20:31.392 +03:00 [DBG] Connection id "0HNC8090TG7Q4" accepted. 2025-06-27 18:20:31.393 +03:00 [DBG] Connection id "0HNC8090TG7Q4" started. 2025-06-27 18:20:31.393 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:31.393 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:31.393 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:31.393 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:31.393 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:31.393 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:31.393 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:31.393 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:31.393 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:31.393 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:31.393 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:31.393 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:31.393 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:31.393 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:31.393 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:31.393 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.393 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.393 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:31.393 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:31.393 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:31.393 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:31.393 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:31.393 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:31.393 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:31.393 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:31.393 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.394 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.394 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.394 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.394 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:31.394 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:31.394 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:31.395 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.1113ms. 2025-06-27 18:20:31.395 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:31.395 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:31.395 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:31.395 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:31.395 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:31.395 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:31.395 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:31.395 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.395 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.395 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 2.0323ms 2025-06-27 18:20:31.395 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:31.395 +03:00 [DBG] Connection id "0HNC8090TG7Q4" completed keep alive response. 2025-06-27 18:20:31.395 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 2.5837ms 2025-06-27 18:20:31.395 +03:00 [DBG] Connection id "0HNC8090TG7Q4" received FIN. 2025-06-27 18:20:31.396 +03:00 [DBG] Connection id "0HNC8090TG7Q4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:31.396 +03:00 [DBG] Connection id "0HNC8090TG7Q4" disconnecting. 2025-06-27 18:20:31.396 +03:00 [DBG] Connection id "0HNC8090TG7Q4" stopped. 2025-06-27 18:20:31.438 +03:00 [DBG] Connection id "0HNC8090TG7Q5" accepted. 2025-06-27 18:20:31.438 +03:00 [DBG] Connection id "0HNC8090TG7Q5" started. 2025-06-27 18:20:31.438 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:31.438 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:31.438 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:31.438 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:31.438 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:31.438 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:31.438 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:31.438 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:31.438 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:31.438 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:31.438 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:31.438 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:31.439 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:31.439 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:31.439 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:31.439 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.439 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.439 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:31.439 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:31.439 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:31.439 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:31.439 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:31.439 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:31.439 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:31.439 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:31.439 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.439 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.439 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.439 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.439 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:31.439 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:31.439 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:31.601 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 161.7825ms. 2025-06-27 18:20:31.601 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.601 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:31.601 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:31.602 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:31.602 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:31.602 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:31.602 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:31.602 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:31.603 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:31.603 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.603 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:31.603 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.603 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.603 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.603 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:31.603 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 164.7458ms 2025-06-27 18:20:31.603 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:31.603 +03:00 [DBG] Connection id "0HNC8090TG7Q5" completed keep alive response. 2025-06-27 18:20:31.603 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 165.6036ms 2025-06-27 18:20:31.607 +03:00 [DBG] Connection id "0HNC8090TG7Q5" received FIN. 2025-06-27 18:20:31.607 +03:00 [DBG] Connection id "0HNC8090TG7Q5" disconnecting. 2025-06-27 18:20:31.607 +03:00 [DBG] Connection id "0HNC8090TG7Q5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:31.609 +03:00 [DBG] Connection id "0HNC8090TG7Q5" stopped. 2025-06-27 18:20:35.780 +03:00 [DBG] Connection id "0HNC8090TG7Q6" accepted. 2025-06-27 18:20:35.780 +03:00 [DBG] Connection id "0HNC8090TG7Q6" started. 2025-06-27 18:20:35.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:35.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:35.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:35.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:35.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:35.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:35.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:35.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:35.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:35.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:35.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:35.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:35.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:35.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:35.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:35.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:35.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:35.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:35.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:35.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:35.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1267ms. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:35.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:35.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:35.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7887ms 2025-06-27 18:20:35.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:35.781 +03:00 [DBG] Connection id "0HNC8090TG7Q6" completed keep alive response. 2025-06-27 18:20:35.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3279ms 2025-06-27 18:20:35.782 +03:00 [DBG] Connection id "0HNC8090TG7Q6" received FIN. 2025-06-27 18:20:35.782 +03:00 [DBG] Connection id "0HNC8090TG7Q6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:35.782 +03:00 [DBG] Connection id "0HNC8090TG7Q6" disconnecting. 2025-06-27 18:20:35.782 +03:00 [DBG] Connection id "0HNC8090TG7Q6" stopped. 2025-06-27 18:20:40.787 +03:00 [DBG] Connection id "0HNC8090TG7Q7" accepted. 2025-06-27 18:20:40.787 +03:00 [DBG] Connection id "0HNC8090TG7Q7" started. 2025-06-27 18:20:40.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:40.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:40.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:40.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:40.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:40.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:40.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:40.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:40.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:40.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:40.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:40.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:40.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:40.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:40.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:40.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:40.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:40.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:40.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:40.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:40.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1307ms. 2025-06-27 18:20:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:40.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:40.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:40.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2468ms 2025-06-27 18:20:40.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:40.789 +03:00 [DBG] Connection id "0HNC8090TG7Q7" completed keep alive response. 2025-06-27 18:20:40.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1762ms 2025-06-27 18:20:40.790 +03:00 [DBG] Connection id "0HNC8090TG7Q7" received FIN. 2025-06-27 18:20:40.790 +03:00 [DBG] Connection id "0HNC8090TG7Q7" disconnecting. 2025-06-27 18:20:40.790 +03:00 [DBG] Connection id "0HNC8090TG7Q7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:40.791 +03:00 [DBG] Connection id "0HNC8090TG7Q7" stopped. 2025-06-27 18:20:45.773 +03:00 [DBG] Connection id "0HNC8090TG7Q8" accepted. 2025-06-27 18:20:45.773 +03:00 [DBG] Connection id "0HNC8090TG7Q8" started. 2025-06-27 18:20:45.773 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:45.773 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:45.773 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:45.773 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:45.773 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:45.773 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:45.773 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:45.773 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:45.773 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:45.773 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:45.774 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:45.774 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:45.774 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:45.774 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:45.774 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:45.774 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:45.774 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:45.774 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.774 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:45.774 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:45.774 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:45.774 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1432ms. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:45.774 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:45.775 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:45.775 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:45.775 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:45.775 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.775 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.775 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.775 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:45.775 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8549ms 2025-06-27 18:20:45.775 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:45.775 +03:00 [DBG] Connection id "0HNC8090TG7Q8" completed keep alive response. 2025-06-27 18:20:45.775 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6499ms 2025-06-27 18:20:45.775 +03:00 [DBG] Connection id "0HNC8090TG7Q8" received FIN. 2025-06-27 18:20:45.775 +03:00 [DBG] Connection id "0HNC8090TG7Q8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:45.775 +03:00 [DBG] Connection id "0HNC8090TG7Q8" disconnecting. 2025-06-27 18:20:45.775 +03:00 [DBG] Connection id "0HNC8090TG7Q8" stopped. 2025-06-27 18:20:48.120 +03:00 [DBG] Connection id "0HNC8090TG7Q9" accepted. 2025-06-27 18:20:48.120 +03:00 [DBG] Connection id "0HNC8090TG7Q9" started. 2025-06-27 18:20:48.120 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - application/json;charset=UTF-8 5 2025-06-27 18:20:48.120 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:48.120 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:48.121 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:20:48.121 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{projectId}/change/{newGroupName}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/' 2025-06-27 18:20:48.121 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:48.121 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:48.121 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:48.121 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:48.121 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:48.121 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:48.121 +03:00 [INF] Route matched with {action = "ChangeGroupOfPhysicalElements", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ChangeGroupOfPhysicalElements(System.String, System.String, Int32[]) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:48.121 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:48.121 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:48.121 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:48.121 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:48.122 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:48.122 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.122 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.122 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:48.122 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:20:48.122 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:48.122 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:20:48.122 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to bind parameter 'newGroupName' of type 'System.String' using the name 'newGroupName' in request data ... 2025-06-27 18:20:48.122 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:48.122 +03:00 [DBG] Done attempting to bind parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to validate the bound parameter 'newGroupName' of type 'System.String' ... 2025-06-27 18:20:48.122 +03:00 [DBG] Done attempting to validate the bound parameter 'newGroupName' of type 'System.String'. 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:20:48.122 +03:00 [DBG] Attempting to bind parameter 'physicalIds' of type 'System.Int32[]' using the name '' in request data ... 2025-06-27 18:20:48.122 +03:00 [DBG] Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json;charset=UTF-8'. 2025-06-27 18:20:48.123 +03:00 [DBG] Connection id "0HNC8090TG7Q9", Request id "0HNC8090TG7Q9:00000001": started reading request body. 2025-06-27 18:20:48.123 +03:00 [DBG] Connection id "0HNC8090TG7Q9", Request id "0HNC8090TG7Q9:00000001": done reading request body. 2025-06-27 18:20:48.123 +03:00 [DBG] JSON input formatter succeeded, deserializing to type 'System.Int32[]' 2025-06-27 18:20:48.123 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:48.123 +03:00 [DBG] Done attempting to bind parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:48.123 +03:00 [DBG] Attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]' ... 2025-06-27 18:20:48.123 +03:00 [DBG] Done attempting to validate the bound parameter 'physicalIds' of type 'System.Int32[]'. 2025-06-27 18:20:48.123 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.123 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.123 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.123 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.123 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:48.123 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0","Vb-3","System.Int32[]"]) 2025-06-27 18:20:48.123 +03:00 [INF] Changing group of physicals [371] of propject 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:48.152 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 29.1606ms. 2025-06-27 18:20:48.152 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.152 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:48.153 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:48.153 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:48.153 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.153 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.153 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.153 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.153 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.153 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.153 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server) in 31.3519ms 2025-06-27 18:20:48.153 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.ChangeGroupOfPhysicalElements (ConnectionApp.Server)' 2025-06-27 18:20:48.153 +03:00 [DBG] Connection id "0HNC8090TG7Q9" completed keep alive response. 2025-06-27 18:20:48.153 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0/change/Vb-3/ - 200 0 null 32.743ms 2025-06-27 18:20:48.153 +03:00 [DBG] Connection id "0HNC8090TG7Q9" received FIN. 2025-06-27 18:20:48.154 +03:00 [DBG] Connection id "0HNC8090TG7Q9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:48.154 +03:00 [DBG] Connection id "0HNC8090TG7Q9" disconnecting. 2025-06-27 18:20:48.154 +03:00 [DBG] Connection id "0HNC8090TG7Q9" stopped. 2025-06-27 18:20:48.190 +03:00 [DBG] Connection id "0HNC8090TG7QA" accepted. 2025-06-27 18:20:48.190 +03:00 [DBG] Connection id "0HNC8090TG7QA" started. 2025-06-27 18:20:48.191 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:48.191 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:48.191 +03:00 [DBG] The request path /api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:48.191 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:48.191 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/groups/project/{id}' is valid for the request path '/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:48.191 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:48.191 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:48.191 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:48.191 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:48.191 +03:00 [INF] Route matched with {action = "GetPhysicalElementGroupsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo]]] GetPhysicalElementGroupsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:48.191 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:48.191 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:48.191 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:48.191 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:48.191 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:48.191 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.191 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.191 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:48.191 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:48.192 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:48.192 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:48.192 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:48.192 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:48.192 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:48.192 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:48.192 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.192 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.192 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.192 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.192 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:48.192 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:48.192 +03:00 [INF] Getting all physical element groups of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:48.194 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 1.5927ms. 2025-06-27 18:20:48.194 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.194 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:48.194 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:48.194 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:48.194 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:48.194 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:48.194 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:48.194 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Tables.PhysicalElementGroupInfo, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:48.194 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:48.194 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.195 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.195 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.195 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.195 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.195 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.195 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server) in 3.332ms 2025-06-27 18:20:48.195 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementGroupsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:48.195 +03:00 [DBG] Connection id "0HNC8090TG7QA" completed keep alive response. 2025-06-27 18:20:48.195 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/groups/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 4.3146ms 2025-06-27 18:20:48.195 +03:00 [DBG] Connection id "0HNC8090TG7QA" received FIN. 2025-06-27 18:20:48.195 +03:00 [DBG] Connection id "0HNC8090TG7QA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:48.195 +03:00 [DBG] Connection id "0HNC8090TG7QA" disconnecting. 2025-06-27 18:20:48.195 +03:00 [DBG] Connection id "0HNC8090TG7QA" stopped. 2025-06-27 18:20:48.242 +03:00 [DBG] Connection id "0HNC8090TG7QB" accepted. 2025-06-27 18:20:48.242 +03:00 [DBG] Connection id "0HNC8090TG7QB" started. 2025-06-27 18:20:48.242 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - null null 2025-06-27 18:20:48.242 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:48.242 +03:00 [DBG] The request path /api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:20:48.242 +03:00 [DBG] 1 candidate(s) found for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:48.242 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' with route pattern 'api/physical-elements/project/{id}' is valid for the request path '/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:20:48.242 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:48.242 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:48.242 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:48.242 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:48.242 +03:00 [INF] Route matched with {action = "GetPhysicalElementsByProjectId", controller = "PhysicalElements"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Object]] GetPhysicalElementsByProjectId(System.String) on controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server). 2025-06-27 18:20:48.243 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:48.243 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:48.243 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:48.243 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:48.243 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:48.243 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.243 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.243 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:48.243 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.PhysicalElementsController (ConnectionApp.Server) 2025-06-27 18:20:48.243 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' ... 2025-06-27 18:20:48.243 +03:00 [DBG] Attempting to bind parameter 'id' of type 'System.String' using the name 'id' in request data ... 2025-06-27 18:20:48.243 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:48.243 +03:00 [DBG] Done attempting to bind parameter 'id' of type 'System.String'. 2025-06-27 18:20:48.243 +03:00 [DBG] Attempting to validate the bound parameter 'id' of type 'System.String' ... 2025-06-27 18:20:48.243 +03:00 [DBG] Done attempting to validate the bound parameter 'id' of type 'System.String'. 2025-06-27 18:20:48.243 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.243 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.243 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.243 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.243 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:48.243 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0"]) 2025-06-27 18:20:48.243 +03:00 [INF] Getting all physical elements of project with ID 6957974a-8207-4d87-8c14-0d737f938aa0 2025-06-27 18:20:48.403 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkObjectResult in 159.6715ms. 2025-06-27 18:20:48.403 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.403 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:48.403 +03:00 [DBG] List of registered output formatters, in the following order: ["Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter","Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter"] 2025-06-27 18:20:48.403 +03:00 [DBG] No information found on request to perform content negotiation. 2025-06-27 18:20:48.403 +03:00 [DBG] Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 2025-06-27 18:20:48.403 +03:00 [DBG] Attempting to select the first formatter in the output formatters list which can write the result. 2025-06-27 18:20:48.403 +03:00 [DBG] Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response. 2025-06-27 18:20:48.403 +03:00 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ConnectionApp.Server.Models.Data.PhysicalElementFullData, ConnectionApp.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-06-27 18:20:48.405 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkObjectResult. 2025-06-27 18:20:48.405 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.405 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:48.405 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.405 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.405 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.405 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:48.405 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server) in 162.2567ms 2025-06-27 18:20:48.405 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.PhysicalElementsController.GetPhysicalElementsByProjectId (ConnectionApp.Server)' 2025-06-27 18:20:48.405 +03:00 [DBG] Connection id "0HNC8090TG7QB" completed keep alive response. 2025-06-27 18:20:48.405 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/physical-elements/project/6957974a-8207-4d87-8c14-0d737f938aa0 - 200 null application/json; charset=utf-8 163.0221ms 2025-06-27 18:20:48.409 +03:00 [DBG] Connection id "0HNC8090TG7QB" received FIN. 2025-06-27 18:20:48.409 +03:00 [DBG] Connection id "0HNC8090TG7QB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:48.409 +03:00 [DBG] Connection id "0HNC8090TG7QB" disconnecting. 2025-06-27 18:20:48.409 +03:00 [DBG] Connection id "0HNC8090TG7QB" stopped. 2025-06-27 18:20:50.776 +03:00 [DBG] Connection id "0HNC8090TG7QC" accepted. 2025-06-27 18:20:50.776 +03:00 [DBG] Connection id "0HNC8090TG7QC" started. 2025-06-27 18:20:50.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:50.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:50.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:50.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:50.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:50.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:50.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:50.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:50.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:50.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:50.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:50.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:50.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:50.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:50.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:50.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:50.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:50.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:50.777 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:50.777 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:50.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.14ms. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:50.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:50.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:50.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7221ms 2025-06-27 18:20:50.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:50.777 +03:00 [DBG] Connection id "0HNC8090TG7QC" completed keep alive response. 2025-06-27 18:20:50.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2908ms 2025-06-27 18:20:50.777 +03:00 [DBG] Connection id "0HNC8090TG7QC" received FIN. 2025-06-27 18:20:50.777 +03:00 [DBG] Connection id "0HNC8090TG7QC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:50.778 +03:00 [DBG] Connection id "0HNC8090TG7QC" disconnecting. 2025-06-27 18:20:50.778 +03:00 [DBG] Connection id "0HNC8090TG7QC" stopped. 2025-06-27 18:20:55.782 +03:00 [DBG] Connection id "0HNC8090TG7QD" accepted. 2025-06-27 18:20:55.782 +03:00 [DBG] Connection id "0HNC8090TG7QD" started. 2025-06-27 18:20:55.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:20:55.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:20:55.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:20:55.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:20:55.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:20:55.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:55.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:20:55.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:20:55.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:20:55.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:20:55.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:55.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:20:55.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:20:55.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:20:55.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:20:55.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:20:55.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:20:55.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:55.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:55.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:20:55.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1605ms. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:55.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:55.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:20:55.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:20:55.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:55.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:20:55.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:20:55.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9977ms 2025-06-27 18:20:55.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:20:55.784 +03:00 [DBG] Connection id "0HNC8090TG7QD" completed keep alive response. 2025-06-27 18:20:55.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9022ms 2025-06-27 18:20:55.784 +03:00 [DBG] Connection id "0HNC8090TG7QD" received FIN. 2025-06-27 18:20:55.784 +03:00 [DBG] Connection id "0HNC8090TG7QD" disconnecting. 2025-06-27 18:20:55.784 +03:00 [DBG] Connection id "0HNC8090TG7QD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:20:55.785 +03:00 [DBG] Connection id "0HNC8090TG7QD" stopped. 2025-06-27 18:21:00.777 +03:00 [DBG] Connection id "0HNC8090TG7QE" accepted. 2025-06-27 18:21:00.777 +03:00 [DBG] Connection id "0HNC8090TG7QE" started. 2025-06-27 18:21:00.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:00.777 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:00.777 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:00.777 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:00.777 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:00.777 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:00.777 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:00.777 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:00.777 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:00.777 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:00.777 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:00.777 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:00.777 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:00.777 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:00.777 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:00.777 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:00.777 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:00.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:00.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:00.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:00.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1303ms. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:00.778 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:00.778 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:00.778 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6572ms 2025-06-27 18:21:00.778 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:00.778 +03:00 [DBG] Connection id "0HNC8090TG7QE" completed keep alive response. 2025-06-27 18:21:00.778 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2417ms 2025-06-27 18:21:00.778 +03:00 [DBG] Connection id "0HNC8090TG7QE" received FIN. 2025-06-27 18:21:00.779 +03:00 [DBG] Connection id "0HNC8090TG7QE" disconnecting. 2025-06-27 18:21:00.779 +03:00 [DBG] Connection id "0HNC8090TG7QE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:00.780 +03:00 [DBG] Connection id "0HNC8090TG7QE" stopped. 2025-06-27 18:21:05.776 +03:00 [DBG] Connection id "0HNC8090TG7QF" accepted. 2025-06-27 18:21:05.776 +03:00 [DBG] Connection id "0HNC8090TG7QF" started. 2025-06-27 18:21:05.776 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:05.776 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:05.776 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:05.776 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:05.776 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:05.776 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:05.776 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:05.776 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:05.776 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:05.776 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:05.776 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:05.776 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:05.776 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:05.776 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:05.776 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:05.776 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:05.776 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:05.776 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.776 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.776 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:05.776 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:05.776 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:05.776 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:05.776 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:05.777 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1448ms. 2025-06-27 18:21:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:05.777 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:05.777 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.777 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:05.777 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8271ms 2025-06-27 18:21:05.777 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:05.777 +03:00 [DBG] Connection id "0HNC8090TG7QF" completed keep alive response. 2025-06-27 18:21:05.777 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4065ms 2025-06-27 18:21:05.777 +03:00 [DBG] Connection id "0HNC8090TG7QF" received FIN. 2025-06-27 18:21:05.777 +03:00 [DBG] Connection id "0HNC8090TG7QF" disconnecting. 2025-06-27 18:21:05.778 +03:00 [DBG] Connection id "0HNC8090TG7QF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:05.779 +03:00 [DBG] Connection id "0HNC8090TG7QF" stopped. 2025-06-27 18:21:10.780 +03:00 [DBG] Connection id "0HNC8090TG7QG" accepted. 2025-06-27 18:21:10.780 +03:00 [DBG] Connection id "0HNC8090TG7QG" started. 2025-06-27 18:21:10.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:10.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:10.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:10.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:10.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:10.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:10.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:10.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:10.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1849ms. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.992ms 2025-06-27 18:21:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:10.782 +03:00 [DBG] Connection id "0HNC8090TG7QG" completed keep alive response. 2025-06-27 18:21:10.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8694ms 2025-06-27 18:21:10.783 +03:00 [DBG] Connection id "0HNC8090TG7QG" received FIN. 2025-06-27 18:21:10.783 +03:00 [DBG] Connection id "0HNC8090TG7QG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:10.783 +03:00 [DBG] Connection id "0HNC8090TG7QG" disconnecting. 2025-06-27 18:21:10.783 +03:00 [DBG] Connection id "0HNC8090TG7QG" stopped. 2025-06-27 18:21:15.782 +03:00 [DBG] Connection id "0HNC8090TG7QH" accepted. 2025-06-27 18:21:15.782 +03:00 [DBG] Connection id "0HNC8090TG7QH" started. 2025-06-27 18:21:15.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:15.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:15.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:15.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:15.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:15.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:15.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:15.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:15.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:15.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:15.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:15.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:15.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:15.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:15.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:15.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:15.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:15.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:15.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:15.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:15.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1253ms. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:15.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:15.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:15.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7488ms 2025-06-27 18:21:15.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:15.783 +03:00 [DBG] Connection id "0HNC8090TG7QH" completed keep alive response. 2025-06-27 18:21:15.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4576ms 2025-06-27 18:21:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QH" received FIN. 2025-06-27 18:21:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QH" disconnecting. 2025-06-27 18:21:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:15.785 +03:00 [DBG] Connection id "0HNC8090TG7QH" stopped. 2025-06-27 18:21:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QI" accepted. 2025-06-27 18:21:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QI" started. 2025-06-27 18:21:20.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:20.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:20.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:20.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:20.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:20.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:20.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:20.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:20.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:20.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:20.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:20.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:20.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:20.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:20.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:20.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:20.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:20.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:20.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:20.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.14ms. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:20.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:20.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:20.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7638ms 2025-06-27 18:21:20.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:20.781 +03:00 [DBG] Connection id "0HNC8090TG7QI" completed keep alive response. 2025-06-27 18:21:20.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.312ms 2025-06-27 18:21:20.781 +03:00 [DBG] Connection id "0HNC8090TG7QI" received FIN. 2025-06-27 18:21:20.782 +03:00 [DBG] Connection id "0HNC8090TG7QI" disconnecting. 2025-06-27 18:21:20.782 +03:00 [DBG] Connection id "0HNC8090TG7QI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:20.783 +03:00 [DBG] Connection id "0HNC8090TG7QI" stopped. 2025-06-27 18:21:25.781 +03:00 [DBG] Connection id "0HNC8090TG7QJ" accepted. 2025-06-27 18:21:25.781 +03:00 [DBG] Connection id "0HNC8090TG7QJ" started. 2025-06-27 18:21:25.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:25.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:25.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:25.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:25.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:25.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:25.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:25.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:25.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:25.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1679ms. 2025-06-27 18:21:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:25.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:25.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1995ms 2025-06-27 18:21:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:25.783 +03:00 [DBG] Connection id "0HNC8090TG7QJ" completed keep alive response. 2025-06-27 18:21:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3418ms 2025-06-27 18:21:25.784 +03:00 [DBG] Connection id "0HNC8090TG7QJ" received FIN. 2025-06-27 18:21:25.784 +03:00 [DBG] Connection id "0HNC8090TG7QJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:25.784 +03:00 [DBG] Connection id "0HNC8090TG7QJ" disconnecting. 2025-06-27 18:21:25.784 +03:00 [DBG] Connection id "0HNC8090TG7QJ" stopped. 2025-06-27 18:21:30.779 +03:00 [DBG] Connection id "0HNC8090TG7QK" accepted. 2025-06-27 18:21:30.780 +03:00 [DBG] Connection id "0HNC8090TG7QK" started. 2025-06-27 18:21:30.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:30.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:30.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:30.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:30.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:30.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:30.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:30.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:30.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:30.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:30.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:30.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:30.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:30.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:30.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:30.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:30.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:30.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:30.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:30.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:30.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:30.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:30.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1733ms. 2025-06-27 18:21:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:30.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:30.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:30.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3839ms 2025-06-27 18:21:30.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:30.782 +03:00 [DBG] Connection id "0HNC8090TG7QK" completed keep alive response. 2025-06-27 18:21:30.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4605ms 2025-06-27 18:21:30.783 +03:00 [DBG] Connection id "0HNC8090TG7QK" received FIN. 2025-06-27 18:21:30.783 +03:00 [DBG] Connection id "0HNC8090TG7QK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:30.783 +03:00 [DBG] Connection id "0HNC8090TG7QK" disconnecting. 2025-06-27 18:21:30.783 +03:00 [DBG] Connection id "0HNC8090TG7QK" stopped. 2025-06-27 18:21:34.717 +03:00 [DBG] Connection id "0HNC8090TG7QL" accepted. 2025-06-27 18:21:34.718 +03:00 [DBG] Connection id "0HNC8090TG7QL" started. 2025-06-27 18:21:34.718 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/api/export/zip/6957974a-8207-4d87-8c14-0d737f938aa0?devider=, - null null 2025-06-27 18:21:34.718 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:34.718 +03:00 [DBG] The request path /api/export/zip/6957974a-8207-4d87-8c14-0d737f938aa0 does not match a supported file type 2025-06-27 18:21:34.718 +03:00 [DBG] 1 candidate(s) found for the request path '/api/export/zip/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:21:34.718 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server)' with route pattern 'api/export/zip/{projectId}' is valid for the request path '/api/export/zip/6957974a-8207-4d87-8c14-0d737f938aa0' 2025-06-27 18:21:34.718 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server)' 2025-06-27 18:21:34.718 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:34.718 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:34.718 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server)' 2025-06-27 18:21:34.718 +03:00 [INF] Route matched with {action = "ExportDataToZip", controller = "Export"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ExportDataToZip(System.String, System.String) on controller ConnectionApp.Server.Controllers.Api.ExportController (ConnectionApp.Server). 2025-06-27 18:21:34.718 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:34.718 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:34.718 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:34.718 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:34.718 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:34.718 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:34.718 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:34.718 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.ExportController (ConnectionApp.Server) 2025-06-27 18:21:34.718 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.ExportController (ConnectionApp.Server) 2025-06-27 18:21:34.722 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' ... 2025-06-27 18:21:34.722 +03:00 [DBG] Attempting to bind parameter 'projectId' of type 'System.String' using the name 'projectId' in request data ... 2025-06-27 18:21:34.722 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:21:34.722 +03:00 [DBG] Done attempting to bind parameter 'projectId' of type 'System.String'. 2025-06-27 18:21:34.722 +03:00 [DBG] Attempting to validate the bound parameter 'projectId' of type 'System.String' ... 2025-06-27 18:21:34.722 +03:00 [DBG] Done attempting to validate the bound parameter 'projectId' of type 'System.String'. 2025-06-27 18:21:34.722 +03:00 [DBG] Attempting to bind parameter 'devider' of type 'System.String' ... 2025-06-27 18:21:34.722 +03:00 [DBG] Attempting to bind parameter 'devider' of type 'System.String' using the name 'devider' in request data ... 2025-06-27 18:21:34.722 +03:00 [DBG] Done attempting to bind parameter 'devider' of type 'System.String'. 2025-06-27 18:21:34.722 +03:00 [DBG] Done attempting to bind parameter 'devider' of type 'System.String'. 2025-06-27 18:21:34.722 +03:00 [DBG] Attempting to validate the bound parameter 'devider' of type 'System.String' ... 2025-06-27 18:21:34.722 +03:00 [DBG] Done attempting to validate the bound parameter 'devider' of type 'System.String'. 2025-06-27 18:21:34.722 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:34.722 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:34.722 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:34.722 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:34.722 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:34.722 +03:00 [VRB] Executing action method ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server) with arguments (["6957974a-8207-4d87-8c14-0d737f938aa0",","]) 2025-06-27 18:21:35.854 +03:00 [DBG] Connection id "0HNC8090TG7QM" accepted. 2025-06-27 18:21:35.854 +03:00 [DBG] Connection id "0HNC8090TG7QM" started. 2025-06-27 18:21:35.854 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:35.854 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:35.854 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:35.854 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:35.854 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:35.854 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:35.854 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:35.854 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:35.854 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:35.854 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:35.854 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:35.855 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:35.855 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:35.855 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:35.855 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:35.855 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:35.855 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:35.855 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:35.855 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:35.855 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:35.855 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1268ms. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:35.855 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:35.855 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:35.855 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7226ms 2025-06-27 18:21:35.855 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:35.855 +03:00 [DBG] Connection id "0HNC8090TG7QM" completed keep alive response. 2025-06-27 18:21:35.855 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2959ms 2025-06-27 18:21:35.856 +03:00 [DBG] Connection id "0HNC8090TG7QM" received FIN. 2025-06-27 18:21:35.856 +03:00 [DBG] Connection id "0HNC8090TG7QM" disconnecting. 2025-06-27 18:21:35.856 +03:00 [DBG] Connection id "0HNC8090TG7QM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:35.857 +03:00 [DBG] Connection id "0HNC8090TG7QM" stopped. 2025-06-27 18:21:39.698 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.FileContentResult in 4975.8787ms. 2025-06-27 18:21:39.698 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:39.698 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.FileContentResult. 2025-06-27 18:21:39.700 +03:00 [INF] Executing FileContentResult, sending file with download name 'project_6957974a-8207-4d87-8c14-0d737f938aa0_6/27/2025.zip' ... 2025-06-27 18:21:39.702 +03:00 [DBG] The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'. 2025-06-27 18:21:39.703 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.FileContentResult. 2025-06-27 18:21:39.703 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:39.703 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:39.703 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:39.703 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:39.703 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:39.703 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:39.703 +03:00 [DBG] Connection id "0HNC8090TG7QL" received FIN. 2025-06-27 18:21:39.703 +03:00 [DBG] Connection id "0HNC8090TG7QL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:39.703 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server) in 4985.2328ms 2025-06-27 18:21:39.704 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.ExportController.ExportDataToZip (ConnectionApp.Server)' 2025-06-27 18:21:39.704 +03:00 [DBG] Connection id "0HNC8090TG7QL" disconnecting. 2025-06-27 18:21:39.704 +03:00 [DBG] Connection id "0HNC8090TG7QL" completed keep alive response. 2025-06-27 18:21:39.704 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/api/export/zip/6957974a-8207-4d87-8c14-0d737f938aa0?devider=, - 200 297375 application/zip 4986.2323ms 2025-06-27 18:21:39.704 +03:00 [DBG] Connection id "0HNC8090TG7QL" stopped. 2025-06-27 18:21:40.780 +03:00 [DBG] Connection id "0HNC8090TG7QN" accepted. 2025-06-27 18:21:40.780 +03:00 [DBG] Connection id "0HNC8090TG7QN" started. 2025-06-27 18:21:40.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:40.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:40.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:40.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:40.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:40.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:40.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:40.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:40.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:40.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:40.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:40.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:40.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:40.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:40.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:40.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:40.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:40.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:40.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:40.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:40.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1709ms. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:40.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:40.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:40.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9696ms 2025-06-27 18:21:40.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:40.782 +03:00 [DBG] Connection id "0HNC8090TG7QN" completed keep alive response. 2025-06-27 18:21:40.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8512ms 2025-06-27 18:21:40.783 +03:00 [DBG] Connection id "0HNC8090TG7QN" received FIN. 2025-06-27 18:21:40.783 +03:00 [DBG] Connection id "0HNC8090TG7QN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:40.783 +03:00 [DBG] Connection id "0HNC8090TG7QN" disconnecting. 2025-06-27 18:21:40.783 +03:00 [DBG] Connection id "0HNC8090TG7QN" stopped. 2025-06-27 18:21:45.784 +03:00 [DBG] Connection id "0HNC8090TG7QO" accepted. 2025-06-27 18:21:45.784 +03:00 [DBG] Connection id "0HNC8090TG7QO" started. 2025-06-27 18:21:45.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:45.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:45.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:45.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:45.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:45.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:45.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:45.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:45.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:45.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:45.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:45.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:45.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:45.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:45.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:45.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:45.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:45.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:45.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:45.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:45.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1393ms. 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:45.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:45.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:45.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8932ms 2025-06-27 18:21:45.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:45.786 +03:00 [DBG] Connection id "0HNC8090TG7QO" completed keep alive response. 2025-06-27 18:21:45.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.832ms 2025-06-27 18:21:45.786 +03:00 [DBG] Connection id "0HNC8090TG7QO" received FIN. 2025-06-27 18:21:45.786 +03:00 [DBG] Connection id "0HNC8090TG7QO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:45.786 +03:00 [DBG] Connection id "0HNC8090TG7QO" disconnecting. 2025-06-27 18:21:45.787 +03:00 [DBG] Connection id "0HNC8090TG7QO" stopped. 2025-06-27 18:21:50.778 +03:00 [DBG] Connection id "0HNC8090TG7QP" accepted. 2025-06-27 18:21:50.778 +03:00 [DBG] Connection id "0HNC8090TG7QP" started. 2025-06-27 18:21:50.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:50.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:50.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:50.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:50.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:50.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:50.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:50.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:50.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:50.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:50.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:50.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:50.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:50.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:50.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:50.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:50.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1364ms. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:50.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:50.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:50.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:50.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9402ms 2025-06-27 18:21:50.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:50.780 +03:00 [DBG] Connection id "0HNC8090TG7QP" completed keep alive response. 2025-06-27 18:21:50.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6874ms 2025-06-27 18:21:50.780 +03:00 [DBG] Connection id "0HNC8090TG7QP" received FIN. 2025-06-27 18:21:50.780 +03:00 [DBG] Connection id "0HNC8090TG7QP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:50.780 +03:00 [DBG] Connection id "0HNC8090TG7QP" disconnecting. 2025-06-27 18:21:50.780 +03:00 [DBG] Connection id "0HNC8090TG7QP" stopped. 2025-06-27 18:21:55.783 +03:00 [DBG] Connection id "0HNC8090TG7QQ" accepted. 2025-06-27 18:21:55.783 +03:00 [DBG] Connection id "0HNC8090TG7QQ" started. 2025-06-27 18:21:55.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:21:55.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:21:55.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:21:55.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:21:55.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:21:55.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:55.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:21:55.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:21:55.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:21:55.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:21:55.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:55.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:21:55.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:21:55.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:21:55.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:21:55.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:21:55.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:21:55.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:55.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:21:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:55.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:55.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:55.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:21:55.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1289ms. 2025-06-27 18:21:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:55.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:21:55.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:21:55.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8367ms 2025-06-27 18:21:55.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:21:55.785 +03:00 [DBG] Connection id "0HNC8090TG7QQ" completed keep alive response. 2025-06-27 18:21:55.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4943ms 2025-06-27 18:21:55.785 +03:00 [DBG] Connection id "0HNC8090TG7QQ" received FIN. 2025-06-27 18:21:55.785 +03:00 [DBG] Connection id "0HNC8090TG7QQ" disconnecting. 2025-06-27 18:21:55.785 +03:00 [DBG] Connection id "0HNC8090TG7QQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:21:55.786 +03:00 [DBG] Connection id "0HNC8090TG7QQ" stopped. 2025-06-27 18:22:00.781 +03:00 [DBG] Connection id "0HNC8090TG7QR" accepted. 2025-06-27 18:22:00.781 +03:00 [DBG] Connection id "0HNC8090TG7QR" started. 2025-06-27 18:22:00.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:00.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:00.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:00.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:00.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:00.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:00.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:00.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:00.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:00.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:00.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:00.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:00.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:00.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:00.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:00.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:00.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:00.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:00.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:00.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:00.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1206ms. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:00.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:00.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:00.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:00.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6694ms 2025-06-27 18:22:00.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:00.783 +03:00 [DBG] Connection id "0HNC8090TG7QR" completed keep alive response. 2025-06-27 18:22:00.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.248ms 2025-06-27 18:22:00.783 +03:00 [DBG] Connection id "0HNC8090TG7QR" received FIN. 2025-06-27 18:22:00.783 +03:00 [DBG] Connection id "0HNC8090TG7QR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:00.783 +03:00 [DBG] Connection id "0HNC8090TG7QR" disconnecting. 2025-06-27 18:22:00.783 +03:00 [DBG] Connection id "0HNC8090TG7QR" stopped. 2025-06-27 18:22:05.782 +03:00 [DBG] Connection id "0HNC8090TG7QS" accepted. 2025-06-27 18:22:05.783 +03:00 [DBG] Connection id "0HNC8090TG7QS" started. 2025-06-27 18:22:05.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:05.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:05.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:05.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:05.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:05.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:05.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:05.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:05.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:05.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:05.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:05.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:05.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:05.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:05.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:05.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:05.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:05.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:05.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:05.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:05.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.162ms. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:05.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:05.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:05.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8001ms 2025-06-27 18:22:05.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:05.784 +03:00 [DBG] Connection id "0HNC8090TG7QS" completed keep alive response. 2025-06-27 18:22:05.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4751ms 2025-06-27 18:22:05.785 +03:00 [DBG] Connection id "0HNC8090TG7QS" received FIN. 2025-06-27 18:22:05.785 +03:00 [DBG] Connection id "0HNC8090TG7QS" disconnecting. 2025-06-27 18:22:05.785 +03:00 [DBG] Connection id "0HNC8090TG7QS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:05.786 +03:00 [DBG] Connection id "0HNC8090TG7QS" stopped. 2025-06-27 18:22:10.780 +03:00 [DBG] Connection id "0HNC8090TG7QT" accepted. 2025-06-27 18:22:10.780 +03:00 [DBG] Connection id "0HNC8090TG7QT" started. 2025-06-27 18:22:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:10.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:10.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:10.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:10.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:10.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:10.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:10.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:10.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:10.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:10.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:10.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1235ms. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:10.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:10.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:10.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 3.1933ms 2025-06-27 18:22:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:10.784 +03:00 [DBG] Connection id "0HNC8090TG7QT" completed keep alive response. 2025-06-27 18:22:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.8695ms 2025-06-27 18:22:10.784 +03:00 [DBG] Connection id "0HNC8090TG7QT" received FIN. 2025-06-27 18:22:10.784 +03:00 [DBG] Connection id "0HNC8090TG7QT" disconnecting. 2025-06-27 18:22:10.784 +03:00 [DBG] Connection id "0HNC8090TG7QT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:10.785 +03:00 [DBG] Connection id "0HNC8090TG7QT" stopped. 2025-06-27 18:22:15.780 +03:00 [DBG] Connection id "0HNC8090TG7QU" accepted. 2025-06-27 18:22:15.780 +03:00 [DBG] Connection id "0HNC8090TG7QU" started. 2025-06-27 18:22:15.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:15.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:15.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:15.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:15.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:15.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:15.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:15.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:15.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:15.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:15.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:15.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:15.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:15.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:15.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:15.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:15.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:15.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:15.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:15.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:15.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:15.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:15.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:15.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:15.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1833ms. 2025-06-27 18:22:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:15.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:15.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:15.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3789ms 2025-06-27 18:22:15.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:15.783 +03:00 [DBG] Connection id "0HNC8090TG7QU" completed keep alive response. 2025-06-27 18:22:15.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.852ms 2025-06-27 18:22:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QU" received FIN. 2025-06-27 18:22:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QU" disconnecting. 2025-06-27 18:22:15.784 +03:00 [DBG] Connection id "0HNC8090TG7QU" stopped. 2025-06-27 18:22:20.777 +03:00 [DBG] Connection id "0HNC8090TG7QV" accepted. 2025-06-27 18:22:20.777 +03:00 [DBG] Connection id "0HNC8090TG7QV" started. 2025-06-27 18:22:20.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:20.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:20.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:20.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:20.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:20.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:20.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:20.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:20.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:20.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:20.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1617ms. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:20.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:20.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:20.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:20.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:20.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2373ms 2025-06-27 18:22:20.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QV" completed keep alive response. 2025-06-27 18:22:20.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3813ms 2025-06-27 18:22:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QV" received FIN. 2025-06-27 18:22:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QV" disconnecting. 2025-06-27 18:22:20.780 +03:00 [DBG] Connection id "0HNC8090TG7QV" stopped. 2025-06-27 18:22:25.782 +03:00 [DBG] Connection id "0HNC8090TG7R0" accepted. 2025-06-27 18:22:25.782 +03:00 [DBG] Connection id "0HNC8090TG7R0" started. 2025-06-27 18:22:25.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:25.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:25.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:25.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:25.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:25.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:25.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:25.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:25.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:25.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:25.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:25.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:25.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:25.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:25.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:25.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:25.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:25.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:25.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:25.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1095ms. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:25.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:25.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:25.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6377ms 2025-06-27 18:22:25.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:25.784 +03:00 [DBG] Connection id "0HNC8090TG7R0" completed keep alive response. 2025-06-27 18:22:25.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2751ms 2025-06-27 18:22:25.784 +03:00 [DBG] Connection id "0HNC8090TG7R0" received FIN. 2025-06-27 18:22:25.784 +03:00 [DBG] Connection id "0HNC8090TG7R0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:25.784 +03:00 [DBG] Connection id "0HNC8090TG7R0" disconnecting. 2025-06-27 18:22:25.784 +03:00 [DBG] Connection id "0HNC8090TG7R0" stopped. 2025-06-27 18:22:30.786 +03:00 [DBG] Connection id "0HNC8090TG7R1" accepted. 2025-06-27 18:22:30.786 +03:00 [DBG] Connection id "0HNC8090TG7R1" started. 2025-06-27 18:22:30.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:30.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:30.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:30.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:30.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:30.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:30.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:30.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:30.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:30.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:30.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:30.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:30.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:30.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:30.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:30.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:30.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:30.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:30.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:30.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1317ms. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:30.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:30.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:30.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7014ms 2025-06-27 18:22:30.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:30.787 +03:00 [DBG] Connection id "0HNC8090TG7R1" completed keep alive response. 2025-06-27 18:22:30.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4981ms 2025-06-27 18:22:30.788 +03:00 [DBG] Connection id "0HNC8090TG7R1" received FIN. 2025-06-27 18:22:30.788 +03:00 [DBG] Connection id "0HNC8090TG7R1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:30.788 +03:00 [DBG] Connection id "0HNC8090TG7R1" disconnecting. 2025-06-27 18:22:30.788 +03:00 [DBG] Connection id "0HNC8090TG7R1" stopped. 2025-06-27 18:22:35.784 +03:00 [DBG] Connection id "0HNC8090TG7R2" accepted. 2025-06-27 18:22:35.784 +03:00 [DBG] Connection id "0HNC8090TG7R2" started. 2025-06-27 18:22:35.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:35.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:35.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:35.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:35.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:35.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:35.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:35.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:35.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:35.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:35.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:35.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:35.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:35.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:35.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:35.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:35.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:35.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:35.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:35.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1201ms. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:35.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:35.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:35.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6311ms 2025-06-27 18:22:35.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:35.786 +03:00 [DBG] Connection id "0HNC8090TG7R2" completed keep alive response. 2025-06-27 18:22:35.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.286ms 2025-06-27 18:22:35.786 +03:00 [DBG] Connection id "0HNC8090TG7R2" received FIN. 2025-06-27 18:22:35.786 +03:00 [DBG] Connection id "0HNC8090TG7R2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:35.786 +03:00 [DBG] Connection id "0HNC8090TG7R2" disconnecting. 2025-06-27 18:22:35.786 +03:00 [DBG] Connection id "0HNC8090TG7R2" stopped. 2025-06-27 18:22:40.781 +03:00 [DBG] Connection id "0HNC8090TG7R3" accepted. 2025-06-27 18:22:40.781 +03:00 [DBG] Connection id "0HNC8090TG7R3" started. 2025-06-27 18:22:40.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:40.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:40.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:40.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:40.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:40.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:40.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:40.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:40.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:40.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:40.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:40.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:40.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:40.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:40.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:40.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:40.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:40.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:40.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:40.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.119ms. 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:40.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:40.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:40.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6613ms 2025-06-27 18:22:40.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:40.783 +03:00 [DBG] Connection id "0HNC8090TG7R3" completed keep alive response. 2025-06-27 18:22:40.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3048ms 2025-06-27 18:22:40.783 +03:00 [DBG] Connection id "0HNC8090TG7R3" received FIN. 2025-06-27 18:22:40.783 +03:00 [DBG] Connection id "0HNC8090TG7R3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:40.784 +03:00 [DBG] Connection id "0HNC8090TG7R3" disconnecting. 2025-06-27 18:22:40.784 +03:00 [DBG] Connection id "0HNC8090TG7R3" stopped. 2025-06-27 18:22:45.781 +03:00 [DBG] Connection id "0HNC8090TG7R4" accepted. 2025-06-27 18:22:45.781 +03:00 [DBG] Connection id "0HNC8090TG7R4" started. 2025-06-27 18:22:45.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:45.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:45.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:45.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:45.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:45.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:45.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:45.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:45.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:45.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:45.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:45.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:45.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:45.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:45.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:45.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:45.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:45.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:45.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:45.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1458ms. 2025-06-27 18:22:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:45.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:45.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:45.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2025ms 2025-06-27 18:22:45.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:45.783 +03:00 [DBG] Connection id "0HNC8090TG7R4" completed keep alive response. 2025-06-27 18:22:45.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0528ms 2025-06-27 18:22:45.784 +03:00 [DBG] Connection id "0HNC8090TG7R4" received FIN. 2025-06-27 18:22:45.784 +03:00 [DBG] Connection id "0HNC8090TG7R4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:45.784 +03:00 [DBG] Connection id "0HNC8090TG7R4" disconnecting. 2025-06-27 18:22:45.784 +03:00 [DBG] Connection id "0HNC8090TG7R4" stopped. 2025-06-27 18:22:50.788 +03:00 [DBG] Connection id "0HNC8090TG7R5" accepted. 2025-06-27 18:22:50.788 +03:00 [DBG] Connection id "0HNC8090TG7R5" started. 2025-06-27 18:22:50.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:50.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:50.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:50.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:50.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:50.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:50.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:50.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:50.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:50.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:50.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:50.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:50.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:50.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:50.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:50.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:50.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:50.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:50.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:50.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:50.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1744ms. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:50.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:50.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:50.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9487ms 2025-06-27 18:22:50.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:50.789 +03:00 [DBG] Connection id "0HNC8090TG7R5" completed keep alive response. 2025-06-27 18:22:50.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5443ms 2025-06-27 18:22:50.790 +03:00 [DBG] Connection id "0HNC8090TG7R5" received FIN. 2025-06-27 18:22:50.790 +03:00 [DBG] Connection id "0HNC8090TG7R5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:50.790 +03:00 [DBG] Connection id "0HNC8090TG7R5" disconnecting. 2025-06-27 18:22:50.790 +03:00 [DBG] Connection id "0HNC8090TG7R5" stopped. 2025-06-27 18:22:55.783 +03:00 [DBG] Connection id "0HNC8090TG7R6" accepted. 2025-06-27 18:22:55.783 +03:00 [DBG] Connection id "0HNC8090TG7R6" started. 2025-06-27 18:22:55.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:22:55.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:22:55.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:22:55.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:22:55.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:22:55.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:55.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:22:55.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:22:55.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:22:55.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:22:55.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:55.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:22:55.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:22:55.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:22:55.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:22:55.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:22:55.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:22:55.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:55.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:55.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:22:55.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.124ms. 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:22:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:55.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:22:55.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:22:55.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7611ms 2025-06-27 18:22:55.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:22:55.785 +03:00 [DBG] Connection id "0HNC8090TG7R6" completed keep alive response. 2025-06-27 18:22:55.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4306ms 2025-06-27 18:22:55.785 +03:00 [DBG] Connection id "0HNC8090TG7R6" received FIN. 2025-06-27 18:22:55.785 +03:00 [DBG] Connection id "0HNC8090TG7R6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:22:55.785 +03:00 [DBG] Connection id "0HNC8090TG7R6" disconnecting. 2025-06-27 18:22:55.785 +03:00 [DBG] Connection id "0HNC8090TG7R6" stopped. 2025-06-27 18:23:00.782 +03:00 [DBG] Connection id "0HNC8090TG7R7" accepted. 2025-06-27 18:23:00.782 +03:00 [DBG] Connection id "0HNC8090TG7R7" started. 2025-06-27 18:23:00.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:00.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:00.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:00.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:00.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:00.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:00.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:00.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:00.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:00.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:00.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:00.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:00.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:00.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:00.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:00.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:00.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:00.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:00.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:00.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:00.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1278ms. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:00.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:00.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:00.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6821ms 2025-06-27 18:23:00.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:00.783 +03:00 [DBG] Connection id "0HNC8090TG7R7" completed keep alive response. 2025-06-27 18:23:00.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2754ms 2025-06-27 18:23:00.784 +03:00 [DBG] Connection id "0HNC8090TG7R7" received FIN. 2025-06-27 18:23:00.784 +03:00 [DBG] Connection id "0HNC8090TG7R7" disconnecting. 2025-06-27 18:23:00.784 +03:00 [DBG] Connection id "0HNC8090TG7R7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:00.784 +03:00 [DBG] Connection id "0HNC8090TG7R7" stopped. 2025-06-27 18:23:05.783 +03:00 [DBG] Connection id "0HNC8090TG7R8" accepted. 2025-06-27 18:23:05.783 +03:00 [DBG] Connection id "0HNC8090TG7R8" started. 2025-06-27 18:23:05.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:05.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:05.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:05.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:05.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:05.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:05.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:05.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:05.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:05.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:05.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:05.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:05.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:05.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:05.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:05.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:05.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:05.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:05.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:05.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:05.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.172ms. 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:05.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:05.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:05.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2664ms 2025-06-27 18:23:05.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:05.785 +03:00 [DBG] Connection id "0HNC8090TG7R8" completed keep alive response. 2025-06-27 18:23:05.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2352ms 2025-06-27 18:23:05.786 +03:00 [DBG] Connection id "0HNC8090TG7R8" received FIN. 2025-06-27 18:23:05.786 +03:00 [DBG] Connection id "0HNC8090TG7R8" disconnecting. 2025-06-27 18:23:05.786 +03:00 [DBG] Connection id "0HNC8090TG7R8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:05.787 +03:00 [DBG] Connection id "0HNC8090TG7R8" stopped. 2025-06-27 18:23:10.782 +03:00 [DBG] Connection id "0HNC8090TG7R9" accepted. 2025-06-27 18:23:10.782 +03:00 [DBG] Connection id "0HNC8090TG7R9" started. 2025-06-27 18:23:10.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:10.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:10.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:10.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:10.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:10.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:10.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:10.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:10.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:10.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:10.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:10.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:10.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:10.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:10.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:10.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:10.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1216ms. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:10.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:10.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6947ms 2025-06-27 18:23:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:10.784 +03:00 [DBG] Connection id "0HNC8090TG7R9" completed keep alive response. 2025-06-27 18:23:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3181ms 2025-06-27 18:23:10.784 +03:00 [DBG] Connection id "0HNC8090TG7R9" received FIN. 2025-06-27 18:23:10.784 +03:00 [DBG] Connection id "0HNC8090TG7R9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:10.784 +03:00 [DBG] Connection id "0HNC8090TG7R9" disconnecting. 2025-06-27 18:23:10.784 +03:00 [DBG] Connection id "0HNC8090TG7R9" stopped. 2025-06-27 18:23:15.787 +03:00 [DBG] Connection id "0HNC8090TG7RA" accepted. 2025-06-27 18:23:15.787 +03:00 [DBG] Connection id "0HNC8090TG7RA" started. 2025-06-27 18:23:15.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:15.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:15.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:15.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:15.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:15.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:15.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:15.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:15.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:15.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:15.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:15.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:15.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:15.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:15.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:15.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:15.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:15.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.197ms. 2025-06-27 18:23:15.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:15.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:15.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:15.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7669ms 2025-06-27 18:23:15.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:15.791 +03:00 [DBG] Connection id "0HNC8090TG7RA" completed keep alive response. 2025-06-27 18:23:15.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2724ms 2025-06-27 18:23:15.791 +03:00 [DBG] Connection id "0HNC8090TG7RA" received FIN. 2025-06-27 18:23:15.791 +03:00 [DBG] Connection id "0HNC8090TG7RA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:15.791 +03:00 [DBG] Connection id "0HNC8090TG7RA" disconnecting. 2025-06-27 18:23:15.792 +03:00 [DBG] Connection id "0HNC8090TG7RA" stopped. 2025-06-27 18:23:20.777 +03:00 [DBG] Connection id "0HNC8090TG7RB" accepted. 2025-06-27 18:23:20.777 +03:00 [DBG] Connection id "0HNC8090TG7RB" started. 2025-06-27 18:23:20.777 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:20.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:20.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:20.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:20.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:20.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:20.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:20.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:20.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:20.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:20.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:20.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:20.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:20.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:20.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:20.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:20.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:20.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:20.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:20.778 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:20.778 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:20.778 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:20.778 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1155ms. 2025-06-27 18:23:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:20.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:20.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:20.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8889ms 2025-06-27 18:23:20.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:20.779 +03:00 [DBG] Connection id "0HNC8090TG7RB" completed keep alive response. 2025-06-27 18:23:20.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6921ms 2025-06-27 18:23:20.779 +03:00 [DBG] Connection id "0HNC8090TG7RB" received FIN. 2025-06-27 18:23:20.779 +03:00 [DBG] Connection id "0HNC8090TG7RB" disconnecting. 2025-06-27 18:23:20.779 +03:00 [DBG] Connection id "0HNC8090TG7RB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:20.780 +03:00 [DBG] Connection id "0HNC8090TG7RB" stopped. 2025-06-27 18:23:25.785 +03:00 [DBG] Connection id "0HNC8090TG7RC" accepted. 2025-06-27 18:23:25.785 +03:00 [DBG] Connection id "0HNC8090TG7RC" started. 2025-06-27 18:23:25.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:25.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:25.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:25.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:25.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:25.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:25.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:25.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:25.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:25.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:25.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:25.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:25.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:25.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:25.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:25.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:25.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:25.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:25.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:25.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1264ms. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:25.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:25.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:25.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.149ms 2025-06-27 18:23:25.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RC" completed keep alive response. 2025-06-27 18:23:25.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.066ms 2025-06-27 18:23:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RC" received FIN. 2025-06-27 18:23:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RC" disconnecting. 2025-06-27 18:23:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RC" stopped. 2025-06-27 18:23:30.783 +03:00 [DBG] Connection id "0HNC8090TG7RD" accepted. 2025-06-27 18:23:30.783 +03:00 [DBG] Connection id "0HNC8090TG7RD" started. 2025-06-27 18:23:30.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:30.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:30.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:30.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:30.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:30.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:30.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:30.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:30.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:30.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:30.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:30.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:30.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:30.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:30.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:30.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:30.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:30.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:30.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:30.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1438ms. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7538ms 2025-06-27 18:23:30.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:30.784 +03:00 [DBG] Connection id "0HNC8090TG7RD" completed keep alive response. 2025-06-27 18:23:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3595ms 2025-06-27 18:23:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RD" received FIN. 2025-06-27 18:23:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RD" disconnecting. 2025-06-27 18:23:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:30.786 +03:00 [DBG] Connection id "0HNC8090TG7RD" stopped. 2025-06-27 18:23:35.781 +03:00 [DBG] Connection id "0HNC8090TG7RE" accepted. 2025-06-27 18:23:35.781 +03:00 [DBG] Connection id "0HNC8090TG7RE" started. 2025-06-27 18:23:35.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:35.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:35.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:35.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:35.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:35.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:35.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:35.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:35.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:35.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:35.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:35.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:35.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:35.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:35.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:35.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:35.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:35.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:35.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:35.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:35.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1829ms. 2025-06-27 18:23:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:35.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:35.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:35.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4054ms 2025-06-27 18:23:35.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:35.783 +03:00 [DBG] Connection id "0HNC8090TG7RE" completed keep alive response. 2025-06-27 18:23:35.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4757ms 2025-06-27 18:23:35.784 +03:00 [DBG] Connection id "0HNC8090TG7RE" received FIN. 2025-06-27 18:23:35.784 +03:00 [DBG] Connection id "0HNC8090TG7RE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:35.784 +03:00 [DBG] Connection id "0HNC8090TG7RE" disconnecting. 2025-06-27 18:23:35.784 +03:00 [DBG] Connection id "0HNC8090TG7RE" stopped. 2025-06-27 18:23:40.783 +03:00 [DBG] Connection id "0HNC8090TG7RF" accepted. 2025-06-27 18:23:40.783 +03:00 [DBG] Connection id "0HNC8090TG7RF" started. 2025-06-27 18:23:40.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:40.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:40.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:40.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:40.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:40.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:40.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:40.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:40.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:40.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:40.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:40.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:40.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:40.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2035ms. 2025-06-27 18:23:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:40.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:40.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:40.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6918ms 2025-06-27 18:23:40.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:40.786 +03:00 [DBG] Connection id "0HNC8090TG7RF" completed keep alive response. 2025-06-27 18:23:40.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.8742ms 2025-06-27 18:23:40.787 +03:00 [DBG] Connection id "0HNC8090TG7RF" received FIN. 2025-06-27 18:23:40.787 +03:00 [DBG] Connection id "0HNC8090TG7RF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:40.787 +03:00 [DBG] Connection id "0HNC8090TG7RF" disconnecting. 2025-06-27 18:23:40.787 +03:00 [DBG] Connection id "0HNC8090TG7RF" stopped. 2025-06-27 18:23:45.780 +03:00 [DBG] Connection id "0HNC8090TG7RG" accepted. 2025-06-27 18:23:45.780 +03:00 [DBG] Connection id "0HNC8090TG7RG" started. 2025-06-27 18:23:45.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:45.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:45.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:45.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:45.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:45.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:45.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:45.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:45.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:45.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:45.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:45.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:45.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:45.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:45.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:45.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:45.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:45.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:45.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:45.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1109ms. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:45.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:45.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:45.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5587ms 2025-06-27 18:23:45.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:45.781 +03:00 [DBG] Connection id "0HNC8090TG7RG" completed keep alive response. 2025-06-27 18:23:45.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1042ms 2025-06-27 18:23:45.782 +03:00 [DBG] Connection id "0HNC8090TG7RG" received FIN. 2025-06-27 18:23:45.782 +03:00 [DBG] Connection id "0HNC8090TG7RG" disconnecting. 2025-06-27 18:23:45.782 +03:00 [DBG] Connection id "0HNC8090TG7RG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:45.783 +03:00 [DBG] Connection id "0HNC8090TG7RG" stopped. 2025-06-27 18:23:50.778 +03:00 [DBG] Connection id "0HNC8090TG7RH" accepted. 2025-06-27 18:23:50.778 +03:00 [DBG] Connection id "0HNC8090TG7RH" started. 2025-06-27 18:23:50.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:50.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:50.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:50.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:50.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:50.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:50.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:50.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:50.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:50.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:50.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:50.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:50.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:50.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:50.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:50.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:50.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:50.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:50.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:50.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:50.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:50.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:50.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1801ms. 2025-06-27 18:23:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:50.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:50.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:50.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1815ms 2025-06-27 18:23:50.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:50.780 +03:00 [DBG] Connection id "0HNC8090TG7RH" completed keep alive response. 2025-06-27 18:23:50.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1068ms 2025-06-27 18:23:50.780 +03:00 [DBG] Connection id "0HNC8090TG7RH" received FIN. 2025-06-27 18:23:50.780 +03:00 [DBG] Connection id "0HNC8090TG7RH" disconnecting. 2025-06-27 18:23:50.781 +03:00 [DBG] Connection id "0HNC8090TG7RH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:50.782 +03:00 [DBG] Connection id "0HNC8090TG7RH" stopped. 2025-06-27 18:23:55.781 +03:00 [DBG] Connection id "0HNC8090TG7RI" accepted. 2025-06-27 18:23:55.781 +03:00 [DBG] Connection id "0HNC8090TG7RI" started. 2025-06-27 18:23:55.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:23:55.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:23:55.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:23:55.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:23:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:23:55.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:55.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:23:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:23:55.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:23:55.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:23:55.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:55.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:23:55.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:23:55.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:23:55.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:23:55.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:23:55.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:23:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:55.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:55.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:23:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1201ms. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:23:55.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:23:55.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7243ms 2025-06-27 18:23:55.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:23:55.782 +03:00 [DBG] Connection id "0HNC8090TG7RI" completed keep alive response. 2025-06-27 18:23:55.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2897ms 2025-06-27 18:23:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RI" received FIN. 2025-06-27 18:23:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:23:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RI" disconnecting. 2025-06-27 18:23:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RI" stopped. 2025-06-27 18:24:00.780 +03:00 [DBG] Connection id "0HNC8090TG7RJ" accepted. 2025-06-27 18:24:00.780 +03:00 [DBG] Connection id "0HNC8090TG7RJ" started. 2025-06-27 18:24:00.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:00.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:00.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:00.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:00.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:00.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:00.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:00.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:00.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:00.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:00.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:00.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:00.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:00.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:00.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:00.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:00.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:00.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:00.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:00.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:00.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1355ms. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:00.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:00.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:00.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0046ms 2025-06-27 18:24:00.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:00.782 +03:00 [DBG] Connection id "0HNC8090TG7RJ" completed keep alive response. 2025-06-27 18:24:00.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7503ms 2025-06-27 18:24:00.782 +03:00 [DBG] Connection id "0HNC8090TG7RJ" received FIN. 2025-06-27 18:24:00.782 +03:00 [DBG] Connection id "0HNC8090TG7RJ" disconnecting. 2025-06-27 18:24:00.782 +03:00 [DBG] Connection id "0HNC8090TG7RJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:00.783 +03:00 [DBG] Connection id "0HNC8090TG7RJ" stopped. 2025-06-27 18:24:05.797 +03:00 [DBG] Connection id "0HNC8090TG7RK" accepted. 2025-06-27 18:24:05.798 +03:00 [DBG] Connection id "0HNC8090TG7RK" started. 2025-06-27 18:24:05.798 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:05.798 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:05.798 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:05.798 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:05.798 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:05.798 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:05.798 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:05.798 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:05.798 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:05.798 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:05.798 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:05.798 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:05.798 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:05.798 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:05.798 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:05.798 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:05.798 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:05.798 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.798 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.798 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:05.799 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:05.799 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:05.799 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1605ms. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:05.799 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:05.799 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.799 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:05.799 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8439ms 2025-06-27 18:24:05.799 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:05.799 +03:00 [DBG] Connection id "0HNC8090TG7RK" completed keep alive response. 2025-06-27 18:24:05.799 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6319ms 2025-06-27 18:24:05.800 +03:00 [DBG] Connection id "0HNC8090TG7RK" received FIN. 2025-06-27 18:24:05.800 +03:00 [DBG] Connection id "0HNC8090TG7RK" disconnecting. 2025-06-27 18:24:05.800 +03:00 [DBG] Connection id "0HNC8090TG7RK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:05.801 +03:00 [DBG] Connection id "0HNC8090TG7RK" stopped. 2025-06-27 18:24:10.783 +03:00 [DBG] Connection id "0HNC8090TG7RL" accepted. 2025-06-27 18:24:10.783 +03:00 [DBG] Connection id "0HNC8090TG7RL" started. 2025-06-27 18:24:10.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:10.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:10.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:10.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:10.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:10.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:10.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:10.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:10.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:10.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:10.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:10.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:10.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:10.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:10.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:10.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:10.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:10.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1151ms. 2025-06-27 18:24:10.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:10.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:10.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.607ms 2025-06-27 18:24:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:10.784 +03:00 [DBG] Connection id "0HNC8090TG7RL" completed keep alive response. 2025-06-27 18:24:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1521ms 2025-06-27 18:24:10.784 +03:00 [DBG] Connection id "0HNC8090TG7RL" received FIN. 2025-06-27 18:24:10.784 +03:00 [DBG] Connection id "0HNC8090TG7RL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:10.784 +03:00 [DBG] Connection id "0HNC8090TG7RL" disconnecting. 2025-06-27 18:24:10.784 +03:00 [DBG] Connection id "0HNC8090TG7RL" stopped. 2025-06-27 18:24:15.785 +03:00 [DBG] Connection id "0HNC8090TG7RM" accepted. 2025-06-27 18:24:15.785 +03:00 [DBG] Connection id "0HNC8090TG7RM" started. 2025-06-27 18:24:15.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:15.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:15.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:15.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:15.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:15.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:15.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:15.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:15.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:15.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:15.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:15.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:15.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:15.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:15.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:15.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:15.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:15.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:15.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:15.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:15.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:15.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:15.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:15.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:15.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1718ms. 2025-06-27 18:24:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:15.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:15.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:15.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0168ms 2025-06-27 18:24:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:15.789 +03:00 [DBG] Connection id "0HNC8090TG7RM" completed keep alive response. 2025-06-27 18:24:15.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4518ms 2025-06-27 18:24:15.789 +03:00 [DBG] Connection id "0HNC8090TG7RM" received FIN. 2025-06-27 18:24:15.790 +03:00 [DBG] Connection id "0HNC8090TG7RM" disconnecting. 2025-06-27 18:24:15.790 +03:00 [DBG] Connection id "0HNC8090TG7RM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:15.791 +03:00 [DBG] Connection id "0HNC8090TG7RM" stopped. 2025-06-27 18:24:20.785 +03:00 [DBG] Connection id "0HNC8090TG7RN" accepted. 2025-06-27 18:24:20.785 +03:00 [DBG] Connection id "0HNC8090TG7RN" started. 2025-06-27 18:24:20.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:20.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:20.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:20.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:20.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:20.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:20.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:20.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:20.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:20.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:20.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:20.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:20.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:20.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:20.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:20.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:20.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:20.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:20.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:20.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1362ms. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:20.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:20.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:20.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8978ms 2025-06-27 18:24:20.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:20.787 +03:00 [DBG] Connection id "0HNC8090TG7RN" completed keep alive response. 2025-06-27 18:24:20.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7524ms 2025-06-27 18:24:20.787 +03:00 [DBG] Connection id "0HNC8090TG7RN" received FIN. 2025-06-27 18:24:20.787 +03:00 [DBG] Connection id "0HNC8090TG7RN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:20.787 +03:00 [DBG] Connection id "0HNC8090TG7RN" disconnecting. 2025-06-27 18:24:20.787 +03:00 [DBG] Connection id "0HNC8090TG7RN" stopped. 2025-06-27 18:24:25.783 +03:00 [DBG] Connection id "0HNC8090TG7RO" accepted. 2025-06-27 18:24:25.784 +03:00 [DBG] Connection id "0HNC8090TG7RO" started. 2025-06-27 18:24:25.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:25.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:25.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:25.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:25.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:25.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:25.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:25.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:25.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:25.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:25.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:25.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:25.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:25.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:25.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:25.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:25.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:25.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1905ms. 2025-06-27 18:24:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:25.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:25.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:25.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7318ms 2025-06-27 18:24:25.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:25.787 +03:00 [DBG] Connection id "0HNC8090TG7RO" completed keep alive response. 2025-06-27 18:24:25.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.5757ms 2025-06-27 18:24:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RO" received FIN. 2025-06-27 18:24:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RO" disconnecting. 2025-06-27 18:24:25.788 +03:00 [DBG] Connection id "0HNC8090TG7RO" stopped. 2025-06-27 18:24:30.783 +03:00 [DBG] Connection id "0HNC8090TG7RP" accepted. 2025-06-27 18:24:30.783 +03:00 [DBG] Connection id "0HNC8090TG7RP" started. 2025-06-27 18:24:30.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:30.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:30.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:30.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:30.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:30.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:30.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:30.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:30.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:30.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:30.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:30.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:30.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:30.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:30.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:30.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:30.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:30.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:30.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:30.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.113ms. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7242ms 2025-06-27 18:24:30.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RP" completed keep alive response. 2025-06-27 18:24:30.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.318ms 2025-06-27 18:24:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RP" received FIN. 2025-06-27 18:24:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RP" disconnecting. 2025-06-27 18:24:30.785 +03:00 [DBG] Connection id "0HNC8090TG7RP" stopped. 2025-06-27 18:24:35.783 +03:00 [DBG] Connection id "0HNC8090TG7RQ" accepted. 2025-06-27 18:24:35.783 +03:00 [DBG] Connection id "0HNC8090TG7RQ" started. 2025-06-27 18:24:35.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:35.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:35.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:35.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:35.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:35.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:35.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:35.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:35.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:35.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:35.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:35.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:35.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:35.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:35.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:35.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:35.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:35.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:35.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:35.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.118ms. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:35.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:35.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:35.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.677ms 2025-06-27 18:24:35.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:35.785 +03:00 [DBG] Connection id "0HNC8090TG7RQ" completed keep alive response. 2025-06-27 18:24:35.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3628ms 2025-06-27 18:24:35.785 +03:00 [DBG] Connection id "0HNC8090TG7RQ" received FIN. 2025-06-27 18:24:35.785 +03:00 [DBG] Connection id "0HNC8090TG7RQ" disconnecting. 2025-06-27 18:24:35.785 +03:00 [DBG] Connection id "0HNC8090TG7RQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:35.786 +03:00 [DBG] Connection id "0HNC8090TG7RQ" stopped. 2025-06-27 18:24:40.783 +03:00 [DBG] Connection id "0HNC8090TG7RR" accepted. 2025-06-27 18:24:40.783 +03:00 [DBG] Connection id "0HNC8090TG7RR" started. 2025-06-27 18:24:40.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:40.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:40.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:40.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:40.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:40.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:40.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:40.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:40.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:40.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:40.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:40.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:40.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:40.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1267ms. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:40.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:40.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7692ms 2025-06-27 18:24:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:40.785 +03:00 [DBG] Connection id "0HNC8090TG7RR" completed keep alive response. 2025-06-27 18:24:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5287ms 2025-06-27 18:24:40.785 +03:00 [DBG] Connection id "0HNC8090TG7RR" received FIN. 2025-06-27 18:24:40.785 +03:00 [DBG] Connection id "0HNC8090TG7RR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:40.785 +03:00 [DBG] Connection id "0HNC8090TG7RR" disconnecting. 2025-06-27 18:24:40.785 +03:00 [DBG] Connection id "0HNC8090TG7RR" stopped. 2025-06-27 18:24:45.781 +03:00 [DBG] Connection id "0HNC8090TG7RS" accepted. 2025-06-27 18:24:45.781 +03:00 [DBG] Connection id "0HNC8090TG7RS" started. 2025-06-27 18:24:45.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:45.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:45.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:45.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:45.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:45.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:45.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:45.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:45.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:45.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:45.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:45.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:45.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:45.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:45.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:45.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:45.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:45.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:45.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:45.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1222ms. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:45.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:45.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:45.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6802ms 2025-06-27 18:24:45.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:45.782 +03:00 [DBG] Connection id "0HNC8090TG7RS" completed keep alive response. 2025-06-27 18:24:45.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2366ms 2025-06-27 18:24:45.783 +03:00 [DBG] Connection id "0HNC8090TG7RS" received FIN. 2025-06-27 18:24:45.783 +03:00 [DBG] Connection id "0HNC8090TG7RS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:45.783 +03:00 [DBG] Connection id "0HNC8090TG7RS" disconnecting. 2025-06-27 18:24:45.783 +03:00 [DBG] Connection id "0HNC8090TG7RS" stopped. 2025-06-27 18:24:50.782 +03:00 [DBG] Connection id "0HNC8090TG7RT" accepted. 2025-06-27 18:24:50.782 +03:00 [DBG] Connection id "0HNC8090TG7RT" started. 2025-06-27 18:24:50.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:50.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:50.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:50.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:50.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:50.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:50.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:50.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:50.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:50.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:50.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:50.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:50.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:50.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:50.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:50.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:50.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:50.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:50.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:50.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1703ms. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:50.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:50.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:50.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:50.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:50.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:50.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3062ms 2025-06-27 18:24:50.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:50.785 +03:00 [DBG] Connection id "0HNC8090TG7RT" completed keep alive response. 2025-06-27 18:24:50.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3884ms 2025-06-27 18:24:50.785 +03:00 [DBG] Connection id "0HNC8090TG7RT" received FIN. 2025-06-27 18:24:50.785 +03:00 [DBG] Connection id "0HNC8090TG7RT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:50.786 +03:00 [DBG] Connection id "0HNC8090TG7RT" disconnecting. 2025-06-27 18:24:50.786 +03:00 [DBG] Connection id "0HNC8090TG7RT" stopped. 2025-06-27 18:24:55.780 +03:00 [DBG] Connection id "0HNC8090TG7RU" accepted. 2025-06-27 18:24:55.780 +03:00 [DBG] Connection id "0HNC8090TG7RU" started. 2025-06-27 18:24:55.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:24:55.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:24:55.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:24:55.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:24:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:24:55.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:55.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:24:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:24:55.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:24:55.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:24:55.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:55.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:24:55.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:24:55.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:24:55.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:24:55.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:24:55.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:24:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:55.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:55.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:24:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1415ms. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:24:55.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:24:55.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.749ms 2025-06-27 18:24:55.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:24:55.782 +03:00 [DBG] Connection id "0HNC8090TG7RU" completed keep alive response. 2025-06-27 18:24:55.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5647ms 2025-06-27 18:24:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RU" received FIN. 2025-06-27 18:24:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:24:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RU" disconnecting. 2025-06-27 18:24:55.783 +03:00 [DBG] Connection id "0HNC8090TG7RU" stopped. 2025-06-27 18:25:00.782 +03:00 [DBG] Connection id "0HNC8090TG7RV" accepted. 2025-06-27 18:25:00.782 +03:00 [DBG] Connection id "0HNC8090TG7RV" started. 2025-06-27 18:25:00.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:00.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:00.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:00.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:00.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:00.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:00.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:00.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:00.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:00.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:00.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:00.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:00.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:00.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:00.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:00.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:00.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:00.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:00.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:00.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:00.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1281ms. 2025-06-27 18:25:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:00.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:00.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:00.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7694ms 2025-06-27 18:25:00.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:00.784 +03:00 [DBG] Connection id "0HNC8090TG7RV" completed keep alive response. 2025-06-27 18:25:00.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.415ms 2025-06-27 18:25:00.784 +03:00 [DBG] Connection id "0HNC8090TG7RV" received FIN. 2025-06-27 18:25:00.784 +03:00 [DBG] Connection id "0HNC8090TG7RV" disconnecting. 2025-06-27 18:25:00.784 +03:00 [DBG] Connection id "0HNC8090TG7RV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:00.785 +03:00 [DBG] Connection id "0HNC8090TG7RV" stopped. 2025-06-27 18:25:05.784 +03:00 [DBG] Connection id "0HNC8090TG7S0" accepted. 2025-06-27 18:25:05.784 +03:00 [DBG] Connection id "0HNC8090TG7S0" started. 2025-06-27 18:25:05.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:05.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:05.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:05.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:05.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:05.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:05.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:05.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:05.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:05.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:05.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:05.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:05.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:05.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:05.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:05.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:05.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:05.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:05.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:05.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1135ms. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:05.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:05.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:05.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6234ms 2025-06-27 18:25:05.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:05.785 +03:00 [DBG] Connection id "0HNC8090TG7S0" completed keep alive response. 2025-06-27 18:25:05.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1022ms 2025-06-27 18:25:05.785 +03:00 [DBG] Connection id "0HNC8090TG7S0" received FIN. 2025-06-27 18:25:05.786 +03:00 [DBG] Connection id "0HNC8090TG7S0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:05.786 +03:00 [DBG] Connection id "0HNC8090TG7S0" disconnecting. 2025-06-27 18:25:05.786 +03:00 [DBG] Connection id "0HNC8090TG7S0" stopped. 2025-06-27 18:25:10.786 +03:00 [DBG] Connection id "0HNC8090TG7S1" accepted. 2025-06-27 18:25:10.786 +03:00 [DBG] Connection id "0HNC8090TG7S1" started. 2025-06-27 18:25:10.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:10.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:10.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:10.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:10.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:10.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:10.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:10.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:10.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:10.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:10.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:10.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:10.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:10.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:10.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:10.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:10.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:10.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:10.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:10.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:10.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1486ms. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:10.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:10.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:10.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.813ms 2025-06-27 18:25:10.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:10.787 +03:00 [DBG] Connection id "0HNC8090TG7S1" completed keep alive response. 2025-06-27 18:25:10.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4423ms 2025-06-27 18:25:10.788 +03:00 [DBG] Connection id "0HNC8090TG7S1" received FIN. 2025-06-27 18:25:10.788 +03:00 [DBG] Connection id "0HNC8090TG7S1" disconnecting. 2025-06-27 18:25:10.788 +03:00 [DBG] Connection id "0HNC8090TG7S1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:10.789 +03:00 [DBG] Connection id "0HNC8090TG7S1" stopped. 2025-06-27 18:25:15.780 +03:00 [DBG] Connection id "0HNC8090TG7S2" accepted. 2025-06-27 18:25:15.780 +03:00 [DBG] Connection id "0HNC8090TG7S2" started. 2025-06-27 18:25:15.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:15.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:15.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:15.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:15.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:15.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:15.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:15.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:15.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:15.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:15.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:15.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:15.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:15.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:15.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:15.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:15.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:15.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:15.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:15.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1217ms. 2025-06-27 18:25:15.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:15.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:15.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:15.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6815ms 2025-06-27 18:25:15.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:15.782 +03:00 [DBG] Connection id "0HNC8090TG7S2" completed keep alive response. 2025-06-27 18:25:15.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2953ms 2025-06-27 18:25:15.782 +03:00 [DBG] Connection id "0HNC8090TG7S2" received FIN. 2025-06-27 18:25:15.782 +03:00 [DBG] Connection id "0HNC8090TG7S2" disconnecting. 2025-06-27 18:25:15.782 +03:00 [DBG] Connection id "0HNC8090TG7S2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:15.783 +03:00 [DBG] Connection id "0HNC8090TG7S2" stopped. 2025-06-27 18:25:20.783 +03:00 [DBG] Connection id "0HNC8090TG7S3" accepted. 2025-06-27 18:25:20.783 +03:00 [DBG] Connection id "0HNC8090TG7S3" started. 2025-06-27 18:25:20.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:20.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:20.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:20.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:20.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:20.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:20.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:20.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:20.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:20.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:20.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:20.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:20.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:20.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:20.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:20.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:20.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:20.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:20.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1236ms. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:20.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:20.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:20.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:20.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6415ms 2025-06-27 18:25:20.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:20.785 +03:00 [DBG] Connection id "0HNC8090TG7S3" completed keep alive response. 2025-06-27 18:25:20.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2702ms 2025-06-27 18:25:20.785 +03:00 [DBG] Connection id "0HNC8090TG7S3" received FIN. 2025-06-27 18:25:20.785 +03:00 [DBG] Connection id "0HNC8090TG7S3" disconnecting. 2025-06-27 18:25:20.785 +03:00 [DBG] Connection id "0HNC8090TG7S3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:20.786 +03:00 [DBG] Connection id "0HNC8090TG7S3" stopped. 2025-06-27 18:25:25.782 +03:00 [DBG] Connection id "0HNC8090TG7S4" accepted. 2025-06-27 18:25:25.782 +03:00 [DBG] Connection id "0HNC8090TG7S4" started. 2025-06-27 18:25:25.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:25.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:25.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:25.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:25.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:25.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:25.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:25.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:25.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:25.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:25.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:25.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:25.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:25.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:25.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:25.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:25.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:25.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:25.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:25.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1247ms. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:25.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:25.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:25.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7641ms 2025-06-27 18:25:25.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:25.784 +03:00 [DBG] Connection id "0HNC8090TG7S4" completed keep alive response. 2025-06-27 18:25:25.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0813ms 2025-06-27 18:25:25.785 +03:00 [DBG] Connection id "0HNC8090TG7S4" received FIN. 2025-06-27 18:25:25.785 +03:00 [DBG] Connection id "0HNC8090TG7S4" disconnecting. 2025-06-27 18:25:25.785 +03:00 [DBG] Connection id "0HNC8090TG7S4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:25.786 +03:00 [DBG] Connection id "0HNC8090TG7S4" stopped. 2025-06-27 18:25:30.783 +03:00 [DBG] Connection id "0HNC8090TG7S5" accepted. 2025-06-27 18:25:30.783 +03:00 [DBG] Connection id "0HNC8090TG7S5" started. 2025-06-27 18:25:30.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:30.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:30.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:30.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:30.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:30.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:30.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:30.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:30.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:30.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:30.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:30.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:30.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:30.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:30.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:30.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:30.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:30.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:30.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:30.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:30.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1715ms. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:30.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:30.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:30.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:30.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0994ms 2025-06-27 18:25:30.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:30.786 +03:00 [DBG] Connection id "0HNC8090TG7S5" completed keep alive response. 2025-06-27 18:25:30.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1871ms 2025-06-27 18:25:30.786 +03:00 [DBG] Connection id "0HNC8090TG7S5" received FIN. 2025-06-27 18:25:30.786 +03:00 [DBG] Connection id "0HNC8090TG7S5" disconnecting. 2025-06-27 18:25:30.787 +03:00 [DBG] Connection id "0HNC8090TG7S5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:30.788 +03:00 [DBG] Connection id "0HNC8090TG7S5" stopped. 2025-06-27 18:25:35.783 +03:00 [DBG] Connection id "0HNC8090TG7S6" accepted. 2025-06-27 18:25:35.783 +03:00 [DBG] Connection id "0HNC8090TG7S6" started. 2025-06-27 18:25:35.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:35.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:35.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:35.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:35.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:35.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:35.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:35.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:35.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:35.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:35.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:35.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:35.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:35.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:35.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:35.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:35.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:35.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:35.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:35.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1165ms. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:35.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:35.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:35.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0773ms 2025-06-27 18:25:35.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:35.786 +03:00 [DBG] Connection id "0HNC8090TG7S6" completed keep alive response. 2025-06-27 18:25:35.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0232ms 2025-06-27 18:25:35.786 +03:00 [DBG] Connection id "0HNC8090TG7S6" received FIN. 2025-06-27 18:25:35.786 +03:00 [DBG] Connection id "0HNC8090TG7S6" disconnecting. 2025-06-27 18:25:35.787 +03:00 [DBG] Connection id "0HNC8090TG7S6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:35.788 +03:00 [DBG] Connection id "0HNC8090TG7S6" stopped. 2025-06-27 18:25:40.786 +03:00 [DBG] Connection id "0HNC8090TG7S7" accepted. 2025-06-27 18:25:40.786 +03:00 [DBG] Connection id "0HNC8090TG7S7" started. 2025-06-27 18:25:40.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:40.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:40.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:40.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:40.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:40.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:40.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:40.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:40.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:40.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:40.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:40.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:40.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:40.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:40.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:40.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:40.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:40.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:40.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:40.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:40.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1393ms. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:40.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:40.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:40.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8741ms 2025-06-27 18:25:40.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:40.788 +03:00 [DBG] Connection id "0HNC8090TG7S7" completed keep alive response. 2025-06-27 18:25:40.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6073ms 2025-06-27 18:25:40.789 +03:00 [DBG] Connection id "0HNC8090TG7S7" received FIN. 2025-06-27 18:25:40.789 +03:00 [DBG] Connection id "0HNC8090TG7S7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:40.789 +03:00 [DBG] Connection id "0HNC8090TG7S7" disconnecting. 2025-06-27 18:25:40.789 +03:00 [DBG] Connection id "0HNC8090TG7S7" stopped. 2025-06-27 18:25:45.778 +03:00 [DBG] Connection id "0HNC8090TG7S8" accepted. 2025-06-27 18:25:45.778 +03:00 [DBG] Connection id "0HNC8090TG7S8" started. 2025-06-27 18:25:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:45.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:45.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:45.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:45.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:45.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:45.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:45.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:45.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.133ms. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:45.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7982ms 2025-06-27 18:25:45.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:45.780 +03:00 [DBG] Connection id "0HNC8090TG7S8" completed keep alive response. 2025-06-27 18:25:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3923ms 2025-06-27 18:25:45.780 +03:00 [DBG] Connection id "0HNC8090TG7S8" received FIN. 2025-06-27 18:25:45.780 +03:00 [DBG] Connection id "0HNC8090TG7S8" disconnecting. 2025-06-27 18:25:45.780 +03:00 [DBG] Connection id "0HNC8090TG7S8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:45.781 +03:00 [DBG] Connection id "0HNC8090TG7S8" stopped. 2025-06-27 18:25:50.785 +03:00 [DBG] Connection id "0HNC8090TG7S9" accepted. 2025-06-27 18:25:50.785 +03:00 [DBG] Connection id "0HNC8090TG7S9" started. 2025-06-27 18:25:50.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:50.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:50.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:50.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:50.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:50.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:50.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:50.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:50.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:50.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:50.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:50.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:50.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:50.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:50.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:50.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:50.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:50.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:50.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:50.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:50.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1982ms. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:50.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:50.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:50.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:50.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4933ms 2025-06-27 18:25:50.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:50.788 +03:00 [DBG] Connection id "0HNC8090TG7S9" completed keep alive response. 2025-06-27 18:25:50.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.8712ms 2025-06-27 18:25:50.788 +03:00 [DBG] Connection id "0HNC8090TG7S9" received FIN. 2025-06-27 18:25:50.788 +03:00 [DBG] Connection id "0HNC8090TG7S9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:50.788 +03:00 [DBG] Connection id "0HNC8090TG7S9" disconnecting. 2025-06-27 18:25:50.789 +03:00 [DBG] Connection id "0HNC8090TG7S9" stopped. 2025-06-27 18:25:55.788 +03:00 [DBG] Connection id "0HNC8090TG7SA" accepted. 2025-06-27 18:25:55.789 +03:00 [DBG] Connection id "0HNC8090TG7SA" started. 2025-06-27 18:25:55.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:25:55.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:25:55.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:25:55.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:25:55.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:25:55.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:55.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:25:55.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:25:55.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:25:55.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:25:55.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:55.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:25:55.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:25:55.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:25:55.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:25:55.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:25:55.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:25:55.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:55.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:55.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:25:55.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1703ms. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:55.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:55.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:25:55.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:25:55.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:55.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:25:55.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:25:55.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2436ms 2025-06-27 18:25:55.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:25:55.791 +03:00 [DBG] Connection id "0HNC8090TG7SA" completed keep alive response. 2025-06-27 18:25:55.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0948ms 2025-06-27 18:25:55.791 +03:00 [DBG] Connection id "0HNC8090TG7SA" received FIN. 2025-06-27 18:25:55.791 +03:00 [DBG] Connection id "0HNC8090TG7SA" disconnecting. 2025-06-27 18:25:55.791 +03:00 [DBG] Connection id "0HNC8090TG7SA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:25:55.792 +03:00 [DBG] Connection id "0HNC8090TG7SA" stopped. 2025-06-27 18:26:00.778 +03:00 [DBG] Connection id "0HNC8090TG7SB" accepted. 2025-06-27 18:26:00.778 +03:00 [DBG] Connection id "0HNC8090TG7SB" started. 2025-06-27 18:26:00.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:00.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:00.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:00.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:00.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:00.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:00.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:00.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:00.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:00.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:00.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:00.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:00.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:00.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:00.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:00.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:00.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:00.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:00.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:00.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:00.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1266ms. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:00.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:00.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:00.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7431ms 2025-06-27 18:26:00.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:00.780 +03:00 [DBG] Connection id "0HNC8090TG7SB" completed keep alive response. 2025-06-27 18:26:00.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3664ms 2025-06-27 18:26:00.780 +03:00 [DBG] Connection id "0HNC8090TG7SB" received FIN. 2025-06-27 18:26:00.780 +03:00 [DBG] Connection id "0HNC8090TG7SB" disconnecting. 2025-06-27 18:26:00.780 +03:00 [DBG] Connection id "0HNC8090TG7SB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:00.781 +03:00 [DBG] Connection id "0HNC8090TG7SB" stopped. 2025-06-27 18:26:05.786 +03:00 [DBG] Connection id "0HNC8090TG7SC" accepted. 2025-06-27 18:26:05.787 +03:00 [DBG] Connection id "0HNC8090TG7SC" started. 2025-06-27 18:26:05.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:05.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:05.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:05.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:05.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:05.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:05.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:05.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:05.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:05.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:05.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:05.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:05.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:05.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:05.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:05.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:05.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:05.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:05.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:05.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:05.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:05.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:05.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:05.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:05.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1646ms. 2025-06-27 18:26:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:05.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:05.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:05.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.19ms 2025-06-27 18:26:05.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:05.789 +03:00 [DBG] Connection id "0HNC8090TG7SC" completed keep alive response. 2025-06-27 18:26:05.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5692ms 2025-06-27 18:26:05.790 +03:00 [DBG] Connection id "0HNC8090TG7SC" received FIN. 2025-06-27 18:26:05.790 +03:00 [DBG] Connection id "0HNC8090TG7SC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:05.790 +03:00 [DBG] Connection id "0HNC8090TG7SC" disconnecting. 2025-06-27 18:26:05.790 +03:00 [DBG] Connection id "0HNC8090TG7SC" stopped. 2025-06-27 18:26:10.780 +03:00 [DBG] Connection id "0HNC8090TG7SD" accepted. 2025-06-27 18:26:10.780 +03:00 [DBG] Connection id "0HNC8090TG7SD" started. 2025-06-27 18:26:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:10.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:10.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:10.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:10.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:10.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:10.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2055ms. 2025-06-27 18:26:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1272ms 2025-06-27 18:26:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:10.782 +03:00 [DBG] Connection id "0HNC8090TG7SD" completed keep alive response. 2025-06-27 18:26:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1166ms 2025-06-27 18:26:10.783 +03:00 [DBG] Connection id "0HNC8090TG7SD" received FIN. 2025-06-27 18:26:10.783 +03:00 [DBG] Connection id "0HNC8090TG7SD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:10.783 +03:00 [DBG] Connection id "0HNC8090TG7SD" disconnecting. 2025-06-27 18:26:10.783 +03:00 [DBG] Connection id "0HNC8090TG7SD" stopped. 2025-06-27 18:26:15.783 +03:00 [DBG] Connection id "0HNC8090TG7SE" accepted. 2025-06-27 18:26:15.783 +03:00 [DBG] Connection id "0HNC8090TG7SE" started. 2025-06-27 18:26:15.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:15.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:15.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:15.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:15.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:15.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:15.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:15.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:15.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:15.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:15.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:15.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:15.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:15.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:15.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:15.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:15.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:15.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:15.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:15.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:15.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1321ms. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:15.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:15.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:15.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1899ms 2025-06-27 18:26:15.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:15.785 +03:00 [DBG] Connection id "0HNC8090TG7SE" completed keep alive response. 2025-06-27 18:26:15.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.075ms 2025-06-27 18:26:15.785 +03:00 [DBG] Connection id "0HNC8090TG7SE" received FIN. 2025-06-27 18:26:15.785 +03:00 [DBG] Connection id "0HNC8090TG7SE" disconnecting. 2025-06-27 18:26:15.785 +03:00 [DBG] Connection id "0HNC8090TG7SE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:15.787 +03:00 [DBG] Connection id "0HNC8090TG7SE" stopped. 2025-06-27 18:26:20.780 +03:00 [DBG] Connection id "0HNC8090TG7SF" accepted. 2025-06-27 18:26:20.780 +03:00 [DBG] Connection id "0HNC8090TG7SF" started. 2025-06-27 18:26:20.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:20.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:20.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:20.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:20.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:20.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:20.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:20.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:20.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:20.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:20.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:20.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:20.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:20.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:20.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:20.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:20.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:20.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:20.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:20.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1702ms. 2025-06-27 18:26:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:20.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:20.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:20.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2757ms 2025-06-27 18:26:20.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:20.782 +03:00 [DBG] Connection id "0HNC8090TG7SF" completed keep alive response. 2025-06-27 18:26:20.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3635ms 2025-06-27 18:26:20.783 +03:00 [DBG] Connection id "0HNC8090TG7SF" received FIN. 2025-06-27 18:26:20.783 +03:00 [DBG] Connection id "0HNC8090TG7SF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:20.783 +03:00 [DBG] Connection id "0HNC8090TG7SF" disconnecting. 2025-06-27 18:26:20.783 +03:00 [DBG] Connection id "0HNC8090TG7SF" stopped. 2025-06-27 18:26:25.780 +03:00 [DBG] Connection id "0HNC8090TG7SG" accepted. 2025-06-27 18:26:25.780 +03:00 [DBG] Connection id "0HNC8090TG7SG" started. 2025-06-27 18:26:25.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:25.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:25.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:25.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:25.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:25.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:25.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:25.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:25.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:25.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:25.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:25.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:25.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:25.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:25.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:25.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:25.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:25.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:25.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:25.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:25.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1166ms. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:25.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:25.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:25.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:25.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6368ms 2025-06-27 18:26:25.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:25.782 +03:00 [DBG] Connection id "0HNC8090TG7SG" completed keep alive response. 2025-06-27 18:26:25.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2461ms 2025-06-27 18:26:25.782 +03:00 [DBG] Connection id "0HNC8090TG7SG" received FIN. 2025-06-27 18:26:25.782 +03:00 [DBG] Connection id "0HNC8090TG7SG" disconnecting. 2025-06-27 18:26:25.782 +03:00 [DBG] Connection id "0HNC8090TG7SG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:25.783 +03:00 [DBG] Connection id "0HNC8090TG7SG" stopped. 2025-06-27 18:26:30.780 +03:00 [DBG] Connection id "0HNC8090TG7SH" accepted. 2025-06-27 18:26:30.780 +03:00 [DBG] Connection id "0HNC8090TG7SH" started. 2025-06-27 18:26:30.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:30.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:30.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:30.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:30.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:30.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:30.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:30.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:30.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:30.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:30.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:30.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:30.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:30.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:30.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:30.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:30.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:30.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:30.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:30.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.167ms. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:30.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:30.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:30.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0688ms 2025-06-27 18:26:30.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:30.783 +03:00 [DBG] Connection id "0HNC8090TG7SH" completed keep alive response. 2025-06-27 18:26:30.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0206ms 2025-06-27 18:26:30.783 +03:00 [DBG] Connection id "0HNC8090TG7SH" received FIN. 2025-06-27 18:26:30.783 +03:00 [DBG] Connection id "0HNC8090TG7SH" disconnecting. 2025-06-27 18:26:30.783 +03:00 [DBG] Connection id "0HNC8090TG7SH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:30.784 +03:00 [DBG] Connection id "0HNC8090TG7SH" stopped. 2025-06-27 18:26:35.784 +03:00 [DBG] Connection id "0HNC8090TG7SI" accepted. 2025-06-27 18:26:35.784 +03:00 [DBG] Connection id "0HNC8090TG7SI" started. 2025-06-27 18:26:35.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:35.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:35.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:35.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:35.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:35.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:35.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:35.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:35.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:35.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:35.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:35.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:35.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:35.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:35.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:35.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:35.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:35.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:35.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:35.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:35.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1775ms. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:35.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:35.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:35.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2917ms 2025-06-27 18:26:35.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:35.787 +03:00 [DBG] Connection id "0HNC8090TG7SI" completed keep alive response. 2025-06-27 18:26:35.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4718ms 2025-06-27 18:26:35.787 +03:00 [DBG] Connection id "0HNC8090TG7SI" received FIN. 2025-06-27 18:26:35.787 +03:00 [DBG] Connection id "0HNC8090TG7SI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:35.787 +03:00 [DBG] Connection id "0HNC8090TG7SI" disconnecting. 2025-06-27 18:26:35.788 +03:00 [DBG] Connection id "0HNC8090TG7SI" stopped. 2025-06-27 18:26:40.778 +03:00 [DBG] Connection id "0HNC8090TG7SJ" accepted. 2025-06-27 18:26:40.778 +03:00 [DBG] Connection id "0HNC8090TG7SJ" started. 2025-06-27 18:26:40.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:40.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:40.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:40.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:40.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:40.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:40.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:40.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:40.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:40.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:40.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:40.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:40.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:40.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:40.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:40.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:40.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:40.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:40.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:40.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:40.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1529ms. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:40.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:40.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:40.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7344ms 2025-06-27 18:26:40.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:40.779 +03:00 [DBG] Connection id "0HNC8090TG7SJ" completed keep alive response. 2025-06-27 18:26:40.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3098ms 2025-06-27 18:26:40.780 +03:00 [DBG] Connection id "0HNC8090TG7SJ" received FIN. 2025-06-27 18:26:40.780 +03:00 [DBG] Connection id "0HNC8090TG7SJ" disconnecting. 2025-06-27 18:26:40.780 +03:00 [DBG] Connection id "0HNC8090TG7SJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:40.781 +03:00 [DBG] Connection id "0HNC8090TG7SJ" stopped. 2025-06-27 18:26:45.779 +03:00 [DBG] Connection id "0HNC8090TG7SK" accepted. 2025-06-27 18:26:45.779 +03:00 [DBG] Connection id "0HNC8090TG7SK" started. 2025-06-27 18:26:45.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:45.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:45.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:45.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:45.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:45.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:45.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:45.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:45.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:45.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:45.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:45.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:45.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:45.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:45.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:45.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:45.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:45.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:45.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:45.780 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1368ms. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:45.780 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:45.780 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:45.780 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.731ms 2025-06-27 18:26:45.780 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:45.780 +03:00 [DBG] Connection id "0HNC8090TG7SK" completed keep alive response. 2025-06-27 18:26:45.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3251ms 2025-06-27 18:26:45.781 +03:00 [DBG] Connection id "0HNC8090TG7SK" received FIN. 2025-06-27 18:26:45.781 +03:00 [DBG] Connection id "0HNC8090TG7SK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:45.781 +03:00 [DBG] Connection id "0HNC8090TG7SK" disconnecting. 2025-06-27 18:26:45.781 +03:00 [DBG] Connection id "0HNC8090TG7SK" stopped. 2025-06-27 18:26:50.782 +03:00 [DBG] Connection id "0HNC8090TG7SL" accepted. 2025-06-27 18:26:50.782 +03:00 [DBG] Connection id "0HNC8090TG7SL" started. 2025-06-27 18:26:50.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:50.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:50.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:50.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:50.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:50.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:50.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:50.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:50.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:50.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:50.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:50.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:50.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:50.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:50.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:50.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:50.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:50.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:50.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:50.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1835ms. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:50.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:50.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:50.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2365ms 2025-06-27 18:26:50.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:50.785 +03:00 [DBG] Connection id "0HNC8090TG7SL" completed keep alive response. 2025-06-27 18:26:50.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3445ms 2025-06-27 18:26:50.785 +03:00 [DBG] Connection id "0HNC8090TG7SL" received FIN. 2025-06-27 18:26:50.785 +03:00 [DBG] Connection id "0HNC8090TG7SL" disconnecting. 2025-06-27 18:26:50.785 +03:00 [DBG] Connection id "0HNC8090TG7SL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:50.786 +03:00 [DBG] Connection id "0HNC8090TG7SL" stopped. 2025-06-27 18:26:55.781 +03:00 [DBG] Connection id "0HNC8090TG7SM" accepted. 2025-06-27 18:26:55.781 +03:00 [DBG] Connection id "0HNC8090TG7SM" started. 2025-06-27 18:26:55.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:26:55.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:26:55.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:26:55.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:26:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:26:55.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:55.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:26:55.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:26:55.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:26:55.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:26:55.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:55.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:26:55.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:26:55.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:26:55.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:26:55.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:26:55.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:26:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:55.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:55.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:26:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1307ms. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:26:55.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:26:55.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6586ms 2025-06-27 18:26:55.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:26:55.783 +03:00 [DBG] Connection id "0HNC8090TG7SM" completed keep alive response. 2025-06-27 18:26:55.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2621ms 2025-06-27 18:26:55.783 +03:00 [DBG] Connection id "0HNC8090TG7SM" received FIN. 2025-06-27 18:26:55.783 +03:00 [DBG] Connection id "0HNC8090TG7SM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:26:55.783 +03:00 [DBG] Connection id "0HNC8090TG7SM" disconnecting. 2025-06-27 18:26:55.783 +03:00 [DBG] Connection id "0HNC8090TG7SM" stopped. 2025-06-27 18:27:00.786 +03:00 [DBG] Connection id "0HNC8090TG7SN" accepted. 2025-06-27 18:27:00.786 +03:00 [DBG] Connection id "0HNC8090TG7SN" started. 2025-06-27 18:27:00.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:00.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:00.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:00.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:00.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:00.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:00.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:00.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:00.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:00.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:00.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:00.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:00.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:00.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:00.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:00.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:00.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:00.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:00.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:00.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:00.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:00.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1454ms. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:00.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:00.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:00.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7601ms 2025-06-27 18:27:00.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:00.787 +03:00 [DBG] Connection id "0HNC8090TG7SN" completed keep alive response. 2025-06-27 18:27:00.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.344ms 2025-06-27 18:27:00.787 +03:00 [DBG] Connection id "0HNC8090TG7SN" received FIN. 2025-06-27 18:27:00.787 +03:00 [DBG] Connection id "0HNC8090TG7SN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:00.788 +03:00 [DBG] Connection id "0HNC8090TG7SN" disconnecting. 2025-06-27 18:27:00.788 +03:00 [DBG] Connection id "0HNC8090TG7SN" stopped. 2025-06-27 18:27:05.780 +03:00 [DBG] Connection id "0HNC8090TG7SO" accepted. 2025-06-27 18:27:05.780 +03:00 [DBG] Connection id "0HNC8090TG7SO" started. 2025-06-27 18:27:05.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:05.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:05.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:05.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:05.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:05.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:05.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:05.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:05.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:05.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:05.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:05.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:05.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:05.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:05.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:05.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:05.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:05.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:05.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:05.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:05.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:05.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:05.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2522ms. 2025-06-27 18:27:05.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:05.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:05.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:05.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:05.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.2178ms 2025-06-27 18:27:05.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:05.784 +03:00 [DBG] Connection id "0HNC8090TG7SO" completed keep alive response. 2025-06-27 18:27:05.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 4.0877ms 2025-06-27 18:27:05.785 +03:00 [DBG] Connection id "0HNC8090TG7SO" received FIN. 2025-06-27 18:27:05.785 +03:00 [DBG] Connection id "0HNC8090TG7SO" disconnecting. 2025-06-27 18:27:05.785 +03:00 [DBG] Connection id "0HNC8090TG7SO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:05.786 +03:00 [DBG] Connection id "0HNC8090TG7SO" stopped. 2025-06-27 18:27:10.780 +03:00 [DBG] Connection id "0HNC8090TG7SP" accepted. 2025-06-27 18:27:10.780 +03:00 [DBG] Connection id "0HNC8090TG7SP" started. 2025-06-27 18:27:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:10.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:10.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:10.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:10.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:10.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:10.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:10.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:10.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:10.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:10.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:10.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:10.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1217ms. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:10.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:10.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:10.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8454ms 2025-06-27 18:27:10.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:10.782 +03:00 [DBG] Connection id "0HNC8090TG7SP" completed keep alive response. 2025-06-27 18:27:10.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4782ms 2025-06-27 18:27:10.782 +03:00 [DBG] Connection id "0HNC8090TG7SP" received FIN. 2025-06-27 18:27:10.782 +03:00 [DBG] Connection id "0HNC8090TG7SP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:10.782 +03:00 [DBG] Connection id "0HNC8090TG7SP" disconnecting. 2025-06-27 18:27:10.782 +03:00 [DBG] Connection id "0HNC8090TG7SP" stopped. 2025-06-27 18:27:15.786 +03:00 [DBG] Connection id "0HNC8090TG7SQ" accepted. 2025-06-27 18:27:15.786 +03:00 [DBG] Connection id "0HNC8090TG7SQ" started. 2025-06-27 18:27:15.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:15.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:15.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:15.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:15.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:15.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:15.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:15.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:15.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:15.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:15.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:15.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:15.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:15.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:15.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:15.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:15.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:15.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:15.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:15.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:15.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.128ms. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:15.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:15.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:15.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:15.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:15.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:15.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0146ms 2025-06-27 18:27:15.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:15.788 +03:00 [DBG] Connection id "0HNC8090TG7SQ" completed keep alive response. 2025-06-27 18:27:15.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.87ms 2025-06-27 18:27:15.788 +03:00 [DBG] Connection id "0HNC8090TG7SQ" received FIN. 2025-06-27 18:27:15.788 +03:00 [DBG] Connection id "0HNC8090TG7SQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:15.788 +03:00 [DBG] Connection id "0HNC8090TG7SQ" disconnecting. 2025-06-27 18:27:15.788 +03:00 [DBG] Connection id "0HNC8090TG7SQ" stopped. 2025-06-27 18:27:20.784 +03:00 [DBG] Connection id "0HNC8090TG7SR" accepted. 2025-06-27 18:27:20.784 +03:00 [DBG] Connection id "0HNC8090TG7SR" started. 2025-06-27 18:27:20.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:20.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:20.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:20.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:20.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:20.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:20.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:20.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:20.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:20.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:20.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:20.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:20.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:20.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:20.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:20.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:20.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:20.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1788ms. 2025-06-27 18:27:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:20.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:20.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:20.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0984ms 2025-06-27 18:27:20.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:20.786 +03:00 [DBG] Connection id "0HNC8090TG7SR" completed keep alive response. 2025-06-27 18:27:20.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1584ms 2025-06-27 18:27:20.787 +03:00 [DBG] Connection id "0HNC8090TG7SR" received FIN. 2025-06-27 18:27:20.787 +03:00 [DBG] Connection id "0HNC8090TG7SR" disconnecting. 2025-06-27 18:27:20.787 +03:00 [DBG] Connection id "0HNC8090TG7SR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:20.788 +03:00 [DBG] Connection id "0HNC8090TG7SR" stopped. 2025-06-27 18:27:25.777 +03:00 [DBG] Connection id "0HNC8090TG7SS" accepted. 2025-06-27 18:27:25.778 +03:00 [DBG] Connection id "0HNC8090TG7SS" started. 2025-06-27 18:27:25.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:25.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:25.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:25.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:25.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:25.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:25.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:25.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:25.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:25.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:25.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:25.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:25.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:25.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:25.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:25.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:25.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:25.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:25.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:25.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:25.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1244ms. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:25.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:25.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:25.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8448ms 2025-06-27 18:27:25.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:25.779 +03:00 [DBG] Connection id "0HNC8090TG7SS" completed keep alive response. 2025-06-27 18:27:25.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6019ms 2025-06-27 18:27:25.780 +03:00 [DBG] Connection id "0HNC8090TG7SS" received FIN. 2025-06-27 18:27:25.780 +03:00 [DBG] Connection id "0HNC8090TG7SS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:25.780 +03:00 [DBG] Connection id "0HNC8090TG7SS" disconnecting. 2025-06-27 18:27:25.780 +03:00 [DBG] Connection id "0HNC8090TG7SS" stopped. 2025-06-27 18:27:30.781 +03:00 [DBG] Connection id "0HNC8090TG7ST" accepted. 2025-06-27 18:27:30.781 +03:00 [DBG] Connection id "0HNC8090TG7ST" started. 2025-06-27 18:27:30.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:30.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:30.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:30.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:30.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:30.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:30.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:30.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:30.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:30.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:30.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:30.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:30.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:30.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:30.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:30.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:30.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:30.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:30.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:30.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:30.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1487ms. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:30.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:30.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:30.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7154ms 2025-06-27 18:27:30.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:30.782 +03:00 [DBG] Connection id "0HNC8090TG7ST" completed keep alive response. 2025-06-27 18:27:30.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2827ms 2025-06-27 18:27:30.782 +03:00 [DBG] Connection id "0HNC8090TG7ST" received FIN. 2025-06-27 18:27:30.783 +03:00 [DBG] Connection id "0HNC8090TG7ST" disconnecting. 2025-06-27 18:27:30.783 +03:00 [DBG] Connection id "0HNC8090TG7ST" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:30.784 +03:00 [DBG] Connection id "0HNC8090TG7ST" stopped. 2025-06-27 18:27:35.781 +03:00 [DBG] Connection id "0HNC8090TG7SU" accepted. 2025-06-27 18:27:35.781 +03:00 [DBG] Connection id "0HNC8090TG7SU" started. 2025-06-27 18:27:35.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:35.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:35.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:35.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:35.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:35.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:35.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:35.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:35.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:35.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:35.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:35.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:35.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:35.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:35.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:35.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:35.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:35.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:35.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:35.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:35.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1208ms. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:35.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:35.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:35.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:35.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:35.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6718ms 2025-06-27 18:27:35.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:35.783 +03:00 [DBG] Connection id "0HNC8090TG7SU" completed keep alive response. 2025-06-27 18:27:35.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2674ms 2025-06-27 18:27:35.783 +03:00 [DBG] Connection id "0HNC8090TG7SU" received FIN. 2025-06-27 18:27:35.783 +03:00 [DBG] Connection id "0HNC8090TG7SU" disconnecting. 2025-06-27 18:27:35.783 +03:00 [DBG] Connection id "0HNC8090TG7SU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:35.784 +03:00 [DBG] Connection id "0HNC8090TG7SU" stopped. 2025-06-27 18:27:40.784 +03:00 [DBG] Connection id "0HNC8090TG7SV" accepted. 2025-06-27 18:27:40.784 +03:00 [DBG] Connection id "0HNC8090TG7SV" started. 2025-06-27 18:27:40.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:40.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:40.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:40.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:40.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:40.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:40.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:40.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:40.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:40.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:40.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:40.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1516ms. 2025-06-27 18:27:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:40.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:40.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7186ms 2025-06-27 18:27:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:40.785 +03:00 [DBG] Connection id "0HNC8090TG7SV" completed keep alive response. 2025-06-27 18:27:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.331ms 2025-06-27 18:27:40.785 +03:00 [DBG] Connection id "0HNC8090TG7SV" received FIN. 2025-06-27 18:27:40.786 +03:00 [DBG] Connection id "0HNC8090TG7SV" disconnecting. 2025-06-27 18:27:40.786 +03:00 [DBG] Connection id "0HNC8090TG7SV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:40.787 +03:00 [DBG] Connection id "0HNC8090TG7SV" stopped. 2025-06-27 18:27:45.786 +03:00 [DBG] Connection id "0HNC8090TG7T0" accepted. 2025-06-27 18:27:45.786 +03:00 [DBG] Connection id "0HNC8090TG7T0" started. 2025-06-27 18:27:45.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:45.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:45.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:45.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:45.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:45.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:45.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:45.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:45.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:45.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:45.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:45.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:45.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:45.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:45.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:45.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:45.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:45.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:45.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:45.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:45.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1237ms. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:45.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:45.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:45.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6773ms 2025-06-27 18:27:45.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:45.787 +03:00 [DBG] Connection id "0HNC8090TG7T0" completed keep alive response. 2025-06-27 18:27:45.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2642ms 2025-06-27 18:27:45.788 +03:00 [DBG] Connection id "0HNC8090TG7T0" received FIN. 2025-06-27 18:27:45.788 +03:00 [DBG] Connection id "0HNC8090TG7T0" disconnecting. 2025-06-27 18:27:45.788 +03:00 [DBG] Connection id "0HNC8090TG7T0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:45.789 +03:00 [DBG] Connection id "0HNC8090TG7T0" stopped. 2025-06-27 18:27:50.780 +03:00 [DBG] Connection id "0HNC8090TG7T1" accepted. 2025-06-27 18:27:50.781 +03:00 [DBG] Connection id "0HNC8090TG7T1" started. 2025-06-27 18:27:50.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:50.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:50.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:50.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:50.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:50.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:50.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:50.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:50.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:50.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:50.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:50.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:50.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:50.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:50.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:50.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:50.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:50.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:50.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:50.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1239ms. 2025-06-27 18:27:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:50.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:50.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:50.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7863ms 2025-06-27 18:27:50.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:50.782 +03:00 [DBG] Connection id "0HNC8090TG7T1" completed keep alive response. 2025-06-27 18:27:50.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4775ms 2025-06-27 18:27:50.783 +03:00 [DBG] Connection id "0HNC8090TG7T1" received FIN. 2025-06-27 18:27:50.783 +03:00 [DBG] Connection id "0HNC8090TG7T1" disconnecting. 2025-06-27 18:27:50.783 +03:00 [DBG] Connection id "0HNC8090TG7T1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:50.784 +03:00 [DBG] Connection id "0HNC8090TG7T1" stopped. 2025-06-27 18:27:55.780 +03:00 [DBG] Connection id "0HNC8090TG7T2" accepted. 2025-06-27 18:27:55.780 +03:00 [DBG] Connection id "0HNC8090TG7T2" started. 2025-06-27 18:27:55.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:27:55.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:27:55.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:27:55.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:27:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:27:55.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:55.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:27:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:27:55.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:27:55.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:27:55.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:55.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:27:55.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:27:55.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:27:55.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:27:55.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:27:55.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:27:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:55.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:27:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:55.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:27:55.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1246ms. 2025-06-27 18:27:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:27:55.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:27:55.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6809ms 2025-06-27 18:27:55.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:27:55.782 +03:00 [DBG] Connection id "0HNC8090TG7T2" completed keep alive response. 2025-06-27 18:27:55.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3211ms 2025-06-27 18:27:55.782 +03:00 [DBG] Connection id "0HNC8090TG7T2" received FIN. 2025-06-27 18:27:55.782 +03:00 [DBG] Connection id "0HNC8090TG7T2" disconnecting. 2025-06-27 18:27:55.782 +03:00 [DBG] Connection id "0HNC8090TG7T2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:27:55.783 +03:00 [DBG] Connection id "0HNC8090TG7T2" stopped. 2025-06-27 18:28:00.786 +03:00 [DBG] Connection id "0HNC8090TG7T3" accepted. 2025-06-27 18:28:00.786 +03:00 [DBG] Connection id "0HNC8090TG7T3" started. 2025-06-27 18:28:00.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:00.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:00.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:00.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:00.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:00.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:00.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:00.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:00.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:00.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:00.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:00.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:00.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:00.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:00.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:00.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:00.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:00.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:00.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:00.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:00.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1405ms. 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:00.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:00.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:00.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7167ms 2025-06-27 18:28:00.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:00.788 +03:00 [DBG] Connection id "0HNC8090TG7T3" completed keep alive response. 2025-06-27 18:28:00.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4705ms 2025-06-27 18:28:00.788 +03:00 [DBG] Connection id "0HNC8090TG7T3" received FIN. 2025-06-27 18:28:00.788 +03:00 [DBG] Connection id "0HNC8090TG7T3" disconnecting. 2025-06-27 18:28:00.788 +03:00 [DBG] Connection id "0HNC8090TG7T3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:00.789 +03:00 [DBG] Connection id "0HNC8090TG7T3" stopped. 2025-06-27 18:28:05.785 +03:00 [DBG] Connection id "0HNC8090TG7T4" accepted. 2025-06-27 18:28:05.785 +03:00 [DBG] Connection id "0HNC8090TG7T4" started. 2025-06-27 18:28:05.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:05.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:05.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:05.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:05.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:05.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:05.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:05.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:05.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:05.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:05.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:05.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:05.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:05.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:05.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:05.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:05.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:05.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:05.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:05.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:05.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1311ms. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:05.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:05.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:05.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:05.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0897ms 2025-06-27 18:28:05.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:05.787 +03:00 [DBG] Connection id "0HNC8090TG7T4" completed keep alive response. 2025-06-27 18:28:05.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9461ms 2025-06-27 18:28:05.787 +03:00 [DBG] Connection id "0HNC8090TG7T4" received FIN. 2025-06-27 18:28:05.787 +03:00 [DBG] Connection id "0HNC8090TG7T4" disconnecting. 2025-06-27 18:28:05.787 +03:00 [DBG] Connection id "0HNC8090TG7T4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:05.788 +03:00 [DBG] Connection id "0HNC8090TG7T4" stopped. 2025-06-27 18:28:10.780 +03:00 [DBG] Connection id "0HNC8090TG7T5" accepted. 2025-06-27 18:28:10.780 +03:00 [DBG] Connection id "0HNC8090TG7T5" started. 2025-06-27 18:28:10.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:10.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:10.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:10.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:10.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:10.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:10.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:10.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:10.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:10.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:10.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:10.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:10.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:10.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:10.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:10.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:10.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:10.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:10.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:10.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2119ms. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:10.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:10.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:10.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1355ms 2025-06-27 18:28:10.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:10.783 +03:00 [DBG] Connection id "0HNC8090TG7T5" completed keep alive response. 2025-06-27 18:28:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3835ms 2025-06-27 18:28:10.783 +03:00 [DBG] Connection id "0HNC8090TG7T5" received FIN. 2025-06-27 18:28:10.783 +03:00 [DBG] Connection id "0HNC8090TG7T5" disconnecting. 2025-06-27 18:28:10.783 +03:00 [DBG] Connection id "0HNC8090TG7T5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:10.784 +03:00 [DBG] Connection id "0HNC8090TG7T5" stopped. 2025-06-27 18:28:15.785 +03:00 [DBG] Connection id "0HNC8090TG7T6" accepted. 2025-06-27 18:28:15.785 +03:00 [DBG] Connection id "0HNC8090TG7T6" started. 2025-06-27 18:28:15.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:15.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:15.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:15.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:15.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:15.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:15.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:15.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:15.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:15.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:15.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:15.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:15.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:15.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:15.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:15.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:15.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:15.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:15.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:15.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:15.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1392ms. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:15.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:15.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:15.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8613ms 2025-06-27 18:28:15.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:15.787 +03:00 [DBG] Connection id "0HNC8090TG7T6" completed keep alive response. 2025-06-27 18:28:15.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5727ms 2025-06-27 18:28:15.787 +03:00 [DBG] Connection id "0HNC8090TG7T6" received FIN. 2025-06-27 18:28:15.787 +03:00 [DBG] Connection id "0HNC8090TG7T6" disconnecting. 2025-06-27 18:28:15.787 +03:00 [DBG] Connection id "0HNC8090TG7T6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:15.788 +03:00 [DBG] Connection id "0HNC8090TG7T6" stopped. 2025-06-27 18:28:20.783 +03:00 [DBG] Connection id "0HNC8090TG7T7" accepted. 2025-06-27 18:28:20.783 +03:00 [DBG] Connection id "0HNC8090TG7T7" started. 2025-06-27 18:28:20.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:20.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:20.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:20.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:20.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:20.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:20.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:20.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:20.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:20.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:20.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:20.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:20.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:20.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:20.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:20.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:20.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:20.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:20.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1573ms. 2025-06-27 18:28:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:20.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:20.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:20.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1586ms 2025-06-27 18:28:20.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:20.785 +03:00 [DBG] Connection id "0HNC8090TG7T7" completed keep alive response. 2025-06-27 18:28:20.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1735ms 2025-06-27 18:28:20.786 +03:00 [DBG] Connection id "0HNC8090TG7T7" received FIN. 2025-06-27 18:28:20.786 +03:00 [DBG] Connection id "0HNC8090TG7T7" disconnecting. 2025-06-27 18:28:20.786 +03:00 [DBG] Connection id "0HNC8090TG7T7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:20.787 +03:00 [DBG] Connection id "0HNC8090TG7T7" stopped. 2025-06-27 18:28:25.784 +03:00 [DBG] Connection id "0HNC8090TG7T8" accepted. 2025-06-27 18:28:25.785 +03:00 [DBG] Connection id "0HNC8090TG7T8" started. 2025-06-27 18:28:25.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:25.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:25.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:25.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:25.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:25.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:25.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:25.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:25.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:25.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:25.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:25.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:25.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:25.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:25.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:25.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:25.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:25.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:25.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:25.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1393ms. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:25.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:25.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:25.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7747ms 2025-06-27 18:28:25.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:25.786 +03:00 [DBG] Connection id "0HNC8090TG7T8" completed keep alive response. 2025-06-27 18:28:25.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5309ms 2025-06-27 18:28:25.787 +03:00 [DBG] Connection id "0HNC8090TG7T8" received FIN. 2025-06-27 18:28:25.787 +03:00 [DBG] Connection id "0HNC8090TG7T8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:25.787 +03:00 [DBG] Connection id "0HNC8090TG7T8" disconnecting. 2025-06-27 18:28:25.787 +03:00 [DBG] Connection id "0HNC8090TG7T8" stopped. 2025-06-27 18:28:30.782 +03:00 [DBG] Connection id "0HNC8090TG7T9" accepted. 2025-06-27 18:28:30.782 +03:00 [DBG] Connection id "0HNC8090TG7T9" started. 2025-06-27 18:28:30.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:30.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:30.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:30.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:30.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:30.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:30.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:30.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:30.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:30.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:30.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:30.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:30.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:30.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:30.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:30.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:30.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:30.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:30.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:30.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1305ms. 2025-06-27 18:28:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.861ms 2025-06-27 18:28:30.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:30.784 +03:00 [DBG] Connection id "0HNC8090TG7T9" completed keep alive response. 2025-06-27 18:28:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6474ms 2025-06-27 18:28:30.784 +03:00 [DBG] Connection id "0HNC8090TG7T9" received FIN. 2025-06-27 18:28:30.785 +03:00 [DBG] Connection id "0HNC8090TG7T9" disconnecting. 2025-06-27 18:28:30.785 +03:00 [DBG] Connection id "0HNC8090TG7T9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:30.786 +03:00 [DBG] Connection id "0HNC8090TG7T9" stopped. 2025-06-27 18:28:35.778 +03:00 [DBG] Connection id "0HNC8090TG7TA" accepted. 2025-06-27 18:28:35.779 +03:00 [DBG] Connection id "0HNC8090TG7TA" started. 2025-06-27 18:28:35.779 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:35.779 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:35.779 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:35.779 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:35.779 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:35.779 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:35.779 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:35.779 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:35.779 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:35.779 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:35.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:35.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:35.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:35.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:35.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:35.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:35.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:35.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.780 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.780 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:35.780 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:35.780 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:35.780 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:35.780 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:35.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2093ms. 2025-06-27 18:28:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:35.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:35.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:35.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7927ms 2025-06-27 18:28:35.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:35.782 +03:00 [DBG] Connection id "0HNC8090TG7TA" completed keep alive response. 2025-06-27 18:28:35.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.805ms 2025-06-27 18:28:35.782 +03:00 [DBG] Connection id "0HNC8090TG7TA" received FIN. 2025-06-27 18:28:35.782 +03:00 [DBG] Connection id "0HNC8090TG7TA" disconnecting. 2025-06-27 18:28:35.782 +03:00 [DBG] Connection id "0HNC8090TG7TA" stopped. 2025-06-27 18:28:35.782 +03:00 [DBG] Connection id "0HNC8090TG7TA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:40.781 +03:00 [DBG] Connection id "0HNC8090TG7TB" accepted. 2025-06-27 18:28:40.781 +03:00 [DBG] Connection id "0HNC8090TG7TB" started. 2025-06-27 18:28:40.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:40.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:40.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:40.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:40.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:40.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:40.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:40.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:40.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:40.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:40.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:40.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:40.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:40.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:40.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:40.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:40.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:40.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:40.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:40.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:40.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1461ms. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:40.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:40.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:40.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.819ms 2025-06-27 18:28:40.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:40.782 +03:00 [DBG] Connection id "0HNC8090TG7TB" completed keep alive response. 2025-06-27 18:28:40.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5367ms 2025-06-27 18:28:40.783 +03:00 [DBG] Connection id "0HNC8090TG7TB" received FIN. 2025-06-27 18:28:40.783 +03:00 [DBG] Connection id "0HNC8090TG7TB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:40.783 +03:00 [DBG] Connection id "0HNC8090TG7TB" disconnecting. 2025-06-27 18:28:40.783 +03:00 [DBG] Connection id "0HNC8090TG7TB" stopped. 2025-06-27 18:28:45.784 +03:00 [DBG] Connection id "0HNC8090TG7TC" accepted. 2025-06-27 18:28:45.784 +03:00 [DBG] Connection id "0HNC8090TG7TC" started. 2025-06-27 18:28:45.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:45.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:45.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:45.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:45.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:45.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:45.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:45.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:45.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:45.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:45.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:45.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:45.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:45.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:45.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:45.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:45.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:45.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:45.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:45.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:45.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.122ms. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:45.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:45.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:45.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6623ms 2025-06-27 18:28:45.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:45.785 +03:00 [DBG] Connection id "0HNC8090TG7TC" completed keep alive response. 2025-06-27 18:28:45.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2528ms 2025-06-27 18:28:45.786 +03:00 [DBG] Connection id "0HNC8090TG7TC" received FIN. 2025-06-27 18:28:45.786 +03:00 [DBG] Connection id "0HNC8090TG7TC" disconnecting. 2025-06-27 18:28:45.786 +03:00 [DBG] Connection id "0HNC8090TG7TC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:45.787 +03:00 [DBG] Connection id "0HNC8090TG7TC" stopped. 2025-06-27 18:28:50.783 +03:00 [DBG] Connection id "0HNC8090TG7TD" accepted. 2025-06-27 18:28:50.783 +03:00 [DBG] Connection id "0HNC8090TG7TD" started. 2025-06-27 18:28:50.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:50.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:50.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:50.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:50.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:50.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:50.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:50.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:50.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:50.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:50.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:50.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:50.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:50.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:50.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:50.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:50.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:50.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:50.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:50.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:50.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1794ms. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:50.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:50.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:50.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:50.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4745ms 2025-06-27 18:28:50.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:50.786 +03:00 [DBG] Connection id "0HNC8090TG7TD" completed keep alive response. 2025-06-27 18:28:50.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7614ms 2025-06-27 18:28:50.786 +03:00 [DBG] Connection id "0HNC8090TG7TD" received FIN. 2025-06-27 18:28:50.786 +03:00 [DBG] Connection id "0HNC8090TG7TD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:50.787 +03:00 [DBG] Connection id "0HNC8090TG7TD" disconnecting. 2025-06-27 18:28:50.787 +03:00 [DBG] Connection id "0HNC8090TG7TD" stopped. 2025-06-27 18:28:55.780 +03:00 [DBG] Connection id "0HNC8090TG7TE" accepted. 2025-06-27 18:28:55.780 +03:00 [DBG] Connection id "0HNC8090TG7TE" started. 2025-06-27 18:28:55.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:28:55.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:28:55.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:28:55.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:28:55.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:28:55.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:55.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:28:55.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:28:55.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:28:55.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:28:55.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:55.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:28:55.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:28:55.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:28:55.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:28:55.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:28:55.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:28:55.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:55.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:28:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:55.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:55.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:55.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:28:55.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1598ms. 2025-06-27 18:28:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:55.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:28:55.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:28:55.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1073ms 2025-06-27 18:28:55.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:28:55.782 +03:00 [DBG] Connection id "0HNC8090TG7TE" completed keep alive response. 2025-06-27 18:28:55.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1152ms 2025-06-27 18:28:55.783 +03:00 [DBG] Connection id "0HNC8090TG7TE" received FIN. 2025-06-27 18:28:55.783 +03:00 [DBG] Connection id "0HNC8090TG7TE" disconnecting. 2025-06-27 18:28:55.783 +03:00 [DBG] Connection id "0HNC8090TG7TE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:28:55.784 +03:00 [DBG] Connection id "0HNC8090TG7TE" stopped. 2025-06-27 18:29:00.783 +03:00 [DBG] Connection id "0HNC8090TG7TF" accepted. 2025-06-27 18:29:00.784 +03:00 [DBG] Connection id "0HNC8090TG7TF" started. 2025-06-27 18:29:00.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:00.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:00.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:00.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:00.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:00.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:00.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:00.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:00.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:00.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:00.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:00.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:00.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:00.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:00.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:00.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:00.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:00.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:00.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:00.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:00.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:00.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:00.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:00.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:00.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1177ms. 2025-06-27 18:29:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:00.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:00.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:00.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7338ms 2025-06-27 18:29:00.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:00.785 +03:00 [DBG] Connection id "0HNC8090TG7TF" completed keep alive response. 2025-06-27 18:29:00.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3451ms 2025-06-27 18:29:00.785 +03:00 [DBG] Connection id "0HNC8090TG7TF" received FIN. 2025-06-27 18:29:00.785 +03:00 [DBG] Connection id "0HNC8090TG7TF" disconnecting. 2025-06-27 18:29:00.785 +03:00 [DBG] Connection id "0HNC8090TG7TF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:00.787 +03:00 [DBG] Connection id "0HNC8090TG7TF" stopped. 2025-06-27 18:29:05.780 +03:00 [DBG] Connection id "0HNC8090TG7TG" accepted. 2025-06-27 18:29:05.780 +03:00 [DBG] Connection id "0HNC8090TG7TG" started. 2025-06-27 18:29:05.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:05.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:05.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:05.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:05.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:05.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:05.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:05.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:05.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:05.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:05.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:05.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:05.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:05.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:05.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:05.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:05.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:05.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:05.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:05.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.126ms. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:05.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:05.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:05.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7533ms 2025-06-27 18:29:05.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:05.782 +03:00 [DBG] Connection id "0HNC8090TG7TG" completed keep alive response. 2025-06-27 18:29:05.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3575ms 2025-06-27 18:29:05.782 +03:00 [DBG] Connection id "0HNC8090TG7TG" received FIN. 2025-06-27 18:29:05.782 +03:00 [DBG] Connection id "0HNC8090TG7TG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:05.782 +03:00 [DBG] Connection id "0HNC8090TG7TG" disconnecting. 2025-06-27 18:29:05.782 +03:00 [DBG] Connection id "0HNC8090TG7TG" stopped. 2025-06-27 18:29:10.782 +03:00 [DBG] Connection id "0HNC8090TG7TH" accepted. 2025-06-27 18:29:10.782 +03:00 [DBG] Connection id "0HNC8090TG7TH" started. 2025-06-27 18:29:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:10.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:10.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:10.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:10.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:10.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:10.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:10.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1547ms. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:10.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:10.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:10.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:10.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8435ms 2025-06-27 18:29:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TH" completed keep alive response. 2025-06-27 18:29:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.649ms 2025-06-27 18:29:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TH" received FIN. 2025-06-27 18:29:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TH" disconnecting. 2025-06-27 18:29:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:10.785 +03:00 [DBG] Connection id "0HNC8090TG7TH" stopped. 2025-06-27 18:29:15.786 +03:00 [DBG] Connection id "0HNC8090TG7TI" accepted. 2025-06-27 18:29:15.787 +03:00 [DBG] Connection id "0HNC8090TG7TI" started. 2025-06-27 18:29:15.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:15.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:15.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:15.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:15.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:15.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:15.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:15.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:15.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:15.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:15.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:15.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:15.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:15.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:15.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:15.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:15.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:15.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:15.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:15.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:15.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2275ms. 2025-06-27 18:29:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:15.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:15.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6614ms 2025-06-27 18:29:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:15.790 +03:00 [DBG] Connection id "0HNC8090TG7TI" completed keep alive response. 2025-06-27 18:29:15.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.692ms 2025-06-27 18:29:15.790 +03:00 [DBG] Connection id "0HNC8090TG7TI" received FIN. 2025-06-27 18:29:15.790 +03:00 [DBG] Connection id "0HNC8090TG7TI" disconnecting. 2025-06-27 18:29:15.790 +03:00 [DBG] Connection id "0HNC8090TG7TI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:15.791 +03:00 [DBG] Connection id "0HNC8090TG7TI" stopped. 2025-06-27 18:29:20.781 +03:00 [DBG] Connection id "0HNC8090TG7TJ" accepted. 2025-06-27 18:29:20.781 +03:00 [DBG] Connection id "0HNC8090TG7TJ" started. 2025-06-27 18:29:20.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:20.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:20.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:20.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:20.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:20.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:20.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:20.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:20.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:20.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:20.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:20.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:20.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:20.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:20.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:20.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:20.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:20.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:20.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:20.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1885ms. 2025-06-27 18:29:20.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:20.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:20.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:20.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2642ms 2025-06-27 18:29:20.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:20.783 +03:00 [DBG] Connection id "0HNC8090TG7TJ" completed keep alive response. 2025-06-27 18:29:20.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2593ms 2025-06-27 18:29:20.784 +03:00 [DBG] Connection id "0HNC8090TG7TJ" received FIN. 2025-06-27 18:29:20.784 +03:00 [DBG] Connection id "0HNC8090TG7TJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:20.784 +03:00 [DBG] Connection id "0HNC8090TG7TJ" disconnecting. 2025-06-27 18:29:20.784 +03:00 [DBG] Connection id "0HNC8090TG7TJ" stopped. 2025-06-27 18:29:25.782 +03:00 [DBG] Connection id "0HNC8090TG7TK" accepted. 2025-06-27 18:29:25.782 +03:00 [DBG] Connection id "0HNC8090TG7TK" started. 2025-06-27 18:29:25.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:25.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:25.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:25.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:25.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:25.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:25.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:25.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1468ms. 2025-06-27 18:29:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:25.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:25.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7292ms 2025-06-27 18:29:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:25.783 +03:00 [DBG] Connection id "0HNC8090TG7TK" completed keep alive response. 2025-06-27 18:29:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2776ms 2025-06-27 18:29:25.783 +03:00 [DBG] Connection id "0HNC8090TG7TK" received FIN. 2025-06-27 18:29:25.783 +03:00 [DBG] Connection id "0HNC8090TG7TK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:25.783 +03:00 [DBG] Connection id "0HNC8090TG7TK" disconnecting. 2025-06-27 18:29:25.784 +03:00 [DBG] Connection id "0HNC8090TG7TK" stopped. 2025-06-27 18:29:30.782 +03:00 [DBG] Connection id "0HNC8090TG7TL" accepted. 2025-06-27 18:29:30.782 +03:00 [DBG] Connection id "0HNC8090TG7TL" started. 2025-06-27 18:29:30.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:30.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:30.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:30.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:30.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:30.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:30.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:30.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:30.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:30.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:30.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:30.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:30.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:30.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:30.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:30.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:30.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:30.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:30.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:30.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1321ms. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:30.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:30.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:30.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:30.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0998ms 2025-06-27 18:29:30.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:30.784 +03:00 [DBG] Connection id "0HNC8090TG7TL" completed keep alive response. 2025-06-27 18:29:30.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9978ms 2025-06-27 18:29:30.784 +03:00 [DBG] Connection id "0HNC8090TG7TL" received FIN. 2025-06-27 18:29:30.784 +03:00 [DBG] Connection id "0HNC8090TG7TL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:30.784 +03:00 [DBG] Connection id "0HNC8090TG7TL" disconnecting. 2025-06-27 18:29:30.784 +03:00 [DBG] Connection id "0HNC8090TG7TL" stopped. 2025-06-27 18:29:35.783 +03:00 [DBG] Connection id "0HNC8090TG7TM" accepted. 2025-06-27 18:29:35.783 +03:00 [DBG] Connection id "0HNC8090TG7TM" started. 2025-06-27 18:29:35.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:35.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:35.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:35.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:35.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:35.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:35.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:35.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:35.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:35.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:35.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:35.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:35.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:35.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:35.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:35.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:35.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:35.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:35.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:35.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1396ms. 2025-06-27 18:29:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:35.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:35.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:35.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8217ms 2025-06-27 18:29:35.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:35.785 +03:00 [DBG] Connection id "0HNC8090TG7TM" completed keep alive response. 2025-06-27 18:29:35.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7444ms 2025-06-27 18:29:35.785 +03:00 [DBG] Connection id "0HNC8090TG7TM" received FIN. 2025-06-27 18:29:35.785 +03:00 [DBG] Connection id "0HNC8090TG7TM" disconnecting. 2025-06-27 18:29:35.785 +03:00 [DBG] Connection id "0HNC8090TG7TM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:35.786 +03:00 [DBG] Connection id "0HNC8090TG7TM" stopped. 2025-06-27 18:29:40.786 +03:00 [DBG] Connection id "0HNC8090TG7TN" accepted. 2025-06-27 18:29:40.786 +03:00 [DBG] Connection id "0HNC8090TG7TN" started. 2025-06-27 18:29:40.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:40.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:40.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:40.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:40.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:40.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:40.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:40.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:40.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:40.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:40.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:40.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:40.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:40.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:40.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:40.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:40.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:40.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:40.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:40.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:40.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1431ms. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:40.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:40.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:40.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:40.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:40.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3481ms 2025-06-27 18:29:40.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:40.789 +03:00 [DBG] Connection id "0HNC8090TG7TN" completed keep alive response. 2025-06-27 18:29:40.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4578ms 2025-06-27 18:29:40.789 +03:00 [DBG] Connection id "0HNC8090TG7TN" received FIN. 2025-06-27 18:29:40.789 +03:00 [DBG] Connection id "0HNC8090TG7TN" disconnecting. 2025-06-27 18:29:40.789 +03:00 [DBG] Connection id "0HNC8090TG7TN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:40.790 +03:00 [DBG] Connection id "0HNC8090TG7TN" stopped. 2025-06-27 18:29:45.777 +03:00 [DBG] Connection id "0HNC8090TG7TO" accepted. 2025-06-27 18:29:45.778 +03:00 [DBG] Connection id "0HNC8090TG7TO" started. 2025-06-27 18:29:45.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:45.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:45.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:45.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:45.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:45.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:45.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:45.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:45.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:45.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:45.778 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:45.778 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:45.778 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:45.778 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:45.778 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:45.778 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:45.778 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:45.778 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.778 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.778 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:45.778 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:45.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:45.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1467ms. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:45.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:45.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:45.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8357ms 2025-06-27 18:29:45.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:45.779 +03:00 [DBG] Connection id "0HNC8090TG7TO" completed keep alive response. 2025-06-27 18:29:45.779 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6212ms 2025-06-27 18:29:45.780 +03:00 [DBG] Connection id "0HNC8090TG7TO" received FIN. 2025-06-27 18:29:45.780 +03:00 [DBG] Connection id "0HNC8090TG7TO" disconnecting. 2025-06-27 18:29:45.780 +03:00 [DBG] Connection id "0HNC8090TG7TO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:45.781 +03:00 [DBG] Connection id "0HNC8090TG7TO" stopped. 2025-06-27 18:29:50.780 +03:00 [DBG] Connection id "0HNC8090TG7TP" accepted. 2025-06-27 18:29:50.780 +03:00 [DBG] Connection id "0HNC8090TG7TP" started. 2025-06-27 18:29:50.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:50.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:50.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:50.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:50.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:50.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:50.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:50.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:50.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:50.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:50.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:50.780 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:50.780 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:50.780 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:50.780 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:50.780 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:50.780 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:50.780 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:50.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:50.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:50.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1198ms. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:50.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:50.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:50.781 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7144ms 2025-06-27 18:29:50.781 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:50.781 +03:00 [DBG] Connection id "0HNC8090TG7TP" completed keep alive response. 2025-06-27 18:29:50.781 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3492ms 2025-06-27 18:29:50.782 +03:00 [DBG] Connection id "0HNC8090TG7TP" received FIN. 2025-06-27 18:29:50.782 +03:00 [DBG] Connection id "0HNC8090TG7TP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:29:50.782 +03:00 [DBG] Connection id "0HNC8090TG7TP" disconnecting. 2025-06-27 18:29:50.782 +03:00 [DBG] Connection id "0HNC8090TG7TP" stopped. 2025-06-27 18:29:55.784 +03:00 [DBG] Connection id "0HNC8090TG7TQ" accepted. 2025-06-27 18:29:55.784 +03:00 [DBG] Connection id "0HNC8090TG7TQ" started. 2025-06-27 18:29:55.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:29:55.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:29:55.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:29:55.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:29:55.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:29:55.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:55.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:29:55.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:29:55.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:29:55.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:29:55.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:55.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:29:55.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:29:55.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:29:55.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:29:55.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:29:55.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:29:55.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:55.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:29:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:55.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:29:55.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1249ms. 2025-06-27 18:29:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:55.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:29:55.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:29:55.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6642ms 2025-06-27 18:29:55.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:29:55.786 +03:00 [DBG] Connection id "0HNC8090TG7TQ" completed keep alive response. 2025-06-27 18:29:55.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3503ms 2025-06-27 18:29:55.786 +03:00 [DBG] Connection id "0HNC8090TG7TQ" received FIN. 2025-06-27 18:29:55.786 +03:00 [DBG] Connection id "0HNC8090TG7TQ" disconnecting. 2025-06-27 18:29:55.786 +03:00 [DBG] Connection id "0HNC8090TG7TQ" stopped. 2025-06-27 18:29:55.786 +03:00 [DBG] Connection id "0HNC8090TG7TQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:00.784 +03:00 [DBG] Connection id "0HNC8090TG7TR" accepted. 2025-06-27 18:30:00.784 +03:00 [DBG] Connection id "0HNC8090TG7TR" started. 2025-06-27 18:30:00.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:00.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:00.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:00.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:00.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:00.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:00.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:00.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:00.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:00.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:00.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:00.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:00.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:00.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:00.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:00.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:00.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:00.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:00.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:00.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:00.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:00.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1285ms. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:00.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:00.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:00.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8734ms 2025-06-27 18:30:00.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:00.785 +03:00 [DBG] Connection id "0HNC8090TG7TR" completed keep alive response. 2025-06-27 18:30:00.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5212ms 2025-06-27 18:30:00.786 +03:00 [DBG] Connection id "0HNC8090TG7TR" received FIN. 2025-06-27 18:30:00.786 +03:00 [DBG] Connection id "0HNC8090TG7TR" disconnecting. 2025-06-27 18:30:00.786 +03:00 [DBG] Connection id "0HNC8090TG7TR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:00.787 +03:00 [DBG] Connection id "0HNC8090TG7TR" stopped. 2025-06-27 18:30:05.778 +03:00 [DBG] Connection id "0HNC8090TG7TS" accepted. 2025-06-27 18:30:05.778 +03:00 [DBG] Connection id "0HNC8090TG7TS" started. 2025-06-27 18:30:05.778 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:05.778 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:05.778 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:05.778 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:05.778 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:05.778 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:05.778 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:05.778 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:05.778 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:05.778 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:05.779 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:05.779 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:05.779 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:05.779 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:05.779 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:05.779 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:05.779 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:05.779 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:05.779 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:05.779 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.126ms. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:05.779 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:05.779 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:05.779 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7065ms 2025-06-27 18:30:05.779 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:05.780 +03:00 [DBG] Connection id "0HNC8090TG7TS" completed keep alive response. 2025-06-27 18:30:05.780 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3716ms 2025-06-27 18:30:05.780 +03:00 [DBG] Connection id "0HNC8090TG7TS" received FIN. 2025-06-27 18:30:05.780 +03:00 [DBG] Connection id "0HNC8090TG7TS" disconnecting. 2025-06-27 18:30:05.780 +03:00 [DBG] Connection id "0HNC8090TG7TS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:05.781 +03:00 [DBG] Connection id "0HNC8090TG7TS" stopped. 2025-06-27 18:30:10.781 +03:00 [DBG] Connection id "0HNC8090TG7TT" accepted. 2025-06-27 18:30:10.781 +03:00 [DBG] Connection id "0HNC8090TG7TT" started. 2025-06-27 18:30:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:10.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:10.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1816ms. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:10.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:10.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:10.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1663ms 2025-06-27 18:30:10.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TT" completed keep alive response. 2025-06-27 18:30:10.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1791ms 2025-06-27 18:30:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TT" received FIN. 2025-06-27 18:30:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TT" disconnecting. 2025-06-27 18:30:10.784 +03:00 [DBG] Connection id "0HNC8090TG7TT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:10.785 +03:00 [DBG] Connection id "0HNC8090TG7TT" stopped. 2025-06-27 18:30:15.781 +03:00 [DBG] Connection id "0HNC8090TG7TU" accepted. 2025-06-27 18:30:15.782 +03:00 [DBG] Connection id "0HNC8090TG7TU" started. 2025-06-27 18:30:15.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:15.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:15.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:15.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:15.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:15.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:15.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:15.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:15.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:15.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:15.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:15.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:15.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:15.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:15.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:15.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:15.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:15.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:15.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:15.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:15.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1596ms. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:15.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:15.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:15.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.104ms 2025-06-27 18:30:15.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:15.784 +03:00 [DBG] Connection id "0HNC8090TG7TU" completed keep alive response. 2025-06-27 18:30:15.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1822ms 2025-06-27 18:30:15.784 +03:00 [DBG] Connection id "0HNC8090TG7TU" received FIN. 2025-06-27 18:30:15.784 +03:00 [DBG] Connection id "0HNC8090TG7TU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:15.785 +03:00 [DBG] Connection id "0HNC8090TG7TU" disconnecting. 2025-06-27 18:30:15.785 +03:00 [DBG] Connection id "0HNC8090TG7TU" stopped. 2025-06-27 18:30:20.785 +03:00 [DBG] Connection id "0HNC8090TG7TV" accepted. 2025-06-27 18:30:20.785 +03:00 [DBG] Connection id "0HNC8090TG7TV" started. 2025-06-27 18:30:20.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:20.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:20.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:20.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:20.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:20.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:20.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:20.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:20.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:20.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:20.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:20.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:20.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:20.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:20.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:20.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:20.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:20.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:20.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:20.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:20.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:20.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1656ms. 2025-06-27 18:30:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:20.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:20.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:20.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1515ms 2025-06-27 18:30:20.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:20.787 +03:00 [DBG] Connection id "0HNC8090TG7TV" completed keep alive response. 2025-06-27 18:30:20.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1162ms 2025-06-27 18:30:20.788 +03:00 [DBG] Connection id "0HNC8090TG7TV" received FIN. 2025-06-27 18:30:20.788 +03:00 [DBG] Connection id "0HNC8090TG7TV" disconnecting. 2025-06-27 18:30:20.788 +03:00 [DBG] Connection id "0HNC8090TG7TV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:20.789 +03:00 [DBG] Connection id "0HNC8090TG7TV" stopped. 2025-06-27 18:30:25.793 +03:00 [DBG] Connection id "0HNC8090TG7U0" accepted. 2025-06-27 18:30:25.793 +03:00 [DBG] Connection id "0HNC8090TG7U0" started. 2025-06-27 18:30:25.794 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:25.794 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:25.794 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:25.794 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:25.794 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:25.794 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:25.794 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:25.794 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:25.794 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:25.794 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:25.794 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:25.794 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:25.794 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:25.794 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:25.794 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:25.794 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:25.794 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:25.794 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.794 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.795 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:25.795 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:25.795 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:25.795 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1685ms. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:25.795 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:25.795 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:25.795 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:25.795 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:25.796 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:25.796 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.796 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.796 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.796 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:25.796 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2411ms 2025-06-27 18:30:25.796 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:25.796 +03:00 [DBG] Connection id "0HNC8090TG7U0" completed keep alive response. 2025-06-27 18:30:25.796 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3244ms 2025-06-27 18:30:25.796 +03:00 [DBG] Connection id "0HNC8090TG7U0" received FIN. 2025-06-27 18:30:25.796 +03:00 [DBG] Connection id "0HNC8090TG7U0" disconnecting. 2025-06-27 18:30:25.796 +03:00 [DBG] Connection id "0HNC8090TG7U0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:25.797 +03:00 [DBG] Connection id "0HNC8090TG7U0" stopped. 2025-06-27 18:30:30.782 +03:00 [DBG] Connection id "0HNC8090TG7U1" accepted. 2025-06-27 18:30:30.782 +03:00 [DBG] Connection id "0HNC8090TG7U1" started. 2025-06-27 18:30:30.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:30.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:30.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:30.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:30.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:30.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:30.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:30.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:30.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:30.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:30.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:30.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:30.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:30.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:30.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:30.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:30.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:30.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:30.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:30.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1765ms. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:30.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:30.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:30.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:30.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2097ms 2025-06-27 18:30:30.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:30.785 +03:00 [DBG] Connection id "0HNC8090TG7U1" completed keep alive response. 2025-06-27 18:30:30.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3646ms 2025-06-27 18:30:30.785 +03:00 [DBG] Connection id "0HNC8090TG7U1" received FIN. 2025-06-27 18:30:30.785 +03:00 [DBG] Connection id "0HNC8090TG7U1" disconnecting. 2025-06-27 18:30:30.786 +03:00 [DBG] Connection id "0HNC8090TG7U1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:30.787 +03:00 [DBG] Connection id "0HNC8090TG7U1" stopped. 2025-06-27 18:30:35.785 +03:00 [DBG] Connection id "0HNC8090TG7U2" accepted. 2025-06-27 18:30:35.785 +03:00 [DBG] Connection id "0HNC8090TG7U2" started. 2025-06-27 18:30:35.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:35.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:35.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:35.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:35.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:35.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:35.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:35.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:35.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:35.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:35.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:35.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:35.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:35.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:35.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:35.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:35.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:35.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:35.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:35.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:35.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1436ms. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:35.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:35.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:35.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7281ms 2025-06-27 18:30:35.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:35.787 +03:00 [DBG] Connection id "0HNC8090TG7U2" completed keep alive response. 2025-06-27 18:30:35.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4427ms 2025-06-27 18:30:35.787 +03:00 [DBG] Connection id "0HNC8090TG7U2" received FIN. 2025-06-27 18:30:35.787 +03:00 [DBG] Connection id "0HNC8090TG7U2" disconnecting. 2025-06-27 18:30:35.787 +03:00 [DBG] Connection id "0HNC8090TG7U2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:35.788 +03:00 [DBG] Connection id "0HNC8090TG7U2" stopped. 2025-06-27 18:30:40.784 +03:00 [DBG] Connection id "0HNC8090TG7U3" accepted. 2025-06-27 18:30:40.784 +03:00 [DBG] Connection id "0HNC8090TG7U3" started. 2025-06-27 18:30:40.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:40.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:40.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:40.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:40.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:40.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:40.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:40.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:40.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:40.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:40.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:40.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:40.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1402ms. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:40.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:40.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6933ms 2025-06-27 18:30:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:40.785 +03:00 [DBG] Connection id "0HNC8090TG7U3" completed keep alive response. 2025-06-27 18:30:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2808ms 2025-06-27 18:30:40.785 +03:00 [DBG] Connection id "0HNC8090TG7U3" received FIN. 2025-06-27 18:30:40.786 +03:00 [DBG] Connection id "0HNC8090TG7U3" disconnecting. 2025-06-27 18:30:40.786 +03:00 [DBG] Connection id "0HNC8090TG7U3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:40.787 +03:00 [DBG] Connection id "0HNC8090TG7U3" stopped. 2025-06-27 18:30:45.780 +03:00 [DBG] Connection id "0HNC8090TG7U4" accepted. 2025-06-27 18:30:45.780 +03:00 [DBG] Connection id "0HNC8090TG7U4" started. 2025-06-27 18:30:45.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:45.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:45.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:45.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:45.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:45.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:45.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:45.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:45.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:45.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:45.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:45.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:45.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:45.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:45.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:45.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:45.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:45.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:45.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:45.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:45.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:45.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:45.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1762ms. 2025-06-27 18:30:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:45.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:45.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:45.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1851ms 2025-06-27 18:30:45.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:45.782 +03:00 [DBG] Connection id "0HNC8090TG7U4" completed keep alive response. 2025-06-27 18:30:45.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3566ms 2025-06-27 18:30:45.783 +03:00 [DBG] Connection id "0HNC8090TG7U4" received FIN. 2025-06-27 18:30:45.783 +03:00 [DBG] Connection id "0HNC8090TG7U4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:45.783 +03:00 [DBG] Connection id "0HNC8090TG7U4" disconnecting. 2025-06-27 18:30:45.783 +03:00 [DBG] Connection id "0HNC8090TG7U4" stopped. 2025-06-27 18:30:50.782 +03:00 [DBG] Connection id "0HNC8090TG7U5" accepted. 2025-06-27 18:30:50.782 +03:00 [DBG] Connection id "0HNC8090TG7U5" started. 2025-06-27 18:30:50.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:50.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:50.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:50.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:50.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:50.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:50.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:50.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:50.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:50.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:50.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:50.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:50.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:50.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:50.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:50.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:50.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:50.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:50.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:50.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:50.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:50.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:50.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1748ms. 2025-06-27 18:30:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:50.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:50.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:50.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0817ms 2025-06-27 18:30:50.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:50.784 +03:00 [DBG] Connection id "0HNC8090TG7U5" completed keep alive response. 2025-06-27 18:30:50.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1771ms 2025-06-27 18:30:50.785 +03:00 [DBG] Connection id "0HNC8090TG7U5" received FIN. 2025-06-27 18:30:50.785 +03:00 [DBG] Connection id "0HNC8090TG7U5" disconnecting. 2025-06-27 18:30:50.785 +03:00 [DBG] Connection id "0HNC8090TG7U5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:50.786 +03:00 [DBG] Connection id "0HNC8090TG7U5" stopped. 2025-06-27 18:30:55.782 +03:00 [DBG] Connection id "0HNC8090TG7U6" accepted. 2025-06-27 18:30:55.782 +03:00 [DBG] Connection id "0HNC8090TG7U6" started. 2025-06-27 18:30:55.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:30:55.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:30:55.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:30:55.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:30:55.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:30:55.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:55.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:30:55.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:30:55.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:30:55.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:30:55.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:55.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:30:55.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:30:55.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:30:55.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:30:55.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:30:55.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:30:55.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:55.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:30:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:55.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:30:55.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1589ms. 2025-06-27 18:30:55.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:55.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:55.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:30:55.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:30:55.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0753ms 2025-06-27 18:30:55.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:30:55.784 +03:00 [DBG] Connection id "0HNC8090TG7U6" completed keep alive response. 2025-06-27 18:30:55.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9853ms 2025-06-27 18:30:55.784 +03:00 [DBG] Connection id "0HNC8090TG7U6" received FIN. 2025-06-27 18:30:55.785 +03:00 [DBG] Connection id "0HNC8090TG7U6" disconnecting. 2025-06-27 18:30:55.785 +03:00 [DBG] Connection id "0HNC8090TG7U6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:30:55.786 +03:00 [DBG] Connection id "0HNC8090TG7U6" stopped. 2025-06-27 18:31:00.787 +03:00 [DBG] Connection id "0HNC8090TG7U7" accepted. 2025-06-27 18:31:00.787 +03:00 [DBG] Connection id "0HNC8090TG7U7" started. 2025-06-27 18:31:00.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:00.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:00.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:00.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:00.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:00.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:00.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:00.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:00.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:00.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:00.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:00.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:00.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:00.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:00.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:00.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:00.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:00.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:00.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:00.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:00.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.118ms. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:00.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:00.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:00.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6364ms 2025-06-27 18:31:00.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:00.788 +03:00 [DBG] Connection id "0HNC8090TG7U7" completed keep alive response. 2025-06-27 18:31:00.788 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2006ms 2025-06-27 18:31:00.789 +03:00 [DBG] Connection id "0HNC8090TG7U7" received FIN. 2025-06-27 18:31:00.789 +03:00 [DBG] Connection id "0HNC8090TG7U7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:00.789 +03:00 [DBG] Connection id "0HNC8090TG7U7" disconnecting. 2025-06-27 18:31:00.789 +03:00 [DBG] Connection id "0HNC8090TG7U7" stopped. 2025-06-27 18:31:05.784 +03:00 [DBG] Connection id "0HNC8090TG7U8" accepted. 2025-06-27 18:31:05.784 +03:00 [DBG] Connection id "0HNC8090TG7U8" started. 2025-06-27 18:31:05.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:05.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:05.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:05.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:05.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:05.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:05.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:05.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:05.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:05.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:05.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:05.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:05.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:05.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:05.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:05.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:05.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:05.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:05.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:05.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.146ms. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:05.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:05.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:05.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:05.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9625ms 2025-06-27 18:31:05.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:05.786 +03:00 [DBG] Connection id "0HNC8090TG7U8" completed keep alive response. 2025-06-27 18:31:05.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8688ms 2025-06-27 18:31:05.786 +03:00 [DBG] Connection id "0HNC8090TG7U8" received FIN. 2025-06-27 18:31:05.786 +03:00 [DBG] Connection id "0HNC8090TG7U8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:05.786 +03:00 [DBG] Connection id "0HNC8090TG7U8" disconnecting. 2025-06-27 18:31:05.786 +03:00 [DBG] Connection id "0HNC8090TG7U8" stopped. 2025-06-27 18:31:10.788 +03:00 [DBG] Connection id "0HNC8090TG7U9" accepted. 2025-06-27 18:31:10.788 +03:00 [DBG] Connection id "0HNC8090TG7U9" started. 2025-06-27 18:31:10.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:10.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:10.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:10.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:10.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:10.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:10.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:10.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:10.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:10.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:10.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:10.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:10.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:10.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:10.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:10.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:10.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:10.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:10.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:10.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:10.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:10.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:10.791 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1805ms. 2025-06-27 18:31:10.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:10.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:10.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:10.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0231ms 2025-06-27 18:31:10.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:10.792 +03:00 [DBG] Connection id "0HNC8090TG7U9" completed keep alive response. 2025-06-27 18:31:10.792 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2203ms 2025-06-27 18:31:10.792 +03:00 [DBG] Connection id "0HNC8090TG7U9" received FIN. 2025-06-27 18:31:10.792 +03:00 [DBG] Connection id "0HNC8090TG7U9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:10.792 +03:00 [DBG] Connection id "0HNC8090TG7U9" disconnecting. 2025-06-27 18:31:10.792 +03:00 [DBG] Connection id "0HNC8090TG7U9" stopped. 2025-06-27 18:31:15.780 +03:00 [DBG] Connection id "0HNC8090TG7UA" accepted. 2025-06-27 18:31:15.780 +03:00 [DBG] Connection id "0HNC8090TG7UA" started. 2025-06-27 18:31:15.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:15.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:15.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:15.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:15.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:15.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:15.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:15.780 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:15.780 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:15.780 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:15.780 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:15.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:15.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:15.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:15.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:15.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:15.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:15.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:15.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:15.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:15.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:15.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:15.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1818ms. 2025-06-27 18:31:15.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:15.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:15.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:15.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.539ms 2025-06-27 18:31:15.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:15.783 +03:00 [DBG] Connection id "0HNC8090TG7UA" completed keep alive response. 2025-06-27 18:31:15.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5123ms 2025-06-27 18:31:15.783 +03:00 [DBG] Connection id "0HNC8090TG7UA" received FIN. 2025-06-27 18:31:15.783 +03:00 [DBG] Connection id "0HNC8090TG7UA" disconnecting. 2025-06-27 18:31:15.783 +03:00 [DBG] Connection id "0HNC8090TG7UA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:15.784 +03:00 [DBG] Connection id "0HNC8090TG7UA" stopped. 2025-06-27 18:31:20.780 +03:00 [DBG] Connection id "0HNC8090TG7UB" accepted. 2025-06-27 18:31:20.781 +03:00 [DBG] Connection id "0HNC8090TG7UB" started. 2025-06-27 18:31:20.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:20.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:20.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:20.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:20.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:20.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:20.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:20.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:20.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:20.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:20.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:20.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:20.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:20.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:20.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:20.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:20.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:20.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:20.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:20.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1218ms. 2025-06-27 18:31:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:20.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:20.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:20.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7257ms 2025-06-27 18:31:20.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:20.782 +03:00 [DBG] Connection id "0HNC8090TG7UB" completed keep alive response. 2025-06-27 18:31:20.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4145ms 2025-06-27 18:31:20.783 +03:00 [DBG] Connection id "0HNC8090TG7UB" received FIN. 2025-06-27 18:31:20.783 +03:00 [DBG] Connection id "0HNC8090TG7UB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:20.783 +03:00 [DBG] Connection id "0HNC8090TG7UB" disconnecting. 2025-06-27 18:31:20.783 +03:00 [DBG] Connection id "0HNC8090TG7UB" stopped. 2025-06-27 18:31:25.856 +03:00 [DBG] Connection id "0HNC8090TG7UC" accepted. 2025-06-27 18:31:25.856 +03:00 [DBG] Connection id "0HNC8090TG7UC" started. 2025-06-27 18:31:25.856 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:25.856 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:25.856 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:25.856 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:25.856 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:25.856 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:25.857 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:25.857 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:25.857 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:25.857 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:25.857 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:25.857 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:25.857 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:25.857 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:25.857 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:25.857 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:25.857 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:25.857 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.857 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.857 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:25.857 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:25.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:25.857 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:25.857 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:25.857 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:25.857 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:25.858 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1528ms. 2025-06-27 18:31:25.858 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:25.858 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:25.858 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.858 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:25.858 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0583ms 2025-06-27 18:31:25.858 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:25.858 +03:00 [DBG] Connection id "0HNC8090TG7UC" completed keep alive response. 2025-06-27 18:31:25.858 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0003ms 2025-06-27 18:31:25.859 +03:00 [DBG] Connection id "0HNC8090TG7UC" received FIN. 2025-06-27 18:31:25.859 +03:00 [DBG] Connection id "0HNC8090TG7UC" disconnecting. 2025-06-27 18:31:25.859 +03:00 [DBG] Connection id "0HNC8090TG7UC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:25.860 +03:00 [DBG] Connection id "0HNC8090TG7UC" stopped. 2025-06-27 18:31:30.861 +03:00 [DBG] Connection id "0HNC8090TG7UD" accepted. 2025-06-27 18:31:30.861 +03:00 [DBG] Connection id "0HNC8090TG7UD" started. 2025-06-27 18:31:30.861 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:30.861 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:30.861 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:30.861 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:30.861 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:30.861 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:30.861 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:30.861 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:30.861 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:30.861 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:30.861 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:30.861 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:30.861 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:30.861 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:30.861 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:30.861 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:30.861 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:30.861 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.861 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:30.862 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:30.862 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:30.862 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1436ms. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:30.862 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:30.862 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:30.862 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9869ms 2025-06-27 18:31:30.863 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:30.863 +03:00 [DBG] Connection id "0HNC8090TG7UD" completed keep alive response. 2025-06-27 18:31:30.863 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8321ms 2025-06-27 18:31:30.863 +03:00 [DBG] Connection id "0HNC8090TG7UD" received FIN. 2025-06-27 18:31:30.863 +03:00 [DBG] Connection id "0HNC8090TG7UD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:30.863 +03:00 [DBG] Connection id "0HNC8090TG7UD" disconnecting. 2025-06-27 18:31:30.863 +03:00 [DBG] Connection id "0HNC8090TG7UD" stopped. 2025-06-27 18:31:35.782 +03:00 [DBG] Connection id "0HNC8090TG7UE" accepted. 2025-06-27 18:31:35.782 +03:00 [DBG] Connection id "0HNC8090TG7UE" started. 2025-06-27 18:31:35.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:35.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:35.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:35.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:35.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:35.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:35.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:35.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:35.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:35.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:35.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:35.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:35.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:35.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:35.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:35.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:35.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:35.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:35.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:35.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1232ms. 2025-06-27 18:31:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:35.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:35.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:35.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6832ms 2025-06-27 18:31:35.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:35.784 +03:00 [DBG] Connection id "0HNC8090TG7UE" completed keep alive response. 2025-06-27 18:31:35.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3794ms 2025-06-27 18:31:35.784 +03:00 [DBG] Connection id "0HNC8090TG7UE" received FIN. 2025-06-27 18:31:35.784 +03:00 [DBG] Connection id "0HNC8090TG7UE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:35.784 +03:00 [DBG] Connection id "0HNC8090TG7UE" disconnecting. 2025-06-27 18:31:35.784 +03:00 [DBG] Connection id "0HNC8090TG7UE" stopped. 2025-06-27 18:31:40.783 +03:00 [DBG] Connection id "0HNC8090TG7UF" accepted. 2025-06-27 18:31:40.783 +03:00 [DBG] Connection id "0HNC8090TG7UF" started. 2025-06-27 18:31:40.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:40.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:40.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:40.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:40.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:40.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:40.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:40.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:40.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:40.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:40.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:40.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:40.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:40.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1683ms. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:40.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:40.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:40.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.173ms 2025-06-27 18:31:40.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:40.785 +03:00 [DBG] Connection id "0HNC8090TG7UF" completed keep alive response. 2025-06-27 18:31:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1301ms 2025-06-27 18:31:40.785 +03:00 [DBG] Connection id "0HNC8090TG7UF" received FIN. 2025-06-27 18:31:40.786 +03:00 [DBG] Connection id "0HNC8090TG7UF" disconnecting. 2025-06-27 18:31:40.786 +03:00 [DBG] Connection id "0HNC8090TG7UF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:40.787 +03:00 [DBG] Connection id "0HNC8090TG7UF" stopped. 2025-06-27 18:31:45.784 +03:00 [DBG] Connection id "0HNC8090TG7UG" accepted. 2025-06-27 18:31:45.784 +03:00 [DBG] Connection id "0HNC8090TG7UG" started. 2025-06-27 18:31:45.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:45.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:45.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:45.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:45.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:45.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:45.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:45.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:45.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:45.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:45.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:45.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:45.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:45.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:45.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:45.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:45.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:45.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:45.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:45.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:45.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:45.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:45.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:45.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:45.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1982ms. 2025-06-27 18:31:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:45.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:45.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:45.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3492ms 2025-06-27 18:31:45.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:45.787 +03:00 [DBG] Connection id "0HNC8090TG7UG" completed keep alive response. 2025-06-27 18:31:45.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7982ms 2025-06-27 18:31:45.787 +03:00 [DBG] Connection id "0HNC8090TG7UG" received FIN. 2025-06-27 18:31:45.788 +03:00 [DBG] Connection id "0HNC8090TG7UG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:45.788 +03:00 [DBG] Connection id "0HNC8090TG7UG" disconnecting. 2025-06-27 18:31:45.788 +03:00 [DBG] Connection id "0HNC8090TG7UG" stopped. 2025-06-27 18:31:50.784 +03:00 [DBG] Connection id "0HNC8090TG7UH" accepted. 2025-06-27 18:31:50.785 +03:00 [DBG] Connection id "0HNC8090TG7UH" started. 2025-06-27 18:31:50.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:50.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:50.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:50.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:50.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:50.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:50.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:50.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:50.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:50.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:50.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:50.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:50.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:50.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:50.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:50.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:50.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:50.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:50.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:50.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:50.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:50.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:50.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:50.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:50.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1331ms. 2025-06-27 18:31:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:50.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:50.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:50.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6958ms 2025-06-27 18:31:50.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:50.786 +03:00 [DBG] Connection id "0HNC8090TG7UH" completed keep alive response. 2025-06-27 18:31:50.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3924ms 2025-06-27 18:31:50.786 +03:00 [DBG] Connection id "0HNC8090TG7UH" received FIN. 2025-06-27 18:31:50.786 +03:00 [DBG] Connection id "0HNC8090TG7UH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:50.787 +03:00 [DBG] Connection id "0HNC8090TG7UH" disconnecting. 2025-06-27 18:31:50.787 +03:00 [DBG] Connection id "0HNC8090TG7UH" stopped. 2025-06-27 18:31:55.786 +03:00 [DBG] Connection id "0HNC8090TG7UI" accepted. 2025-06-27 18:31:55.787 +03:00 [DBG] Connection id "0HNC8090TG7UI" started. 2025-06-27 18:31:55.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:31:55.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:31:55.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:31:55.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:31:55.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:31:55.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:55.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:31:55.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:31:55.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:31:55.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:31:55.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:55.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:31:55.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:31:55.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:31:55.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:31:55.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:31:55.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:31:55.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:55.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:31:55.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:55.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:55.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:55.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:55.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:31:55.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.129ms. 2025-06-27 18:31:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:55.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:31:55.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:31:55.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1444ms 2025-06-27 18:31:55.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:31:55.789 +03:00 [DBG] Connection id "0HNC8090TG7UI" completed keep alive response. 2025-06-27 18:31:55.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1015ms 2025-06-27 18:31:55.790 +03:00 [DBG] Connection id "0HNC8090TG7UI" received FIN. 2025-06-27 18:31:55.790 +03:00 [DBG] Connection id "0HNC8090TG7UI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:31:55.790 +03:00 [DBG] Connection id "0HNC8090TG7UI" disconnecting. 2025-06-27 18:31:55.790 +03:00 [DBG] Connection id "0HNC8090TG7UI" stopped. 2025-06-27 18:32:00.790 +03:00 [DBG] Connection id "0HNC8090TG7UJ" accepted. 2025-06-27 18:32:00.790 +03:00 [DBG] Connection id "0HNC8090TG7UJ" started. 2025-06-27 18:32:00.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:00.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:00.791 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:00.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:00.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:00.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:00.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:00.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:00.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:00.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:00.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:00.791 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:00.791 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:00.791 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:00.791 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:00.791 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:00.791 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:00.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.791 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:00.791 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:00.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:00.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:00.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:00.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:00.791 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:00.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1166ms. 2025-06-27 18:32:00.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:00.792 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:00.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:00.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.63ms 2025-06-27 18:32:00.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:00.792 +03:00 [DBG] Connection id "0HNC8090TG7UJ" completed keep alive response. 2025-06-27 18:32:00.792 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1862ms 2025-06-27 18:32:00.792 +03:00 [DBG] Connection id "0HNC8090TG7UJ" received FIN. 2025-06-27 18:32:00.792 +03:00 [DBG] Connection id "0HNC8090TG7UJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:00.792 +03:00 [DBG] Connection id "0HNC8090TG7UJ" disconnecting. 2025-06-27 18:32:00.792 +03:00 [DBG] Connection id "0HNC8090TG7UJ" stopped. 2025-06-27 18:32:05.782 +03:00 [DBG] Connection id "0HNC8090TG7UK" accepted. 2025-06-27 18:32:05.783 +03:00 [DBG] Connection id "0HNC8090TG7UK" started. 2025-06-27 18:32:05.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:05.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:05.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:05.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:05.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:05.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:05.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:05.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:05.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:05.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:05.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:05.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:05.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:05.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:05.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:05.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:05.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:05.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:05.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:05.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:05.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1594ms. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:05.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:05.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:05.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7303ms 2025-06-27 18:32:05.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:05.784 +03:00 [DBG] Connection id "0HNC8090TG7UK" completed keep alive response. 2025-06-27 18:32:05.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4292ms 2025-06-27 18:32:05.785 +03:00 [DBG] Connection id "0HNC8090TG7UK" received FIN. 2025-06-27 18:32:05.785 +03:00 [DBG] Connection id "0HNC8090TG7UK" disconnecting. 2025-06-27 18:32:05.785 +03:00 [DBG] Connection id "0HNC8090TG7UK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:05.786 +03:00 [DBG] Connection id "0HNC8090TG7UK" stopped. 2025-06-27 18:32:10.784 +03:00 [DBG] Connection id "0HNC8090TG7UL" accepted. 2025-06-27 18:32:10.785 +03:00 [DBG] Connection id "0HNC8090TG7UL" started. 2025-06-27 18:32:10.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:10.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:10.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:10.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:10.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:10.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:10.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:10.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:10.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:10.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:10.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:10.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:10.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:10.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:10.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:10.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:10.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:10.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:10.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:10.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:10.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:10.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:10.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1172ms. 2025-06-27 18:32:10.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:10.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:10.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:10.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6885ms 2025-06-27 18:32:10.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:10.786 +03:00 [DBG] Connection id "0HNC8090TG7UL" completed keep alive response. 2025-06-27 18:32:10.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2636ms 2025-06-27 18:32:10.786 +03:00 [DBG] Connection id "0HNC8090TG7UL" received FIN. 2025-06-27 18:32:10.786 +03:00 [DBG] Connection id "0HNC8090TG7UL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:10.786 +03:00 [DBG] Connection id "0HNC8090TG7UL" disconnecting. 2025-06-27 18:32:10.786 +03:00 [DBG] Connection id "0HNC8090TG7UL" stopped. 2025-06-27 18:32:15.788 +03:00 [DBG] Connection id "0HNC8090TG7UM" accepted. 2025-06-27 18:32:15.788 +03:00 [DBG] Connection id "0HNC8090TG7UM" started. 2025-06-27 18:32:15.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:15.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:15.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:15.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:15.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:15.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:15.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:15.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:15.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:15.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:15.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:15.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:15.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:15.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:15.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:15.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:15.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:15.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:15.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:15.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1233ms. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:15.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:15.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:15.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6721ms 2025-06-27 18:32:15.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:15.789 +03:00 [DBG] Connection id "0HNC8090TG7UM" completed keep alive response. 2025-06-27 18:32:15.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2795ms 2025-06-27 18:32:15.790 +03:00 [DBG] Connection id "0HNC8090TG7UM" received FIN. 2025-06-27 18:32:15.790 +03:00 [DBG] Connection id "0HNC8090TG7UM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:15.790 +03:00 [DBG] Connection id "0HNC8090TG7UM" disconnecting. 2025-06-27 18:32:15.790 +03:00 [DBG] Connection id "0HNC8090TG7UM" stopped. 2025-06-27 18:32:20.780 +03:00 [DBG] Connection id "0HNC8090TG7UN" accepted. 2025-06-27 18:32:20.781 +03:00 [DBG] Connection id "0HNC8090TG7UN" started. 2025-06-27 18:32:20.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:20.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:20.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:20.781 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:20.781 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:20.781 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:20.781 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:20.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:20.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:20.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:20.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:20.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:20.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:20.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:20.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:20.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:20.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:20.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:20.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:20.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:20.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:20.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:20.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1262ms. 2025-06-27 18:32:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:20.782 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:20.782 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:20.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7841ms 2025-06-27 18:32:20.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:20.782 +03:00 [DBG] Connection id "0HNC8090TG7UN" completed keep alive response. 2025-06-27 18:32:20.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4276ms 2025-06-27 18:32:20.782 +03:00 [DBG] Connection id "0HNC8090TG7UN" received FIN. 2025-06-27 18:32:20.783 +03:00 [DBG] Connection id "0HNC8090TG7UN" disconnecting. 2025-06-27 18:32:20.783 +03:00 [DBG] Connection id "0HNC8090TG7UN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:20.784 +03:00 [DBG] Connection id "0HNC8090TG7UN" stopped. 2025-06-27 18:32:25.784 +03:00 [DBG] Connection id "0HNC8090TG7UO" accepted. 2025-06-27 18:32:25.784 +03:00 [DBG] Connection id "0HNC8090TG7UO" started. 2025-06-27 18:32:25.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:25.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:25.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:25.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:25.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:25.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:25.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:25.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:25.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:25.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:25.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:25.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:25.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:25.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:25.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:25.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:25.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:25.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:25.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:25.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1769ms. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:25.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:25.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:25.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7871ms 2025-06-27 18:32:25.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:25.785 +03:00 [DBG] Connection id "0HNC8090TG7UO" completed keep alive response. 2025-06-27 18:32:25.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3405ms 2025-06-27 18:32:25.786 +03:00 [DBG] Connection id "0HNC8090TG7UO" received FIN. 2025-06-27 18:32:25.786 +03:00 [DBG] Connection id "0HNC8090TG7UO" disconnecting. 2025-06-27 18:32:25.786 +03:00 [DBG] Connection id "0HNC8090TG7UO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:25.787 +03:00 [DBG] Connection id "0HNC8090TG7UO" stopped. 2025-06-27 18:32:30.783 +03:00 [DBG] Connection id "0HNC8090TG7UP" accepted. 2025-06-27 18:32:30.783 +03:00 [DBG] Connection id "0HNC8090TG7UP" started. 2025-06-27 18:32:30.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:30.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:30.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:30.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:30.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:30.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:30.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:30.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:30.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:30.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:30.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:30.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:30.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:30.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:30.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:30.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:30.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:30.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:30.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:30.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:30.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1642ms. 2025-06-27 18:32:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:30.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:30.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:30.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0765ms 2025-06-27 18:32:30.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:30.786 +03:00 [DBG] Connection id "0HNC8090TG7UP" completed keep alive response. 2025-06-27 18:32:30.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0385ms 2025-06-27 18:32:30.787 +03:00 [DBG] Connection id "0HNC8090TG7UP" received FIN. 2025-06-27 18:32:30.787 +03:00 [DBG] Connection id "0HNC8090TG7UP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:30.787 +03:00 [DBG] Connection id "0HNC8090TG7UP" disconnecting. 2025-06-27 18:32:30.787 +03:00 [DBG] Connection id "0HNC8090TG7UP" stopped. 2025-06-27 18:32:35.787 +03:00 [DBG] Connection id "0HNC8090TG7UQ" accepted. 2025-06-27 18:32:35.787 +03:00 [DBG] Connection id "0HNC8090TG7UQ" started. 2025-06-27 18:32:35.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:35.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:35.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:35.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:35.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:35.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:35.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:35.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:35.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:35.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:35.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:35.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:35.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:35.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:35.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:35.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:35.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:35.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:35.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:35.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:35.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1214ms. 2025-06-27 18:32:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:35.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:35.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:35.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7848ms 2025-06-27 18:32:35.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:35.790 +03:00 [DBG] Connection id "0HNC8090TG7UQ" completed keep alive response. 2025-06-27 18:32:35.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7252ms 2025-06-27 18:32:35.790 +03:00 [DBG] Connection id "0HNC8090TG7UQ" received FIN. 2025-06-27 18:32:35.790 +03:00 [DBG] Connection id "0HNC8090TG7UQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:35.790 +03:00 [DBG] Connection id "0HNC8090TG7UQ" disconnecting. 2025-06-27 18:32:35.790 +03:00 [DBG] Connection id "0HNC8090TG7UQ" stopped. 2025-06-27 18:32:40.790 +03:00 [DBG] Connection id "0HNC8090TG7UR" accepted. 2025-06-27 18:32:40.790 +03:00 [DBG] Connection id "0HNC8090TG7UR" started. 2025-06-27 18:32:40.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:40.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:40.791 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:40.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:40.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:40.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:40.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:40.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:40.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:40.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:40.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:40.791 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:40.791 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:40.791 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:40.791 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:40.791 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:40.791 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:40.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.791 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:40.791 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:40.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:40.791 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:40.792 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:40.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1173ms. 2025-06-27 18:32:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:40.792 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:40.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:40.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7175ms 2025-06-27 18:32:40.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:40.792 +03:00 [DBG] Connection id "0HNC8090TG7UR" completed keep alive response. 2025-06-27 18:32:40.792 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.387ms 2025-06-27 18:32:40.792 +03:00 [DBG] Connection id "0HNC8090TG7UR" received FIN. 2025-06-27 18:32:40.792 +03:00 [DBG] Connection id "0HNC8090TG7UR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:40.792 +03:00 [DBG] Connection id "0HNC8090TG7UR" disconnecting. 2025-06-27 18:32:40.793 +03:00 [DBG] Connection id "0HNC8090TG7UR" stopped. 2025-06-27 18:32:45.782 +03:00 [DBG] Connection id "0HNC8090TG7US" accepted. 2025-06-27 18:32:45.782 +03:00 [DBG] Connection id "0HNC8090TG7US" started. 2025-06-27 18:32:45.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:45.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:45.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:45.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:45.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:45.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:45.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:45.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:45.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:45.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:45.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:45.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:45.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:45.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:45.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:45.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:45.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:45.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:45.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:45.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:45.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1194ms. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:45.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:45.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:45.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:45.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:45.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:45.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6866ms 2025-06-27 18:32:45.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:45.784 +03:00 [DBG] Connection id "0HNC8090TG7US" completed keep alive response. 2025-06-27 18:32:45.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3499ms 2025-06-27 18:32:45.784 +03:00 [DBG] Connection id "0HNC8090TG7US" received FIN. 2025-06-27 18:32:45.784 +03:00 [DBG] Connection id "0HNC8090TG7US" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:45.784 +03:00 [DBG] Connection id "0HNC8090TG7US" disconnecting. 2025-06-27 18:32:45.784 +03:00 [DBG] Connection id "0HNC8090TG7US" stopped. 2025-06-27 18:32:50.784 +03:00 [DBG] Connection id "0HNC8090TG7UT" accepted. 2025-06-27 18:32:50.784 +03:00 [DBG] Connection id "0HNC8090TG7UT" started. 2025-06-27 18:32:50.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:50.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:50.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:50.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:50.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:50.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:50.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:50.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:50.785 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:50.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:50.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:50.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:50.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:50.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:50.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:50.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:50.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:50.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:50.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:50.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:50.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1888ms. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:50.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:50.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:50.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:50.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:50.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.627ms 2025-06-27 18:32:50.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:50.787 +03:00 [DBG] Connection id "0HNC8090TG7UT" completed keep alive response. 2025-06-27 18:32:50.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6442ms 2025-06-27 18:32:50.787 +03:00 [DBG] Connection id "0HNC8090TG7UT" received FIN. 2025-06-27 18:32:50.787 +03:00 [DBG] Connection id "0HNC8090TG7UT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:50.788 +03:00 [DBG] Connection id "0HNC8090TG7UT" disconnecting. 2025-06-27 18:32:50.788 +03:00 [DBG] Connection id "0HNC8090TG7UT" stopped. 2025-06-27 18:32:55.784 +03:00 [DBG] Connection id "0HNC8090TG7UU" accepted. 2025-06-27 18:32:55.784 +03:00 [DBG] Connection id "0HNC8090TG7UU" started. 2025-06-27 18:32:55.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:32:55.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:32:55.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:32:55.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:32:55.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:32:55.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:55.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:32:55.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:32:55.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:32:55.785 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:32:55.785 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:55.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:32:55.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:32:55.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:32:55.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:32:55.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:32:55.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:32:55.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:55.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:32:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:55.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:32:55.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1998ms. 2025-06-27 18:32:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:55.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:55.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:32:55.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:32:55.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:55.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:32:55.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:32:55.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.532ms 2025-06-27 18:32:55.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:32:55.787 +03:00 [DBG] Connection id "0HNC8090TG7UU" completed keep alive response. 2025-06-27 18:32:55.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0344ms 2025-06-27 18:32:55.787 +03:00 [DBG] Connection id "0HNC8090TG7UU" received FIN. 2025-06-27 18:32:55.787 +03:00 [DBG] Connection id "0HNC8090TG7UU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:32:55.787 +03:00 [DBG] Connection id "0HNC8090TG7UU" disconnecting. 2025-06-27 18:32:55.788 +03:00 [DBG] Connection id "0HNC8090TG7UU" stopped. 2025-06-27 18:33:00.785 +03:00 [DBG] Connection id "0HNC8090TG7UV" accepted. 2025-06-27 18:33:00.786 +03:00 [DBG] Connection id "0HNC8090TG7UV" started. 2025-06-27 18:33:00.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:00.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:00.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:00.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:00.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:00.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:00.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:00.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:00.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:00.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:00.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:00.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:00.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:00.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:00.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:00.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:00.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:00.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:00.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:00.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:00.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:00.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:00.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:00.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:00.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 18:33:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:00.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:00.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:00.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6879ms 2025-06-27 18:33:00.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:00.787 +03:00 [DBG] Connection id "0HNC8090TG7UV" completed keep alive response. 2025-06-27 18:33:00.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2962ms 2025-06-27 18:33:00.787 +03:00 [DBG] Connection id "0HNC8090TG7UV" received FIN. 2025-06-27 18:33:00.787 +03:00 [DBG] Connection id "0HNC8090TG7UV" disconnecting. 2025-06-27 18:33:00.787 +03:00 [DBG] Connection id "0HNC8090TG7UV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:00.789 +03:00 [DBG] Connection id "0HNC8090TG7UV" stopped. 2025-06-27 18:33:05.785 +03:00 [DBG] Connection id "0HNC8090TG7V0" accepted. 2025-06-27 18:33:05.785 +03:00 [DBG] Connection id "0HNC8090TG7V0" started. 2025-06-27 18:33:05.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:05.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:05.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:05.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:05.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:05.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:05.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:05.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:05.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:05.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:05.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:05.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:05.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:05.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:05.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:05.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:05.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:05.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:05.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:05.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:05.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2478ms. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:05.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:05.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:05.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:05.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.2712ms 2025-06-27 18:33:05.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:05.789 +03:00 [DBG] Connection id "0HNC8090TG7V0" completed keep alive response. 2025-06-27 18:33:05.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.6973ms 2025-06-27 18:33:05.789 +03:00 [DBG] Connection id "0HNC8090TG7V0" received FIN. 2025-06-27 18:33:05.789 +03:00 [DBG] Connection id "0HNC8090TG7V0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:05.789 +03:00 [DBG] Connection id "0HNC8090TG7V0" disconnecting. 2025-06-27 18:33:05.789 +03:00 [DBG] Connection id "0HNC8090TG7V0" stopped. 2025-06-27 18:33:10.781 +03:00 [DBG] Connection id "0HNC8090TG7V1" accepted. 2025-06-27 18:33:10.781 +03:00 [DBG] Connection id "0HNC8090TG7V1" started. 2025-06-27 18:33:10.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:10.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:10.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:10.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:10.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:10.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:10.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:10.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:10.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:10.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:10.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:10.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:10.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:10.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:10.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:10.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:10.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:10.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:10.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:10.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:10.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:10.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:10.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1441ms. 2025-06-27 18:33:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:10.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:10.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:10.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1828ms 2025-06-27 18:33:10.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:10.783 +03:00 [DBG] Connection id "0HNC8090TG7V1" completed keep alive response. 2025-06-27 18:33:10.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9404ms 2025-06-27 18:33:10.784 +03:00 [DBG] Connection id "0HNC8090TG7V1" received FIN. 2025-06-27 18:33:10.784 +03:00 [DBG] Connection id "0HNC8090TG7V1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:10.784 +03:00 [DBG] Connection id "0HNC8090TG7V1" disconnecting. 2025-06-27 18:33:10.784 +03:00 [DBG] Connection id "0HNC8090TG7V1" stopped. 2025-06-27 18:33:15.783 +03:00 [DBG] Connection id "0HNC8090TG7V2" accepted. 2025-06-27 18:33:15.784 +03:00 [DBG] Connection id "0HNC8090TG7V2" started. 2025-06-27 18:33:15.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:15.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:15.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:15.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:15.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:15.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:15.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:15.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:15.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:15.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:15.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:15.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:15.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:15.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:15.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:15.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:15.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:15.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:15.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:15.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:15.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1434ms. 2025-06-27 18:33:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:15.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:15.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:15.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9074ms 2025-06-27 18:33:15.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:15.785 +03:00 [DBG] Connection id "0HNC8090TG7V2" completed keep alive response. 2025-06-27 18:33:15.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5318ms 2025-06-27 18:33:15.785 +03:00 [DBG] Connection id "0HNC8090TG7V2" received FIN. 2025-06-27 18:33:15.785 +03:00 [DBG] Connection id "0HNC8090TG7V2" disconnecting. 2025-06-27 18:33:15.786 +03:00 [DBG] Connection id "0HNC8090TG7V2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:15.787 +03:00 [DBG] Connection id "0HNC8090TG7V2" stopped. 2025-06-27 18:33:20.784 +03:00 [DBG] Connection id "0HNC8090TG7V3" accepted. 2025-06-27 18:33:20.784 +03:00 [DBG] Connection id "0HNC8090TG7V3" started. 2025-06-27 18:33:20.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:20.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:20.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:20.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:20.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:20.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:20.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:20.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:20.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:20.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:20.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:20.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:20.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:20.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:20.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:20.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:20.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:20.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:20.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1665ms. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:20.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:20.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:20.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0318ms 2025-06-27 18:33:20.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:20.786 +03:00 [DBG] Connection id "0HNC8090TG7V3" completed keep alive response. 2025-06-27 18:33:20.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0046ms 2025-06-27 18:33:20.786 +03:00 [DBG] Connection id "0HNC8090TG7V3" received FIN. 2025-06-27 18:33:20.786 +03:00 [DBG] Connection id "0HNC8090TG7V3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:20.787 +03:00 [DBG] Connection id "0HNC8090TG7V3" disconnecting. 2025-06-27 18:33:20.787 +03:00 [DBG] Connection id "0HNC8090TG7V3" stopped. 2025-06-27 18:33:25.787 +03:00 [DBG] Connection id "0HNC8090TG7V4" accepted. 2025-06-27 18:33:25.788 +03:00 [DBG] Connection id "0HNC8090TG7V4" started. 2025-06-27 18:33:25.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:25.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:25.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:25.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:25.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:25.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:25.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:25.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:25.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:25.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:25.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:25.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:25.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:25.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:25.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:25.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:25.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:25.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:25.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:25.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:25.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:25.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:25.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:25.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:25.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1572ms. 2025-06-27 18:33:25.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:25.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:25.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:25.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7673ms 2025-06-27 18:33:25.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:25.789 +03:00 [DBG] Connection id "0HNC8090TG7V4" completed keep alive response. 2025-06-27 18:33:25.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4342ms 2025-06-27 18:33:25.789 +03:00 [DBG] Connection id "0HNC8090TG7V4" received FIN. 2025-06-27 18:33:25.789 +03:00 [DBG] Connection id "0HNC8090TG7V4" disconnecting. 2025-06-27 18:33:25.790 +03:00 [DBG] Connection id "0HNC8090TG7V4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:25.791 +03:00 [DBG] Connection id "0HNC8090TG7V4" stopped. 2025-06-27 18:33:30.781 +03:00 [DBG] Connection id "0HNC8090TG7V5" accepted. 2025-06-27 18:33:30.781 +03:00 [DBG] Connection id "0HNC8090TG7V5" started. 2025-06-27 18:33:30.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:30.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:30.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:30.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:30.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:30.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:30.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:30.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:30.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:30.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:30.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:30.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:30.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:30.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:30.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:30.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:30.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:30.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:30.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:30.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:30.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:30.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 18:33:30.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:30.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:30.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:30.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6935ms 2025-06-27 18:33:30.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:30.783 +03:00 [DBG] Connection id "0HNC8090TG7V5" completed keep alive response. 2025-06-27 18:33:30.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3142ms 2025-06-27 18:33:30.783 +03:00 [DBG] Connection id "0HNC8090TG7V5" received FIN. 2025-06-27 18:33:30.783 +03:00 [DBG] Connection id "0HNC8090TG7V5" disconnecting. 2025-06-27 18:33:30.783 +03:00 [DBG] Connection id "0HNC8090TG7V5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:30.784 +03:00 [DBG] Connection id "0HNC8090TG7V5" stopped. 2025-06-27 18:33:35.782 +03:00 [DBG] Connection id "0HNC8090TG7V6" accepted. 2025-06-27 18:33:35.782 +03:00 [DBG] Connection id "0HNC8090TG7V6" started. 2025-06-27 18:33:35.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:35.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:35.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:35.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:35.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:35.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:35.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:35.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:35.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:35.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:35.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:35.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:35.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:35.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:35.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:35.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:35.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:35.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:35.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:35.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:35.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:35.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:35.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1624ms. 2025-06-27 18:33:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:35.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:35.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:35.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1425ms 2025-06-27 18:33:35.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:35.784 +03:00 [DBG] Connection id "0HNC8090TG7V6" completed keep alive response. 2025-06-27 18:33:35.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1027ms 2025-06-27 18:33:35.785 +03:00 [DBG] Connection id "0HNC8090TG7V6" received FIN. 2025-06-27 18:33:35.785 +03:00 [DBG] Connection id "0HNC8090TG7V6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:35.785 +03:00 [DBG] Connection id "0HNC8090TG7V6" disconnecting. 2025-06-27 18:33:35.785 +03:00 [DBG] Connection id "0HNC8090TG7V6" stopped. 2025-06-27 18:33:40.783 +03:00 [DBG] Connection id "0HNC8090TG7V7" accepted. 2025-06-27 18:33:40.783 +03:00 [DBG] Connection id "0HNC8090TG7V7" started. 2025-06-27 18:33:40.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:40.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:40.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:40.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:40.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:40.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:40.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:40.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:40.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:40.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:40.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:40.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:40.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:40.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:40.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:40.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1754ms. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:40.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:40.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:40.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4002ms 2025-06-27 18:33:40.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:40.786 +03:00 [DBG] Connection id "0HNC8090TG7V7" completed keep alive response. 2025-06-27 18:33:40.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4831ms 2025-06-27 18:33:40.786 +03:00 [DBG] Connection id "0HNC8090TG7V7" received FIN. 2025-06-27 18:33:40.786 +03:00 [DBG] Connection id "0HNC8090TG7V7" disconnecting. 2025-06-27 18:33:40.786 +03:00 [DBG] Connection id "0HNC8090TG7V7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:40.788 +03:00 [DBG] Connection id "0HNC8090TG7V7" stopped. 2025-06-27 18:33:45.786 +03:00 [DBG] Connection id "0HNC8090TG7V8" accepted. 2025-06-27 18:33:45.786 +03:00 [DBG] Connection id "0HNC8090TG7V8" started. 2025-06-27 18:33:45.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:45.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:45.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:45.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:45.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:45.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:45.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:45.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:45.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:45.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:45.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:45.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:45.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:45.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:45.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:45.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:45.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:45.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:45.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:45.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:45.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:45.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.193ms. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:45.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:45.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:45.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1818ms 2025-06-27 18:33:45.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:45.789 +03:00 [DBG] Connection id "0HNC8090TG7V8" completed keep alive response. 2025-06-27 18:33:45.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2438ms 2025-06-27 18:33:45.789 +03:00 [DBG] Connection id "0HNC8090TG7V8" received FIN. 2025-06-27 18:33:45.789 +03:00 [DBG] Connection id "0HNC8090TG7V8" disconnecting. 2025-06-27 18:33:45.789 +03:00 [DBG] Connection id "0HNC8090TG7V8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:45.790 +03:00 [DBG] Connection id "0HNC8090TG7V8" stopped. 2025-06-27 18:33:50.780 +03:00 [DBG] Connection id "0HNC8090TG7V9" accepted. 2025-06-27 18:33:50.780 +03:00 [DBG] Connection id "0HNC8090TG7V9" started. 2025-06-27 18:33:50.780 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:50.780 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:50.780 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:50.780 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:50.780 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:50.780 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:50.780 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:50.781 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:50.781 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:50.781 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:50.781 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:50.781 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:50.781 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:50.781 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:50.781 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:50.781 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:50.781 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:50.781 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.781 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:50.781 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:50.781 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:50.781 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1296ms. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:50.781 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:50.781 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.781 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:50.782 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6782ms 2025-06-27 18:33:50.782 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:50.782 +03:00 [DBG] Connection id "0HNC8090TG7V9" completed keep alive response. 2025-06-27 18:33:50.782 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3526ms 2025-06-27 18:33:50.782 +03:00 [DBG] Connection id "0HNC8090TG7V9" received FIN. 2025-06-27 18:33:50.782 +03:00 [DBG] Connection id "0HNC8090TG7V9" disconnecting. 2025-06-27 18:33:50.782 +03:00 [DBG] Connection id "0HNC8090TG7V9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:50.783 +03:00 [DBG] Connection id "0HNC8090TG7V9" stopped. 2025-06-27 18:33:55.783 +03:00 [DBG] Connection id "0HNC8090TG7VA" accepted. 2025-06-27 18:33:55.783 +03:00 [DBG] Connection id "0HNC8090TG7VA" started. 2025-06-27 18:33:55.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:33:55.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:33:55.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:33:55.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:33:55.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:33:55.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:55.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:33:55.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:33:55.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:33:55.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:33:55.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:55.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:33:55.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:33:55.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:33:55.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:33:55.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:33:55.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:33:55.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:55.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:55.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:33:55.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.161ms. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:55.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:33:55.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:33:55.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2817ms 2025-06-27 18:33:55.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:33:55.786 +03:00 [DBG] Connection id "0HNC8090TG7VA" completed keep alive response. 2025-06-27 18:33:55.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1568ms 2025-06-27 18:33:55.786 +03:00 [DBG] Connection id "0HNC8090TG7VA" received FIN. 2025-06-27 18:33:55.786 +03:00 [DBG] Connection id "0HNC8090TG7VA" disconnecting. 2025-06-27 18:33:55.786 +03:00 [DBG] Connection id "0HNC8090TG7VA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:33:55.787 +03:00 [DBG] Connection id "0HNC8090TG7VA" stopped. 2025-06-27 18:34:00.788 +03:00 [DBG] Connection id "0HNC8090TG7VB" accepted. 2025-06-27 18:34:00.788 +03:00 [DBG] Connection id "0HNC8090TG7VB" started. 2025-06-27 18:34:00.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:00.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:00.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:00.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:00.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:00.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:00.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:00.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:00.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:00.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:00.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:00.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:00.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:00.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:00.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:00.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:00.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:00.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:00.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:00.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:00.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:00.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:00.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:00.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:00.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1635ms. 2025-06-27 18:34:00.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:00.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:00.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:00.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2187ms 2025-06-27 18:34:00.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:00.790 +03:00 [DBG] Connection id "0HNC8090TG7VB" completed keep alive response. 2025-06-27 18:34:00.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2088ms 2025-06-27 18:34:00.791 +03:00 [DBG] Connection id "0HNC8090TG7VB" received FIN. 2025-06-27 18:34:00.791 +03:00 [DBG] Connection id "0HNC8090TG7VB" disconnecting. 2025-06-27 18:34:00.791 +03:00 [DBG] Connection id "0HNC8090TG7VB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:00.792 +03:00 [DBG] Connection id "0HNC8090TG7VB" stopped. 2025-06-27 18:34:05.788 +03:00 [DBG] Connection id "0HNC8090TG7VC" accepted. 2025-06-27 18:34:05.789 +03:00 [DBG] Connection id "0HNC8090TG7VC" started. 2025-06-27 18:34:05.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:05.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:05.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:05.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:05.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:05.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:05.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:05.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:05.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:05.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:05.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:05.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:05.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:05.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:05.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:05.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:05.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:05.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:05.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:05.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:05.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:05.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:05.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1209ms. 2025-06-27 18:34:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:05.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:05.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:05.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.693ms 2025-06-27 18:34:05.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:05.790 +03:00 [DBG] Connection id "0HNC8090TG7VC" completed keep alive response. 2025-06-27 18:34:05.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.273ms 2025-06-27 18:34:05.790 +03:00 [DBG] Connection id "0HNC8090TG7VC" received FIN. 2025-06-27 18:34:05.790 +03:00 [DBG] Connection id "0HNC8090TG7VC" disconnecting. 2025-06-27 18:34:05.791 +03:00 [DBG] Connection id "0HNC8090TG7VC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:05.792 +03:00 [DBG] Connection id "0HNC8090TG7VC" stopped. 2025-06-27 18:34:10.785 +03:00 [DBG] Connection id "0HNC8090TG7VD" accepted. 2025-06-27 18:34:10.786 +03:00 [DBG] Connection id "0HNC8090TG7VD" started. 2025-06-27 18:34:10.786 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:10.786 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:10.786 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:10.786 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:10.786 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:10.786 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:10.786 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:10.786 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:10.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:10.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:10.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:10.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:10.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:10.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:10.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:10.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:10.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:10.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:10.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:10.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:10.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:10.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:10.787 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:10.787 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1264ms. 2025-06-27 18:34:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:10.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:10.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:10.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7961ms 2025-06-27 18:34:10.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:10.787 +03:00 [DBG] Connection id "0HNC8090TG7VD" completed keep alive response. 2025-06-27 18:34:10.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4273ms 2025-06-27 18:34:10.787 +03:00 [DBG] Connection id "0HNC8090TG7VD" received FIN. 2025-06-27 18:34:10.788 +03:00 [DBG] Connection id "0HNC8090TG7VD" disconnecting. 2025-06-27 18:34:10.788 +03:00 [DBG] Connection id "0HNC8090TG7VD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:10.789 +03:00 [DBG] Connection id "0HNC8090TG7VD" stopped. 2025-06-27 18:34:15.783 +03:00 [DBG] Connection id "0HNC8090TG7VE" accepted. 2025-06-27 18:34:15.783 +03:00 [DBG] Connection id "0HNC8090TG7VE" started. 2025-06-27 18:34:15.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:15.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:15.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:15.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:15.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:15.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:15.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:15.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:15.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:15.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:15.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:15.783 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:15.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:15.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:15.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:15.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:15.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:15.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:15.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:15.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:15.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1392ms. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:15.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:15.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:15.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6956ms 2025-06-27 18:34:15.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:15.784 +03:00 [DBG] Connection id "0HNC8090TG7VE" completed keep alive response. 2025-06-27 18:34:15.784 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2723ms 2025-06-27 18:34:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VE" received FIN. 2025-06-27 18:34:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VE" disconnecting. 2025-06-27 18:34:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:15.786 +03:00 [DBG] Connection id "0HNC8090TG7VE" stopped. 2025-06-27 18:34:20.783 +03:00 [DBG] Connection id "0HNC8090TG7VF" accepted. 2025-06-27 18:34:20.783 +03:00 [DBG] Connection id "0HNC8090TG7VF" started. 2025-06-27 18:34:20.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:20.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:20.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:20.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:20.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:20.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:20.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:20.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:20.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:20.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:20.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:20.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:20.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:20.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:20.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:20.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:20.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:20.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:20.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:20.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:20.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:20.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:20.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.23ms. 2025-06-27 18:34:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:20.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:20.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:20.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:20.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5123ms 2025-06-27 18:34:20.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:20.786 +03:00 [DBG] Connection id "0HNC8090TG7VF" completed keep alive response. 2025-06-27 18:34:20.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5046ms 2025-06-27 18:34:20.786 +03:00 [DBG] Connection id "0HNC8090TG7VF" received FIN. 2025-06-27 18:34:20.786 +03:00 [DBG] Connection id "0HNC8090TG7VF" disconnecting. 2025-06-27 18:34:20.786 +03:00 [DBG] Connection id "0HNC8090TG7VF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:20.787 +03:00 [DBG] Connection id "0HNC8090TG7VF" stopped. 2025-06-27 18:34:25.784 +03:00 [DBG] Connection id "0HNC8090TG7VG" accepted. 2025-06-27 18:34:25.784 +03:00 [DBG] Connection id "0HNC8090TG7VG" started. 2025-06-27 18:34:25.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:25.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:25.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:25.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:25.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:25.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:25.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:25.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:25.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:25.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:25.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:25.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:25.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:25.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:25.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:25.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:25.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:25.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:25.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:25.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1429ms. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:25.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:25.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:25.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.946ms 2025-06-27 18:34:25.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:25.786 +03:00 [DBG] Connection id "0HNC8090TG7VG" completed keep alive response. 2025-06-27 18:34:25.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6945ms 2025-06-27 18:34:25.786 +03:00 [DBG] Connection id "0HNC8090TG7VG" received FIN. 2025-06-27 18:34:25.786 +03:00 [DBG] Connection id "0HNC8090TG7VG" disconnecting. 2025-06-27 18:34:25.786 +03:00 [DBG] Connection id "0HNC8090TG7VG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:25.787 +03:00 [DBG] Connection id "0HNC8090TG7VG" stopped. 2025-06-27 18:34:30.787 +03:00 [DBG] Connection id "0HNC8090TG7VH" accepted. 2025-06-27 18:34:30.787 +03:00 [DBG] Connection id "0HNC8090TG7VH" started. 2025-06-27 18:34:30.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:30.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:30.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:30.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:30.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:30.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:30.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:30.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:30.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:30.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:30.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:30.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:30.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:30.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:30.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:30.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:30.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:30.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.788 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:30.788 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:30.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:30.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1339ms. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:30.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:30.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:30.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:30.789 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.823ms 2025-06-27 18:34:30.789 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:30.789 +03:00 [DBG] Connection id "0HNC8090TG7VH" completed keep alive response. 2025-06-27 18:34:30.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.541ms 2025-06-27 18:34:30.789 +03:00 [DBG] Connection id "0HNC8090TG7VH" received FIN. 2025-06-27 18:34:30.789 +03:00 [DBG] Connection id "0HNC8090TG7VH" disconnecting. 2025-06-27 18:34:30.789 +03:00 [DBG] Connection id "0HNC8090TG7VH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:30.791 +03:00 [DBG] Connection id "0HNC8090TG7VH" stopped. 2025-06-27 18:34:35.787 +03:00 [DBG] Connection id "0HNC8090TG7VI" accepted. 2025-06-27 18:34:35.787 +03:00 [DBG] Connection id "0HNC8090TG7VI" started. 2025-06-27 18:34:35.788 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:35.788 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:35.788 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:35.788 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:35.788 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:35.788 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:35.788 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:35.788 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:35.788 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:35.788 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:35.788 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:35.788 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:35.788 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:35.788 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:35.788 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:35.788 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:35.788 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:35.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:35.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:35.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:35.789 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1636ms. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:35.789 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:35.789 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:35.789 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:35.789 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:35.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0865ms 2025-06-27 18:34:35.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:35.790 +03:00 [DBG] Connection id "0HNC8090TG7VI" completed keep alive response. 2025-06-27 18:34:35.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0628ms 2025-06-27 18:34:35.790 +03:00 [DBG] Connection id "0HNC8090TG7VI" received FIN. 2025-06-27 18:34:35.790 +03:00 [DBG] Connection id "0HNC8090TG7VI" disconnecting. 2025-06-27 18:34:35.790 +03:00 [DBG] Connection id "0HNC8090TG7VI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:35.791 +03:00 [DBG] Connection id "0HNC8090TG7VI" stopped. 2025-06-27 18:34:40.783 +03:00 [DBG] Connection id "0HNC8090TG7VJ" accepted. 2025-06-27 18:34:40.783 +03:00 [DBG] Connection id "0HNC8090TG7VJ" started. 2025-06-27 18:34:40.783 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:40.783 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:40.783 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:40.783 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:40.783 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:40.783 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:40.783 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:40.783 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:40.783 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:40.783 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:40.783 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:40.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:40.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:40.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:40.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:40.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:40.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:40.784 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:40.784 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:40.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1178ms. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:40.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:40.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:40.784 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7431ms 2025-06-27 18:34:40.784 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:40.784 +03:00 [DBG] Connection id "0HNC8090TG7VJ" completed keep alive response. 2025-06-27 18:34:40.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3017ms 2025-06-27 18:34:40.785 +03:00 [DBG] Connection id "0HNC8090TG7VJ" received FIN. 2025-06-27 18:34:40.785 +03:00 [DBG] Connection id "0HNC8090TG7VJ" disconnecting. 2025-06-27 18:34:40.785 +03:00 [DBG] Connection id "0HNC8090TG7VJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:40.786 +03:00 [DBG] Connection id "0HNC8090TG7VJ" stopped. 2025-06-27 18:34:45.784 +03:00 [DBG] Connection id "0HNC8090TG7VK" accepted. 2025-06-27 18:34:45.784 +03:00 [DBG] Connection id "0HNC8090TG7VK" started. 2025-06-27 18:34:45.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:45.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:45.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:45.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:45.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:45.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:45.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:45.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:45.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:45.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:45.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:45.785 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:45.785 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:45.785 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:45.785 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:45.785 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:45.785 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:45.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:45.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:45.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:45.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1208ms. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:45.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:45.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:45.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7574ms 2025-06-27 18:34:45.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:45.786 +03:00 [DBG] Connection id "0HNC8090TG7VK" completed keep alive response. 2025-06-27 18:34:45.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3764ms 2025-06-27 18:34:45.786 +03:00 [DBG] Connection id "0HNC8090TG7VK" received FIN. 2025-06-27 18:34:45.786 +03:00 [DBG] Connection id "0HNC8090TG7VK" disconnecting. 2025-06-27 18:34:45.786 +03:00 [DBG] Connection id "0HNC8090TG7VK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:45.787 +03:00 [DBG] Connection id "0HNC8090TG7VK" stopped. 2025-06-27 18:34:50.790 +03:00 [DBG] Connection id "0HNC8090TG7VL" accepted. 2025-06-27 18:34:50.790 +03:00 [DBG] Connection id "0HNC8090TG7VL" started. 2025-06-27 18:34:50.791 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:50.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:50.791 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:50.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:50.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:50.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:50.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:50.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:50.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:50.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:50.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:50.792 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:50.792 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:50.792 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:50.792 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:50.792 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:50.792 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:50.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:50.792 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:50.792 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:50.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1268ms. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:50.792 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:50.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:50.792 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.658ms 2025-06-27 18:34:50.792 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:50.792 +03:00 [DBG] Connection id "0HNC8090TG7VL" completed keep alive response. 2025-06-27 18:34:50.792 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.268ms 2025-06-27 18:34:50.793 +03:00 [DBG] Connection id "0HNC8090TG7VL" received FIN. 2025-06-27 18:34:50.793 +03:00 [DBG] Connection id "0HNC8090TG7VL" disconnecting. 2025-06-27 18:34:50.793 +03:00 [DBG] Connection id "0HNC8090TG7VL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:50.794 +03:00 [DBG] Connection id "0HNC8090TG7VL" stopped. 2025-06-27 18:34:55.789 +03:00 [DBG] Connection id "0HNC8090TG7VM" accepted. 2025-06-27 18:34:55.790 +03:00 [DBG] Connection id "0HNC8090TG7VM" started. 2025-06-27 18:34:55.790 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:34:55.791 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:34:55.791 +03:00 [DBG] POST requests are not supported 2025-06-27 18:34:55.791 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:34:55.791 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:34:55.791 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:55.791 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:34:55.791 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:34:55.791 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:34:55.791 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:34:55.791 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:55.791 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:34:55.791 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:34:55.791 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:34:55.791 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:34:55.791 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:34:55.791 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:34:55.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.791 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:55.791 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:34:55.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:55.792 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:34:55.792 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1855ms. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:55.792 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:34:55.792 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.792 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:34:55.793 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2664ms 2025-06-27 18:34:55.793 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:34:55.793 +03:00 [DBG] Connection id "0HNC8090TG7VM" completed keep alive response. 2025-06-27 18:34:55.793 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3199ms 2025-06-27 18:34:55.793 +03:00 [DBG] Connection id "0HNC8090TG7VM" received FIN. 2025-06-27 18:34:55.793 +03:00 [DBG] Connection id "0HNC8090TG7VM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:34:55.793 +03:00 [DBG] Connection id "0HNC8090TG7VM" disconnecting. 2025-06-27 18:34:55.793 +03:00 [DBG] Connection id "0HNC8090TG7VM" stopped. 2025-06-27 18:35:00.781 +03:00 [DBG] Connection id "0HNC8090TG7VN" accepted. 2025-06-27 18:35:00.782 +03:00 [DBG] Connection id "0HNC8090TG7VN" started. 2025-06-27 18:35:00.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:00.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:00.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:00.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:00.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:00.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:00.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:00.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:00.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:00.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:00.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:00.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:00.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:00.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:00.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:00.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:00.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:00.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:00.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:00.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:00.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:00.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:00.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1383ms. 2025-06-27 18:35:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:00.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:00.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:00.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7913ms 2025-06-27 18:35:00.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:00.783 +03:00 [DBG] Connection id "0HNC8090TG7VN" completed keep alive response. 2025-06-27 18:35:00.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4629ms 2025-06-27 18:35:00.784 +03:00 [DBG] Connection id "0HNC8090TG7VN" received FIN. 2025-06-27 18:35:00.784 +03:00 [DBG] Connection id "0HNC8090TG7VN" disconnecting. 2025-06-27 18:35:00.784 +03:00 [DBG] Connection id "0HNC8090TG7VN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:00.785 +03:00 [DBG] Connection id "0HNC8090TG7VN" stopped. 2025-06-27 18:35:05.783 +03:00 [DBG] Connection id "0HNC8090TG7VO" accepted. 2025-06-27 18:35:05.784 +03:00 [DBG] Connection id "0HNC8090TG7VO" started. 2025-06-27 18:35:05.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:05.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:05.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:05.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:05.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:05.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:05.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:05.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:05.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:05.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:05.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:05.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:05.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:05.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:05.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:05.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:05.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:05.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.785 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:05.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:05.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:05.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1899ms. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:05.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:05.786 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:05.786 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:05.786 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4005ms 2025-06-27 18:35:05.786 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:05.786 +03:00 [DBG] Connection id "0HNC8090TG7VO" completed keep alive response. 2025-06-27 18:35:05.786 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3787ms 2025-06-27 18:35:05.787 +03:00 [DBG] Connection id "0HNC8090TG7VO" received FIN. 2025-06-27 18:35:05.787 +03:00 [DBG] Connection id "0HNC8090TG7VO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:05.787 +03:00 [DBG] Connection id "0HNC8090TG7VO" disconnecting. 2025-06-27 18:35:05.787 +03:00 [DBG] Connection id "0HNC8090TG7VO" stopped. 2025-06-27 18:35:10.785 +03:00 [DBG] Connection id "0HNC8090TG7VP" accepted. 2025-06-27 18:35:10.785 +03:00 [DBG] Connection id "0HNC8090TG7VP" started. 2025-06-27 18:35:10.785 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:10.785 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:10.785 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:10.785 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:10.785 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:10.785 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:10.785 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:10.785 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:10.786 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:10.786 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:10.786 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:10.786 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:10.786 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:10.786 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:10.786 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:10.786 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:10.786 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:10.786 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.786 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.786 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:10.786 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:10.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:10.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:10.786 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:10.786 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:10.786 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:10.786 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1522ms. 2025-06-27 18:35:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:10.787 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:10.787 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:10.787 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1102ms 2025-06-27 18:35:10.787 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:10.787 +03:00 [DBG] Connection id "0HNC8090TG7VP" completed keep alive response. 2025-06-27 18:35:10.787 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0667ms 2025-06-27 18:35:10.787 +03:00 [DBG] Connection id "0HNC8090TG7VP" received FIN. 2025-06-27 18:35:10.788 +03:00 [DBG] Connection id "0HNC8090TG7VP" disconnecting. 2025-06-27 18:35:10.788 +03:00 [DBG] Connection id "0HNC8090TG7VP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:10.789 +03:00 [DBG] Connection id "0HNC8090TG7VP" stopped. 2025-06-27 18:35:15.781 +03:00 [DBG] Connection id "0HNC8090TG7VQ" accepted. 2025-06-27 18:35:15.781 +03:00 [DBG] Connection id "0HNC8090TG7VQ" started. 2025-06-27 18:35:15.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:15.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:15.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:15.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:15.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:15.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:15.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:15.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:15.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:15.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:15.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:15.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:15.783 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:15.783 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:15.783 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:15.783 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:15.783 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:15.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.783 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:15.783 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:15.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:15.783 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:15.783 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:15.784 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.233ms. 2025-06-27 18:35:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:15.784 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:15.784 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:15.784 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:15.784 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:15.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:15.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0003ms 2025-06-27 18:35:15.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VQ" completed keep alive response. 2025-06-27 18:35:15.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.6075ms 2025-06-27 18:35:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VQ" received FIN. 2025-06-27 18:35:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VQ" disconnecting. 2025-06-27 18:35:15.785 +03:00 [DBG] Connection id "0HNC8090TG7VQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:15.787 +03:00 [DBG] Connection id "0HNC8090TG7VQ" stopped. 2025-06-27 18:35:20.788 +03:00 [DBG] Connection id "0HNC8090TG7VR" accepted. 2025-06-27 18:35:20.788 +03:00 [DBG] Connection id "0HNC8090TG7VR" started. 2025-06-27 18:35:20.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:20.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:20.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:20.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:20.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:20.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:20.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:20.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:20.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:20.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:20.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:20.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:20.790 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:20.790 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:20.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:20.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:20.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:20.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:20.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:20.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:20.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:20.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:20.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:20.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:20.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1689ms. 2025-06-27 18:35:20.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:20.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:20.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:20.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:20.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2404ms 2025-06-27 18:35:20.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:20.791 +03:00 [DBG] Connection id "0HNC8090TG7VR" completed keep alive response. 2025-06-27 18:35:20.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3238ms 2025-06-27 18:35:20.791 +03:00 [DBG] Connection id "0HNC8090TG7VR" received FIN. 2025-06-27 18:35:20.792 +03:00 [DBG] Connection id "0HNC8090TG7VR" disconnecting. 2025-06-27 18:35:20.792 +03:00 [DBG] Connection id "0HNC8090TG7VR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:20.793 +03:00 [DBG] Connection id "0HNC8090TG7VR" stopped. 2025-06-27 18:35:25.781 +03:00 [DBG] Connection id "0HNC8090TG7VS" accepted. 2025-06-27 18:35:25.781 +03:00 [DBG] Connection id "0HNC8090TG7VS" started. 2025-06-27 18:35:25.782 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:25.782 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:25.782 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:25.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:25.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:25.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:25.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:25.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:25.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:25.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:25.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:25.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:25.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:25.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:25.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:25.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:25.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:25.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:25.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:25.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:25.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:25.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:25.783 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1473ms. 2025-06-27 18:35:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:25.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:25.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:25.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2242ms 2025-06-27 18:35:25.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:25.783 +03:00 [DBG] Connection id "0HNC8090TG7VS" completed keep alive response. 2025-06-27 18:35:25.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8773ms 2025-06-27 18:35:25.784 +03:00 [DBG] Connection id "0HNC8090TG7VS" received FIN. 2025-06-27 18:35:25.784 +03:00 [DBG] Connection id "0HNC8090TG7VS" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:25.784 +03:00 [DBG] Connection id "0HNC8090TG7VS" disconnecting. 2025-06-27 18:35:25.784 +03:00 [DBG] Connection id "0HNC8090TG7VS" stopped. 2025-06-27 18:35:30.784 +03:00 [DBG] Connection id "0HNC8090TG7VT" accepted. 2025-06-27 18:35:30.784 +03:00 [DBG] Connection id "0HNC8090TG7VT" started. 2025-06-27 18:35:30.784 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:30.784 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:30.784 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:30.784 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:30.784 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:30.784 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:30.784 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:30.784 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:30.784 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:30.784 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:30.784 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:30.784 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:30.784 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:30.784 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:30.784 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:30.784 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:30.784 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:30.784 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.784 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.784 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:30.785 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:30.785 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:30.785 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1417ms. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:30.785 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:30.785 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.785 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:30.785 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9181ms 2025-06-27 18:35:30.785 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:30.785 +03:00 [DBG] Connection id "0HNC8090TG7VT" completed keep alive response. 2025-06-27 18:35:30.785 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5074ms 2025-06-27 18:35:30.786 +03:00 [DBG] Connection id "0HNC8090TG7VT" received FIN. 2025-06-27 18:35:30.786 +03:00 [DBG] Connection id "0HNC8090TG7VT" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:30.786 +03:00 [DBG] Connection id "0HNC8090TG7VT" disconnecting. 2025-06-27 18:35:30.786 +03:00 [DBG] Connection id "0HNC8090TG7VT" stopped. 2025-06-27 18:35:35.785 +03:00 [DBG] Connection id "0HNC8090TG7VU" accepted. 2025-06-27 18:35:35.785 +03:00 [DBG] Connection id "0HNC8090TG7VU" started. 2025-06-27 18:35:35.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:35.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:35.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:35.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:35.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:35.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:35.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:35.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:35.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:35.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:35.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:35.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:35.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:35.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:35.789 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:35.789 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:35.789 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:35.789 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.789 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.789 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:35.789 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:35.789 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:35.789 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:35.789 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:35.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1342ms. 2025-06-27 18:35:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:35.790 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:35.790 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:35.790 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8192ms 2025-06-27 18:35:35.790 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:35.790 +03:00 [DBG] Connection id "0HNC8090TG7VU" completed keep alive response. 2025-06-27 18:35:35.790 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6003ms 2025-06-27 18:35:35.790 +03:00 [DBG] Connection id "0HNC8090TG7VU" received FIN. 2025-06-27 18:35:35.791 +03:00 [DBG] Connection id "0HNC8090TG7VU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:35.791 +03:00 [DBG] Connection id "0HNC8090TG7VU" disconnecting. 2025-06-27 18:35:35.791 +03:00 [DBG] Connection id "0HNC8090TG7VU" stopped. 2025-06-27 18:35:40.788 +03:00 [DBG] Connection id "0HNC8090TG7VV" accepted. 2025-06-27 18:35:40.788 +03:00 [DBG] Connection id "0HNC8090TG7VV" started. 2025-06-27 18:35:40.789 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:40.789 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:40.789 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:40.789 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:40.789 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:40.789 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:40.789 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:40.789 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:40.789 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:40.789 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:40.789 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:40.789 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:40.789 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:40.789 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:40.790 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:40.790 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:40.790 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:40.790 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.790 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.790 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:40.790 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:40.790 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:40.790 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:40.790 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:40.790 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.3051ms. 2025-06-27 18:35:40.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:40.791 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:40.791 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.791 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:40.791 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5483ms 2025-06-27 18:35:40.791 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:40.791 +03:00 [DBG] Connection id "0HNC8090TG7VV" completed keep alive response. 2025-06-27 18:35:40.791 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6164ms 2025-06-27 18:35:40.792 +03:00 [DBG] Connection id "0HNC8090TG7VV" received FIN. 2025-06-27 18:35:40.792 +03:00 [DBG] Connection id "0HNC8090TG7VV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:40.792 +03:00 [DBG] Connection id "0HNC8090TG7VV" disconnecting. 2025-06-27 18:35:40.792 +03:00 [DBG] Connection id "0HNC8090TG7VV" stopped. 2025-06-27 18:35:45.781 +03:00 [DBG] Connection id "0HNC8090TG800" accepted. 2025-06-27 18:35:45.781 +03:00 [DBG] Connection id "0HNC8090TG800" started. 2025-06-27 18:35:45.781 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:45.781 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:45.781 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:45.782 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:45.782 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:45.782 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:45.782 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:45.782 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:45.782 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:45.782 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:45.782 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:45.782 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:45.782 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:45.782 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:45.782 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:45.782 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:45.782 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:45.782 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.782 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:45.782 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:45.782 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:45.782 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1404ms. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:45.782 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:45.783 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:45.783 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:45.783 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.783 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.783 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.783 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:45.783 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7487ms 2025-06-27 18:35:45.783 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:45.783 +03:00 [DBG] Connection id "0HNC8090TG800" completed keep alive response. 2025-06-27 18:35:45.783 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3501ms 2025-06-27 18:35:45.783 +03:00 [DBG] Connection id "0HNC8090TG800" received FIN. 2025-06-27 18:35:45.783 +03:00 [DBG] Connection id "0HNC8090TG800" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:45.783 +03:00 [DBG] Connection id "0HNC8090TG800" disconnecting. 2025-06-27 18:35:45.783 +03:00 [DBG] Connection id "0HNC8090TG800" stopped. 2025-06-27 18:35:50.786 +03:00 [DBG] Connection id "0HNC8090TG801" accepted. 2025-06-27 18:35:50.787 +03:00 [DBG] Connection id "0HNC8090TG801" started. 2025-06-27 18:35:50.787 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:50.787 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:50.787 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:50.787 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:50.787 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:50.787 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:50.787 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:50.787 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:50.787 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:50.787 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:50.787 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:50.787 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:50.787 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:50.787 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:50.787 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:50.787 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:50.787 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:50.787 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.787 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.787 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:50.787 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:50.787 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:50.787 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:50.788 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:50.788 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1705ms. 2025-06-27 18:35:50.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:50.788 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:50.788 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.788 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:50.788 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0191ms 2025-06-27 18:35:50.788 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:50.788 +03:00 [DBG] Connection id "0HNC8090TG801" completed keep alive response. 2025-06-27 18:35:50.789 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8438ms 2025-06-27 18:35:50.789 +03:00 [DBG] Connection id "0HNC8090TG801" received FIN. 2025-06-27 18:35:50.789 +03:00 [DBG] Connection id "0HNC8090TG801" disconnecting. 2025-06-27 18:35:50.789 +03:00 [DBG] Connection id "0HNC8090TG801" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:50.790 +03:00 [DBG] Connection id "0HNC8090TG801" stopped. 2025-06-27 18:35:56.509 +03:00 [DBG] Connection id "0HNC8090TG802" accepted. 2025-06-27 18:35:56.509 +03:00 [DBG] Connection id "0HNC8090TG802" started. 2025-06-27 18:35:56.509 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:35:56.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:35:56.510 +03:00 [DBG] POST requests are not supported 2025-06-27 18:35:56.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:35:56.510 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:35:56.510 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:56.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:35:56.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:35:56.510 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:35:56.510 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:35:56.510 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:56.510 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:35:56.510 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:35:56.510 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:35:56.510 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:35:56.510 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:35:56.510 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:35:56.510 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.510 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.510 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:56.510 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:56.511 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:35:56.511 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2881ms. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:56.511 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:35:56.511 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:35:56.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:56.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:35:56.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.512 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:35:56.512 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3131ms 2025-06-27 18:35:56.512 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:35:56.512 +03:00 [DBG] Connection id "0HNC8090TG802" completed keep alive response. 2025-06-27 18:35:56.512 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3866ms 2025-06-27 18:35:56.512 +03:00 [DBG] Connection id "0HNC8090TG802" received FIN. 2025-06-27 18:35:56.512 +03:00 [DBG] Connection id "0HNC8090TG802" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:35:56.512 +03:00 [DBG] Connection id "0HNC8090TG802" disconnecting. 2025-06-27 18:35:56.512 +03:00 [DBG] Connection id "0HNC8090TG802" stopped. 2025-06-27 18:36:01.504 +03:00 [DBG] Connection id "0HNC8090TG803" accepted. 2025-06-27 18:36:01.504 +03:00 [DBG] Connection id "0HNC8090TG803" started. 2025-06-27 18:36:01.504 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:01.504 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:01.504 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:01.504 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:01.504 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:01.504 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:01.504 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:01.504 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:01.504 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:01.504 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:01.504 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:01.504 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:01.504 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:01.505 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:01.505 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:01.505 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:01.505 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:01.505 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.505 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.505 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:01.505 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:01.505 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:01.505 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:01.505 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:01.505 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:01.505 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:01.505 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1697ms. 2025-06-27 18:36:01.505 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:01.506 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:01.506 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:01.506 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3817ms 2025-06-27 18:36:01.506 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:01.506 +03:00 [DBG] Connection id "0HNC8090TG803" completed keep alive response. 2025-06-27 18:36:01.506 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3746ms 2025-06-27 18:36:01.507 +03:00 [DBG] Connection id "0HNC8090TG803" received FIN. 2025-06-27 18:36:01.507 +03:00 [DBG] Connection id "0HNC8090TG803" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:01.507 +03:00 [DBG] Connection id "0HNC8090TG803" disconnecting. 2025-06-27 18:36:01.507 +03:00 [DBG] Connection id "0HNC8090TG803" stopped. 2025-06-27 18:36:06.515 +03:00 [DBG] Connection id "0HNC8090TG804" accepted. 2025-06-27 18:36:06.516 +03:00 [DBG] Connection id "0HNC8090TG804" started. 2025-06-27 18:36:06.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:06.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:06.516 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:06.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:06.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:06.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:06.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:06.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:06.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:06.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:06.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:06.516 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:06.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:06.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:06.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:06.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:06.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:06.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:06.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:06.517 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:06.517 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1474ms. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:06.517 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:06.517 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:06.517 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7482ms 2025-06-27 18:36:06.517 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:06.517 +03:00 [DBG] Connection id "0HNC8090TG804" completed keep alive response. 2025-06-27 18:36:06.517 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4114ms 2025-06-27 18:36:06.517 +03:00 [DBG] Connection id "0HNC8090TG804" received FIN. 2025-06-27 18:36:06.518 +03:00 [DBG] Connection id "0HNC8090TG804" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:06.518 +03:00 [DBG] Connection id "0HNC8090TG804" disconnecting. 2025-06-27 18:36:06.518 +03:00 [DBG] Connection id "0HNC8090TG804" stopped. 2025-06-27 18:36:11.507 +03:00 [DBG] Connection id "0HNC8090TG805" accepted. 2025-06-27 18:36:11.507 +03:00 [DBG] Connection id "0HNC8090TG805" started. 2025-06-27 18:36:11.507 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:11.507 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:11.507 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:11.507 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:11.507 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:11.507 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:11.507 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:11.507 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:11.507 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:11.507 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:11.507 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:11.507 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:11.507 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:11.507 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:11.507 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:11.507 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:11.507 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:11.507 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.507 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.507 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:11.507 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:11.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:11.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:11.508 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:11.508 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1209ms. 2025-06-27 18:36:11.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:11.508 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:11.508 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.508 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:11.508 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7213ms 2025-06-27 18:36:11.508 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:11.508 +03:00 [DBG] Connection id "0HNC8090TG805" completed keep alive response. 2025-06-27 18:36:11.508 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3719ms 2025-06-27 18:36:11.508 +03:00 [DBG] Connection id "0HNC8090TG805" received FIN. 2025-06-27 18:36:11.508 +03:00 [DBG] Connection id "0HNC8090TG805" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:11.508 +03:00 [DBG] Connection id "0HNC8090TG805" disconnecting. 2025-06-27 18:36:11.509 +03:00 [DBG] Connection id "0HNC8090TG805" stopped. 2025-06-27 18:36:16.509 +03:00 [DBG] Connection id "0HNC8090TG806" accepted. 2025-06-27 18:36:16.509 +03:00 [DBG] Connection id "0HNC8090TG806" started. 2025-06-27 18:36:16.509 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:16.509 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:16.509 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:16.509 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:16.509 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:16.509 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:16.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:16.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:16.510 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:16.510 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:16.510 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:16.510 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:16.510 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:16.510 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:16.510 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:16.511 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:16.511 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:16.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.511 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.511 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:16.511 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:16.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:16.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:16.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:16.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:16.511 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:16.512 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2065ms. 2025-06-27 18:36:16.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:16.512 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:16.512 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:16.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.513 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.513 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:16.513 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0427ms 2025-06-27 18:36:16.513 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:16.513 +03:00 [DBG] Connection id "0HNC8090TG806" completed keep alive response. 2025-06-27 18:36:16.513 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.8043ms 2025-06-27 18:36:16.513 +03:00 [DBG] Connection id "0HNC8090TG806" received FIN. 2025-06-27 18:36:16.513 +03:00 [DBG] Connection id "0HNC8090TG806" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:16.514 +03:00 [DBG] Connection id "0HNC8090TG806" disconnecting. 2025-06-27 18:36:16.514 +03:00 [DBG] Connection id "0HNC8090TG806" stopped. 2025-06-27 18:36:21.517 +03:00 [DBG] Connection id "0HNC8090TG807" accepted. 2025-06-27 18:36:21.517 +03:00 [DBG] Connection id "0HNC8090TG807" started. 2025-06-27 18:36:21.518 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:21.518 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:21.518 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:21.518 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:21.518 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:21.518 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:21.518 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:21.518 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:21.518 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:21.518 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:21.519 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:21.519 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:21.519 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:21.519 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:21.519 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:21.519 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:21.519 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:21.519 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.519 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.519 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:21.519 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:21.520 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:21.520 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2264ms. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:21.521 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:21.521 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:21.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:21.521 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.0912ms 2025-06-27 18:36:21.521 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:21.521 +03:00 [DBG] Connection id "0HNC8090TG807" completed keep alive response. 2025-06-27 18:36:21.522 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.889ms 2025-06-27 18:36:21.522 +03:00 [DBG] Connection id "0HNC8090TG807" received FIN. 2025-06-27 18:36:21.522 +03:00 [DBG] Connection id "0HNC8090TG807" disconnecting. 2025-06-27 18:36:21.522 +03:00 [DBG] Connection id "0HNC8090TG807" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:21.523 +03:00 [DBG] Connection id "0HNC8090TG807" stopped. 2025-06-27 18:36:26.513 +03:00 [DBG] Connection id "0HNC8090TG808" accepted. 2025-06-27 18:36:26.513 +03:00 [DBG] Connection id "0HNC8090TG808" started. 2025-06-27 18:36:26.513 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:26.513 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:26.513 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:26.514 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:26.514 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:26.514 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:26.514 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:26.514 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:26.514 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:26.514 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:26.514 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:26.514 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:26.514 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:26.514 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:26.514 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:26.514 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:26.514 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:26.514 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.514 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.514 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:26.514 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:26.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:26.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:26.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:26.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:26.515 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:26.515 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1444ms. 2025-06-27 18:36:26.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:26.515 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:26.515 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.515 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:26.515 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.178ms 2025-06-27 18:36:26.515 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:26.515 +03:00 [DBG] Connection id "0HNC8090TG808" completed keep alive response. 2025-06-27 18:36:26.515 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0847ms 2025-06-27 18:36:26.516 +03:00 [DBG] Connection id "0HNC8090TG808" received FIN. 2025-06-27 18:36:26.516 +03:00 [DBG] Connection id "0HNC8090TG808" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:26.516 +03:00 [DBG] Connection id "0HNC8090TG808" disconnecting. 2025-06-27 18:36:26.516 +03:00 [DBG] Connection id "0HNC8090TG808" stopped. 2025-06-27 18:36:31.516 +03:00 [DBG] Connection id "0HNC8090TG809" accepted. 2025-06-27 18:36:31.516 +03:00 [DBG] Connection id "0HNC8090TG809" started. 2025-06-27 18:36:31.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:31.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:31.516 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:31.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:31.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:31.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:31.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:31.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:31.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:31.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:31.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:31.516 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:31.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:31.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:31.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:31.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:31.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:31.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:31.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:31.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:31.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:31.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:31.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:31.516 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:31.517 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1526ms. 2025-06-27 18:36:31.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:31.517 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:31.517 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:31.517 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7089ms 2025-06-27 18:36:31.517 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:31.517 +03:00 [DBG] Connection id "0HNC8090TG809" completed keep alive response. 2025-06-27 18:36:31.517 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.246ms 2025-06-27 18:36:31.517 +03:00 [DBG] Connection id "0HNC8090TG809" received FIN. 2025-06-27 18:36:31.518 +03:00 [DBG] Connection id "0HNC8090TG809" disconnecting. 2025-06-27 18:36:31.518 +03:00 [DBG] Connection id "0HNC8090TG809" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:31.519 +03:00 [DBG] Connection id "0HNC8090TG809" stopped. 2025-06-27 18:36:36.507 +03:00 [DBG] Connection id "0HNC8090TG80A" accepted. 2025-06-27 18:36:36.507 +03:00 [DBG] Connection id "0HNC8090TG80A" started. 2025-06-27 18:36:36.507 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:36.507 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:36.507 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:36.507 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:36.508 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:36.508 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:36.508 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:36.508 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:36.508 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:36.508 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:36.508 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:36.508 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:36.508 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:36.508 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:36.508 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:36.508 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:36.508 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:36.508 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.508 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.508 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:36.508 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:36.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:36.508 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:36.508 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:36.508 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:36.508 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:36.509 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1923ms. 2025-06-27 18:36:36.509 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:36.509 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:36.509 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.509 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:36.509 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2031ms 2025-06-27 18:36:36.509 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:36.509 +03:00 [DBG] Connection id "0HNC8090TG80A" completed keep alive response. 2025-06-27 18:36:36.509 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0815ms 2025-06-27 18:36:36.510 +03:00 [DBG] Connection id "0HNC8090TG80A" received FIN. 2025-06-27 18:36:36.510 +03:00 [DBG] Connection id "0HNC8090TG80A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:36.510 +03:00 [DBG] Connection id "0HNC8090TG80A" disconnecting. 2025-06-27 18:36:36.510 +03:00 [DBG] Connection id "0HNC8090TG80A" stopped. 2025-06-27 18:36:41.511 +03:00 [DBG] Connection id "0HNC8090TG80B" accepted. 2025-06-27 18:36:41.511 +03:00 [DBG] Connection id "0HNC8090TG80B" started. 2025-06-27 18:36:41.512 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:41.512 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:41.512 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:41.512 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:41.512 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:41.512 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:41.512 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:41.512 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:41.512 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:41.512 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:41.512 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:41.512 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:41.512 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:41.512 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:41.512 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:41.512 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:41.512 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:41.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.512 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:41.512 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:41.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:41.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:41.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:41.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:41.512 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:41.513 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1564ms. 2025-06-27 18:36:41.513 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:41.513 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:41.513 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.513 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:41.513 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8092ms 2025-06-27 18:36:41.513 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:41.513 +03:00 [DBG] Connection id "0HNC8090TG80B" completed keep alive response. 2025-06-27 18:36:41.513 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.52ms 2025-06-27 18:36:41.513 +03:00 [DBG] Connection id "0HNC8090TG80B" received FIN. 2025-06-27 18:36:41.513 +03:00 [DBG] Connection id "0HNC8090TG80B" disconnecting. 2025-06-27 18:36:41.514 +03:00 [DBG] Connection id "0HNC8090TG80B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:41.515 +03:00 [DBG] Connection id "0HNC8090TG80B" stopped. 2025-06-27 18:36:46.516 +03:00 [DBG] Connection id "0HNC8090TG80C" accepted. 2025-06-27 18:36:46.516 +03:00 [DBG] Connection id "0HNC8090TG80C" started. 2025-06-27 18:36:46.517 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:36:46.517 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:36:46.518 +03:00 [DBG] POST requests are not supported 2025-06-27 18:36:46.518 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:36:46.518 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:36:46.518 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:46.518 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:36:46.518 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:36:46.518 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:36:46.518 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:36:46.518 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:46.518 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:36:46.518 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:36:46.519 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:36:46.519 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:36:46.519 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:36:46.519 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:36:46.519 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.519 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.519 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:46.519 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:36:46.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:46.519 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:46.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:46.519 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:46.519 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:36:46.520 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2035ms. 2025-06-27 18:36:46.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:46.520 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:36:46.520 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:36:46.520 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4008ms 2025-06-27 18:36:46.520 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:36:46.520 +03:00 [DBG] Connection id "0HNC8090TG80C" completed keep alive response. 2025-06-27 18:36:46.520 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9935ms 2025-06-27 18:36:46.521 +03:00 [DBG] Connection id "0HNC8090TG80C" received FIN. 2025-06-27 18:36:46.521 +03:00 [DBG] Connection id "0HNC8090TG80C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:36:46.521 +03:00 [DBG] Connection id "0HNC8090TG80C" disconnecting. 2025-06-27 18:36:46.521 +03:00 [DBG] Connection id "0HNC8090TG80C" stopped. 2025-06-27 18:37:01.509 +03:00 [DBG] Connection id "0HNC8090TG80D" accepted. 2025-06-27 18:37:01.509 +03:00 [DBG] Connection id "0HNC8090TG80D" started. 2025-06-27 18:37:01.510 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:37:01.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:37:01.510 +03:00 [DBG] POST requests are not supported 2025-06-27 18:37:01.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:37:01.510 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:37:01.510 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:37:01.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:37:01.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:37:01.510 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:37:01.510 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:37:01.510 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:37:01.510 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:37:01.510 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:37:01.510 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:37:01.510 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:37:01.510 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:37:01.510 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:37:01.510 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.510 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.510 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:37:01.510 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:37:01.510 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:37:01.510 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:37:01.510 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:37:01.510 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:37:01.510 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:37:01.510 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1159ms. 2025-06-27 18:37:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:37:01.511 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:37:01.511 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.511 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:37:01.511 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7597ms 2025-06-27 18:37:01.511 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:37:01.511 +03:00 [DBG] Connection id "0HNC8090TG80D" completed keep alive response. 2025-06-27 18:37:01.511 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4192ms 2025-06-27 18:37:01.512 +03:00 [DBG] Connection id "0HNC8090TG80D" received FIN. 2025-06-27 18:37:01.512 +03:00 [DBG] Connection id "0HNC8090TG80D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:37:01.512 +03:00 [DBG] Connection id "0HNC8090TG80D" disconnecting. 2025-06-27 18:37:01.513 +03:00 [DBG] Connection id "0HNC8090TG80D" stopped. 2025-06-27 18:38:01.506 +03:00 [DBG] Connection id "0HNC8090TG80E" accepted. 2025-06-27 18:38:01.506 +03:00 [DBG] Connection id "0HNC8090TG80E" started. 2025-06-27 18:38:01.506 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:38:01.506 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:38:01.506 +03:00 [DBG] POST requests are not supported 2025-06-27 18:38:01.506 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:38:01.506 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:38:01.506 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:38:01.506 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:38:01.506 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:38:01.506 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:38:01.506 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:38:01.506 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:38:01.506 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:38:01.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:38:01.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:38:01.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:38:01.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:38:01.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:38:01.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:38:01.507 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:38:01.507 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:38:01.507 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1506ms. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:38:01.507 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:38:01.507 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:38:01.507 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8396ms 2025-06-27 18:38:01.507 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:38:01.507 +03:00 [DBG] Connection id "0HNC8090TG80E" completed keep alive response. 2025-06-27 18:38:01.507 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4963ms 2025-06-27 18:38:01.508 +03:00 [DBG] Connection id "0HNC8090TG80E" received FIN. 2025-06-27 18:38:01.508 +03:00 [DBG] Connection id "0HNC8090TG80E" disconnecting. 2025-06-27 18:38:01.508 +03:00 [DBG] Connection id "0HNC8090TG80E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:38:01.509 +03:00 [DBG] Connection id "0HNC8090TG80E" stopped. 2025-06-27 18:39:01.516 +03:00 [DBG] Connection id "0HNC8090TG80F" accepted. 2025-06-27 18:39:01.516 +03:00 [DBG] Connection id "0HNC8090TG80F" started. 2025-06-27 18:39:01.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:39:01.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:39:01.516 +03:00 [DBG] POST requests are not supported 2025-06-27 18:39:01.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:39:01.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:39:01.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:39:01.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:39:01.517 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:39:01.517 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:39:01.517 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:39:01.517 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:39:01.517 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:39:01.517 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:39:01.517 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:39:01.517 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:39:01.517 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:39:01.517 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:39:01.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.517 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:39:01.517 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:39:01.517 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:39:01.517 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1266ms. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:39:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:39:01.518 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:39:01.518 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:39:01.518 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8412ms 2025-06-27 18:39:01.518 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:39:01.518 +03:00 [DBG] Connection id "0HNC8090TG80F" completed keep alive response. 2025-06-27 18:39:01.518 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5764ms 2025-06-27 18:39:01.518 +03:00 [DBG] Connection id "0HNC8090TG80F" received FIN. 2025-06-27 18:39:01.518 +03:00 [DBG] Connection id "0HNC8090TG80F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:39:01.518 +03:00 [DBG] Connection id "0HNC8090TG80F" disconnecting. 2025-06-27 18:39:01.518 +03:00 [DBG] Connection id "0HNC8090TG80F" stopped. 2025-06-27 18:40:01.516 +03:00 [DBG] Connection id "0HNC8090TG80G" accepted. 2025-06-27 18:40:01.516 +03:00 [DBG] Connection id "0HNC8090TG80G" started. 2025-06-27 18:40:01.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:40:01.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:40:01.516 +03:00 [DBG] POST requests are not supported 2025-06-27 18:40:01.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:40:01.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:40:01.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:40:01.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:40:01.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:40:01.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:40:01.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:40:01.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:40:01.517 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:40:01.517 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:40:01.517 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:40:01.517 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:40:01.517 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:40:01.517 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:40:01.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.517 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:40:01.517 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:40:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:40:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:40:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:40:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:40:01.517 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:40:01.517 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1452ms. 2025-06-27 18:40:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:40:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:40:01.518 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:40:01.518 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:40:01.518 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.204ms 2025-06-27 18:40:01.518 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:40:01.518 +03:00 [DBG] Connection id "0HNC8090TG80G" completed keep alive response. 2025-06-27 18:40:01.518 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0879ms 2025-06-27 18:40:01.519 +03:00 [DBG] Connection id "0HNC8090TG80G" received FIN. 2025-06-27 18:40:01.519 +03:00 [DBG] Connection id "0HNC8090TG80G" disconnecting. 2025-06-27 18:40:01.519 +03:00 [DBG] Connection id "0HNC8090TG80G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:40:01.520 +03:00 [DBG] Connection id "0HNC8090TG80G" stopped. 2025-06-27 18:41:01.511 +03:00 [DBG] Connection id "0HNC8090TG80H" accepted. 2025-06-27 18:41:01.511 +03:00 [DBG] Connection id "0HNC8090TG80H" started. 2025-06-27 18:41:01.511 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:41:01.511 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:41:01.511 +03:00 [DBG] POST requests are not supported 2025-06-27 18:41:01.511 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:41:01.511 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:41:01.511 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:41:01.511 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:41:01.511 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:41:01.512 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:41:01.512 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:41:01.512 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:41:01.512 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:41:01.512 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:41:01.512 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:41:01.512 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:41:01.512 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:41:01.512 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:41:01.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.512 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:41:01.512 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:41:01.512 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:41:01.512 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1544ms. 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:41:01.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:41:01.513 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:41:01.513 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.513 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:41:01.513 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0497ms 2025-06-27 18:41:01.513 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:41:01.513 +03:00 [DBG] Connection id "0HNC8090TG80H" completed keep alive response. 2025-06-27 18:41:01.513 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8959ms 2025-06-27 18:41:01.513 +03:00 [DBG] Connection id "0HNC8090TG80H" received FIN. 2025-06-27 18:41:01.513 +03:00 [DBG] Connection id "0HNC8090TG80H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:41:01.513 +03:00 [DBG] Connection id "0HNC8090TG80H" disconnecting. 2025-06-27 18:41:01.514 +03:00 [DBG] Connection id "0HNC8090TG80H" stopped. 2025-06-27 18:42:01.521 +03:00 [DBG] Connection id "0HNC8090TG80I" accepted. 2025-06-27 18:42:01.521 +03:00 [DBG] Connection id "0HNC8090TG80I" started. 2025-06-27 18:42:01.521 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:42:01.521 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:42:01.521 +03:00 [DBG] POST requests are not supported 2025-06-27 18:42:01.521 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:42:01.521 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:42:01.521 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:42:01.521 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:42:01.521 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:42:01.522 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:42:01.522 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:42:01.522 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:42:01.522 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:42:01.522 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:42:01.522 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:42:01.522 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:42:01.522 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:42:01.522 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:42:01.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:42:01.522 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:42:01.522 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:42:01.522 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1172ms. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:42:01.522 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:42:01.522 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:42:01.522 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7203ms 2025-06-27 18:42:01.523 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:42:01.523 +03:00 [DBG] Connection id "0HNC8090TG80I" completed keep alive response. 2025-06-27 18:42:01.523 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3814ms 2025-06-27 18:42:01.523 +03:00 [DBG] Connection id "0HNC8090TG80I" received FIN. 2025-06-27 18:42:01.523 +03:00 [DBG] Connection id "0HNC8090TG80I" disconnecting. 2025-06-27 18:42:01.523 +03:00 [DBG] Connection id "0HNC8090TG80I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:42:01.524 +03:00 [DBG] Connection id "0HNC8090TG80I" stopped. 2025-06-27 18:43:01.505 +03:00 [DBG] Connection id "0HNC8090TG80J" accepted. 2025-06-27 18:43:01.506 +03:00 [DBG] Connection id "0HNC8090TG80J" started. 2025-06-27 18:43:01.506 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:43:01.506 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:43:01.506 +03:00 [DBG] POST requests are not supported 2025-06-27 18:43:01.506 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:43:01.506 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:43:01.506 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:43:01.506 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:43:01.506 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:43:01.506 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:43:01.506 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:43:01.506 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:43:01.506 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:43:01.506 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:43:01.506 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:43:01.506 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:43:01.506 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:43:01.506 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:43:01.506 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.506 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:43:01.507 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:43:01.507 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:43:01.507 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1527ms. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:43:01.507 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:43:01.507 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:43:01.507 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0003ms 2025-06-27 18:43:01.507 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:43:01.508 +03:00 [DBG] Connection id "0HNC8090TG80J" completed keep alive response. 2025-06-27 18:43:01.508 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8307ms 2025-06-27 18:43:01.508 +03:00 [DBG] Connection id "0HNC8090TG80J" received FIN. 2025-06-27 18:43:01.508 +03:00 [DBG] Connection id "0HNC8090TG80J" disconnecting. 2025-06-27 18:43:01.508 +03:00 [DBG] Connection id "0HNC8090TG80J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:43:01.509 +03:00 [DBG] Connection id "0HNC8090TG80J" stopped. 2025-06-27 18:44:01.518 +03:00 [DBG] Connection id "0HNC8090TG80K" accepted. 2025-06-27 18:44:01.518 +03:00 [DBG] Connection id "0HNC8090TG80K" started. 2025-06-27 18:44:01.518 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:44:01.518 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:44:01.518 +03:00 [DBG] POST requests are not supported 2025-06-27 18:44:01.518 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:44:01.518 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:44:01.518 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:44:01.518 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:44:01.518 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:44:01.518 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:44:01.518 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:44:01.518 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:44:01.518 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:44:01.519 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:44:01.519 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:44:01.519 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:44:01.519 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:44:01.519 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:44:01.519 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.519 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:44:01.519 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:44:01.519 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:44:01.519 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1481ms. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:44:01.519 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:44:01.519 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:44:01.519 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:44:01.519 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:44:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:44:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:44:01.520 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9588ms 2025-06-27 18:44:01.520 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:44:01.520 +03:00 [DBG] Connection id "0HNC8090TG80K" completed keep alive response. 2025-06-27 18:44:01.520 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5416ms 2025-06-27 18:44:01.520 +03:00 [DBG] Connection id "0HNC8090TG80K" received FIN. 2025-06-27 18:44:01.520 +03:00 [DBG] Connection id "0HNC8090TG80K" disconnecting. 2025-06-27 18:44:01.520 +03:00 [DBG] Connection id "0HNC8090TG80K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:44:01.521 +03:00 [DBG] Connection id "0HNC8090TG80K" stopped. 2025-06-27 18:45:01.524 +03:00 [DBG] Connection id "0HNC8090TG80L" accepted. 2025-06-27 18:45:01.524 +03:00 [DBG] Connection id "0HNC8090TG80L" started. 2025-06-27 18:45:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:45:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:45:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 18:45:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:45:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:45:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:45:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:45:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:45:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:45:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:45:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:45:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:45:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:45:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:45:01.525 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:45:01.525 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:45:01.525 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:45:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.525 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:45:01.525 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:45:01.525 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:45:01.525 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1634ms. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:45:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:45:01.526 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:45:01.526 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:45:01.526 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3636ms 2025-06-27 18:45:01.526 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:45:01.526 +03:00 [DBG] Connection id "0HNC8090TG80L" completed keep alive response. 2025-06-27 18:45:01.526 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3497ms 2025-06-27 18:45:01.527 +03:00 [DBG] Connection id "0HNC8090TG80L" received FIN. 2025-06-27 18:45:01.527 +03:00 [DBG] Connection id "0HNC8090TG80L" disconnecting. 2025-06-27 18:45:01.527 +03:00 [DBG] Connection id "0HNC8090TG80L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:45:01.528 +03:00 [DBG] Connection id "0HNC8090TG80L" stopped. 2025-06-27 18:46:01.510 +03:00 [DBG] Connection id "0HNC8090TG80M" accepted. 2025-06-27 18:46:01.510 +03:00 [DBG] Connection id "0HNC8090TG80M" started. 2025-06-27 18:46:01.510 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:46:01.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:46:01.510 +03:00 [DBG] POST requests are not supported 2025-06-27 18:46:01.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:46:01.510 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:46:01.510 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:46:01.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:46:01.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:46:01.510 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:46:01.510 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:46:01.510 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:46:01.511 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:46:01.511 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:46:01.511 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:46:01.511 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:46:01.511 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:46:01.511 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:46:01.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.511 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:46:01.511 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:46:01.511 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:46:01.511 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.167ms. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:46:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:46:01.512 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:46:01.512 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:46:01.512 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0667ms 2025-06-27 18:46:01.512 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:46:01.512 +03:00 [DBG] Connection id "0HNC8090TG80M" completed keep alive response. 2025-06-27 18:46:01.512 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0147ms 2025-06-27 18:46:01.512 +03:00 [DBG] Connection id "0HNC8090TG80M" received FIN. 2025-06-27 18:46:01.512 +03:00 [DBG] Connection id "0HNC8090TG80M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:46:01.513 +03:00 [DBG] Connection id "0HNC8090TG80M" disconnecting. 2025-06-27 18:46:01.513 +03:00 [DBG] Connection id "0HNC8090TG80M" stopped. 2025-06-27 18:47:01.510 +03:00 [DBG] Connection id "0HNC8090TG80N" accepted. 2025-06-27 18:47:01.510 +03:00 [DBG] Connection id "0HNC8090TG80N" started. 2025-06-27 18:47:01.510 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:47:01.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:47:01.510 +03:00 [DBG] POST requests are not supported 2025-06-27 18:47:01.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:47:01.510 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:47:01.510 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:47:01.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:47:01.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:47:01.511 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:47:01.511 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:47:01.511 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:47:01.511 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:47:01.511 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:47:01.511 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:47:01.511 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:47:01.511 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:47:01.511 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:47:01.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.511 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.511 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:47:01.511 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:47:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:47:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:47:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:47:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:47:01.511 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:47:01.512 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1765ms. 2025-06-27 18:47:01.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:47:01.512 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:47:01.512 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:47:01.512 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1795ms 2025-06-27 18:47:01.512 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:47:01.512 +03:00 [DBG] Connection id "0HNC8090TG80N" completed keep alive response. 2025-06-27 18:47:01.512 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2339ms 2025-06-27 18:47:01.513 +03:00 [DBG] Connection id "0HNC8090TG80N" received FIN. 2025-06-27 18:47:01.513 +03:00 [DBG] Connection id "0HNC8090TG80N" disconnecting. 2025-06-27 18:47:01.513 +03:00 [DBG] Connection id "0HNC8090TG80N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:47:01.514 +03:00 [DBG] Connection id "0HNC8090TG80N" stopped. 2025-06-27 18:48:01.515 +03:00 [DBG] Connection id "0HNC8090TG80O" accepted. 2025-06-27 18:48:01.515 +03:00 [DBG] Connection id "0HNC8090TG80O" started. 2025-06-27 18:48:01.515 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:48:01.515 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:48:01.515 +03:00 [DBG] POST requests are not supported 2025-06-27 18:48:01.515 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:48:01.515 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:48:01.515 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:48:01.515 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:48:01.515 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:48:01.515 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:48:01.515 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:48:01.515 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:48:01.515 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:48:01.515 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:48:01.515 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:48:01.515 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:48:01.515 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:48:01.515 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:48:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:48:01.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:48:01.516 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:48:01.516 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1406ms. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:48:01.516 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:48:01.516 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:48:01.516 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.709ms 2025-06-27 18:48:01.516 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:48:01.516 +03:00 [DBG] Connection id "0HNC8090TG80O" completed keep alive response. 2025-06-27 18:48:01.516 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2824ms 2025-06-27 18:48:01.517 +03:00 [DBG] Connection id "0HNC8090TG80O" received FIN. 2025-06-27 18:48:01.517 +03:00 [DBG] Connection id "0HNC8090TG80O" disconnecting. 2025-06-27 18:48:01.517 +03:00 [DBG] Connection id "0HNC8090TG80O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:48:01.518 +03:00 [DBG] Connection id "0HNC8090TG80O" stopped. 2025-06-27 18:49:01.520 +03:00 [DBG] Connection id "0HNC8090TG80P" accepted. 2025-06-27 18:49:01.520 +03:00 [DBG] Connection id "0HNC8090TG80P" started. 2025-06-27 18:49:01.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:49:01.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:49:01.520 +03:00 [DBG] POST requests are not supported 2025-06-27 18:49:01.520 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:49:01.520 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:49:01.520 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:49:01.520 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:49:01.520 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:49:01.520 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:49:01.520 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:49:01.520 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:49:01.520 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:49:01.521 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:49:01.521 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:49:01.521 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:49:01.521 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:49:01.521 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:49:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.521 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:49:01.521 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:49:01.521 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:49:01.521 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1083ms. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:49:01.521 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:49:01.521 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:49:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:49:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:49:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:49:01.522 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7218ms 2025-06-27 18:49:01.522 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:49:01.522 +03:00 [DBG] Connection id "0HNC8090TG80P" completed keep alive response. 2025-06-27 18:49:01.522 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.592ms 2025-06-27 18:49:01.522 +03:00 [DBG] Connection id "0HNC8090TG80P" received FIN. 2025-06-27 18:49:01.522 +03:00 [DBG] Connection id "0HNC8090TG80P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:49:01.522 +03:00 [DBG] Connection id "0HNC8090TG80P" disconnecting. 2025-06-27 18:49:01.522 +03:00 [DBG] Connection id "0HNC8090TG80P" stopped. 2025-06-27 18:50:01.513 +03:00 [DBG] Connection id "0HNC8090TG80Q" accepted. 2025-06-27 18:50:01.513 +03:00 [DBG] Connection id "0HNC8090TG80Q" started. 2025-06-27 18:50:01.513 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:50:01.513 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:50:01.513 +03:00 [DBG] POST requests are not supported 2025-06-27 18:50:01.513 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:50:01.513 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:50:01.513 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:50:01.513 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:50:01.513 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:50:01.513 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:50:01.513 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:50:01.514 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:50:01.514 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:50:01.514 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:50:01.514 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:50:01.514 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:50:01.514 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:50:01.514 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:50:01.514 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.514 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.514 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:50:01.514 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:50:01.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:50:01.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:50:01.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:50:01.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:50:01.514 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:50:01.515 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1532ms. 2025-06-27 18:50:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:50:01.515 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:50:01.515 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.515 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:50:01.515 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.375ms 2025-06-27 18:50:01.515 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:50:01.515 +03:00 [DBG] Connection id "0HNC8090TG80Q" completed keep alive response. 2025-06-27 18:50:01.515 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3767ms 2025-06-27 18:50:01.516 +03:00 [DBG] Connection id "0HNC8090TG80Q" received FIN. 2025-06-27 18:50:01.516 +03:00 [DBG] Connection id "0HNC8090TG80Q" disconnecting. 2025-06-27 18:50:01.516 +03:00 [DBG] Connection id "0HNC8090TG80Q" stopped. 2025-06-27 18:50:01.516 +03:00 [DBG] Connection id "0HNC8090TG80Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:51:01.521 +03:00 [DBG] Connection id "0HNC8090TG80R" accepted. 2025-06-27 18:51:01.521 +03:00 [DBG] Connection id "0HNC8090TG80R" started. 2025-06-27 18:51:01.521 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:51:01.521 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:51:01.521 +03:00 [DBG] POST requests are not supported 2025-06-27 18:51:01.521 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:51:01.521 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:51:01.521 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:51:01.521 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:51:01.521 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:51:01.522 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:51:01.522 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:51:01.522 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:51:01.522 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:51:01.522 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:51:01.522 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:51:01.522 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:51:01.522 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:51:01.522 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:51:01.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:51:01.522 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:51:01.522 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:51:01.522 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1194ms. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:51:01.522 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:51:01.522 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:51:01.522 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6962ms 2025-06-27 18:51:01.522 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:51:01.523 +03:00 [DBG] Connection id "0HNC8090TG80R" completed keep alive response. 2025-06-27 18:51:01.523 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2886ms 2025-06-27 18:51:01.523 +03:00 [DBG] Connection id "0HNC8090TG80R" received FIN. 2025-06-27 18:51:01.523 +03:00 [DBG] Connection id "0HNC8090TG80R" disconnecting. 2025-06-27 18:51:01.523 +03:00 [DBG] Connection id "0HNC8090TG80R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:51:01.524 +03:00 [DBG] Connection id "0HNC8090TG80R" stopped. 2025-06-27 18:52:01.516 +03:00 [DBG] Connection id "0HNC8090TG80S" accepted. 2025-06-27 18:52:01.516 +03:00 [DBG] Connection id "0HNC8090TG80S" started. 2025-06-27 18:52:01.517 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:52:01.517 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:52:01.517 +03:00 [DBG] POST requests are not supported 2025-06-27 18:52:01.517 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:52:01.517 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:52:01.517 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:52:01.517 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:52:01.517 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:52:01.517 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:52:01.517 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:52:01.517 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:52:01.517 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:52:01.517 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:52:01.517 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:52:01.517 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:52:01.517 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:52:01.517 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:52:01.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:52:01.518 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:52:01.518 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:52:01.518 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1608ms. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:52:01.518 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:52:01.518 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:52:01.518 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8114ms 2025-06-27 18:52:01.518 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:52:01.518 +03:00 [DBG] Connection id "0HNC8090TG80S" completed keep alive response. 2025-06-27 18:52:01.518 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8158ms 2025-06-27 18:52:01.519 +03:00 [DBG] Connection id "0HNC8090TG80S" received FIN. 2025-06-27 18:52:01.519 +03:00 [DBG] Connection id "0HNC8090TG80S" disconnecting. 2025-06-27 18:52:01.519 +03:00 [DBG] Connection id "0HNC8090TG80S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:52:01.520 +03:00 [DBG] Connection id "0HNC8090TG80S" stopped. 2025-06-27 18:53:01.522 +03:00 [DBG] Connection id "0HNC8090TG80T" accepted. 2025-06-27 18:53:01.522 +03:00 [DBG] Connection id "0HNC8090TG80T" started. 2025-06-27 18:53:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:53:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:53:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 18:53:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:53:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:53:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:53:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:53:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:53:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:53:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:53:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:53:01.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:53:01.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:53:01.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:53:01.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:53:01.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:53:01.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:53:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:53:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:53:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:53:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1942ms. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:53:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:53:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:53:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:53:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:53:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:53:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:53:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3735ms 2025-06-27 18:53:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:53:01.525 +03:00 [DBG] Connection id "0HNC8090TG80T" completed keep alive response. 2025-06-27 18:53:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4015ms 2025-06-27 18:53:01.525 +03:00 [DBG] Connection id "0HNC8090TG80T" received FIN. 2025-06-27 18:53:01.525 +03:00 [DBG] Connection id "0HNC8090TG80T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:53:01.525 +03:00 [DBG] Connection id "0HNC8090TG80T" disconnecting. 2025-06-27 18:53:01.525 +03:00 [DBG] Connection id "0HNC8090TG80T" stopped. 2025-06-27 18:54:01.521 +03:00 [DBG] Connection id "0HNC8090TG80U" accepted. 2025-06-27 18:54:01.521 +03:00 [DBG] Connection id "0HNC8090TG80U" started. 2025-06-27 18:54:01.522 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:54:01.522 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:54:01.522 +03:00 [DBG] POST requests are not supported 2025-06-27 18:54:01.522 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:54:01.522 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:54:01.522 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:54:01.522 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:54:01.522 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:54:01.522 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:54:01.522 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:54:01.522 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:54:01.522 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:54:01.522 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:54:01.522 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:54:01.522 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:54:01.522 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:54:01.522 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:54:01.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.522 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:54:01.522 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:54:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:54:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:54:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:54:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:54:01.522 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:54:01.523 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1425ms. 2025-06-27 18:54:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:54:01.523 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:54:01.523 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:54:01.523 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7926ms 2025-06-27 18:54:01.523 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:54:01.523 +03:00 [DBG] Connection id "0HNC8090TG80U" completed keep alive response. 2025-06-27 18:54:01.523 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5371ms 2025-06-27 18:54:01.523 +03:00 [DBG] Connection id "0HNC8090TG80U" received FIN. 2025-06-27 18:54:01.523 +03:00 [DBG] Connection id "0HNC8090TG80U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:54:01.523 +03:00 [DBG] Connection id "0HNC8090TG80U" disconnecting. 2025-06-27 18:54:01.524 +03:00 [DBG] Connection id "0HNC8090TG80U" stopped. 2025-06-27 18:55:01.523 +03:00 [DBG] Connection id "0HNC8090TG80V" accepted. 2025-06-27 18:55:01.523 +03:00 [DBG] Connection id "0HNC8090TG80V" started. 2025-06-27 18:55:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:55:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:55:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 18:55:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:55:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:55:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:55:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:55:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:55:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:55:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:55:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:55:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:55:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:55:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:55:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:55:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:55:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:55:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:55:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:55:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1296ms. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:55:01.525 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:55:01.525 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8538ms 2025-06-27 18:55:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:55:01.525 +03:00 [DBG] Connection id "0HNC8090TG80V" completed keep alive response. 2025-06-27 18:55:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6859ms 2025-06-27 18:55:01.525 +03:00 [DBG] Connection id "0HNC8090TG80V" received FIN. 2025-06-27 18:55:01.525 +03:00 [DBG] Connection id "0HNC8090TG80V" disconnecting. 2025-06-27 18:55:01.525 +03:00 [DBG] Connection id "0HNC8090TG80V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:55:01.526 +03:00 [DBG] Connection id "0HNC8090TG80V" stopped. 2025-06-27 18:55:58.062 +03:00 [DBG] Connection id "0HNC8090TG810" accepted. 2025-06-27 18:55:58.062 +03:00 [DBG] Connection id "0HNC8090TG810" started. 2025-06-27 18:55:58.062 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:55:58.062 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:55:58.062 +03:00 [DBG] POST requests are not supported 2025-06-27 18:55:58.062 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:55:58.062 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:55:58.062 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:55:58.062 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:55:58.063 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:55:58.063 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:55:58.063 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:55:58.063 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:55:58.063 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:55:58.063 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:55:58.063 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:55:58.063 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:55:58.063 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:55:58.063 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:55:58.063 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:55:58.063 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:58.063 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:55:58.063 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.123ms. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:55:58.063 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:55:58.063 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:55:58.063 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6762ms 2025-06-27 18:55:58.064 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:55:58.064 +03:00 [DBG] Connection id "0HNC8090TG810" completed keep alive response. 2025-06-27 18:55:58.064 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2704ms 2025-06-27 18:55:58.064 +03:00 [DBG] Connection id "0HNC8090TG810" received FIN. 2025-06-27 18:55:58.064 +03:00 [DBG] Connection id "0HNC8090TG810" disconnecting. 2025-06-27 18:55:58.064 +03:00 [DBG] Connection id "0HNC8090TG810" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:55:58.065 +03:00 [DBG] Connection id "0HNC8090TG810" stopped. 2025-06-27 18:56:01.515 +03:00 [DBG] Connection id "0HNC8090TG811" accepted. 2025-06-27 18:56:01.515 +03:00 [DBG] Connection id "0HNC8090TG811" started. 2025-06-27 18:56:01.515 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:01.515 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:01.515 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:01.515 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:01.515 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:01.515 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:01.515 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:01.515 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:01.515 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:01.515 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:01.515 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:01.516 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:01.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:01.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:01.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:01.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:01.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:01.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:01.516 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:01.516 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1336ms. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:01.516 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:01.516 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:01.516 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5885ms 2025-06-27 18:56:01.516 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:01.516 +03:00 [DBG] Connection id "0HNC8090TG811" completed keep alive response. 2025-06-27 18:56:01.516 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1932ms 2025-06-27 18:56:01.517 +03:00 [DBG] Connection id "0HNC8090TG811" received FIN. 2025-06-27 18:56:01.517 +03:00 [DBG] Connection id "0HNC8090TG811" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:01.517 +03:00 [DBG] Connection id "0HNC8090TG811" disconnecting. 2025-06-27 18:56:01.517 +03:00 [DBG] Connection id "0HNC8090TG811" stopped. 2025-06-27 18:56:06.521 +03:00 [DBG] Connection id "0HNC8090TG812" accepted. 2025-06-27 18:56:06.522 +03:00 [DBG] Connection id "0HNC8090TG812" started. 2025-06-27 18:56:06.522 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:06.522 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:06.522 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:06.522 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:06.522 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:06.522 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:06.522 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:06.522 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:06.522 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:06.522 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:06.522 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:06.522 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:06.522 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:06.522 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:06.522 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:06.522 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:06.522 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:06.522 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.522 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.522 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:06.522 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:06.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:06.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:06.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:06.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:06.522 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:06.523 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 18:56:06.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:06.523 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:06.523 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:06.523 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7002ms 2025-06-27 18:56:06.523 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:06.523 +03:00 [DBG] Connection id "0HNC8090TG812" completed keep alive response. 2025-06-27 18:56:06.523 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3402ms 2025-06-27 18:56:06.523 +03:00 [DBG] Connection id "0HNC8090TG812" received FIN. 2025-06-27 18:56:06.523 +03:00 [DBG] Connection id "0HNC8090TG812" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:06.523 +03:00 [DBG] Connection id "0HNC8090TG812" disconnecting. 2025-06-27 18:56:06.523 +03:00 [DBG] Connection id "0HNC8090TG812" stopped. 2025-06-27 18:56:11.516 +03:00 [DBG] Connection id "0HNC8090TG813" accepted. 2025-06-27 18:56:11.516 +03:00 [DBG] Connection id "0HNC8090TG813" started. 2025-06-27 18:56:11.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:11.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:11.516 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:11.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:11.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:11.517 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:11.517 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:11.517 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:11.517 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:11.517 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:11.517 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:11.517 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:11.517 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:11.517 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:11.517 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:11.517 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:11.517 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:11.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.517 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:11.517 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:11.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:11.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:11.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:11.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:11.518 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:11.518 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1328ms. 2025-06-27 18:56:11.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:11.518 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:11.518 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:11.518 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1684ms 2025-06-27 18:56:11.518 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:11.518 +03:00 [DBG] Connection id "0HNC8090TG813" completed keep alive response. 2025-06-27 18:56:11.518 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1569ms 2025-06-27 18:56:11.519 +03:00 [DBG] Connection id "0HNC8090TG813" received FIN. 2025-06-27 18:56:11.519 +03:00 [DBG] Connection id "0HNC8090TG813" disconnecting. 2025-06-27 18:56:11.519 +03:00 [DBG] Connection id "0HNC8090TG813" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:11.520 +03:00 [DBG] Connection id "0HNC8090TG813" stopped. 2025-06-27 18:56:16.517 +03:00 [DBG] Connection id "0HNC8090TG814" accepted. 2025-06-27 18:56:16.517 +03:00 [DBG] Connection id "0HNC8090TG814" started. 2025-06-27 18:56:16.517 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:16.517 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:16.518 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:16.518 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:16.518 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:16.518 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:16.518 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:16.518 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:16.518 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:16.518 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:16.518 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:16.518 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:16.518 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:16.518 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:16.518 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:16.518 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:16.518 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:16.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.518 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:16.518 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:16.518 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:16.518 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.119ms. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:16.518 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:16.518 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:16.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:16.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:16.519 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.519 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.519 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.519 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:16.519 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6509ms 2025-06-27 18:56:16.519 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:16.519 +03:00 [DBG] Connection id "0HNC8090TG814" completed keep alive response. 2025-06-27 18:56:16.519 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2427ms 2025-06-27 18:56:16.519 +03:00 [DBG] Connection id "0HNC8090TG814" received FIN. 2025-06-27 18:56:16.519 +03:00 [DBG] Connection id "0HNC8090TG814" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:16.519 +03:00 [DBG] Connection id "0HNC8090TG814" disconnecting. 2025-06-27 18:56:16.519 +03:00 [DBG] Connection id "0HNC8090TG814" stopped. 2025-06-27 18:56:21.510 +03:00 [DBG] Connection id "0HNC8090TG815" accepted. 2025-06-27 18:56:21.510 +03:00 [DBG] Connection id "0HNC8090TG815" started. 2025-06-27 18:56:21.510 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:21.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:21.510 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:21.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:21.511 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:21.511 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:21.511 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:21.511 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:21.511 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:21.511 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:21.511 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:21.511 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:21.511 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:21.511 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:21.511 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:21.511 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:21.511 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:21.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.512 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:21.512 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:21.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:21.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:21.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:21.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:21.512 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:21.512 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2146ms. 2025-06-27 18:56:21.513 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:21.513 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:21.513 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.513 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.514 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:21.514 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.1815ms 2025-06-27 18:56:21.514 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:21.514 +03:00 [DBG] Connection id "0HNC8090TG815" completed keep alive response. 2025-06-27 18:56:21.514 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4746ms 2025-06-27 18:56:21.514 +03:00 [DBG] Connection id "0HNC8090TG815" received FIN. 2025-06-27 18:56:21.514 +03:00 [DBG] Connection id "0HNC8090TG815" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:21.514 +03:00 [DBG] Connection id "0HNC8090TG815" disconnecting. 2025-06-27 18:56:21.514 +03:00 [DBG] Connection id "0HNC8090TG815" stopped. 2025-06-27 18:56:26.522 +03:00 [DBG] Connection id "0HNC8090TG816" accepted. 2025-06-27 18:56:26.522 +03:00 [DBG] Connection id "0HNC8090TG816" started. 2025-06-27 18:56:26.522 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:26.522 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:26.522 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:26.522 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:26.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:26.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:26.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:26.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:26.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:26.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:26.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:26.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:26.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:26.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:26.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:26.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:26.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:26.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:26.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:26.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:26.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1909ms. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:26.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:26.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:26.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0271ms 2025-06-27 18:56:26.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:26.525 +03:00 [DBG] Connection id "0HNC8090TG816" completed keep alive response. 2025-06-27 18:56:26.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4661ms 2025-06-27 18:56:26.525 +03:00 [DBG] Connection id "0HNC8090TG816" received FIN. 2025-06-27 18:56:26.525 +03:00 [DBG] Connection id "0HNC8090TG816" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:26.525 +03:00 [DBG] Connection id "0HNC8090TG816" disconnecting. 2025-06-27 18:56:26.525 +03:00 [DBG] Connection id "0HNC8090TG816" stopped. 2025-06-27 18:56:31.511 +03:00 [DBG] Connection id "0HNC8090TG817" accepted. 2025-06-27 18:56:31.511 +03:00 [DBG] Connection id "0HNC8090TG817" started. 2025-06-27 18:56:31.511 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:31.511 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:31.511 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:31.511 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:31.511 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:31.511 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:31.511 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:31.512 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:31.512 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:31.512 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:31.512 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:31.512 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:31.512 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:31.512 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:31.512 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:31.512 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:31.512 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:31.512 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.512 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:31.512 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:31.512 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:31.512 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1346ms. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:31.512 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:31.513 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:31.513 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:31.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:31.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:31.513 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.513 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.513 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.513 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:31.513 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8613ms 2025-06-27 18:56:31.513 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:31.513 +03:00 [DBG] Connection id "0HNC8090TG817" completed keep alive response. 2025-06-27 18:56:31.513 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4415ms 2025-06-27 18:56:31.513 +03:00 [DBG] Connection id "0HNC8090TG817" received FIN. 2025-06-27 18:56:31.513 +03:00 [DBG] Connection id "0HNC8090TG817" disconnecting. 2025-06-27 18:56:31.513 +03:00 [DBG] Connection id "0HNC8090TG817" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:31.514 +03:00 [DBG] Connection id "0HNC8090TG817" stopped. 2025-06-27 18:56:36.516 +03:00 [DBG] Connection id "0HNC8090TG818" accepted. 2025-06-27 18:56:36.516 +03:00 [DBG] Connection id "0HNC8090TG818" started. 2025-06-27 18:56:36.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:36.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:36.516 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:36.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:36.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:36.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:36.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:36.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:36.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:36.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:36.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:36.516 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:36.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:36.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:36.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:36.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:36.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:36.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:36.517 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:36.517 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:36.517 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.123ms. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:36.517 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:36.517 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:36.517 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7938ms 2025-06-27 18:56:36.517 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:36.517 +03:00 [DBG] Connection id "0HNC8090TG818" completed keep alive response. 2025-06-27 18:56:36.517 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5045ms 2025-06-27 18:56:36.518 +03:00 [DBG] Connection id "0HNC8090TG818" received FIN. 2025-06-27 18:56:36.518 +03:00 [DBG] Connection id "0HNC8090TG818" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:36.518 +03:00 [DBG] Connection id "0HNC8090TG818" disconnecting. 2025-06-27 18:56:36.518 +03:00 [DBG] Connection id "0HNC8090TG818" stopped. 2025-06-27 18:56:41.509 +03:00 [DBG] Connection id "0HNC8090TG819" accepted. 2025-06-27 18:56:41.509 +03:00 [DBG] Connection id "0HNC8090TG819" started. 2025-06-27 18:56:41.509 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:41.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:41.510 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:41.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:41.510 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:41.510 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:41.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:41.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:41.510 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:41.510 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:41.510 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:41.510 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:41.510 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:41.510 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:41.510 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:41.510 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:41.510 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:41.510 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.510 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.510 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:41.511 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:41.511 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:41.511 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1202ms. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:41.511 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:41.511 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.511 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:41.511 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7681ms 2025-06-27 18:56:41.511 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:41.511 +03:00 [DBG] Connection id "0HNC8090TG819" completed keep alive response. 2025-06-27 18:56:41.511 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8443ms 2025-06-27 18:56:41.512 +03:00 [DBG] Connection id "0HNC8090TG819" received FIN. 2025-06-27 18:56:41.512 +03:00 [DBG] Connection id "0HNC8090TG819" disconnecting. 2025-06-27 18:56:41.512 +03:00 [DBG] Connection id "0HNC8090TG819" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:41.513 +03:00 [DBG] Connection id "0HNC8090TG819" stopped. 2025-06-27 18:56:46.513 +03:00 [DBG] Connection id "0HNC8090TG81A" accepted. 2025-06-27 18:56:46.513 +03:00 [DBG] Connection id "0HNC8090TG81A" started. 2025-06-27 18:56:46.513 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:46.513 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:46.513 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:46.513 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:46.513 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:46.513 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:46.513 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:46.513 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:46.513 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:46.514 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:46.514 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:46.514 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:46.514 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:46.514 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:46.514 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:46.514 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:46.514 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:46.514 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:46.514 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:46.514 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:46.514 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1172ms. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:46.514 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:46.514 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:46.514 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5787ms 2025-06-27 18:56:46.514 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:46.514 +03:00 [DBG] Connection id "0HNC8090TG81A" completed keep alive response. 2025-06-27 18:56:46.514 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0888ms 2025-06-27 18:56:46.515 +03:00 [DBG] Connection id "0HNC8090TG81A" received FIN. 2025-06-27 18:56:46.515 +03:00 [DBG] Connection id "0HNC8090TG81A" disconnecting. 2025-06-27 18:56:46.515 +03:00 [DBG] Connection id "0HNC8090TG81A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:46.516 +03:00 [DBG] Connection id "0HNC8090TG81A" stopped. 2025-06-27 18:56:51.522 +03:00 [DBG] Connection id "0HNC8090TG81B" accepted. 2025-06-27 18:56:51.522 +03:00 [DBG] Connection id "0HNC8090TG81B" started. 2025-06-27 18:56:51.522 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:51.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:51.523 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:51.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:51.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:51.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:51.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:51.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:51.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:51.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:51.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:51.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:51.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:51.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:51.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:51.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:51.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:51.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.523 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:51.523 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:51.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:51.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:51.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:51.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1687ms. 2025-06-27 18:56:51.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:51.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:51.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:51.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3454ms 2025-06-27 18:56:51.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:51.525 +03:00 [DBG] Connection id "0HNC8090TG81B" completed keep alive response. 2025-06-27 18:56:51.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3482ms 2025-06-27 18:56:51.525 +03:00 [DBG] Connection id "0HNC8090TG81B" received FIN. 2025-06-27 18:56:51.525 +03:00 [DBG] Connection id "0HNC8090TG81B" disconnecting. 2025-06-27 18:56:51.526 +03:00 [DBG] Connection id "0HNC8090TG81B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:51.527 +03:00 [DBG] Connection id "0HNC8090TG81B" stopped. 2025-06-27 18:56:56.520 +03:00 [DBG] Connection id "0HNC8090TG81C" accepted. 2025-06-27 18:56:56.520 +03:00 [DBG] Connection id "0HNC8090TG81C" started. 2025-06-27 18:56:56.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:56:56.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:56:56.520 +03:00 [DBG] POST requests are not supported 2025-06-27 18:56:56.520 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:56:56.520 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:56:56.521 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:56.521 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:56:56.521 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:56:56.521 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:56:56.521 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:56:56.521 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:56.521 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:56:56.521 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:56:56.521 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:56:56.521 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:56:56.521 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:56:56.521 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:56:56.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.521 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:56.521 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:56:56.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:56.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:56.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:56.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:56.522 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:56:56.522 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2ms. 2025-06-27 18:56:56.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:56.522 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:56:56.522 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.522 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:56:56.523 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4ms 2025-06-27 18:56:56.523 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:56:56.523 +03:00 [DBG] Connection id "0HNC8090TG81C" completed keep alive response. 2025-06-27 18:56:56.523 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5666ms 2025-06-27 18:56:56.523 +03:00 [DBG] Connection id "0HNC8090TG81C" received FIN. 2025-06-27 18:56:56.523 +03:00 [DBG] Connection id "0HNC8090TG81C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:56:56.523 +03:00 [DBG] Connection id "0HNC8090TG81C" disconnecting. 2025-06-27 18:56:56.523 +03:00 [DBG] Connection id "0HNC8090TG81C" stopped. 2025-06-27 18:57:01.523 +03:00 [DBG] Connection id "0HNC8090TG81D" accepted. 2025-06-27 18:57:01.523 +03:00 [DBG] Connection id "0HNC8090TG81D" started. 2025-06-27 18:57:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:57:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:57:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 18:57:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:57:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:57:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:57:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:57:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:57:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:57:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:57:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:57:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:57:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:57:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:57:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:57:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:57:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:57:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:57:01.525 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:57:01.525 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:57:01.525 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1207ms. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:57:01.525 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:57:01.525 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:57:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7479ms 2025-06-27 18:57:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:57:01.525 +03:00 [DBG] Connection id "0HNC8090TG81D" completed keep alive response. 2025-06-27 18:57:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3038ms 2025-06-27 18:57:01.525 +03:00 [DBG] Connection id "0HNC8090TG81D" received FIN. 2025-06-27 18:57:01.526 +03:00 [DBG] Connection id "0HNC8090TG81D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:57:01.526 +03:00 [DBG] Connection id "0HNC8090TG81D" disconnecting. 2025-06-27 18:57:01.526 +03:00 [DBG] Connection id "0HNC8090TG81D" stopped. 2025-06-27 18:58:01.520 +03:00 [DBG] Connection id "0HNC8090TG81E" accepted. 2025-06-27 18:58:01.520 +03:00 [DBG] Connection id "0HNC8090TG81E" started. 2025-06-27 18:58:01.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:58:01.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:58:01.520 +03:00 [DBG] POST requests are not supported 2025-06-27 18:58:01.521 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:58:01.521 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:58:01.521 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:58:01.521 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:58:01.521 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:58:01.521 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:58:01.521 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:58:01.521 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:58:01.521 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:58:01.521 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:58:01.521 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:58:01.521 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:58:01.521 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:58:01.521 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:58:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.521 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:58:01.522 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:58:01.522 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:58:01.522 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1916ms. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:58:01.522 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:58:01.522 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:58:01.522 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:58:01.522 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:58:01.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:58:01.523 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.523 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:58:01.523 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3887ms 2025-06-27 18:58:01.523 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:58:01.523 +03:00 [DBG] Connection id "0HNC8090TG81E" completed keep alive response. 2025-06-27 18:58:01.523 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.512ms 2025-06-27 18:58:01.523 +03:00 [DBG] Connection id "0HNC8090TG81E" received FIN. 2025-06-27 18:58:01.523 +03:00 [DBG] Connection id "0HNC8090TG81E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:58:01.523 +03:00 [DBG] Connection id "0HNC8090TG81E" disconnecting. 2025-06-27 18:58:01.523 +03:00 [DBG] Connection id "0HNC8090TG81E" stopped. 2025-06-27 18:59:01.519 +03:00 [DBG] Connection id "0HNC8090TG81F" accepted. 2025-06-27 18:59:01.520 +03:00 [DBG] Connection id "0HNC8090TG81F" started. 2025-06-27 18:59:01.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 18:59:01.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 18:59:01.520 +03:00 [DBG] POST requests are not supported 2025-06-27 18:59:01.520 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 18:59:01.520 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 18:59:01.520 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:59:01.520 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 18:59:01.520 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 18:59:01.520 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 18:59:01.520 +03:00 [INF] CORS policy execution successful. 2025-06-27 18:59:01.520 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:59:01.520 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 18:59:01.520 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 18:59:01.520 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 18:59:01.520 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 18:59:01.520 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 18:59:01.520 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 18:59:01.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.520 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:59:01.520 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 18:59:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:59:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:59:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:59:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:59:01.520 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 18:59:01.521 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.126ms. 2025-06-27 18:59:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:59:01.521 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 18:59:01.521 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 18:59:01.521 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.726ms 2025-06-27 18:59:01.521 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 18:59:01.521 +03:00 [DBG] Connection id "0HNC8090TG81F" completed keep alive response. 2025-06-27 18:59:01.521 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3689ms 2025-06-27 18:59:01.521 +03:00 [DBG] Connection id "0HNC8090TG81F" received FIN. 2025-06-27 18:59:01.521 +03:00 [DBG] Connection id "0HNC8090TG81F" disconnecting. 2025-06-27 18:59:01.521 +03:00 [DBG] Connection id "0HNC8090TG81F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 18:59:01.523 +03:00 [DBG] Connection id "0HNC8090TG81F" stopped. 2025-06-27 19:00:01.518 +03:00 [DBG] Connection id "0HNC8090TG81G" accepted. 2025-06-27 19:00:01.519 +03:00 [DBG] Connection id "0HNC8090TG81G" started. 2025-06-27 19:00:01.519 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:00:01.519 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:00:01.519 +03:00 [DBG] POST requests are not supported 2025-06-27 19:00:01.519 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:00:01.519 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:00:01.519 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:00:01.519 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:00:01.519 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:00:01.519 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:00:01.519 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:00:01.519 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:00:01.519 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:00:01.520 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:00:01.520 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:00:01.520 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:00:01.520 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:00:01.520 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:00:01.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:00:01.520 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:00:01.520 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:00:01.520 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1664ms. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:00:01.520 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:00:01.520 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:00:01.520 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7185ms 2025-06-27 19:00:01.520 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:00:01.520 +03:00 [DBG] Connection id "0HNC8090TG81G" completed keep alive response. 2025-06-27 19:00:01.520 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6638ms 2025-06-27 19:00:01.521 +03:00 [DBG] Connection id "0HNC8090TG81G" received FIN. 2025-06-27 19:00:01.521 +03:00 [DBG] Connection id "0HNC8090TG81G" disconnecting. 2025-06-27 19:00:01.521 +03:00 [DBG] Connection id "0HNC8090TG81G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:00:01.522 +03:00 [DBG] Connection id "0HNC8090TG81G" stopped. 2025-06-27 19:01:01.607 +03:00 [DBG] Connection id "0HNC8090TG81H" accepted. 2025-06-27 19:01:01.607 +03:00 [DBG] Connection id "0HNC8090TG81H" started. 2025-06-27 19:01:01.607 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:01:01.607 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:01:01.607 +03:00 [DBG] POST requests are not supported 2025-06-27 19:01:01.607 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:01:01.608 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:01:01.608 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:01:01.608 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:01:01.608 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:01:01.608 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:01:01.608 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:01:01.608 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:01:01.608 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:01:01.608 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:01:01.608 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:01:01.608 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:01:01.608 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:01:01.608 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:01:01.608 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.608 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.608 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:01:01.608 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:01:01.608 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:01:01.608 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:01:01.608 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:01:01.609 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:01:01.609 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1255ms. 2025-06-27 19:01:01.609 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:01:01.609 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:01:01.609 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.609 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:01:01.610 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3428ms 2025-06-27 19:01:01.610 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:01:01.610 +03:00 [DBG] Connection id "0HNC8090TG81H" completed keep alive response. 2025-06-27 19:01:01.610 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2668ms 2025-06-27 19:01:01.610 +03:00 [DBG] Connection id "0HNC8090TG81H" received FIN. 2025-06-27 19:01:01.610 +03:00 [DBG] Connection id "0HNC8090TG81H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:01:01.610 +03:00 [DBG] Connection id "0HNC8090TG81H" disconnecting. 2025-06-27 19:01:01.610 +03:00 [DBG] Connection id "0HNC8090TG81H" stopped. 2025-06-27 19:02:01.584 +03:00 [DBG] Connection id "0HNC8090TG81I" accepted. 2025-06-27 19:02:01.584 +03:00 [DBG] Connection id "0HNC8090TG81I" started. 2025-06-27 19:02:01.584 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:02:01.584 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:02:01.584 +03:00 [DBG] POST requests are not supported 2025-06-27 19:02:01.584 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:02:01.584 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:02:01.584 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:02:01.584 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:02:01.584 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:02:01.584 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:02:01.584 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:02:01.584 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:02:01.584 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:02:01.584 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:02:01.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:02:01.585 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:02:01.585 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:02:01.585 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:02:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:02:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:02:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:02:01.585 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1401ms. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:02:01.585 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:02:01.585 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:02:01.585 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.755ms 2025-06-27 19:02:01.585 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:02:01.585 +03:00 [DBG] Connection id "0HNC8090TG81I" completed keep alive response. 2025-06-27 19:02:01.585 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4219ms 2025-06-27 19:02:01.586 +03:00 [DBG] Connection id "0HNC8090TG81I" received FIN. 2025-06-27 19:02:01.586 +03:00 [DBG] Connection id "0HNC8090TG81I" disconnecting. 2025-06-27 19:02:01.586 +03:00 [DBG] Connection id "0HNC8090TG81I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:02:01.587 +03:00 [DBG] Connection id "0HNC8090TG81I" stopped. 2025-06-27 19:03:01.514 +03:00 [DBG] Connection id "0HNC8090TG81J" accepted. 2025-06-27 19:03:01.514 +03:00 [DBG] Connection id "0HNC8090TG81J" started. 2025-06-27 19:03:01.514 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:03:01.514 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:03:01.514 +03:00 [DBG] POST requests are not supported 2025-06-27 19:03:01.514 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:03:01.514 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:03:01.514 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:03:01.514 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:03:01.514 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:03:01.514 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:03:01.514 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:03:01.514 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:03:01.514 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:03:01.514 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:03:01.514 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:03:01.514 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:03:01.514 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:03:01.515 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:03:01.515 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.515 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:03:01.515 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:03:01.515 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:03:01.515 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1501ms. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:03:01.515 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:03:01.515 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:03:01.516 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0489ms 2025-06-27 19:03:01.516 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:03:01.516 +03:00 [DBG] Connection id "0HNC8090TG81J" completed keep alive response. 2025-06-27 19:03:01.516 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9033ms 2025-06-27 19:03:01.516 +03:00 [DBG] Connection id "0HNC8090TG81J" received FIN. 2025-06-27 19:03:01.516 +03:00 [DBG] Connection id "0HNC8090TG81J" disconnecting. 2025-06-27 19:03:01.516 +03:00 [DBG] Connection id "0HNC8090TG81J" stopped. 2025-06-27 19:03:01.516 +03:00 [DBG] Connection id "0HNC8090TG81J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:04:01.510 +03:00 [DBG] Connection id "0HNC8090TG81K" accepted. 2025-06-27 19:04:01.510 +03:00 [DBG] Connection id "0HNC8090TG81K" started. 2025-06-27 19:04:01.510 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:04:01.510 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:04:01.510 +03:00 [DBG] POST requests are not supported 2025-06-27 19:04:01.510 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:04:01.510 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:04:01.510 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:04:01.510 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:04:01.510 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:04:01.510 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:04:01.510 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:04:01.510 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:04:01.510 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:04:01.510 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:04:01.510 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:04:01.510 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:04:01.510 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:04:01.510 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:04:01.510 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.510 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.510 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:04:01.511 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:04:01.511 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:04:01.511 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:04:01.511 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:04:01.511 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.511 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:04:01.511 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7803ms 2025-06-27 19:04:01.511 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:04:01.511 +03:00 [DBG] Connection id "0HNC8090TG81K" completed keep alive response. 2025-06-27 19:04:01.511 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4595ms 2025-06-27 19:04:01.512 +03:00 [DBG] Connection id "0HNC8090TG81K" received FIN. 2025-06-27 19:04:01.512 +03:00 [DBG] Connection id "0HNC8090TG81K" disconnecting. 2025-06-27 19:04:01.512 +03:00 [DBG] Connection id "0HNC8090TG81K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:04:01.513 +03:00 [DBG] Connection id "0HNC8090TG81K" stopped. 2025-06-27 19:05:01.515 +03:00 [DBG] Connection id "0HNC8090TG81L" accepted. 2025-06-27 19:05:01.515 +03:00 [DBG] Connection id "0HNC8090TG81L" started. 2025-06-27 19:05:01.515 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:05:01.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:05:01.516 +03:00 [DBG] POST requests are not supported 2025-06-27 19:05:01.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:05:01.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:05:01.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:05:01.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:05:01.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:05:01.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:05:01.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:05:01.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:05:01.516 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:05:01.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:05:01.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:05:01.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:05:01.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:05:01.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:05:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:05:01.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:05:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:05:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:05:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:05:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:05:01.516 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:05:01.516 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1265ms. 2025-06-27 19:05:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:05:01.517 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:05:01.517 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:05:01.517 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8576ms 2025-06-27 19:05:01.517 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:05:01.517 +03:00 [DBG] Connection id "0HNC8090TG81L" completed keep alive response. 2025-06-27 19:05:01.517 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5025ms 2025-06-27 19:05:01.517 +03:00 [DBG] Connection id "0HNC8090TG81L" received FIN. 2025-06-27 19:05:01.517 +03:00 [DBG] Connection id "0HNC8090TG81L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:05:01.517 +03:00 [DBG] Connection id "0HNC8090TG81L" disconnecting. 2025-06-27 19:05:01.517 +03:00 [DBG] Connection id "0HNC8090TG81L" stopped. 2025-06-27 19:06:01.526 +03:00 [DBG] Connection id "0HNC8090TG81M" accepted. 2025-06-27 19:06:01.526 +03:00 [DBG] Connection id "0HNC8090TG81M" started. 2025-06-27 19:06:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:06:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:06:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:06:01.527 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:06:01.527 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:06:01.527 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:06:01.527 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:06:01.527 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:06:01.527 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:06:01.527 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:06:01.527 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:06:01.527 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:06:01.527 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:06:01.527 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:06:01.527 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:06:01.527 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:06:01.527 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:06:01.527 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.527 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.527 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:06:01.527 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:06:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:06:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:06:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:06:01.528 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:06:01.528 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1619ms. 2025-06-27 19:06:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:06:01.528 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:06:01.528 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.529 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.529 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:06:01.529 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4587ms 2025-06-27 19:06:01.529 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:06:01.529 +03:00 [DBG] Connection id "0HNC8090TG81M" completed keep alive response. 2025-06-27 19:06:01.529 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3082ms 2025-06-27 19:06:01.529 +03:00 [DBG] Connection id "0HNC8090TG81M" received FIN. 2025-06-27 19:06:01.529 +03:00 [DBG] Connection id "0HNC8090TG81M" disconnecting. 2025-06-27 19:06:01.529 +03:00 [DBG] Connection id "0HNC8090TG81M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:06:01.530 +03:00 [DBG] Connection id "0HNC8090TG81M" stopped. 2025-06-27 19:07:01.514 +03:00 [DBG] Connection id "0HNC8090TG81N" accepted. 2025-06-27 19:07:01.514 +03:00 [DBG] Connection id "0HNC8090TG81N" started. 2025-06-27 19:07:01.515 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:07:01.515 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:07:01.515 +03:00 [DBG] POST requests are not supported 2025-06-27 19:07:01.515 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:07:01.515 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:07:01.515 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:07:01.515 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:07:01.515 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:07:01.515 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:07:01.515 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:07:01.515 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:07:01.515 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:07:01.515 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:07:01.515 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:07:01.515 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:07:01.515 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:07:01.515 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:07:01.515 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.515 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:07:01.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:07:01.516 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:07:01.516 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1395ms. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:07:01.516 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:07:01.516 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:07:01.516 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:07:01.516 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:07:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:07:01.517 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2673ms 2025-06-27 19:07:01.517 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:07:01.517 +03:00 [DBG] Connection id "0HNC8090TG81N" completed keep alive response. 2025-06-27 19:07:01.517 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2767ms 2025-06-27 19:07:01.517 +03:00 [DBG] Connection id "0HNC8090TG81N" received FIN. 2025-06-27 19:07:01.517 +03:00 [DBG] Connection id "0HNC8090TG81N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:07:01.517 +03:00 [DBG] Connection id "0HNC8090TG81N" disconnecting. 2025-06-27 19:07:01.517 +03:00 [DBG] Connection id "0HNC8090TG81N" stopped. 2025-06-27 19:08:01.522 +03:00 [DBG] Connection id "0HNC8090TG81O" accepted. 2025-06-27 19:08:01.522 +03:00 [DBG] Connection id "0HNC8090TG81O" started. 2025-06-27 19:08:01.522 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:08:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:08:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:08:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:08:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:08:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:08:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:08:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:08:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:08:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:08:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:08:01.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:08:01.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:08:01.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:08:01.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:08:01.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:08:01.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:08:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.523 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:08:01.523 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:08:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:08:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:08:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:08:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:08:01.523 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:08:01.523 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1282ms. 2025-06-27 19:08:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:08:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:08:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:08:01.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7259ms 2025-06-27 19:08:01.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:08:01.524 +03:00 [DBG] Connection id "0HNC8090TG81O" completed keep alive response. 2025-06-27 19:08:01.524 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4349ms 2025-06-27 19:08:01.524 +03:00 [DBG] Connection id "0HNC8090TG81O" received FIN. 2025-06-27 19:08:01.524 +03:00 [DBG] Connection id "0HNC8090TG81O" disconnecting. 2025-06-27 19:08:01.524 +03:00 [DBG] Connection id "0HNC8090TG81O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:08:01.525 +03:00 [DBG] Connection id "0HNC8090TG81O" stopped. 2025-06-27 19:09:01.513 +03:00 [DBG] Connection id "0HNC8090TG81P" accepted. 2025-06-27 19:09:01.514 +03:00 [DBG] Connection id "0HNC8090TG81P" started. 2025-06-27 19:09:01.514 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:09:01.514 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:09:01.514 +03:00 [DBG] POST requests are not supported 2025-06-27 19:09:01.514 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:09:01.514 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:09:01.514 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:09:01.514 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:09:01.514 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:09:01.514 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:09:01.514 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:09:01.514 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:09:01.514 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:09:01.514 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:09:01.514 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:09:01.514 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:09:01.514 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:09:01.514 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:09:01.514 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.514 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.514 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:09:01.514 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:09:01.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:09:01.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:09:01.514 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:09:01.514 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:09:01.515 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:09:01.515 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1271ms. 2025-06-27 19:09:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:09:01.515 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:09:01.515 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.515 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:09:01.515 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7685ms 2025-06-27 19:09:01.515 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:09:01.515 +03:00 [DBG] Connection id "0HNC8090TG81P" completed keep alive response. 2025-06-27 19:09:01.515 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4356ms 2025-06-27 19:09:01.515 +03:00 [DBG] Connection id "0HNC8090TG81P" received FIN. 2025-06-27 19:09:01.515 +03:00 [DBG] Connection id "0HNC8090TG81P" disconnecting. 2025-06-27 19:09:01.516 +03:00 [DBG] Connection id "0HNC8090TG81P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:09:01.517 +03:00 [DBG] Connection id "0HNC8090TG81P" stopped. 2025-06-27 19:10:01.525 +03:00 [DBG] Connection id "0HNC8090TG81Q" accepted. 2025-06-27 19:10:01.526 +03:00 [DBG] Connection id "0HNC8090TG81Q" started. 2025-06-27 19:10:01.526 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:10:01.526 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:10:01.526 +03:00 [DBG] POST requests are not supported 2025-06-27 19:10:01.526 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:10:01.526 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:10:01.526 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:10:01.526 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:10:01.526 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:10:01.526 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:10:01.526 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:10:01.526 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:10:01.526 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:10:01.526 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:10:01.526 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:10:01.526 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:10:01.526 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:10:01.526 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:10:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.526 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:10:01.526 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:10:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:10:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:10:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:10:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:10:01.526 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:10:01.527 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1388ms. 2025-06-27 19:10:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:10:01.527 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:10:01.527 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.527 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:10:01.527 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8477ms 2025-06-27 19:10:01.527 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:10:01.527 +03:00 [DBG] Connection id "0HNC8090TG81Q" completed keep alive response. 2025-06-27 19:10:01.527 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5715ms 2025-06-27 19:10:01.529 +03:00 [DBG] Connection id "0HNC8090TG81Q" received FIN. 2025-06-27 19:10:01.529 +03:00 [DBG] Connection id "0HNC8090TG81Q" disconnecting. 2025-06-27 19:10:01.529 +03:00 [DBG] Connection id "0HNC8090TG81Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:10:01.530 +03:00 [DBG] Connection id "0HNC8090TG81Q" stopped. 2025-06-27 19:11:01.525 +03:00 [DBG] Connection id "0HNC8090TG81R" accepted. 2025-06-27 19:11:01.525 +03:00 [DBG] Connection id "0HNC8090TG81R" started. 2025-06-27 19:11:01.526 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:11:01.526 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:11:01.526 +03:00 [DBG] POST requests are not supported 2025-06-27 19:11:01.526 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:11:01.526 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:11:01.526 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:11:01.526 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:11:01.526 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:11:01.526 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:11:01.526 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:11:01.526 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:11:01.526 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:11:01.526 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:11:01.526 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:11:01.526 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:11:01.526 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:11:01.526 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:11:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.526 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:11:01.526 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:11:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:11:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:11:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:11:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:11:01.526 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:11:01.527 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.129ms. 2025-06-27 19:11:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:11:01.527 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:11:01.527 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.527 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:11:01.527 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.744ms 2025-06-27 19:11:01.527 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:11:01.527 +03:00 [DBG] Connection id "0HNC8090TG81R" completed keep alive response. 2025-06-27 19:11:01.527 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4351ms 2025-06-27 19:11:01.527 +03:00 [DBG] Connection id "0HNC8090TG81R" received FIN. 2025-06-27 19:11:01.527 +03:00 [DBG] Connection id "0HNC8090TG81R" disconnecting. 2025-06-27 19:11:01.527 +03:00 [DBG] Connection id "0HNC8090TG81R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:11:01.529 +03:00 [DBG] Connection id "0HNC8090TG81R" stopped. 2025-06-27 19:12:01.527 +03:00 [DBG] Connection id "0HNC8090TG81S" accepted. 2025-06-27 19:12:01.527 +03:00 [DBG] Connection id "0HNC8090TG81S" started. 2025-06-27 19:12:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:12:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:12:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:12:01.527 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:12:01.527 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:12:01.527 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:12:01.527 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:12:01.528 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:12:01.528 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:12:01.528 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:12:01.528 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:12:01.528 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:12:01.528 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:12:01.528 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:12:01.528 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:12:01.528 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:12:01.528 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:12:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:12:01.528 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:12:01.528 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:12:01.528 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1155ms. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:12:01.528 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:12:01.528 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:12:01.528 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5961ms 2025-06-27 19:12:01.528 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:12:01.528 +03:00 [DBG] Connection id "0HNC8090TG81S" completed keep alive response. 2025-06-27 19:12:01.528 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.157ms 2025-06-27 19:12:01.529 +03:00 [DBG] Connection id "0HNC8090TG81S" received FIN. 2025-06-27 19:12:01.529 +03:00 [DBG] Connection id "0HNC8090TG81S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:12:01.529 +03:00 [DBG] Connection id "0HNC8090TG81S" disconnecting. 2025-06-27 19:12:01.529 +03:00 [DBG] Connection id "0HNC8090TG81S" stopped. 2025-06-27 19:13:01.517 +03:00 [DBG] Connection id "0HNC8090TG81T" accepted. 2025-06-27 19:13:01.517 +03:00 [DBG] Connection id "0HNC8090TG81T" started. 2025-06-27 19:13:01.517 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:13:01.517 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:13:01.517 +03:00 [DBG] POST requests are not supported 2025-06-27 19:13:01.517 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:13:01.517 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:13:01.517 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:13:01.517 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:13:01.517 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:13:01.517 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:13:01.517 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:13:01.517 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:13:01.517 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:13:01.517 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:13:01.517 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:13:01.517 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:13:01.518 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:13:01.518 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:13:01.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:13:01.518 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:13:01.518 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:13:01.518 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1299ms. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:13:01.518 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:13:01.518 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:13:01.518 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7502ms 2025-06-27 19:13:01.518 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:13:01.518 +03:00 [DBG] Connection id "0HNC8090TG81T" completed keep alive response. 2025-06-27 19:13:01.518 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4045ms 2025-06-27 19:13:01.519 +03:00 [DBG] Connection id "0HNC8090TG81T" received FIN. 2025-06-27 19:13:01.519 +03:00 [DBG] Connection id "0HNC8090TG81T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:13:01.519 +03:00 [DBG] Connection id "0HNC8090TG81T" disconnecting. 2025-06-27 19:13:01.519 +03:00 [DBG] Connection id "0HNC8090TG81T" stopped. 2025-06-27 19:14:01.522 +03:00 [DBG] Connection id "0HNC8090TG81U" accepted. 2025-06-27 19:14:01.522 +03:00 [DBG] Connection id "0HNC8090TG81U" started. 2025-06-27 19:14:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:14:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:14:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:14:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:14:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:14:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:14:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:14:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:14:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:14:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:14:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:14:01.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:14:01.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:14:01.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:14:01.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:14:01.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:14:01.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:14:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.523 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:14:01.523 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:14:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:14:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.149ms. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:14:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:14:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:14:01.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0256ms 2025-06-27 19:14:01.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:14:01.524 +03:00 [DBG] Connection id "0HNC8090TG81U" completed keep alive response. 2025-06-27 19:14:01.524 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9293ms 2025-06-27 19:14:01.525 +03:00 [DBG] Connection id "0HNC8090TG81U" received FIN. 2025-06-27 19:14:01.525 +03:00 [DBG] Connection id "0HNC8090TG81U" disconnecting. 2025-06-27 19:14:01.525 +03:00 [DBG] Connection id "0HNC8090TG81U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:14:01.526 +03:00 [DBG] Connection id "0HNC8090TG81U" stopped. 2025-06-27 19:15:01.522 +03:00 [DBG] Connection id "0HNC8090TG81V" accepted. 2025-06-27 19:15:01.522 +03:00 [DBG] Connection id "0HNC8090TG81V" started. 2025-06-27 19:15:01.522 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:15:01.522 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:15:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:15:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:15:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:15:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:15:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:15:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:15:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:15:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:15:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:15:01.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:15:01.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:15:01.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:15:01.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:15:01.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:15:01.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:15:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.523 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:15:01.523 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:15:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:15:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:15:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:15:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:15:01.523 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:15:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 19:15:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:15:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:15:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:15:01.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7629ms 2025-06-27 19:15:01.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:15:01.524 +03:00 [DBG] Connection id "0HNC8090TG81V" completed keep alive response. 2025-06-27 19:15:01.524 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6095ms 2025-06-27 19:15:01.524 +03:00 [DBG] Connection id "0HNC8090TG81V" received FIN. 2025-06-27 19:15:01.524 +03:00 [DBG] Connection id "0HNC8090TG81V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:15:01.524 +03:00 [DBG] Connection id "0HNC8090TG81V" disconnecting. 2025-06-27 19:15:01.524 +03:00 [DBG] Connection id "0HNC8090TG81V" stopped. 2025-06-27 19:16:01.535 +03:00 [DBG] Connection id "0HNC8090TG820" accepted. 2025-06-27 19:16:01.535 +03:00 [DBG] Connection id "0HNC8090TG820" started. 2025-06-27 19:16:01.535 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:16:01.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:16:01.536 +03:00 [DBG] POST requests are not supported 2025-06-27 19:16:01.536 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:16:01.536 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:16:01.536 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:16:01.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:16:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:16:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:16:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:16:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:16:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:16:01.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:16:01.536 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:16:01.536 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:16:01.536 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:16:01.536 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:16:01.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.536 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:16:01.536 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:16:01.536 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:16:01.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1144ms. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:16:01.537 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:16:01.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:16:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:16:01.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6401ms 2025-06-27 19:16:01.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:16:01.537 +03:00 [DBG] Connection id "0HNC8090TG820" completed keep alive response. 2025-06-27 19:16:01.537 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3581ms 2025-06-27 19:16:01.537 +03:00 [DBG] Connection id "0HNC8090TG820" received FIN. 2025-06-27 19:16:01.537 +03:00 [DBG] Connection id "0HNC8090TG820" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:16:01.537 +03:00 [DBG] Connection id "0HNC8090TG820" disconnecting. 2025-06-27 19:16:01.537 +03:00 [DBG] Connection id "0HNC8090TG820" stopped. 2025-06-27 19:17:01.526 +03:00 [DBG] Connection id "0HNC8090TG821" accepted. 2025-06-27 19:17:01.526 +03:00 [DBG] Connection id "0HNC8090TG821" started. 2025-06-27 19:17:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:17:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:17:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:17:01.527 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:17:01.527 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:17:01.527 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:17:01.527 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:17:01.527 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:17:01.527 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:17:01.527 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:17:01.527 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:17:01.527 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:17:01.527 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:17:01.527 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:17:01.527 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:17:01.527 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:17:01.527 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:17:01.527 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.527 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.527 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:17:01.527 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:17:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:17:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:17:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:17:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:17:01.527 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:17:01.528 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1782ms. 2025-06-27 19:17:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:17:01.528 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:17:01.528 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:17:01.528 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9522ms 2025-06-27 19:17:01.528 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:17:01.528 +03:00 [DBG] Connection id "0HNC8090TG821" completed keep alive response. 2025-06-27 19:17:01.528 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6293ms 2025-06-27 19:17:01.528 +03:00 [DBG] Connection id "0HNC8090TG821" received FIN. 2025-06-27 19:17:01.529 +03:00 [DBG] Connection id "0HNC8090TG821" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:17:01.529 +03:00 [DBG] Connection id "0HNC8090TG821" disconnecting. 2025-06-27 19:17:01.529 +03:00 [DBG] Connection id "0HNC8090TG821" stopped. 2025-06-27 19:18:01.523 +03:00 [DBG] Connection id "0HNC8090TG822" accepted. 2025-06-27 19:18:01.523 +03:00 [DBG] Connection id "0HNC8090TG822" started. 2025-06-27 19:18:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:18:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:18:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:18:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:18:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:18:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:18:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:18:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:18:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:18:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:18:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:18:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:18:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:18:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:18:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:18:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:18:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:18:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:18:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:18:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:18:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1299ms. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:18:01.525 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:18:01.525 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:18:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:18:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7776ms 2025-06-27 19:18:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:18:01.525 +03:00 [DBG] Connection id "0HNC8090TG822" completed keep alive response. 2025-06-27 19:18:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4897ms 2025-06-27 19:18:01.525 +03:00 [DBG] Connection id "0HNC8090TG822" received FIN. 2025-06-27 19:18:01.525 +03:00 [DBG] Connection id "0HNC8090TG822" disconnecting. 2025-06-27 19:18:01.525 +03:00 [DBG] Connection id "0HNC8090TG822" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:18:01.526 +03:00 [DBG] Connection id "0HNC8090TG822" stopped. 2025-06-27 19:19:01.523 +03:00 [DBG] Connection id "0HNC8090TG823" accepted. 2025-06-27 19:19:01.523 +03:00 [DBG] Connection id "0HNC8090TG823" started. 2025-06-27 19:19:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:19:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:19:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:19:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:19:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:19:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:19:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:19:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:19:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:19:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:19:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:19:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:19:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:19:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:19:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:19:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:19:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:19:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:19:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:19:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:19:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1076ms. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:19:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:19:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:19:01.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5437ms 2025-06-27 19:19:01.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:19:01.524 +03:00 [DBG] Connection id "0HNC8090TG823" completed keep alive response. 2025-06-27 19:19:01.524 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0597ms 2025-06-27 19:19:01.525 +03:00 [DBG] Connection id "0HNC8090TG823" received FIN. 2025-06-27 19:19:01.525 +03:00 [DBG] Connection id "0HNC8090TG823" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:19:01.525 +03:00 [DBG] Connection id "0HNC8090TG823" disconnecting. 2025-06-27 19:19:01.525 +03:00 [DBG] Connection id "0HNC8090TG823" stopped. 2025-06-27 19:20:01.535 +03:00 [DBG] Connection id "0HNC8090TG824" accepted. 2025-06-27 19:20:01.535 +03:00 [DBG] Connection id "0HNC8090TG824" started. 2025-06-27 19:20:01.535 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:20:01.535 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:20:01.535 +03:00 [DBG] POST requests are not supported 2025-06-27 19:20:01.535 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:20:01.535 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:20:01.535 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:20:01.535 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:20:01.535 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:20:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:20:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:20:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:20:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:20:01.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:20:01.536 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:20:01.536 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:20:01.536 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:20:01.536 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:20:01.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.536 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:20:01.536 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:20:01.536 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:20:01.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.136ms. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:20:01.536 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:20:01.536 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:20:01.536 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:20:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:20:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:20:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:20:01.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8346ms 2025-06-27 19:20:01.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:20:01.537 +03:00 [DBG] Connection id "0HNC8090TG824" completed keep alive response. 2025-06-27 19:20:01.537 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5328ms 2025-06-27 19:20:01.537 +03:00 [DBG] Connection id "0HNC8090TG824" received FIN. 2025-06-27 19:20:01.537 +03:00 [DBG] Connection id "0HNC8090TG824" disconnecting. 2025-06-27 19:20:01.537 +03:00 [DBG] Connection id "0HNC8090TG824" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:20:01.538 +03:00 [DBG] Connection id "0HNC8090TG824" stopped. 2025-06-27 19:21:01.515 +03:00 [DBG] Connection id "0HNC8090TG825" accepted. 2025-06-27 19:21:01.516 +03:00 [DBG] Connection id "0HNC8090TG825" started. 2025-06-27 19:21:01.516 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:21:01.516 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:21:01.516 +03:00 [DBG] POST requests are not supported 2025-06-27 19:21:01.516 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:21:01.516 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:21:01.516 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:21:01.516 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:21:01.516 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:21:01.516 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:21:01.516 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:21:01.516 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:21:01.516 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:21:01.516 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:21:01.516 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:21:01.516 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:21:01.516 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:21:01.516 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:21:01.516 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.516 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.516 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:21:01.516 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:21:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:21:01.516 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:21:01.516 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:21:01.517 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:21:01.517 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1779ms. 2025-06-27 19:21:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:21:01.517 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:21:01.517 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.517 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:21:01.517 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0518ms 2025-06-27 19:21:01.517 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:21:01.517 +03:00 [DBG] Connection id "0HNC8090TG825" completed keep alive response. 2025-06-27 19:21:01.517 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7185ms 2025-06-27 19:21:01.518 +03:00 [DBG] Connection id "0HNC8090TG825" received FIN. 2025-06-27 19:21:01.518 +03:00 [DBG] Connection id "0HNC8090TG825" disconnecting. 2025-06-27 19:21:01.518 +03:00 [DBG] Connection id "0HNC8090TG825" stopped. 2025-06-27 19:21:01.518 +03:00 [DBG] Connection id "0HNC8090TG825" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:22:01.523 +03:00 [DBG] Connection id "0HNC8090TG826" accepted. 2025-06-27 19:22:01.523 +03:00 [DBG] Connection id "0HNC8090TG826" started. 2025-06-27 19:22:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:22:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:22:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 19:22:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:22:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:22:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:22:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:22:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:22:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:22:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:22:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:22:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:22:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:22:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:22:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:22:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:22:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:22:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:22:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:22:01.525 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:22:01.525 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1614ms. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:22:01.525 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:22:01.525 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:22:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8601ms 2025-06-27 19:22:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:22:01.525 +03:00 [DBG] Connection id "0HNC8090TG826" completed keep alive response. 2025-06-27 19:22:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.82ms 2025-06-27 19:22:01.526 +03:00 [DBG] Connection id "0HNC8090TG826" received FIN. 2025-06-27 19:22:01.526 +03:00 [DBG] Connection id "0HNC8090TG826" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:22:01.526 +03:00 [DBG] Connection id "0HNC8090TG826" disconnecting. 2025-06-27 19:22:01.526 +03:00 [DBG] Connection id "0HNC8090TG826" stopped. 2025-06-27 19:23:01.522 +03:00 [DBG] Connection id "0HNC8090TG827" accepted. 2025-06-27 19:23:01.522 +03:00 [DBG] Connection id "0HNC8090TG827" started. 2025-06-27 19:23:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:23:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:23:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:23:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:23:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:23:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:23:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:23:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:23:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:23:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:23:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:23:01.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:23:01.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:23:01.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:23:01.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:23:01.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:23:01.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:23:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:23:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:23:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:23:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2007ms. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:23:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:23:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:23:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:23:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2373ms 2025-06-27 19:23:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:23:01.525 +03:00 [DBG] Connection id "0HNC8090TG827" completed keep alive response. 2025-06-27 19:23:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2935ms 2025-06-27 19:23:01.525 +03:00 [DBG] Connection id "0HNC8090TG827" received FIN. 2025-06-27 19:23:01.525 +03:00 [DBG] Connection id "0HNC8090TG827" disconnecting. 2025-06-27 19:23:01.525 +03:00 [DBG] Connection id "0HNC8090TG827" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:23:01.527 +03:00 [DBG] Connection id "0HNC8090TG827" stopped. 2025-06-27 19:24:01.520 +03:00 [DBG] Connection id "0HNC8090TG828" accepted. 2025-06-27 19:24:01.520 +03:00 [DBG] Connection id "0HNC8090TG828" started. 2025-06-27 19:24:01.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:24:01.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:24:01.520 +03:00 [DBG] POST requests are not supported 2025-06-27 19:24:01.520 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:24:01.520 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:24:01.520 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:24:01.520 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:24:01.520 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:24:01.521 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:24:01.521 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:24:01.521 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:24:01.521 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:24:01.521 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:24:01.521 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:24:01.521 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:24:01.521 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:24:01.521 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:24:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:24:01.521 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:24:01.521 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:24:01.521 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1231ms. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:24:01.521 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:24:01.521 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:24:01.521 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.666ms 2025-06-27 19:24:01.522 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:24:01.522 +03:00 [DBG] Connection id "0HNC8090TG828" completed keep alive response. 2025-06-27 19:24:01.522 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3479ms 2025-06-27 19:24:01.522 +03:00 [DBG] Connection id "0HNC8090TG828" received FIN. 2025-06-27 19:24:01.522 +03:00 [DBG] Connection id "0HNC8090TG828" disconnecting. 2025-06-27 19:24:01.522 +03:00 [DBG] Connection id "0HNC8090TG828" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:24:01.523 +03:00 [DBG] Connection id "0HNC8090TG828" stopped. 2025-06-27 19:25:01.520 +03:00 [DBG] Connection id "0HNC8090TG829" accepted. 2025-06-27 19:25:01.520 +03:00 [DBG] Connection id "0HNC8090TG829" started. 2025-06-27 19:25:01.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:25:01.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:25:01.520 +03:00 [DBG] POST requests are not supported 2025-06-27 19:25:01.520 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:25:01.520 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:25:01.520 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:25:01.520 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:25:01.520 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:25:01.520 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:25:01.520 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:25:01.520 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:25:01.520 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:25:01.521 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:25:01.521 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:25:01.521 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:25:01.521 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:25:01.521 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:25:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:25:01.521 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:25:01.521 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:25:01.521 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1298ms. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:25:01.521 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:25:01.521 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:25:01.521 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7627ms 2025-06-27 19:25:01.521 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:25:01.522 +03:00 [DBG] Connection id "0HNC8090TG829" completed keep alive response. 2025-06-27 19:25:01.522 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4544ms 2025-06-27 19:25:01.522 +03:00 [DBG] Connection id "0HNC8090TG829" received FIN. 2025-06-27 19:25:01.522 +03:00 [DBG] Connection id "0HNC8090TG829" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:25:01.522 +03:00 [DBG] Connection id "0HNC8090TG829" disconnecting. 2025-06-27 19:25:01.522 +03:00 [DBG] Connection id "0HNC8090TG829" stopped. 2025-06-27 19:26:01.535 +03:00 [DBG] Connection id "0HNC8090TG82A" accepted. 2025-06-27 19:26:01.535 +03:00 [DBG] Connection id "0HNC8090TG82A" started. 2025-06-27 19:26:01.535 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:26:01.535 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:26:01.535 +03:00 [DBG] POST requests are not supported 2025-06-27 19:26:01.535 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:26:01.536 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:26:01.536 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:26:01.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:26:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:26:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:26:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:26:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:26:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:26:01.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:26:01.536 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:26:01.536 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:26:01.536 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:26:01.536 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:26:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:26:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:26:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:26:01.537 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1713ms. 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:26:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:26:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:26:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:26:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7937ms 2025-06-27 19:26:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:26:01.539 +03:00 [DBG] Connection id "0HNC8090TG82A" completed keep alive response. 2025-06-27 19:26:01.539 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3875ms 2025-06-27 19:26:01.539 +03:00 [DBG] Connection id "0HNC8090TG82A" received FIN. 2025-06-27 19:26:01.539 +03:00 [DBG] Connection id "0HNC8090TG82A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:26:01.539 +03:00 [DBG] Connection id "0HNC8090TG82A" disconnecting. 2025-06-27 19:26:01.539 +03:00 [DBG] Connection id "0HNC8090TG82A" stopped. 2025-06-27 19:27:01.520 +03:00 [DBG] Connection id "0HNC8090TG82B" accepted. 2025-06-27 19:27:01.520 +03:00 [DBG] Connection id "0HNC8090TG82B" started. 2025-06-27 19:27:01.520 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:27:01.520 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:27:01.520 +03:00 [DBG] POST requests are not supported 2025-06-27 19:27:01.520 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:27:01.520 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:27:01.520 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:27:01.520 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:27:01.520 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:27:01.520 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:27:01.520 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:27:01.520 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:27:01.520 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:27:01.520 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:27:01.520 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:27:01.520 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:27:01.520 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:27:01.521 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:27:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:27:01.521 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:27:01.521 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:27:01.521 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1245ms. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:27:01.521 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:27:01.521 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:27:01.521 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.749ms 2025-06-27 19:27:01.521 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:27:01.521 +03:00 [DBG] Connection id "0HNC8090TG82B" completed keep alive response. 2025-06-27 19:27:01.521 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5101ms 2025-06-27 19:27:01.522 +03:00 [DBG] Connection id "0HNC8090TG82B" received FIN. 2025-06-27 19:27:01.522 +03:00 [DBG] Connection id "0HNC8090TG82B" disconnecting. 2025-06-27 19:27:01.522 +03:00 [DBG] Connection id "0HNC8090TG82B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:27:01.523 +03:00 [DBG] Connection id "0HNC8090TG82B" stopped. 2025-06-27 19:28:01.527 +03:00 [DBG] Connection id "0HNC8090TG82C" accepted. 2025-06-27 19:28:01.527 +03:00 [DBG] Connection id "0HNC8090TG82C" started. 2025-06-27 19:28:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:28:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:28:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:28:01.528 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:28:01.528 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:28:01.528 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:28:01.528 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:28:01.528 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:28:01.528 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:28:01.528 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:28:01.528 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:28:01.528 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:28:01.528 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:28:01.528 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:28:01.528 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:28:01.528 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:28:01.528 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:28:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.529 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:28:01.529 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:28:01.529 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:28:01.529 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1224ms. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:28:01.529 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:28:01.529 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:28:01.529 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:28:01.530 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:28:01.530 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:28:01.530 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.530 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:28:01.530 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3371ms 2025-06-27 19:28:01.530 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:28:01.530 +03:00 [DBG] Connection id "0HNC8090TG82C" completed keep alive response. 2025-06-27 19:28:01.530 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4739ms 2025-06-27 19:28:01.530 +03:00 [DBG] Connection id "0HNC8090TG82C" received FIN. 2025-06-27 19:28:01.530 +03:00 [DBG] Connection id "0HNC8090TG82C" disconnecting. 2025-06-27 19:28:01.530 +03:00 [DBG] Connection id "0HNC8090TG82C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:28:01.531 +03:00 [DBG] Connection id "0HNC8090TG82C" stopped. 2025-06-27 19:29:01.528 +03:00 [DBG] Connection id "0HNC8090TG82D" accepted. 2025-06-27 19:29:01.529 +03:00 [DBG] Connection id "0HNC8090TG82D" started. 2025-06-27 19:29:01.529 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:29:01.529 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:29:01.529 +03:00 [DBG] POST requests are not supported 2025-06-27 19:29:01.529 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:29:01.529 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:29:01.529 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:29:01.529 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:29:01.529 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:29:01.529 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:29:01.529 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:29:01.530 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:29:01.530 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:29:01.530 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:29:01.530 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:29:01.530 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:29:01.530 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:29:01.530 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:29:01.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.530 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:29:01.530 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:29:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:29:01.531 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:29:01.531 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2277ms. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:29:01.531 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:29:01.531 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:29:01.531 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:29:01.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:29:01.532 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:29:01.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.532 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.532 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.532 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:29:01.532 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5466ms 2025-06-27 19:29:01.532 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:29:01.532 +03:00 [DBG] Connection id "0HNC8090TG82D" completed keep alive response. 2025-06-27 19:29:01.532 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0806ms 2025-06-27 19:29:01.532 +03:00 [DBG] Connection id "0HNC8090TG82D" received FIN. 2025-06-27 19:29:01.532 +03:00 [DBG] Connection id "0HNC8090TG82D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:29:01.532 +03:00 [DBG] Connection id "0HNC8090TG82D" disconnecting. 2025-06-27 19:29:01.533 +03:00 [DBG] Connection id "0HNC8090TG82D" stopped. 2025-06-27 19:30:01.532 +03:00 [DBG] Connection id "0HNC8090TG82E" accepted. 2025-06-27 19:30:01.532 +03:00 [DBG] Connection id "0HNC8090TG82E" started. 2025-06-27 19:30:01.532 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:30:01.532 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:30:01.532 +03:00 [DBG] POST requests are not supported 2025-06-27 19:30:01.532 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:30:01.532 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:30:01.532 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:30:01.532 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:30:01.532 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:30:01.532 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:30:01.532 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:30:01.532 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:30:01.532 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:30:01.532 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:30:01.532 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:30:01.532 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:30:01.532 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:30:01.532 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:30:01.532 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.532 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.532 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:30:01.533 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:30:01.533 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:30:01.533 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.13ms. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:30:01.533 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:30:01.533 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:30:01.533 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7615ms 2025-06-27 19:30:01.533 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:30:01.533 +03:00 [DBG] Connection id "0HNC8090TG82E" completed keep alive response. 2025-06-27 19:30:01.533 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4284ms 2025-06-27 19:30:01.534 +03:00 [DBG] Connection id "0HNC8090TG82E" received FIN. 2025-06-27 19:30:01.534 +03:00 [DBG] Connection id "0HNC8090TG82E" disconnecting. 2025-06-27 19:30:01.534 +03:00 [DBG] Connection id "0HNC8090TG82E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:30:01.535 +03:00 [DBG] Connection id "0HNC8090TG82E" stopped. 2025-06-27 19:31:01.523 +03:00 [DBG] Connection id "0HNC8090TG82F" accepted. 2025-06-27 19:31:01.523 +03:00 [DBG] Connection id "0HNC8090TG82F" started. 2025-06-27 19:31:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:31:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:31:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:31:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:31:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:31:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:31:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:31:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:31:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:31:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:31:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:31:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:31:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:31:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:31:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:31:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:31:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:31:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:31:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:31:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:31:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:31:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:31:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:31:01.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.582ms 2025-06-27 19:31:01.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:31:01.524 +03:00 [DBG] Connection id "0HNC8090TG82F" completed keep alive response. 2025-06-27 19:31:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0974ms 2025-06-27 19:31:01.525 +03:00 [DBG] Connection id "0HNC8090TG82F" received FIN. 2025-06-27 19:31:01.525 +03:00 [DBG] Connection id "0HNC8090TG82F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:31:01.525 +03:00 [DBG] Connection id "0HNC8090TG82F" disconnecting. 2025-06-27 19:31:01.525 +03:00 [DBG] Connection id "0HNC8090TG82F" stopped. 2025-06-27 19:32:01.599 +03:00 [DBG] Connection id "0HNC8090TG82G" accepted. 2025-06-27 19:32:01.599 +03:00 [DBG] Connection id "0HNC8090TG82G" started. 2025-06-27 19:32:01.599 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:32:01.599 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:32:01.599 +03:00 [DBG] POST requests are not supported 2025-06-27 19:32:01.599 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:32:01.599 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:32:01.599 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:32:01.599 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:32:01.600 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:32:01.600 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:32:01.600 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:32:01.600 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:32:01.600 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:32:01.600 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:32:01.600 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:32:01.600 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:32:01.600 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:32:01.600 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:32:01.600 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.600 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.601 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:32:01.601 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:32:01.601 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:32:01.601 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:32:01.601 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:32:01.601 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:32:01.601 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:32:01.601 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1825ms. 2025-06-27 19:32:01.601 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:32:01.602 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:32:01.602 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.602 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:32:01.602 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7174ms 2025-06-27 19:32:01.602 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:32:01.602 +03:00 [DBG] Connection id "0HNC8090TG82G" completed keep alive response. 2025-06-27 19:32:01.602 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.1202ms 2025-06-27 19:32:01.603 +03:00 [DBG] Connection id "0HNC8090TG82G" received FIN. 2025-06-27 19:32:01.603 +03:00 [DBG] Connection id "0HNC8090TG82G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:32:01.603 +03:00 [DBG] Connection id "0HNC8090TG82G" disconnecting. 2025-06-27 19:32:01.603 +03:00 [DBG] Connection id "0HNC8090TG82G" stopped. 2025-06-27 19:33:01.531 +03:00 [DBG] Connection id "0HNC8090TG82H" accepted. 2025-06-27 19:33:01.531 +03:00 [DBG] Connection id "0HNC8090TG82H" started. 2025-06-27 19:33:01.532 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:33:01.532 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:33:01.532 +03:00 [DBG] POST requests are not supported 2025-06-27 19:33:01.532 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:33:01.532 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:33:01.532 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:33:01.532 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:33:01.532 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:33:01.532 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:33:01.532 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:33:01.532 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:33:01.532 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:33:01.532 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:33:01.532 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:33:01.532 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:33:01.533 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:33:01.533 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:33:01.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.533 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:33:01.533 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:33:01.533 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:33:01.533 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1612ms. 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:33:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:33:01.534 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:33:01.534 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:33:01.534 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2655ms 2025-06-27 19:33:01.534 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:33:01.534 +03:00 [DBG] Connection id "0HNC8090TG82H" completed keep alive response. 2025-06-27 19:33:01.534 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5419ms 2025-06-27 19:33:01.534 +03:00 [DBG] Connection id "0HNC8090TG82H" received FIN. 2025-06-27 19:33:01.534 +03:00 [DBG] Connection id "0HNC8090TG82H" disconnecting. 2025-06-27 19:33:01.534 +03:00 [DBG] Connection id "0HNC8090TG82H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:33:01.535 +03:00 [DBG] Connection id "0HNC8090TG82H" stopped. 2025-06-27 19:34:01.529 +03:00 [DBG] Connection id "0HNC8090TG82I" accepted. 2025-06-27 19:34:01.529 +03:00 [DBG] Connection id "0HNC8090TG82I" started. 2025-06-27 19:34:01.529 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:34:01.529 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:34:01.529 +03:00 [DBG] POST requests are not supported 2025-06-27 19:34:01.529 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:34:01.529 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:34:01.529 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:34:01.529 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:34:01.529 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:34:01.529 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:34:01.529 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:34:01.529 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:34:01.530 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:34:01.530 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:34:01.530 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:34:01.530 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:34:01.530 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:34:01.530 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:34:01.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.530 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:34:01.530 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:34:01.530 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:34:01.530 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1405ms. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.530 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:34:01.531 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:34:01.531 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:34:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.531 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:34:01.531 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0885ms 2025-06-27 19:34:01.531 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:34:01.531 +03:00 [DBG] Connection id "0HNC8090TG82I" completed keep alive response. 2025-06-27 19:34:01.531 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1029ms 2025-06-27 19:34:01.531 +03:00 [DBG] Connection id "0HNC8090TG82I" received FIN. 2025-06-27 19:34:01.531 +03:00 [DBG] Connection id "0HNC8090TG82I" disconnecting. 2025-06-27 19:34:01.531 +03:00 [DBG] Connection id "0HNC8090TG82I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:34:01.532 +03:00 [DBG] Connection id "0HNC8090TG82I" stopped. 2025-06-27 19:35:01.529 +03:00 [DBG] Connection id "0HNC8090TG82J" accepted. 2025-06-27 19:35:01.529 +03:00 [DBG] Connection id "0HNC8090TG82J" started. 2025-06-27 19:35:01.529 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:35:01.529 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:35:01.529 +03:00 [DBG] POST requests are not supported 2025-06-27 19:35:01.529 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:35:01.529 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:35:01.529 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:35:01.529 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:35:01.530 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:35:01.530 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:35:01.530 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:35:01.530 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:35:01.530 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:35:01.530 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:35:01.530 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:35:01.530 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:35:01.530 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:35:01.530 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:35:01.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.530 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:35:01.530 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:35:01.530 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:35:01.530 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.15ms. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:35:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:35:01.531 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:35:01.531 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.531 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:35:01.531 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8247ms 2025-06-27 19:35:01.531 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:35:01.531 +03:00 [DBG] Connection id "0HNC8090TG82J" completed keep alive response. 2025-06-27 19:35:01.531 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6945ms 2025-06-27 19:35:01.531 +03:00 [DBG] Connection id "0HNC8090TG82J" received FIN. 2025-06-27 19:35:01.531 +03:00 [DBG] Connection id "0HNC8090TG82J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:35:01.531 +03:00 [DBG] Connection id "0HNC8090TG82J" disconnecting. 2025-06-27 19:35:01.531 +03:00 [DBG] Connection id "0HNC8090TG82J" stopped. 2025-06-27 19:36:01.527 +03:00 [DBG] Connection id "0HNC8090TG82K" accepted. 2025-06-27 19:36:01.527 +03:00 [DBG] Connection id "0HNC8090TG82K" started. 2025-06-27 19:36:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:36:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:36:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:36:01.527 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:36:01.527 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:36:01.527 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:36:01.527 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:36:01.527 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:36:01.528 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:36:01.528 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:36:01.528 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:36:01.528 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:36:01.528 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:36:01.528 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:36:01.528 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:36:01.528 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:36:01.528 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:36:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.528 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:36:01.528 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:36:01.528 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:36:01.528 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1586ms. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:36:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:36:01.529 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:36:01.529 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.529 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:36:01.529 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9646ms 2025-06-27 19:36:01.529 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:36:01.529 +03:00 [DBG] Connection id "0HNC8090TG82K" completed keep alive response. 2025-06-27 19:36:01.529 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7699ms 2025-06-27 19:36:01.529 +03:00 [DBG] Connection id "0HNC8090TG82K" received FIN. 2025-06-27 19:36:01.529 +03:00 [DBG] Connection id "0HNC8090TG82K" disconnecting. 2025-06-27 19:36:01.529 +03:00 [DBG] Connection id "0HNC8090TG82K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:36:01.531 +03:00 [DBG] Connection id "0HNC8090TG82K" stopped. 2025-06-27 19:37:01.518 +03:00 [DBG] Connection id "0HNC8090TG82L" accepted. 2025-06-27 19:37:01.518 +03:00 [DBG] Connection id "0HNC8090TG82L" started. 2025-06-27 19:37:01.519 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:37:01.519 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:37:01.519 +03:00 [DBG] POST requests are not supported 2025-06-27 19:37:01.519 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:37:01.519 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:37:01.519 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:37:01.519 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:37:01.519 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:37:01.519 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:37:01.519 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:37:01.519 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:37:01.519 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:37:01.519 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:37:01.519 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:37:01.519 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:37:01.519 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:37:01.519 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:37:01.519 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.519 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.519 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:37:01.520 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:37:01.520 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:37:01.520 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1424ms. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:37:01.520 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:37:01.520 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.520 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:37:01.520 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0088ms 2025-06-27 19:37:01.520 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:37:01.521 +03:00 [DBG] Connection id "0HNC8090TG82L" completed keep alive response. 2025-06-27 19:37:01.521 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0474ms 2025-06-27 19:37:01.521 +03:00 [DBG] Connection id "0HNC8090TG82L" received FIN. 2025-06-27 19:37:01.521 +03:00 [DBG] Connection id "0HNC8090TG82L" disconnecting. 2025-06-27 19:37:01.521 +03:00 [DBG] Connection id "0HNC8090TG82L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:37:01.522 +03:00 [DBG] Connection id "0HNC8090TG82L" stopped. 2025-06-27 19:38:01.524 +03:00 [DBG] Connection id "0HNC8090TG82M" accepted. 2025-06-27 19:38:01.524 +03:00 [DBG] Connection id "0HNC8090TG82M" started. 2025-06-27 19:38:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:38:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:38:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 19:38:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:38:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:38:01.525 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:38:01.525 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:38:01.525 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:38:01.525 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:38:01.525 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:38:01.525 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:38:01.525 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:38:01.525 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:38:01.525 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:38:01.525 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:38:01.525 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:38:01.525 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:38:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.525 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:38:01.525 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:38:01.525 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:38:01.525 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1273ms. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:38:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:38:01.526 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:38:01.526 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:38:01.526 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:38:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:38:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:38:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:38:01.526 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.805ms 2025-06-27 19:38:01.526 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:38:01.526 +03:00 [DBG] Connection id "0HNC8090TG82M" completed keep alive response. 2025-06-27 19:38:01.526 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5477ms 2025-06-27 19:38:01.526 +03:00 [DBG] Connection id "0HNC8090TG82M" received FIN. 2025-06-27 19:38:01.526 +03:00 [DBG] Connection id "0HNC8090TG82M" disconnecting. 2025-06-27 19:38:01.526 +03:00 [DBG] Connection id "0HNC8090TG82M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:38:01.527 +03:00 [DBG] Connection id "0HNC8090TG82M" stopped. 2025-06-27 19:39:01.524 +03:00 [DBG] Connection id "0HNC8090TG82N" accepted. 2025-06-27 19:39:01.524 +03:00 [DBG] Connection id "0HNC8090TG82N" started. 2025-06-27 19:39:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:39:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:39:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 19:39:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:39:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:39:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:39:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:39:01.525 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:39:01.525 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:39:01.525 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:39:01.525 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:39:01.525 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:39:01.525 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:39:01.525 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:39:01.525 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:39:01.525 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:39:01.525 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:39:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.525 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:39:01.525 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:39:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:39:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:39:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:39:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:39:01.526 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:39:01.526 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1327ms. 2025-06-27 19:39:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:39:01.526 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:39:01.526 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:39:01.526 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9943ms 2025-06-27 19:39:01.526 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:39:01.526 +03:00 [DBG] Connection id "0HNC8090TG82N" completed keep alive response. 2025-06-27 19:39:01.526 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0214ms 2025-06-27 19:39:01.526 +03:00 [DBG] Connection id "0HNC8090TG82N" received FIN. 2025-06-27 19:39:01.526 +03:00 [DBG] Connection id "0HNC8090TG82N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:39:01.527 +03:00 [DBG] Connection id "0HNC8090TG82N" disconnecting. 2025-06-27 19:39:01.527 +03:00 [DBG] Connection id "0HNC8090TG82N" stopped. 2025-06-27 19:40:01.530 +03:00 [DBG] Connection id "0HNC8090TG82O" accepted. 2025-06-27 19:40:01.531 +03:00 [DBG] Connection id "0HNC8090TG82O" started. 2025-06-27 19:40:01.531 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:40:01.531 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:40:01.531 +03:00 [DBG] POST requests are not supported 2025-06-27 19:40:01.531 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:40:01.531 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:40:01.531 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:40:01.531 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:40:01.531 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:40:01.531 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:40:01.532 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:40:01.532 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:40:01.532 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:40:01.532 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:40:01.532 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:40:01.532 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:40:01.532 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:40:01.532 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:40:01.532 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.532 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.532 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:40:01.532 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:40:01.533 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:40:01.533 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1851ms. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:40:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:40:01.534 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:40:01.534 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:40:01.534 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:40:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:40:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:40:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:40:01.534 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7922ms 2025-06-27 19:40:01.534 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:40:01.534 +03:00 [DBG] Connection id "0HNC8090TG82O" completed keep alive response. 2025-06-27 19:40:01.534 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.3358ms 2025-06-27 19:40:01.534 +03:00 [DBG] Connection id "0HNC8090TG82O" received FIN. 2025-06-27 19:40:01.534 +03:00 [DBG] Connection id "0HNC8090TG82O" disconnecting. 2025-06-27 19:40:01.535 +03:00 [DBG] Connection id "0HNC8090TG82O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:40:01.536 +03:00 [DBG] Connection id "0HNC8090TG82O" stopped. 2025-06-27 19:41:01.534 +03:00 [DBG] Connection id "0HNC8090TG82P" accepted. 2025-06-27 19:41:01.534 +03:00 [DBG] Connection id "0HNC8090TG82P" started. 2025-06-27 19:41:01.534 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:41:01.534 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:41:01.534 +03:00 [DBG] POST requests are not supported 2025-06-27 19:41:01.534 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:41:01.534 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:41:01.534 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:41:01.534 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:41:01.534 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:41:01.534 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:41:01.534 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:41:01.534 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:41:01.534 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:41:01.535 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:41:01.535 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:41:01.535 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:41:01.535 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:41:01.535 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:41:01.535 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:41:01.535 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:41:01.535 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:41:01.535 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1228ms. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:41:01.535 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:41:01.535 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:41:01.535 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6826ms 2025-06-27 19:41:01.535 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:41:01.535 +03:00 [DBG] Connection id "0HNC8090TG82P" completed keep alive response. 2025-06-27 19:41:01.535 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3479ms 2025-06-27 19:41:01.536 +03:00 [DBG] Connection id "0HNC8090TG82P" received FIN. 2025-06-27 19:41:01.536 +03:00 [DBG] Connection id "0HNC8090TG82P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:41:01.536 +03:00 [DBG] Connection id "0HNC8090TG82P" disconnecting. 2025-06-27 19:41:01.536 +03:00 [DBG] Connection id "0HNC8090TG82P" stopped. 2025-06-27 19:42:01.523 +03:00 [DBG] Connection id "0HNC8090TG82Q" accepted. 2025-06-27 19:42:01.523 +03:00 [DBG] Connection id "0HNC8090TG82Q" started. 2025-06-27 19:42:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:42:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:42:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:42:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:42:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:42:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:42:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:42:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:42:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:42:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:42:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:42:01.524 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:42:01.524 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:42:01.524 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:42:01.524 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:42:01.524 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:42:01.524 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:42:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.524 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:42:01.524 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:42:01.524 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:42:01.524 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1598ms. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:42:01.525 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:42:01.525 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:42:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:42:01.525 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0826ms 2025-06-27 19:42:01.525 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:42:01.525 +03:00 [DBG] Connection id "0HNC8090TG82Q" completed keep alive response. 2025-06-27 19:42:01.525 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9062ms 2025-06-27 19:42:01.525 +03:00 [DBG] Connection id "0HNC8090TG82Q" received FIN. 2025-06-27 19:42:01.526 +03:00 [DBG] Connection id "0HNC8090TG82Q" disconnecting. 2025-06-27 19:42:01.526 +03:00 [DBG] Connection id "0HNC8090TG82Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:42:01.527 +03:00 [DBG] Connection id "0HNC8090TG82Q" stopped. 2025-06-27 19:43:01.524 +03:00 [DBG] Connection id "0HNC8090TG82R" accepted. 2025-06-27 19:43:01.524 +03:00 [DBG] Connection id "0HNC8090TG82R" started. 2025-06-27 19:43:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:43:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:43:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 19:43:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:43:01.525 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:43:01.525 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:43:01.525 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:43:01.525 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:43:01.525 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:43:01.525 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:43:01.525 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:43:01.525 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:43:01.525 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:43:01.525 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:43:01.525 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:43:01.525 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:43:01.525 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:43:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.525 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:43:01.525 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:43:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:43:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:43:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:43:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:43:01.525 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:43:01.526 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.145ms. 2025-06-27 19:43:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:43:01.526 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:43:01.526 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:43:01.526 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9829ms 2025-06-27 19:43:01.526 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:43:01.526 +03:00 [DBG] Connection id "0HNC8090TG82R" completed keep alive response. 2025-06-27 19:43:01.526 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9542ms 2025-06-27 19:43:01.527 +03:00 [DBG] Connection id "0HNC8090TG82R" received FIN. 2025-06-27 19:43:01.527 +03:00 [DBG] Connection id "0HNC8090TG82R" disconnecting. 2025-06-27 19:43:01.527 +03:00 [DBG] Connection id "0HNC8090TG82R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:43:01.528 +03:00 [DBG] Connection id "0HNC8090TG82R" stopped. 2025-06-27 19:44:01.524 +03:00 [DBG] Connection id "0HNC8090TG82S" accepted. 2025-06-27 19:44:01.524 +03:00 [DBG] Connection id "0HNC8090TG82S" started. 2025-06-27 19:44:01.524 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:44:01.524 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:44:01.524 +03:00 [DBG] POST requests are not supported 2025-06-27 19:44:01.524 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:44:01.524 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:44:01.524 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:44:01.524 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:44:01.524 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:44:01.524 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:44:01.524 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:44:01.524 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:44:01.525 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:44:01.525 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:44:01.525 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:44:01.525 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:44:01.525 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:44:01.525 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:44:01.525 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.525 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:44:01.525 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:44:01.525 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:44:01.525 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1252ms. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:44:01.525 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:44:01.525 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:44:01.526 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:44:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:44:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:44:01.526 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.526 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:44:01.526 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9424ms 2025-06-27 19:44:01.526 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:44:01.526 +03:00 [DBG] Connection id "0HNC8090TG82S" completed keep alive response. 2025-06-27 19:44:01.526 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9554ms 2025-06-27 19:44:01.526 +03:00 [DBG] Connection id "0HNC8090TG82S" received FIN. 2025-06-27 19:44:01.526 +03:00 [DBG] Connection id "0HNC8090TG82S" disconnecting. 2025-06-27 19:44:01.526 +03:00 [DBG] Connection id "0HNC8090TG82S" stopped. 2025-06-27 19:44:01.526 +03:00 [DBG] Connection id "0HNC8090TG82S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:45:01.529 +03:00 [DBG] Connection id "0HNC8090TG82T" accepted. 2025-06-27 19:45:01.529 +03:00 [DBG] Connection id "0HNC8090TG82T" started. 2025-06-27 19:45:01.530 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:45:01.530 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:45:01.530 +03:00 [DBG] POST requests are not supported 2025-06-27 19:45:01.530 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:45:01.530 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:45:01.530 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:45:01.530 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:45:01.530 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:45:01.530 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:45:01.531 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:45:01.531 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:45:01.531 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:45:01.531 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:45:01.531 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:45:01.531 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:45:01.531 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:45:01.531 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:45:01.531 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.531 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.531 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:45:01.531 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:45:01.532 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:45:01.532 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1675ms. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:45:01.532 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:45:01.532 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.532 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:45:01.532 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3648ms 2025-06-27 19:45:01.533 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:45:01.533 +03:00 [DBG] Connection id "0HNC8090TG82T" completed keep alive response. 2025-06-27 19:45:01.533 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.193ms 2025-06-27 19:45:01.533 +03:00 [DBG] Connection id "0HNC8090TG82T" received FIN. 2025-06-27 19:45:01.533 +03:00 [DBG] Connection id "0HNC8090TG82T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:45:01.533 +03:00 [DBG] Connection id "0HNC8090TG82T" disconnecting. 2025-06-27 19:45:01.533 +03:00 [DBG] Connection id "0HNC8090TG82T" stopped. 2025-06-27 19:46:01.536 +03:00 [DBG] Connection id "0HNC8090TG82U" accepted. 2025-06-27 19:46:01.537 +03:00 [DBG] Connection id "0HNC8090TG82U" started. 2025-06-27 19:46:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:46:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:46:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 19:46:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:46:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:46:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:46:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:46:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:46:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:46:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:46:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:46:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:46:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:46:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:46:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:46:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:46:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:46:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:46:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:46:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:46:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:46:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:46:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:46:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:46:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.128ms. 2025-06-27 19:46:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:46:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:46:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:46:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.708ms 2025-06-27 19:46:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:46:01.538 +03:00 [DBG] Connection id "0HNC8090TG82U" completed keep alive response. 2025-06-27 19:46:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3179ms 2025-06-27 19:46:01.539 +03:00 [DBG] Connection id "0HNC8090TG82U" received FIN. 2025-06-27 19:46:01.539 +03:00 [DBG] Connection id "0HNC8090TG82U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:46:01.539 +03:00 [DBG] Connection id "0HNC8090TG82U" disconnecting. 2025-06-27 19:46:01.539 +03:00 [DBG] Connection id "0HNC8090TG82U" stopped. 2025-06-27 19:47:01.536 +03:00 [DBG] Connection id "0HNC8090TG82V" accepted. 2025-06-27 19:47:01.536 +03:00 [DBG] Connection id "0HNC8090TG82V" started. 2025-06-27 19:47:01.536 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:47:01.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:47:01.536 +03:00 [DBG] POST requests are not supported 2025-06-27 19:47:01.536 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:47:01.536 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:47:01.536 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:47:01.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:47:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:47:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:47:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:47:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:47:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:47:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:47:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:47:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:47:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:47:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:47:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:47:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:47:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:47:01.537 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1342ms. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:47:01.537 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:47:01.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:47:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8241ms 2025-06-27 19:47:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:47:01.538 +03:00 [DBG] Connection id "0HNC8090TG82V" completed keep alive response. 2025-06-27 19:47:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5995ms 2025-06-27 19:47:01.538 +03:00 [DBG] Connection id "0HNC8090TG82V" received FIN. 2025-06-27 19:47:01.538 +03:00 [DBG] Connection id "0HNC8090TG82V" disconnecting. 2025-06-27 19:47:01.538 +03:00 [DBG] Connection id "0HNC8090TG82V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:47:01.539 +03:00 [DBG] Connection id "0HNC8090TG82V" stopped. 2025-06-27 19:48:01.524 +03:00 [DBG] Connection id "0HNC8090TG830" accepted. 2025-06-27 19:48:01.525 +03:00 [DBG] Connection id "0HNC8090TG830" started. 2025-06-27 19:48:01.525 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:48:01.525 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:48:01.525 +03:00 [DBG] POST requests are not supported 2025-06-27 19:48:01.525 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:48:01.525 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:48:01.525 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:48:01.525 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:48:01.525 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:48:01.525 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:48:01.525 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:48:01.526 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:48:01.526 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:48:01.526 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:48:01.526 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:48:01.526 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:48:01.526 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:48:01.526 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:48:01.526 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.526 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.526 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:48:01.526 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:48:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:48:01.526 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:48:01.526 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:48:01.527 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:48:01.527 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1801ms. 2025-06-27 19:48:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:48:01.527 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:48:01.527 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:48:01.527 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:48:01.527 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:48:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:48:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:48:01.528 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7684ms 2025-06-27 19:48:01.528 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:48:01.528 +03:00 [DBG] Connection id "0HNC8090TG830" completed keep alive response. 2025-06-27 19:48:01.528 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2114ms 2025-06-27 19:48:01.528 +03:00 [DBG] Connection id "0HNC8090TG830" received FIN. 2025-06-27 19:48:01.528 +03:00 [DBG] Connection id "0HNC8090TG830" disconnecting. 2025-06-27 19:48:01.529 +03:00 [DBG] Connection id "0HNC8090TG830" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:48:01.530 +03:00 [DBG] Connection id "0HNC8090TG830" stopped. 2025-06-27 19:49:01.532 +03:00 [DBG] Connection id "0HNC8090TG831" accepted. 2025-06-27 19:49:01.532 +03:00 [DBG] Connection id "0HNC8090TG831" started. 2025-06-27 19:49:01.532 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:49:01.532 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:49:01.533 +03:00 [DBG] POST requests are not supported 2025-06-27 19:49:01.533 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:49:01.533 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:49:01.533 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:49:01.533 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:49:01.533 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:49:01.533 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:49:01.533 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:49:01.533 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:49:01.533 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:49:01.533 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:49:01.533 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:49:01.533 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:49:01.533 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:49:01.533 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:49:01.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.533 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:49:01.534 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:49:01.534 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:49:01.534 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1668ms. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:49:01.534 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:49:01.534 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.535 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.535 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:49:01.535 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2497ms 2025-06-27 19:49:01.535 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:49:01.535 +03:00 [DBG] Connection id "0HNC8090TG831" completed keep alive response. 2025-06-27 19:49:01.535 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3662ms 2025-06-27 19:49:01.535 +03:00 [DBG] Connection id "0HNC8090TG831" received FIN. 2025-06-27 19:49:01.535 +03:00 [DBG] Connection id "0HNC8090TG831" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:49:01.535 +03:00 [DBG] Connection id "0HNC8090TG831" disconnecting. 2025-06-27 19:49:01.535 +03:00 [DBG] Connection id "0HNC8090TG831" stopped. 2025-06-27 19:50:01.522 +03:00 [DBG] Connection id "0HNC8090TG832" accepted. 2025-06-27 19:50:01.523 +03:00 [DBG] Connection id "0HNC8090TG832" started. 2025-06-27 19:50:01.523 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:50:01.523 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:50:01.523 +03:00 [DBG] POST requests are not supported 2025-06-27 19:50:01.523 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:50:01.523 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:50:01.523 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:50:01.523 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:50:01.523 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:50:01.523 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:50:01.523 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:50:01.523 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:50:01.523 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:50:01.523 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:50:01.523 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:50:01.523 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:50:01.523 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:50:01.523 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:50:01.523 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.523 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.523 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:50:01.523 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:50:01.523 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:50:01.523 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1383ms. 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:50:01.523 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:50:01.524 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:50:01.524 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.524 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:50:01.524 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6521ms 2025-06-27 19:50:01.524 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:50:01.524 +03:00 [DBG] Connection id "0HNC8090TG832" completed keep alive response. 2025-06-27 19:50:01.524 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1813ms 2025-06-27 19:50:01.524 +03:00 [DBG] Connection id "0HNC8090TG832" received FIN. 2025-06-27 19:50:01.524 +03:00 [DBG] Connection id "0HNC8090TG832" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:50:01.524 +03:00 [DBG] Connection id "0HNC8090TG832" disconnecting. 2025-06-27 19:50:01.524 +03:00 [DBG] Connection id "0HNC8090TG832" stopped. 2025-06-27 19:51:01.526 +03:00 [DBG] Connection id "0HNC8090TG833" accepted. 2025-06-27 19:51:01.527 +03:00 [DBG] Connection id "0HNC8090TG833" started. 2025-06-27 19:51:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:51:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:51:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:51:01.527 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:51:01.527 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:51:01.527 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:51:01.527 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:51:01.527 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:51:01.527 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:51:01.527 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:51:01.527 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:51:01.527 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:51:01.527 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:51:01.527 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:51:01.527 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:51:01.527 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:51:01.527 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:51:01.527 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.527 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.527 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:51:01.527 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:51:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:51:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:51:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:51:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:51:01.527 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:51:01.528 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1327ms. 2025-06-27 19:51:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:51:01.528 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:51:01.528 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:51:01.528 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.73ms 2025-06-27 19:51:01.528 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:51:01.528 +03:00 [DBG] Connection id "0HNC8090TG833" completed keep alive response. 2025-06-27 19:51:01.528 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3264ms 2025-06-27 19:51:01.528 +03:00 [DBG] Connection id "0HNC8090TG833" received FIN. 2025-06-27 19:51:01.528 +03:00 [DBG] Connection id "0HNC8090TG833" disconnecting. 2025-06-27 19:51:01.528 +03:00 [DBG] Connection id "0HNC8090TG833" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:51:01.529 +03:00 [DBG] Connection id "0HNC8090TG833" stopped. 2025-06-27 19:52:01.536 +03:00 [DBG] Connection id "0HNC8090TG834" accepted. 2025-06-27 19:52:01.536 +03:00 [DBG] Connection id "0HNC8090TG834" started. 2025-06-27 19:52:01.536 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:52:01.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:52:01.536 +03:00 [DBG] POST requests are not supported 2025-06-27 19:52:01.536 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:52:01.536 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:52:01.536 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:52:01.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:52:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:52:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:52:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:52:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:52:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:52:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:52:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:52:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:52:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:52:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:52:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:52:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:52:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:52:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:52:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:52:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:52:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:52:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1597ms. 2025-06-27 19:52:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:52:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:52:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:52:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1671ms 2025-06-27 19:52:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:52:01.538 +03:00 [DBG] Connection id "0HNC8090TG834" completed keep alive response. 2025-06-27 19:52:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4135ms 2025-06-27 19:52:01.538 +03:00 [DBG] Connection id "0HNC8090TG834" received FIN. 2025-06-27 19:52:01.539 +03:00 [DBG] Connection id "0HNC8090TG834" disconnecting. 2025-06-27 19:52:01.539 +03:00 [DBG] Connection id "0HNC8090TG834" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:52:01.540 +03:00 [DBG] Connection id "0HNC8090TG834" stopped. 2025-06-27 19:53:01.532 +03:00 [DBG] Connection id "0HNC8090TG835" accepted. 2025-06-27 19:53:01.532 +03:00 [DBG] Connection id "0HNC8090TG835" started. 2025-06-27 19:53:01.533 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:53:01.533 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:53:01.533 +03:00 [DBG] POST requests are not supported 2025-06-27 19:53:01.533 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:53:01.533 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:53:01.533 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:53:01.533 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:53:01.533 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:53:01.533 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:53:01.533 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:53:01.533 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:53:01.533 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:53:01.533 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:53:01.533 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:53:01.533 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:53:01.533 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:53:01.533 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:53:01.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.533 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:53:01.533 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:53:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:53:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:53:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:53:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:53:01.533 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:53:01.533 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1409ms. 2025-06-27 19:53:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:53:01.534 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:53:01.534 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:53:01.534 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6586ms 2025-06-27 19:53:01.534 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:53:01.534 +03:00 [DBG] Connection id "0HNC8090TG835" completed keep alive response. 2025-06-27 19:53:01.534 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2861ms 2025-06-27 19:53:01.534 +03:00 [DBG] Connection id "0HNC8090TG835" received FIN. 2025-06-27 19:53:01.534 +03:00 [DBG] Connection id "0HNC8090TG835" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:53:01.534 +03:00 [DBG] Connection id "0HNC8090TG835" disconnecting. 2025-06-27 19:53:01.534 +03:00 [DBG] Connection id "0HNC8090TG835" stopped. 2025-06-27 19:54:01.536 +03:00 [DBG] Connection id "0HNC8090TG836" accepted. 2025-06-27 19:54:01.537 +03:00 [DBG] Connection id "0HNC8090TG836" started. 2025-06-27 19:54:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:54:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:54:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 19:54:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:54:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:54:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:54:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:54:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:54:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:54:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:54:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:54:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:54:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:54:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:54:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:54:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:54:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:54:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:54:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:54:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:54:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:54:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:54:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:54:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:54:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1298ms. 2025-06-27 19:54:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:54:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:54:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:54:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8902ms 2025-06-27 19:54:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:54:01.538 +03:00 [DBG] Connection id "0HNC8090TG836" completed keep alive response. 2025-06-27 19:54:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5763ms 2025-06-27 19:54:01.539 +03:00 [DBG] Connection id "0HNC8090TG836" received FIN. 2025-06-27 19:54:01.539 +03:00 [DBG] Connection id "0HNC8090TG836" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:54:01.539 +03:00 [DBG] Connection id "0HNC8090TG836" disconnecting. 2025-06-27 19:54:01.539 +03:00 [DBG] Connection id "0HNC8090TG836" stopped. 2025-06-27 19:55:01.529 +03:00 [DBG] Connection id "0HNC8090TG837" accepted. 2025-06-27 19:55:01.529 +03:00 [DBG] Connection id "0HNC8090TG837" started. 2025-06-27 19:55:01.529 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:55:01.529 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:55:01.529 +03:00 [DBG] POST requests are not supported 2025-06-27 19:55:01.529 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:55:01.529 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:55:01.529 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:55:01.529 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:55:01.529 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:55:01.529 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:55:01.529 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:55:01.529 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:55:01.530 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:55:01.530 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:55:01.530 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:55:01.530 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:55:01.530 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:55:01.530 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:55:01.530 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.530 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.530 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:55:01.530 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:55:01.530 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:55:01.530 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1349ms. 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:55:01.530 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:55:01.531 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:55:01.531 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.531 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:55:01.531 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1642ms 2025-06-27 19:55:01.531 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:55:01.531 +03:00 [DBG] Connection id "0HNC8090TG837" completed keep alive response. 2025-06-27 19:55:01.531 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1494ms 2025-06-27 19:55:01.531 +03:00 [DBG] Connection id "0HNC8090TG837" received FIN. 2025-06-27 19:55:01.532 +03:00 [DBG] Connection id "0HNC8090TG837" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:55:01.532 +03:00 [DBG] Connection id "0HNC8090TG837" disconnecting. 2025-06-27 19:55:01.532 +03:00 [DBG] Connection id "0HNC8090TG837" stopped. 2025-06-27 19:56:01.526 +03:00 [DBG] Connection id "0HNC8090TG838" accepted. 2025-06-27 19:56:01.526 +03:00 [DBG] Connection id "0HNC8090TG838" started. 2025-06-27 19:56:01.527 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:56:01.527 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:56:01.527 +03:00 [DBG] POST requests are not supported 2025-06-27 19:56:01.527 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:56:01.527 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:56:01.527 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:56:01.527 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:56:01.527 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:56:01.527 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:56:01.527 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:56:01.527 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:56:01.527 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:56:01.527 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:56:01.527 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:56:01.527 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:56:01.527 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:56:01.527 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:56:01.527 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.527 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.527 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:56:01.527 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:56:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:56:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:56:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:56:01.527 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:56:01.527 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:56:01.527 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1436ms. 2025-06-27 19:56:01.527 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:56:01.528 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:56:01.528 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.528 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:56:01.528 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7765ms 2025-06-27 19:56:01.528 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:56:01.528 +03:00 [DBG] Connection id "0HNC8090TG838" completed keep alive response. 2025-06-27 19:56:01.528 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4128ms 2025-06-27 19:56:01.528 +03:00 [DBG] Connection id "0HNC8090TG838" received FIN. 2025-06-27 19:56:01.528 +03:00 [DBG] Connection id "0HNC8090TG838" disconnecting. 2025-06-27 19:56:01.529 +03:00 [DBG] Connection id "0HNC8090TG838" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:56:01.530 +03:00 [DBG] Connection id "0HNC8090TG838" stopped. 2025-06-27 19:57:01.534 +03:00 [DBG] Connection id "0HNC8090TG839" accepted. 2025-06-27 19:57:01.534 +03:00 [DBG] Connection id "0HNC8090TG839" started. 2025-06-27 19:57:01.535 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:57:01.535 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:57:01.535 +03:00 [DBG] POST requests are not supported 2025-06-27 19:57:01.535 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:57:01.535 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:57:01.535 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:57:01.535 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:57:01.535 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:57:01.535 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:57:01.535 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:57:01.535 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:57:01.535 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:57:01.535 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:57:01.535 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:57:01.535 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:57:01.535 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:57:01.535 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:57:01.535 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.535 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.535 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:57:01.535 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:57:01.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:57:01.535 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:57:01.535 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:57:01.535 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:57:01.535 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:57:01.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1514ms. 2025-06-27 19:57:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:57:01.536 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:57:01.536 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:57:01.536 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7466ms 2025-06-27 19:57:01.536 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:57:01.536 +03:00 [DBG] Connection id "0HNC8090TG839" completed keep alive response. 2025-06-27 19:57:01.536 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4131ms 2025-06-27 19:57:01.536 +03:00 [DBG] Connection id "0HNC8090TG839" received FIN. 2025-06-27 19:57:01.536 +03:00 [DBG] Connection id "0HNC8090TG839" disconnecting. 2025-06-27 19:57:01.536 +03:00 [DBG] Connection id "0HNC8090TG839" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:57:01.537 +03:00 [DBG] Connection id "0HNC8090TG839" stopped. 2025-06-27 19:58:01.536 +03:00 [DBG] Connection id "0HNC8090TG83A" accepted. 2025-06-27 19:58:01.536 +03:00 [DBG] Connection id "0HNC8090TG83A" started. 2025-06-27 19:58:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:58:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:58:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 19:58:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:58:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:58:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:58:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:58:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:58:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:58:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:58:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:58:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:58:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:58:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:58:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:58:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:58:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:58:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:58:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:58:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:58:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1225ms. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:58:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:58:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:58:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:58:01.539 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6708ms 2025-06-27 19:58:01.539 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:58:01.539 +03:00 [DBG] Connection id "0HNC8090TG83A" completed keep alive response. 2025-06-27 19:58:01.539 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6295ms 2025-06-27 19:58:01.539 +03:00 [DBG] Connection id "0HNC8090TG83A" received FIN. 2025-06-27 19:58:01.540 +03:00 [DBG] Connection id "0HNC8090TG83A" disconnecting. 2025-06-27 19:58:01.540 +03:00 [DBG] Connection id "0HNC8090TG83A" stopped. 2025-06-27 19:58:01.540 +03:00 [DBG] Connection id "0HNC8090TG83A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:59:01.539 +03:00 [DBG] Connection id "0HNC8090TG83B" accepted. 2025-06-27 19:59:01.539 +03:00 [DBG] Connection id "0HNC8090TG83B" started. 2025-06-27 19:59:01.539 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 19:59:01.539 +03:00 [VRB] All hosts are allowed. 2025-06-27 19:59:01.539 +03:00 [DBG] POST requests are not supported 2025-06-27 19:59:01.539 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 19:59:01.539 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 19:59:01.539 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:59:01.539 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 19:59:01.539 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 19:59:01.539 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 19:59:01.539 +03:00 [INF] CORS policy execution successful. 2025-06-27 19:59:01.539 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:59:01.539 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 19:59:01.539 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 19:59:01.539 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 19:59:01.539 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 19:59:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 19:59:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 19:59:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.539 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:59:01.539 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 19:59:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:59:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:59:01.540 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 19:59:01.540 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1169ms. 2025-06-27 19:59:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:59:01.540 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 19:59:01.540 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 19:59:01.540 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6705ms 2025-06-27 19:59:01.540 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 19:59:01.540 +03:00 [DBG] Connection id "0HNC8090TG83B" completed keep alive response. 2025-06-27 19:59:01.540 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.249ms 2025-06-27 19:59:01.540 +03:00 [DBG] Connection id "0HNC8090TG83B" received FIN. 2025-06-27 19:59:01.540 +03:00 [DBG] Connection id "0HNC8090TG83B" disconnecting. 2025-06-27 19:59:01.540 +03:00 [DBG] Connection id "0HNC8090TG83B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 19:59:01.542 +03:00 [DBG] Connection id "0HNC8090TG83B" stopped. 2025-06-27 20:00:01.540 +03:00 [DBG] Connection id "0HNC8090TG83C" accepted. 2025-06-27 20:00:01.541 +03:00 [DBG] Connection id "0HNC8090TG83C" started. 2025-06-27 20:00:01.541 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:00:01.541 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:00:01.541 +03:00 [DBG] POST requests are not supported 2025-06-27 20:00:01.541 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:00:01.541 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:00:01.541 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:00:01.541 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:00:01.541 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:00:01.541 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:00:01.541 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:00:01.541 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:00:01.541 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:00:01.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:00:01.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:00:01.541 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:00:01.541 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:00:01.541 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:00:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.541 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:00:01.542 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:00:01.542 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:00:01.542 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1271ms. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:00:01.542 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:00:01.542 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:00:01.542 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7792ms 2025-06-27 20:00:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:00:01.542 +03:00 [DBG] Connection id "0HNC8090TG83C" completed keep alive response. 2025-06-27 20:00:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4692ms 2025-06-27 20:00:01.543 +03:00 [DBG] Connection id "0HNC8090TG83C" received FIN. 2025-06-27 20:00:01.543 +03:00 [DBG] Connection id "0HNC8090TG83C" disconnecting. 2025-06-27 20:00:01.543 +03:00 [DBG] Connection id "0HNC8090TG83C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:00:01.544 +03:00 [DBG] Connection id "0HNC8090TG83C" stopped. 2025-06-27 20:01:01.538 +03:00 [DBG] Connection id "0HNC8090TG83D" accepted. 2025-06-27 20:01:01.538 +03:00 [DBG] Connection id "0HNC8090TG83D" started. 2025-06-27 20:01:01.538 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:01:01.538 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:01:01.538 +03:00 [DBG] POST requests are not supported 2025-06-27 20:01:01.538 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:01:01.538 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:01:01.538 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:01:01.538 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:01:01.539 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:01:01.539 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:01:01.539 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:01:01.539 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:01:01.539 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:01:01.539 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:01:01.539 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:01:01.539 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:01:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:01:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:01:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.539 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:01:01.539 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:01:01.539 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:01:01.539 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1216ms. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:01:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:01:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:01:01.540 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6798ms 2025-06-27 20:01:01.540 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:01:01.540 +03:00 [DBG] Connection id "0HNC8090TG83D" completed keep alive response. 2025-06-27 20:01:01.540 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3544ms 2025-06-27 20:01:01.540 +03:00 [DBG] Connection id "0HNC8090TG83D" received FIN. 2025-06-27 20:01:01.540 +03:00 [DBG] Connection id "0HNC8090TG83D" disconnecting. 2025-06-27 20:01:01.540 +03:00 [DBG] Connection id "0HNC8090TG83D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:01:01.541 +03:00 [DBG] Connection id "0HNC8090TG83D" stopped. 2025-06-27 20:02:01.611 +03:00 [DBG] Connection id "0HNC8090TG83E" accepted. 2025-06-27 20:02:01.611 +03:00 [DBG] Connection id "0HNC8090TG83E" started. 2025-06-27 20:02:01.611 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:02:01.611 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:02:01.611 +03:00 [DBG] POST requests are not supported 2025-06-27 20:02:01.611 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:02:01.611 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:02:01.611 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:02:01.611 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:02:01.611 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:02:01.611 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:02:01.611 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:02:01.611 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:02:01.611 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:02:01.612 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:02:01.612 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:02:01.612 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:02:01.612 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:02:01.612 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:02:01.612 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:02:01.612 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:02:01.612 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:02:01.612 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1446ms. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:02:01.612 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:02:01.612 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:02:01.612 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7318ms 2025-06-27 20:02:01.612 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:02:01.612 +03:00 [DBG] Connection id "0HNC8090TG83E" completed keep alive response. 2025-06-27 20:02:01.613 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.471ms 2025-06-27 20:02:01.613 +03:00 [DBG] Connection id "0HNC8090TG83E" received FIN. 2025-06-27 20:02:01.613 +03:00 [DBG] Connection id "0HNC8090TG83E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:02:01.613 +03:00 [DBG] Connection id "0HNC8090TG83E" disconnecting. 2025-06-27 20:02:01.613 +03:00 [DBG] Connection id "0HNC8090TG83E" stopped. 2025-06-27 20:03:01.538 +03:00 [DBG] Connection id "0HNC8090TG83F" accepted. 2025-06-27 20:03:01.538 +03:00 [DBG] Connection id "0HNC8090TG83F" started. 2025-06-27 20:03:01.538 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:03:01.538 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:03:01.538 +03:00 [DBG] POST requests are not supported 2025-06-27 20:03:01.538 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:03:01.538 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:03:01.538 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:03:01.538 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:03:01.538 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:03:01.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:03:01.539 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:03:01.539 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:03:01.539 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:03:01.539 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:03:01.539 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:03:01.539 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:03:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:03:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:03:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:03:01.539 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:03:01.539 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:03:01.539 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.122ms. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:03:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:03:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:03:01.539 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7437ms 2025-06-27 20:03:01.540 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:03:01.540 +03:00 [DBG] Connection id "0HNC8090TG83F" completed keep alive response. 2025-06-27 20:03:01.540 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3632ms 2025-06-27 20:03:01.540 +03:00 [DBG] Connection id "0HNC8090TG83F" received FIN. 2025-06-27 20:03:01.540 +03:00 [DBG] Connection id "0HNC8090TG83F" disconnecting. 2025-06-27 20:03:01.540 +03:00 [DBG] Connection id "0HNC8090TG83F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:03:01.541 +03:00 [DBG] Connection id "0HNC8090TG83F" stopped. 2025-06-27 20:04:01.536 +03:00 [DBG] Connection id "0HNC8090TG83G" accepted. 2025-06-27 20:04:01.537 +03:00 [DBG] Connection id "0HNC8090TG83G" started. 2025-06-27 20:04:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:04:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:04:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 20:04:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:04:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:04:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:04:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:04:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:04:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:04:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:04:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:04:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:04:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:04:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:04:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:04:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:04:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:04:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:04:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:04:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:04:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:04:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:04:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:04:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:04:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1203ms. 2025-06-27 20:04:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:04:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:04:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:04:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6945ms 2025-06-27 20:04:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:04:01.538 +03:00 [DBG] Connection id "0HNC8090TG83G" completed keep alive response. 2025-06-27 20:04:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2973ms 2025-06-27 20:04:01.538 +03:00 [DBG] Connection id "0HNC8090TG83G" received FIN. 2025-06-27 20:04:01.538 +03:00 [DBG] Connection id "0HNC8090TG83G" disconnecting. 2025-06-27 20:04:01.538 +03:00 [DBG] Connection id "0HNC8090TG83G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:04:01.539 +03:00 [DBG] Connection id "0HNC8090TG83G" stopped. 2025-06-27 20:05:01.544 +03:00 [DBG] Connection id "0HNC8090TG83H" accepted. 2025-06-27 20:05:01.544 +03:00 [DBG] Connection id "0HNC8090TG83H" started. 2025-06-27 20:05:01.544 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:05:01.544 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:05:01.544 +03:00 [DBG] POST requests are not supported 2025-06-27 20:05:01.544 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:05:01.544 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:05:01.544 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:05:01.544 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:05:01.544 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:05:01.544 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:05:01.544 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:05:01.544 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:05:01.545 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:05:01.545 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:05:01.545 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:05:01.545 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:05:01.545 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:05:01.545 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:05:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.545 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:05:01.545 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:05:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:05:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:05:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:05:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:05:01.545 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:05:01.545 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1656ms. 2025-06-27 20:05:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:05:01.546 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:05:01.546 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:05:01.546 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1335ms 2025-06-27 20:05:01.546 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:05:01.546 +03:00 [DBG] Connection id "0HNC8090TG83H" completed keep alive response. 2025-06-27 20:05:01.546 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1458ms 2025-06-27 20:05:01.547 +03:00 [DBG] Connection id "0HNC8090TG83H" received FIN. 2025-06-27 20:05:01.547 +03:00 [DBG] Connection id "0HNC8090TG83H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:05:01.547 +03:00 [DBG] Connection id "0HNC8090TG83H" disconnecting. 2025-06-27 20:05:01.547 +03:00 [DBG] Connection id "0HNC8090TG83H" stopped. 2025-06-27 20:06:01.540 +03:00 [DBG] Connection id "0HNC8090TG83I" accepted. 2025-06-27 20:06:01.540 +03:00 [DBG] Connection id "0HNC8090TG83I" started. 2025-06-27 20:06:01.540 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:06:01.540 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:06:01.540 +03:00 [DBG] POST requests are not supported 2025-06-27 20:06:01.540 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:06:01.540 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:06:01.540 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:06:01.540 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:06:01.540 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:06:01.540 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:06:01.540 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:06:01.540 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:06:01.541 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:06:01.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:06:01.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:06:01.541 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:06:01.541 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:06:01.541 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:06:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.541 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:06:01.541 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:06:01.541 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:06:01.541 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1293ms. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:06:01.541 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:06:01.541 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:06:01.541 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:06:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:06:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:06:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:06:01.542 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8397ms 2025-06-27 20:06:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:06:01.542 +03:00 [DBG] Connection id "0HNC8090TG83I" completed keep alive response. 2025-06-27 20:06:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6082ms 2025-06-27 20:06:01.542 +03:00 [DBG] Connection id "0HNC8090TG83I" received FIN. 2025-06-27 20:06:01.542 +03:00 [DBG] Connection id "0HNC8090TG83I" disconnecting. 2025-06-27 20:06:01.542 +03:00 [DBG] Connection id "0HNC8090TG83I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:06:01.543 +03:00 [DBG] Connection id "0HNC8090TG83I" stopped. 2025-06-27 20:07:01.540 +03:00 [DBG] Connection id "0HNC8090TG83J" accepted. 2025-06-27 20:07:01.540 +03:00 [DBG] Connection id "0HNC8090TG83J" started. 2025-06-27 20:07:01.540 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:07:01.540 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:07:01.540 +03:00 [DBG] POST requests are not supported 2025-06-27 20:07:01.540 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:07:01.540 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:07:01.540 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:07:01.540 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:07:01.540 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:07:01.540 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:07:01.540 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:07:01.540 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:07:01.540 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:07:01.540 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:07:01.540 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:07:01.540 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:07:01.540 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:07:01.540 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:07:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.540 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:07:01.541 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:07:01.541 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:07:01.541 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1208ms. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:07:01.541 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:07:01.541 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:07:01.541 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7603ms 2025-06-27 20:07:01.541 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:07:01.541 +03:00 [DBG] Connection id "0HNC8090TG83J" completed keep alive response. 2025-06-27 20:07:01.541 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3698ms 2025-06-27 20:07:01.542 +03:00 [DBG] Connection id "0HNC8090TG83J" received FIN. 2025-06-27 20:07:01.542 +03:00 [DBG] Connection id "0HNC8090TG83J" disconnecting. 2025-06-27 20:07:01.542 +03:00 [DBG] Connection id "0HNC8090TG83J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:07:01.543 +03:00 [DBG] Connection id "0HNC8090TG83J" stopped. 2025-06-27 20:08:01.541 +03:00 [DBG] Connection id "0HNC8090TG83K" accepted. 2025-06-27 20:08:01.541 +03:00 [DBG] Connection id "0HNC8090TG83K" started. 2025-06-27 20:08:01.541 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:08:01.541 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:08:01.541 +03:00 [DBG] POST requests are not supported 2025-06-27 20:08:01.541 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:08:01.541 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:08:01.541 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:08:01.541 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:08:01.541 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:08:01.541 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:08:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:08:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:08:01.542 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:08:01.542 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:08:01.542 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:08:01.542 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:08:01.542 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:08:01.542 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:08:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.542 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:08:01.542 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:08:01.542 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:08:01.542 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1305ms. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:08:01.542 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:08:01.542 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:08:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7606ms 2025-06-27 20:08:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:08:01.543 +03:00 [DBG] Connection id "0HNC8090TG83K" completed keep alive response. 2025-06-27 20:08:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4722ms 2025-06-27 20:08:01.543 +03:00 [DBG] Connection id "0HNC8090TG83K" received FIN. 2025-06-27 20:08:01.543 +03:00 [DBG] Connection id "0HNC8090TG83K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:08:01.543 +03:00 [DBG] Connection id "0HNC8090TG83K" disconnecting. 2025-06-27 20:08:01.543 +03:00 [DBG] Connection id "0HNC8090TG83K" stopped. 2025-06-27 20:09:01.542 +03:00 [DBG] Connection id "0HNC8090TG83L" accepted. 2025-06-27 20:09:01.542 +03:00 [DBG] Connection id "0HNC8090TG83L" started. 2025-06-27 20:09:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:09:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:09:01.542 +03:00 [DBG] POST requests are not supported 2025-06-27 20:09:01.542 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:09:01.542 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:09:01.542 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:09:01.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:09:01.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:09:01.542 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:09:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:09:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:09:01.542 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:09:01.542 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:09:01.542 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:09:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:09:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:09:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:09:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:09:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:09:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:09:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1358ms. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:09:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:09:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:09:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7318ms 2025-06-27 20:09:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:09:01.543 +03:00 [DBG] Connection id "0HNC8090TG83L" completed keep alive response. 2025-06-27 20:09:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4467ms 2025-06-27 20:09:01.544 +03:00 [DBG] Connection id "0HNC8090TG83L" received FIN. 2025-06-27 20:09:01.544 +03:00 [DBG] Connection id "0HNC8090TG83L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:09:01.544 +03:00 [DBG] Connection id "0HNC8090TG83L" disconnecting. 2025-06-27 20:09:01.544 +03:00 [DBG] Connection id "0HNC8090TG83L" stopped. 2025-06-27 20:10:01.541 +03:00 [DBG] Connection id "0HNC8090TG83M" accepted. 2025-06-27 20:10:01.541 +03:00 [DBG] Connection id "0HNC8090TG83M" started. 2025-06-27 20:10:01.541 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:10:01.541 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:10:01.541 +03:00 [DBG] POST requests are not supported 2025-06-27 20:10:01.541 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:10:01.541 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:10:01.541 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:10:01.541 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:10:01.541 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:10:01.541 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:10:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:10:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:10:01.542 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:10:01.542 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:10:01.542 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:10:01.542 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:10:01.542 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:10:01.542 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:10:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.542 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:10:01.542 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:10:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:10:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:10:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:10:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:10:01.542 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:10:01.542 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1606ms. 2025-06-27 20:10:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:10:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:10:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:10:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2088ms 2025-06-27 20:10:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:10:01.543 +03:00 [DBG] Connection id "0HNC8090TG83M" completed keep alive response. 2025-06-27 20:10:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.127ms 2025-06-27 20:10:01.544 +03:00 [DBG] Connection id "0HNC8090TG83M" received FIN. 2025-06-27 20:10:01.544 +03:00 [DBG] Connection id "0HNC8090TG83M" disconnecting. 2025-06-27 20:10:01.544 +03:00 [DBG] Connection id "0HNC8090TG83M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:10:01.545 +03:00 [DBG] Connection id "0HNC8090TG83M" stopped. 2025-06-27 20:11:01.547 +03:00 [DBG] Connection id "0HNC8090TG83N" accepted. 2025-06-27 20:11:01.547 +03:00 [DBG] Connection id "0HNC8090TG83N" started. 2025-06-27 20:11:01.547 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:11:01.547 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:11:01.547 +03:00 [DBG] POST requests are not supported 2025-06-27 20:11:01.547 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:11:01.547 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:11:01.547 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:11:01.547 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:11:01.547 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:11:01.547 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:11:01.547 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:11:01.547 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:11:01.547 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:11:01.548 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:11:01.548 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:11:01.548 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:11:01.548 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:11:01.548 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:11:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.548 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:11:01.548 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:11:01.548 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:11:01.548 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1403ms. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:11:01.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:11:01.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:11:01.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:11:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:11:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:11:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:11:01.549 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0211ms 2025-06-27 20:11:01.549 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG83N" completed keep alive response. 2025-06-27 20:11:01.549 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8438ms 2025-06-27 20:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG83N" received FIN. 2025-06-27 20:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG83N" disconnecting. 2025-06-27 20:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG83N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:11:01.550 +03:00 [DBG] Connection id "0HNC8090TG83N" stopped. 2025-06-27 20:12:01.538 +03:00 [DBG] Connection id "0HNC8090TG83O" accepted. 2025-06-27 20:12:01.538 +03:00 [DBG] Connection id "0HNC8090TG83O" started. 2025-06-27 20:12:01.538 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:12:01.538 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:12:01.538 +03:00 [DBG] POST requests are not supported 2025-06-27 20:12:01.538 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:12:01.538 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:12:01.538 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:12:01.538 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:12:01.538 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:12:01.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:12:01.538 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:12:01.538 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:12:01.538 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:12:01.538 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:12:01.538 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:12:01.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:12:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:12:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:12:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:12:01.539 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:12:01.539 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:12:01.539 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1133ms. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:12:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:12:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:12:01.539 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.626ms 2025-06-27 20:12:01.539 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:12:01.539 +03:00 [DBG] Connection id "0HNC8090TG83O" completed keep alive response. 2025-06-27 20:12:01.539 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1946ms 2025-06-27 20:12:01.539 +03:00 [DBG] Connection id "0HNC8090TG83O" received FIN. 2025-06-27 20:12:01.540 +03:00 [DBG] Connection id "0HNC8090TG83O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:12:01.540 +03:00 [DBG] Connection id "0HNC8090TG83O" disconnecting. 2025-06-27 20:12:01.540 +03:00 [DBG] Connection id "0HNC8090TG83O" stopped. 2025-06-27 20:13:01.538 +03:00 [DBG] Connection id "0HNC8090TG83P" accepted. 2025-06-27 20:13:01.538 +03:00 [DBG] Connection id "0HNC8090TG83P" started. 2025-06-27 20:13:01.539 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:13:01.539 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:13:01.539 +03:00 [DBG] POST requests are not supported 2025-06-27 20:13:01.539 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:13:01.539 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:13:01.539 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:13:01.539 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:13:01.539 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:13:01.539 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:13:01.539 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:13:01.539 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:13:01.539 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:13:01.539 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:13:01.539 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:13:01.539 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:13:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:13:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:13:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.540 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:13:01.540 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:13:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:13:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:13:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:13:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:13:01.540 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:13:01.540 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1718ms. 2025-06-27 20:13:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:13:01.541 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:13:01.541 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:13:01.541 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9581ms 2025-06-27 20:13:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:13:01.542 +03:00 [DBG] Connection id "0HNC8090TG83P" completed keep alive response. 2025-06-27 20:13:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2148ms 2025-06-27 20:13:01.542 +03:00 [DBG] Connection id "0HNC8090TG83P" received FIN. 2025-06-27 20:13:01.542 +03:00 [DBG] Connection id "0HNC8090TG83P" disconnecting. 2025-06-27 20:13:01.542 +03:00 [DBG] Connection id "0HNC8090TG83P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:13:01.543 +03:00 [DBG] Connection id "0HNC8090TG83P" stopped. 2025-06-27 20:14:01.536 +03:00 [DBG] Connection id "0HNC8090TG83Q" accepted. 2025-06-27 20:14:01.536 +03:00 [DBG] Connection id "0HNC8090TG83Q" started. 2025-06-27 20:14:01.536 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:14:01.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:14:01.536 +03:00 [DBG] POST requests are not supported 2025-06-27 20:14:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:14:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:14:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:14:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:14:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:14:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:14:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:14:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:14:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:14:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:14:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:14:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:14:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:14:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:14:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:14:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:14:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:14:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:14:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1602ms. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:14:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:14:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:14:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.994ms 2025-06-27 20:14:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:14:01.538 +03:00 [DBG] Connection id "0HNC8090TG83Q" completed keep alive response. 2025-06-27 20:14:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0368ms 2025-06-27 20:14:01.538 +03:00 [DBG] Connection id "0HNC8090TG83Q" received FIN. 2025-06-27 20:14:01.539 +03:00 [DBG] Connection id "0HNC8090TG83Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:14:01.539 +03:00 [DBG] Connection id "0HNC8090TG83Q" disconnecting. 2025-06-27 20:14:01.539 +03:00 [DBG] Connection id "0HNC8090TG83Q" stopped. 2025-06-27 20:15:01.537 +03:00 [DBG] Connection id "0HNC8090TG83R" accepted. 2025-06-27 20:15:01.537 +03:00 [DBG] Connection id "0HNC8090TG83R" started. 2025-06-27 20:15:01.538 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:15:01.538 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:15:01.538 +03:00 [DBG] POST requests are not supported 2025-06-27 20:15:01.538 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:15:01.538 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:15:01.538 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:15:01.538 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:15:01.538 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:15:01.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:15:01.538 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:15:01.538 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:15:01.538 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:15:01.538 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:15:01.538 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:15:01.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:15:01.538 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:15:01.538 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:15:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:15:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:15:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:15:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:15:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:15:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:15:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:15:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1469ms. 2025-06-27 20:15:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:15:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:15:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:15:01.539 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7214ms 2025-06-27 20:15:01.539 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:15:01.539 +03:00 [DBG] Connection id "0HNC8090TG83R" completed keep alive response. 2025-06-27 20:15:01.539 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3918ms 2025-06-27 20:15:01.539 +03:00 [DBG] Connection id "0HNC8090TG83R" received FIN. 2025-06-27 20:15:01.539 +03:00 [DBG] Connection id "0HNC8090TG83R" disconnecting. 2025-06-27 20:15:01.539 +03:00 [DBG] Connection id "0HNC8090TG83R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:15:01.540 +03:00 [DBG] Connection id "0HNC8090TG83R" stopped. 2025-06-27 20:16:01.540 +03:00 [DBG] Connection id "0HNC8090TG83S" accepted. 2025-06-27 20:16:01.540 +03:00 [DBG] Connection id "0HNC8090TG83S" started. 2025-06-27 20:16:01.541 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:16:01.541 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:16:01.541 +03:00 [DBG] POST requests are not supported 2025-06-27 20:16:01.541 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:16:01.541 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:16:01.541 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:16:01.541 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:16:01.541 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:16:01.541 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:16:01.541 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:16:01.541 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:16:01.541 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:16:01.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:16:01.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:16:01.541 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:16:01.541 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:16:01.541 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:16:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.541 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:16:01.541 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:16:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:16:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:16:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:16:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:16:01.541 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:16:01.542 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1368ms. 2025-06-27 20:16:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:16:01.542 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:16:01.542 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:16:01.542 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8483ms 2025-06-27 20:16:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:16:01.542 +03:00 [DBG] Connection id "0HNC8090TG83S" completed keep alive response. 2025-06-27 20:16:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5238ms 2025-06-27 20:16:01.542 +03:00 [DBG] Connection id "0HNC8090TG83S" received FIN. 2025-06-27 20:16:01.542 +03:00 [DBG] Connection id "0HNC8090TG83S" disconnecting. 2025-06-27 20:16:01.542 +03:00 [DBG] Connection id "0HNC8090TG83S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:16:01.544 +03:00 [DBG] Connection id "0HNC8090TG83S" stopped. 2025-06-27 20:17:01.540 +03:00 [DBG] Connection id "0HNC8090TG83T" accepted. 2025-06-27 20:17:01.540 +03:00 [DBG] Connection id "0HNC8090TG83T" started. 2025-06-27 20:17:01.540 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:17:01.540 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:17:01.540 +03:00 [DBG] POST requests are not supported 2025-06-27 20:17:01.540 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:17:01.540 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:17:01.540 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:17:01.540 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:17:01.541 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:17:01.541 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:17:01.541 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:17:01.541 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:17:01.541 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:17:01.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:17:01.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:17:01.541 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:17:01.541 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:17:01.541 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:17:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.541 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:17:01.541 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:17:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:17:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:17:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:17:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:17:01.541 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:17:01.542 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2145ms. 2025-06-27 20:17:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:17:01.542 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:17:01.542 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:17:01.542 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2516ms 2025-06-27 20:17:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:17:01.542 +03:00 [DBG] Connection id "0HNC8090TG83T" completed keep alive response. 2025-06-27 20:17:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3402ms 2025-06-27 20:17:01.543 +03:00 [DBG] Connection id "0HNC8090TG83T" received FIN. 2025-06-27 20:17:01.543 +03:00 [DBG] Connection id "0HNC8090TG83T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:17:01.543 +03:00 [DBG] Connection id "0HNC8090TG83T" disconnecting. 2025-06-27 20:17:01.543 +03:00 [DBG] Connection id "0HNC8090TG83T" stopped. 2025-06-27 20:18:01.537 +03:00 [DBG] Connection id "0HNC8090TG83U" accepted. 2025-06-27 20:18:01.537 +03:00 [DBG] Connection id "0HNC8090TG83U" started. 2025-06-27 20:18:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:18:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:18:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 20:18:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:18:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:18:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:18:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:18:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:18:01.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:18:01.538 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:18:01.538 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:18:01.538 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:18:01.538 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:18:01.538 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:18:01.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:18:01.538 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:18:01.538 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:18:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:18:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:18:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:18:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1069ms. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:18:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:18:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:18:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.556ms 2025-06-27 20:18:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:18:01.538 +03:00 [DBG] Connection id "0HNC8090TG83U" completed keep alive response. 2025-06-27 20:18:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0953ms 2025-06-27 20:18:01.539 +03:00 [DBG] Connection id "0HNC8090TG83U" received FIN. 2025-06-27 20:18:01.539 +03:00 [DBG] Connection id "0HNC8090TG83U" disconnecting. 2025-06-27 20:18:01.539 +03:00 [DBG] Connection id "0HNC8090TG83U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:18:01.540 +03:00 [DBG] Connection id "0HNC8090TG83U" stopped. 2025-06-27 20:19:01.536 +03:00 [DBG] Connection id "0HNC8090TG83V" accepted. 2025-06-27 20:19:01.536 +03:00 [DBG] Connection id "0HNC8090TG83V" started. 2025-06-27 20:19:01.536 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:19:01.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:19:01.536 +03:00 [DBG] POST requests are not supported 2025-06-27 20:19:01.536 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:19:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:19:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:19:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:19:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:19:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:19:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:19:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:19:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:19:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:19:01.538 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:19:01.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:19:01.538 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:19:01.538 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:19:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:19:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:19:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:19:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:19:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:19:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:19:01.539 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:19:01.539 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1855ms. 2025-06-27 20:19:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:19:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:19:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:19:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:19:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:19:01.541 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:19:01.541 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:19:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:19:01.541 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 3.1407ms 2025-06-27 20:19:01.541 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:19:01.541 +03:00 [DBG] Connection id "0HNC8090TG83V" completed keep alive response. 2025-06-27 20:19:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 5.2997ms 2025-06-27 20:19:01.542 +03:00 [DBG] Connection id "0HNC8090TG83V" received FIN. 2025-06-27 20:19:01.542 +03:00 [DBG] Connection id "0HNC8090TG83V" disconnecting. 2025-06-27 20:19:01.542 +03:00 [DBG] Connection id "0HNC8090TG83V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:19:01.543 +03:00 [DBG] Connection id "0HNC8090TG83V" stopped. 2025-06-27 20:20:01.542 +03:00 [DBG] Connection id "0HNC8090TG840" accepted. 2025-06-27 20:20:01.542 +03:00 [DBG] Connection id "0HNC8090TG840" started. 2025-06-27 20:20:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:20:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:20:01.543 +03:00 [DBG] POST requests are not supported 2025-06-27 20:20:01.543 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:20:01.543 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:20:01.543 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:20:01.543 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:20:01.543 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:20:01.543 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:20:01.543 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:20:01.543 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:20:01.543 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:20:01.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:20:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:20:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:20:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:20:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:20:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:20:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:20:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:20:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1345ms. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:20:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:20:01.544 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:20:01.544 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:20:01.544 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7993ms 2025-06-27 20:20:01.544 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:20:01.544 +03:00 [DBG] Connection id "0HNC8090TG840" completed keep alive response. 2025-06-27 20:20:01.544 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4613ms 2025-06-27 20:20:01.544 +03:00 [DBG] Connection id "0HNC8090TG840" received FIN. 2025-06-27 20:20:01.544 +03:00 [DBG] Connection id "0HNC8090TG840" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:20:01.544 +03:00 [DBG] Connection id "0HNC8090TG840" disconnecting. 2025-06-27 20:20:01.545 +03:00 [DBG] Connection id "0HNC8090TG840" stopped. 2025-06-27 20:21:01.532 +03:00 [DBG] Connection id "0HNC8090TG841" accepted. 2025-06-27 20:21:01.532 +03:00 [DBG] Connection id "0HNC8090TG841" started. 2025-06-27 20:21:01.532 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:21:01.532 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:21:01.532 +03:00 [DBG] POST requests are not supported 2025-06-27 20:21:01.532 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:21:01.532 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:21:01.533 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:21:01.533 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:21:01.533 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:21:01.533 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:21:01.533 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:21:01.533 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:21:01.533 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:21:01.533 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:21:01.533 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:21:01.533 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:21:01.533 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:21:01.533 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:21:01.533 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.533 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:21:01.533 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:21:01.533 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:21:01.533 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1148ms. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:21:01.533 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:21:01.533 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.533 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.534 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.534 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:21:01.534 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6524ms 2025-06-27 20:21:01.534 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:21:01.534 +03:00 [DBG] Connection id "0HNC8090TG841" completed keep alive response. 2025-06-27 20:21:01.534 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2893ms 2025-06-27 20:21:01.534 +03:00 [DBG] Connection id "0HNC8090TG841" received FIN. 2025-06-27 20:21:01.534 +03:00 [DBG] Connection id "0HNC8090TG841" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:21:01.534 +03:00 [DBG] Connection id "0HNC8090TG841" disconnecting. 2025-06-27 20:21:01.534 +03:00 [DBG] Connection id "0HNC8090TG841" stopped. 2025-06-27 20:22:01.544 +03:00 [DBG] Connection id "0HNC8090TG842" accepted. 2025-06-27 20:22:01.544 +03:00 [DBG] Connection id "0HNC8090TG842" started. 2025-06-27 20:22:01.544 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:22:01.544 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:22:01.544 +03:00 [DBG] POST requests are not supported 2025-06-27 20:22:01.544 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:22:01.545 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:22:01.545 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:22:01.545 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:22:01.545 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:22:01.545 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:22:01.545 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:22:01.545 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:22:01.545 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:22:01.545 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:22:01.545 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:22:01.545 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:22:01.545 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:22:01.545 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:22:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.545 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:22:01.545 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:22:01.545 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:22:01.545 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1256ms. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:22:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:22:01.546 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:22:01.546 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:22:01.546 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8939ms 2025-06-27 20:22:01.546 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:22:01.546 +03:00 [DBG] Connection id "0HNC8090TG842" completed keep alive response. 2025-06-27 20:22:01.546 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.72ms 2025-06-27 20:22:01.546 +03:00 [DBG] Connection id "0HNC8090TG842" received FIN. 2025-06-27 20:22:01.546 +03:00 [DBG] Connection id "0HNC8090TG842" disconnecting. 2025-06-27 20:22:01.546 +03:00 [DBG] Connection id "0HNC8090TG842" stopped. 2025-06-27 20:22:01.547 +03:00 [DBG] Connection id "0HNC8090TG842" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:23:01.537 +03:00 [DBG] Connection id "0HNC8090TG843" accepted. 2025-06-27 20:23:01.537 +03:00 [DBG] Connection id "0HNC8090TG843" started. 2025-06-27 20:23:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:23:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:23:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 20:23:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:23:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:23:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:23:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:23:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:23:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:23:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:23:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:23:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:23:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:23:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:23:01.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:23:01.538 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:23:01.538 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:23:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:23:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:23:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:23:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1339ms. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:23:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:23:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:23:01.538 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7536ms 2025-06-27 20:23:01.538 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:23:01.538 +03:00 [DBG] Connection id "0HNC8090TG843" completed keep alive response. 2025-06-27 20:23:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4271ms 2025-06-27 20:23:01.539 +03:00 [DBG] Connection id "0HNC8090TG843" received FIN. 2025-06-27 20:23:01.539 +03:00 [DBG] Connection id "0HNC8090TG843" disconnecting. 2025-06-27 20:23:01.539 +03:00 [DBG] Connection id "0HNC8090TG843" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:23:01.540 +03:00 [DBG] Connection id "0HNC8090TG843" stopped. 2025-06-27 20:24:01.541 +03:00 [DBG] Connection id "0HNC8090TG844" accepted. 2025-06-27 20:24:01.541 +03:00 [DBG] Connection id "0HNC8090TG844" started. 2025-06-27 20:24:01.541 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:24:01.541 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:24:01.541 +03:00 [DBG] POST requests are not supported 2025-06-27 20:24:01.541 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:24:01.541 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:24:01.541 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:24:01.541 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:24:01.541 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:24:01.541 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:24:01.541 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:24:01.541 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:24:01.541 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:24:01.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:24:01.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:24:01.542 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:24:01.542 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:24:01.542 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:24:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.542 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:24:01.542 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:24:01.542 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:24:01.542 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1475ms. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:24:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:24:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:24:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:24:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:24:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:24:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:24:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:24:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1638ms 2025-06-27 20:24:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:24:01.543 +03:00 [DBG] Connection id "0HNC8090TG844" completed keep alive response. 2025-06-27 20:24:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1156ms 2025-06-27 20:24:01.543 +03:00 [DBG] Connection id "0HNC8090TG844" received FIN. 2025-06-27 20:24:01.543 +03:00 [DBG] Connection id "0HNC8090TG844" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:24:01.543 +03:00 [DBG] Connection id "0HNC8090TG844" disconnecting. 2025-06-27 20:24:01.543 +03:00 [DBG] Connection id "0HNC8090TG844" stopped. 2025-06-27 20:25:01.546 +03:00 [DBG] Connection id "0HNC8090TG845" accepted. 2025-06-27 20:25:01.546 +03:00 [DBG] Connection id "0HNC8090TG845" started. 2025-06-27 20:25:01.546 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:25:01.546 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:25:01.546 +03:00 [DBG] POST requests are not supported 2025-06-27 20:25:01.546 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:25:01.546 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:25:01.546 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:25:01.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:25:01.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:25:01.546 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:25:01.546 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:25:01.546 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:25:01.546 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:25:01.547 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:25:01.547 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:25:01.547 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:25:01.547 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:25:01.547 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:25:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:25:01.547 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:25:01.547 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:25:01.547 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1056ms. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:25:01.547 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:25:01.547 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:25:01.547 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6018ms 2025-06-27 20:25:01.547 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:25:01.547 +03:00 [DBG] Connection id "0HNC8090TG845" completed keep alive response. 2025-06-27 20:25:01.547 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2674ms 2025-06-27 20:25:01.549 +03:00 [DBG] Connection id "0HNC8090TG845" received FIN. 2025-06-27 20:25:01.549 +03:00 [DBG] Connection id "0HNC8090TG845" disconnecting. 2025-06-27 20:25:01.549 +03:00 [DBG] Connection id "0HNC8090TG845" stopped. 2025-06-27 20:25:01.549 +03:00 [DBG] Connection id "0HNC8090TG845" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:26:01.545 +03:00 [DBG] Connection id "0HNC8090TG846" accepted. 2025-06-27 20:26:01.545 +03:00 [DBG] Connection id "0HNC8090TG846" started. 2025-06-27 20:26:01.545 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:26:01.545 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:26:01.545 +03:00 [DBG] POST requests are not supported 2025-06-27 20:26:01.545 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:26:01.545 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:26:01.545 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:26:01.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:26:01.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:26:01.546 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:26:01.546 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:26:01.546 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:26:01.546 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:26:01.546 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:26:01.546 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:26:01.546 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:26:01.546 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:26:01.546 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:26:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.546 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:26:01.546 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:26:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:26:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:26:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:26:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:26:01.546 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:26:01.547 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.201ms. 2025-06-27 20:26:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:26:01.547 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:26:01.547 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:26:01.547 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1597ms 2025-06-27 20:26:01.547 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:26:01.547 +03:00 [DBG] Connection id "0HNC8090TG846" completed keep alive response. 2025-06-27 20:26:01.547 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0976ms 2025-06-27 20:26:01.548 +03:00 [DBG] Connection id "0HNC8090TG846" received FIN. 2025-06-27 20:26:01.548 +03:00 [DBG] Connection id "0HNC8090TG846" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:26:01.548 +03:00 [DBG] Connection id "0HNC8090TG846" disconnecting. 2025-06-27 20:26:01.548 +03:00 [DBG] Connection id "0HNC8090TG846" stopped. 2025-06-27 20:27:01.549 +03:00 [DBG] Connection id "0HNC8090TG847" accepted. 2025-06-27 20:27:01.549 +03:00 [DBG] Connection id "0HNC8090TG847" started. 2025-06-27 20:27:01.549 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:27:01.549 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:27:01.549 +03:00 [DBG] POST requests are not supported 2025-06-27 20:27:01.549 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:27:01.550 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:27:01.550 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:27:01.550 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:27:01.550 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:27:01.550 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:27:01.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:27:01.550 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:27:01.550 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:27:01.550 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:27:01.550 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:27:01.550 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:27:01.550 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:27:01.550 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:27:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.550 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:27:01.550 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:27:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:27:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:27:01.551 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:27:01.551 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1649ms. 2025-06-27 20:27:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:27:01.551 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:27:01.551 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:27:01.551 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2649ms 2025-06-27 20:27:01.551 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:27:01.552 +03:00 [DBG] Connection id "0HNC8090TG847" completed keep alive response. 2025-06-27 20:27:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2178ms 2025-06-27 20:27:01.552 +03:00 [DBG] Connection id "0HNC8090TG847" received FIN. 2025-06-27 20:27:01.552 +03:00 [DBG] Connection id "0HNC8090TG847" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:27:01.552 +03:00 [DBG] Connection id "0HNC8090TG847" disconnecting. 2025-06-27 20:27:01.552 +03:00 [DBG] Connection id "0HNC8090TG847" stopped. 2025-06-27 20:28:01.540 +03:00 [DBG] Connection id "0HNC8090TG848" accepted. 2025-06-27 20:28:01.540 +03:00 [DBG] Connection id "0HNC8090TG848" started. 2025-06-27 20:28:01.540 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:28:01.540 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:28:01.540 +03:00 [DBG] POST requests are not supported 2025-06-27 20:28:01.540 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:28:01.540 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:28:01.540 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:28:01.540 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:28:01.540 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:28:01.540 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:28:01.540 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:28:01.541 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:28:01.541 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:28:01.541 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:28:01.541 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:28:01.541 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:28:01.541 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:28:01.541 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:28:01.541 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.541 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.541 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:28:01.541 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:28:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:28:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:28:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:28:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:28:01.541 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:28:01.541 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1492ms. 2025-06-27 20:28:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:28:01.542 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:28:01.542 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:28:01.542 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1695ms 2025-06-27 20:28:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:28:01.542 +03:00 [DBG] Connection id "0HNC8090TG848" completed keep alive response. 2025-06-27 20:28:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.421ms 2025-06-27 20:28:01.542 +03:00 [DBG] Connection id "0HNC8090TG848" received FIN. 2025-06-27 20:28:01.543 +03:00 [DBG] Connection id "0HNC8090TG848" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:28:01.543 +03:00 [DBG] Connection id "0HNC8090TG848" disconnecting. 2025-06-27 20:28:01.543 +03:00 [DBG] Connection id "0HNC8090TG848" stopped. 2025-06-27 20:29:01.544 +03:00 [DBG] Connection id "0HNC8090TG849" accepted. 2025-06-27 20:29:01.544 +03:00 [DBG] Connection id "0HNC8090TG849" started. 2025-06-27 20:29:01.544 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:29:01.544 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:29:01.544 +03:00 [DBG] POST requests are not supported 2025-06-27 20:29:01.544 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:29:01.544 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:29:01.544 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:29:01.544 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:29:01.544 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:29:01.544 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:29:01.544 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:29:01.544 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:29:01.544 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:29:01.544 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:29:01.544 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:29:01.544 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:29:01.544 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:29:01.544 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:29:01.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.544 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:29:01.545 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:29:01.545 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:29:01.545 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1227ms. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:29:01.545 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:29:01.545 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:29:01.545 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8066ms 2025-06-27 20:29:01.545 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:29:01.545 +03:00 [DBG] Connection id "0HNC8090TG849" completed keep alive response. 2025-06-27 20:29:01.545 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4517ms 2025-06-27 20:29:01.546 +03:00 [DBG] Connection id "0HNC8090TG849" received FIN. 2025-06-27 20:29:01.546 +03:00 [DBG] Connection id "0HNC8090TG849" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:29:01.546 +03:00 [DBG] Connection id "0HNC8090TG849" disconnecting. 2025-06-27 20:29:01.546 +03:00 [DBG] Connection id "0HNC8090TG849" stopped. 2025-06-27 20:30:01.538 +03:00 [DBG] Connection id "0HNC8090TG84A" accepted. 2025-06-27 20:30:01.538 +03:00 [DBG] Connection id "0HNC8090TG84A" started. 2025-06-27 20:30:01.538 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:30:01.538 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:30:01.538 +03:00 [DBG] POST requests are not supported 2025-06-27 20:30:01.538 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:30:01.538 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:30:01.538 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:30:01.538 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:30:01.538 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:30:01.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:30:01.538 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:30:01.538 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:30:01.539 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:30:01.539 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:30:01.539 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:30:01.539 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:30:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:30:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:30:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.539 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:30:01.539 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:30:01.539 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:30:01.539 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.151ms. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:30:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:30:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:30:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:30:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:30:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:30:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:30:01.540 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8314ms 2025-06-27 20:30:01.540 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:30:01.540 +03:00 [DBG] Connection id "0HNC8090TG84A" completed keep alive response. 2025-06-27 20:30:01.540 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6497ms 2025-06-27 20:30:01.540 +03:00 [DBG] Connection id "0HNC8090TG84A" received FIN. 2025-06-27 20:30:01.540 +03:00 [DBG] Connection id "0HNC8090TG84A" disconnecting. 2025-06-27 20:30:01.540 +03:00 [DBG] Connection id "0HNC8090TG84A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:30:01.541 +03:00 [DBG] Connection id "0HNC8090TG84A" stopped. 2025-06-27 20:31:01.535 +03:00 [DBG] Connection id "0HNC8090TG84B" accepted. 2025-06-27 20:31:01.535 +03:00 [DBG] Connection id "0HNC8090TG84B" started. 2025-06-27 20:31:01.535 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:31:01.535 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:31:01.535 +03:00 [DBG] POST requests are not supported 2025-06-27 20:31:01.535 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:31:01.535 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:31:01.535 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:31:01.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:31:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:31:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:31:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:31:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:31:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:31:01.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:31:01.536 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:31:01.536 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:31:01.536 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:31:01.536 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:31:01.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.536 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:31:01.536 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:31:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:31:01.537 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1523ms. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:31:01.537 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:31:01.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:31:01.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0094ms 2025-06-27 20:31:01.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:31:01.537 +03:00 [DBG] Connection id "0HNC8090TG84B" completed keep alive response. 2025-06-27 20:31:01.537 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1586ms 2025-06-27 20:31:01.538 +03:00 [DBG] Connection id "0HNC8090TG84B" received FIN. 2025-06-27 20:31:01.538 +03:00 [DBG] Connection id "0HNC8090TG84B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:31:01.538 +03:00 [DBG] Connection id "0HNC8090TG84B" disconnecting. 2025-06-27 20:31:01.538 +03:00 [DBG] Connection id "0HNC8090TG84B" stopped. 2025-06-27 20:32:01.606 +03:00 [DBG] Connection id "0HNC8090TG84C" accepted. 2025-06-27 20:32:01.606 +03:00 [DBG] Connection id "0HNC8090TG84C" started. 2025-06-27 20:32:01.606 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:32:01.606 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:32:01.607 +03:00 [DBG] POST requests are not supported 2025-06-27 20:32:01.607 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:32:01.607 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:32:01.607 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:32:01.607 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:32:01.607 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:32:01.607 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:32:01.607 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:32:01.607 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:32:01.607 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:32:01.607 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:32:01.607 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:32:01.607 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:32:01.607 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:32:01.607 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:32:01.607 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.607 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:32:01.607 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:32:01.607 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:32:01.607 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1254ms. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:32:01.607 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:32:01.608 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:32:01.608 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.608 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:32:01.608 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7651ms 2025-06-27 20:32:01.608 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:32:01.608 +03:00 [DBG] Connection id "0HNC8090TG84C" completed keep alive response. 2025-06-27 20:32:01.608 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4291ms 2025-06-27 20:32:01.608 +03:00 [DBG] Connection id "0HNC8090TG84C" received FIN. 2025-06-27 20:32:01.608 +03:00 [DBG] Connection id "0HNC8090TG84C" disconnecting. 2025-06-27 20:32:01.608 +03:00 [DBG] Connection id "0HNC8090TG84C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:32:01.609 +03:00 [DBG] Connection id "0HNC8090TG84C" stopped. 2025-06-27 20:33:01.539 +03:00 [DBG] Connection id "0HNC8090TG84D" accepted. 2025-06-27 20:33:01.539 +03:00 [DBG] Connection id "0HNC8090TG84D" started. 2025-06-27 20:33:01.539 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:33:01.539 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:33:01.539 +03:00 [DBG] POST requests are not supported 2025-06-27 20:33:01.539 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:33:01.539 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:33:01.539 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:33:01.539 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:33:01.539 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:33:01.539 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:33:01.539 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:33:01.539 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:33:01.539 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:33:01.539 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:33:01.539 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:33:01.539 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:33:01.539 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:33:01.539 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:33:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:33:01.540 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:33:01.540 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:33:01.540 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1391ms. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:33:01.540 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:33:01.540 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:33:01.540 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8664ms 2025-06-27 20:33:01.540 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:33:01.540 +03:00 [DBG] Connection id "0HNC8090TG84D" completed keep alive response. 2025-06-27 20:33:01.541 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6494ms 2025-06-27 20:33:01.541 +03:00 [DBG] Connection id "0HNC8090TG84D" received FIN. 2025-06-27 20:33:01.541 +03:00 [DBG] Connection id "0HNC8090TG84D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:33:01.541 +03:00 [DBG] Connection id "0HNC8090TG84D" disconnecting. 2025-06-27 20:33:01.541 +03:00 [DBG] Connection id "0HNC8090TG84D" stopped. 2025-06-27 20:34:01.535 +03:00 [DBG] Connection id "0HNC8090TG84E" accepted. 2025-06-27 20:34:01.535 +03:00 [DBG] Connection id "0HNC8090TG84E" started. 2025-06-27 20:34:01.535 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:34:01.535 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:34:01.535 +03:00 [DBG] POST requests are not supported 2025-06-27 20:34:01.535 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:34:01.535 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:34:01.535 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:34:01.535 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:34:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:34:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:34:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:34:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:34:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:34:01.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:34:01.536 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:34:01.536 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:34:01.536 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:34:01.536 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:34:01.536 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.536 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:34:01.536 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:34:01.536 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:34:01.536 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1362ms. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:34:01.536 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:34:01.537 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:34:01.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:34:01.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9578ms 2025-06-27 20:34:01.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:34:01.537 +03:00 [DBG] Connection id "0HNC8090TG84E" completed keep alive response. 2025-06-27 20:34:01.537 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7192ms 2025-06-27 20:34:01.537 +03:00 [DBG] Connection id "0HNC8090TG84E" received FIN. 2025-06-27 20:34:01.537 +03:00 [DBG] Connection id "0HNC8090TG84E" disconnecting. 2025-06-27 20:34:01.537 +03:00 [DBG] Connection id "0HNC8090TG84E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:34:01.538 +03:00 [DBG] Connection id "0HNC8090TG84E" stopped. 2025-06-27 20:35:01.542 +03:00 [DBG] Connection id "0HNC8090TG84F" accepted. 2025-06-27 20:35:01.542 +03:00 [DBG] Connection id "0HNC8090TG84F" started. 2025-06-27 20:35:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:35:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:35:01.542 +03:00 [DBG] POST requests are not supported 2025-06-27 20:35:01.542 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:35:01.542 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:35:01.542 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:35:01.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:35:01.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:35:01.542 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:35:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:35:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:35:01.542 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:35:01.542 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:35:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:35:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:35:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:35:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:35:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:35:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:35:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:35:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1221ms. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:35:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:35:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:35:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6553ms 2025-06-27 20:35:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:35:01.543 +03:00 [DBG] Connection id "0HNC8090TG84F" completed keep alive response. 2025-06-27 20:35:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2447ms 2025-06-27 20:35:01.544 +03:00 [DBG] Connection id "0HNC8090TG84F" received FIN. 2025-06-27 20:35:01.544 +03:00 [DBG] Connection id "0HNC8090TG84F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:35:01.544 +03:00 [DBG] Connection id "0HNC8090TG84F" disconnecting. 2025-06-27 20:35:01.544 +03:00 [DBG] Connection id "0HNC8090TG84F" stopped. 2025-06-27 20:36:01.536 +03:00 [DBG] Connection id "0HNC8090TG84G" accepted. 2025-06-27 20:36:01.536 +03:00 [DBG] Connection id "0HNC8090TG84G" started. 2025-06-27 20:36:01.536 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:36:01.536 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:36:01.536 +03:00 [DBG] POST requests are not supported 2025-06-27 20:36:01.536 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:36:01.536 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:36:01.536 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:36:01.536 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:36:01.536 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:36:01.536 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:36:01.536 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:36:01.536 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:36:01.536 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:36:01.536 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:36:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:36:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:36:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:36:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:36:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:36:01.537 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:36:01.537 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:36:01.537 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1302ms. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:36:01.537 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:36:01.537 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:36:01.537 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7949ms 2025-06-27 20:36:01.537 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:36:01.538 +03:00 [DBG] Connection id "0HNC8090TG84G" completed keep alive response. 2025-06-27 20:36:01.538 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5142ms 2025-06-27 20:36:01.538 +03:00 [DBG] Connection id "0HNC8090TG84G" received FIN. 2025-06-27 20:36:01.538 +03:00 [DBG] Connection id "0HNC8090TG84G" disconnecting. 2025-06-27 20:36:01.538 +03:00 [DBG] Connection id "0HNC8090TG84G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:36:01.539 +03:00 [DBG] Connection id "0HNC8090TG84G" stopped. 2025-06-27 20:37:01.550 +03:00 [DBG] Connection id "0HNC8090TG84H" accepted. 2025-06-27 20:37:01.550 +03:00 [DBG] Connection id "0HNC8090TG84H" started. 2025-06-27 20:37:01.550 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:37:01.550 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:37:01.550 +03:00 [DBG] POST requests are not supported 2025-06-27 20:37:01.550 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:37:01.550 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:37:01.550 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:37:01.550 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:37:01.550 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:37:01.550 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:37:01.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:37:01.550 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:37:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:37:01.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:37:01.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:37:01.551 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:37:01.551 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:37:01.551 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:37:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:37:01.551 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:37:01.551 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:37:01.551 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1583ms. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:37:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:37:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:37:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:37:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:37:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:37:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:37:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:37:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9748ms 2025-06-27 20:37:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:37:01.552 +03:00 [DBG] Connection id "0HNC8090TG84H" completed keep alive response. 2025-06-27 20:37:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7988ms 2025-06-27 20:37:01.552 +03:00 [DBG] Connection id "0HNC8090TG84H" received FIN. 2025-06-27 20:37:01.552 +03:00 [DBG] Connection id "0HNC8090TG84H" disconnecting. 2025-06-27 20:37:01.552 +03:00 [DBG] Connection id "0HNC8090TG84H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:37:01.553 +03:00 [DBG] Connection id "0HNC8090TG84H" stopped. 2025-06-27 20:38:01.542 +03:00 [DBG] Connection id "0HNC8090TG84I" accepted. 2025-06-27 20:38:01.542 +03:00 [DBG] Connection id "0HNC8090TG84I" started. 2025-06-27 20:38:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:38:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:38:01.542 +03:00 [DBG] POST requests are not supported 2025-06-27 20:38:01.542 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:38:01.542 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:38:01.542 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:38:01.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:38:01.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:38:01.542 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:38:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:38:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:38:01.543 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:38:01.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:38:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:38:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:38:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:38:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:38:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:38:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:38:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:38:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1101ms. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:38:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:38:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:38:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.607ms 2025-06-27 20:38:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:38:01.543 +03:00 [DBG] Connection id "0HNC8090TG84I" completed keep alive response. 2025-06-27 20:38:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.187ms 2025-06-27 20:38:01.544 +03:00 [DBG] Connection id "0HNC8090TG84I" received FIN. 2025-06-27 20:38:01.544 +03:00 [DBG] Connection id "0HNC8090TG84I" disconnecting. 2025-06-27 20:38:01.544 +03:00 [DBG] Connection id "0HNC8090TG84I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:38:01.545 +03:00 [DBG] Connection id "0HNC8090TG84I" stopped. 2025-06-27 20:39:01.542 +03:00 [DBG] Connection id "0HNC8090TG84J" accepted. 2025-06-27 20:39:01.542 +03:00 [DBG] Connection id "0HNC8090TG84J" started. 2025-06-27 20:39:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:39:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:39:01.542 +03:00 [DBG] POST requests are not supported 2025-06-27 20:39:01.542 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:39:01.542 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:39:01.542 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:39:01.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:39:01.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:39:01.542 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:39:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:39:01.543 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:39:01.543 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:39:01.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:39:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:39:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:39:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:39:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:39:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:39:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:39:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:39:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1241ms. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:39:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:39:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:39:01.544 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7593ms 2025-06-27 20:39:01.544 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:39:01.544 +03:00 [DBG] Connection id "0HNC8090TG84J" completed keep alive response. 2025-06-27 20:39:01.544 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6245ms 2025-06-27 20:39:01.544 +03:00 [DBG] Connection id "0HNC8090TG84J" received FIN. 2025-06-27 20:39:01.544 +03:00 [DBG] Connection id "0HNC8090TG84J" disconnecting. 2025-06-27 20:39:01.544 +03:00 [DBG] Connection id "0HNC8090TG84J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:39:01.545 +03:00 [DBG] Connection id "0HNC8090TG84J" stopped. 2025-06-27 20:40:01.548 +03:00 [DBG] Connection id "0HNC8090TG84K" accepted. 2025-06-27 20:40:01.548 +03:00 [DBG] Connection id "0HNC8090TG84K" started. 2025-06-27 20:40:01.548 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:40:01.548 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:40:01.548 +03:00 [DBG] POST requests are not supported 2025-06-27 20:40:01.548 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:40:01.548 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:40:01.548 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:40:01.548 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:40:01.548 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:40:01.548 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:40:01.548 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:40:01.548 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:40:01.548 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:40:01.549 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:40:01.549 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:40:01.549 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:40:01.549 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:40:01.549 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:40:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:40:01.549 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:40:01.549 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:40:01.549 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1323ms. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:40:01.549 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:40:01.549 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:40:01.549 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7834ms 2025-06-27 20:40:01.549 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:40:01.550 +03:00 [DBG] Connection id "0HNC8090TG84K" completed keep alive response. 2025-06-27 20:40:01.550 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5295ms 2025-06-27 20:40:01.550 +03:00 [DBG] Connection id "0HNC8090TG84K" received FIN. 2025-06-27 20:40:01.550 +03:00 [DBG] Connection id "0HNC8090TG84K" disconnecting. 2025-06-27 20:40:01.550 +03:00 [DBG] Connection id "0HNC8090TG84K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:40:01.551 +03:00 [DBG] Connection id "0HNC8090TG84K" stopped. 2025-06-27 20:41:01.544 +03:00 [DBG] Connection id "0HNC8090TG84L" accepted. 2025-06-27 20:41:01.544 +03:00 [DBG] Connection id "0HNC8090TG84L" started. 2025-06-27 20:41:01.544 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:41:01.544 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:41:01.544 +03:00 [DBG] POST requests are not supported 2025-06-27 20:41:01.544 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:41:01.545 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:41:01.545 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:41:01.545 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:41:01.545 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:41:01.545 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:41:01.545 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:41:01.545 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:41:01.545 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:41:01.545 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:41:01.545 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:41:01.545 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:41:01.545 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:41:01.545 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:41:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.545 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:41:01.545 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:41:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:41:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:41:01.546 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:41:01.546 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1668ms. 2025-06-27 20:41:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:41:01.546 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:41:01.546 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:41:01.546 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1203ms 2025-06-27 20:41:01.546 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:41:01.546 +03:00 [DBG] Connection id "0HNC8090TG84L" completed keep alive response. 2025-06-27 20:41:01.546 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1412ms 2025-06-27 20:41:01.547 +03:00 [DBG] Connection id "0HNC8090TG84L" received FIN. 2025-06-27 20:41:01.547 +03:00 [DBG] Connection id "0HNC8090TG84L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:41:01.547 +03:00 [DBG] Connection id "0HNC8090TG84L" disconnecting. 2025-06-27 20:41:01.547 +03:00 [DBG] Connection id "0HNC8090TG84L" stopped. 2025-06-27 20:42:01.545 +03:00 [DBG] Connection id "0HNC8090TG84M" accepted. 2025-06-27 20:42:01.545 +03:00 [DBG] Connection id "0HNC8090TG84M" started. 2025-06-27 20:42:01.545 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:42:01.545 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:42:01.545 +03:00 [DBG] POST requests are not supported 2025-06-27 20:42:01.545 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:42:01.546 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:42:01.546 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:42:01.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:42:01.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:42:01.546 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:42:01.546 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:42:01.546 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:42:01.546 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:42:01.546 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:42:01.546 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:42:01.546 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:42:01.546 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:42:01.546 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:42:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.546 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:42:01.546 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:42:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:42:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:42:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:42:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:42:01.546 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:42:01.546 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1416ms. 2025-06-27 20:42:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:42:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:42:01.547 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:42:01.547 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:42:01.547 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9458ms 2025-06-27 20:42:01.547 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:42:01.547 +03:00 [DBG] Connection id "0HNC8090TG84M" completed keep alive response. 2025-06-27 20:42:01.547 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6308ms 2025-06-27 20:42:01.547 +03:00 [DBG] Connection id "0HNC8090TG84M" received FIN. 2025-06-27 20:42:01.547 +03:00 [DBG] Connection id "0HNC8090TG84M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:42:01.547 +03:00 [DBG] Connection id "0HNC8090TG84M" disconnecting. 2025-06-27 20:42:01.547 +03:00 [DBG] Connection id "0HNC8090TG84M" stopped. 2025-06-27 20:43:01.545 +03:00 [DBG] Connection id "0HNC8090TG84N" accepted. 2025-06-27 20:43:01.545 +03:00 [DBG] Connection id "0HNC8090TG84N" started. 2025-06-27 20:43:01.545 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:43:01.545 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:43:01.545 +03:00 [DBG] POST requests are not supported 2025-06-27 20:43:01.545 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:43:01.545 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:43:01.545 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:43:01.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:43:01.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:43:01.546 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:43:01.546 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:43:01.546 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:43:01.546 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:43:01.546 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:43:01.546 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:43:01.546 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:43:01.546 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:43:01.546 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:43:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.546 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:43:01.546 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:43:01.546 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:43:01.546 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1093ms. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:43:01.546 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:43:01.546 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:43:01.547 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:43:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:43:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:43:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:43:01.547 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8144ms 2025-06-27 20:43:01.547 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:43:01.547 +03:00 [DBG] Connection id "0HNC8090TG84N" completed keep alive response. 2025-06-27 20:43:01.547 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4526ms 2025-06-27 20:43:01.547 +03:00 [DBG] Connection id "0HNC8090TG84N" received FIN. 2025-06-27 20:43:01.547 +03:00 [DBG] Connection id "0HNC8090TG84N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:43:01.547 +03:00 [DBG] Connection id "0HNC8090TG84N" disconnecting. 2025-06-27 20:43:01.547 +03:00 [DBG] Connection id "0HNC8090TG84N" stopped. 2025-06-27 20:44:01.548 +03:00 [DBG] Connection id "0HNC8090TG84O" accepted. 2025-06-27 20:44:01.548 +03:00 [DBG] Connection id "0HNC8090TG84O" started. 2025-06-27 20:44:01.548 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:44:01.548 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:44:01.548 +03:00 [DBG] POST requests are not supported 2025-06-27 20:44:01.548 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:44:01.548 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:44:01.548 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:44:01.548 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:44:01.548 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:44:01.549 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:44:01.549 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:44:01.549 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:44:01.549 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:44:01.549 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:44:01.549 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:44:01.549 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:44:01.549 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:44:01.549 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:44:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.549 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:44:01.549 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:44:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:44:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:44:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:44:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:44:01.549 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:44:01.549 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1532ms. 2025-06-27 20:44:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:44:01.550 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:44:01.550 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:44:01.550 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9587ms 2025-06-27 20:44:01.550 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:44:01.550 +03:00 [DBG] Connection id "0HNC8090TG84O" completed keep alive response. 2025-06-27 20:44:01.550 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7304ms 2025-06-27 20:44:01.550 +03:00 [DBG] Connection id "0HNC8090TG84O" received FIN. 2025-06-27 20:44:01.550 +03:00 [DBG] Connection id "0HNC8090TG84O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:44:01.550 +03:00 [DBG] Connection id "0HNC8090TG84O" disconnecting. 2025-06-27 20:44:01.551 +03:00 [DBG] Connection id "0HNC8090TG84O" stopped. 2025-06-27 20:45:01.551 +03:00 [DBG] Connection id "0HNC8090TG84P" accepted. 2025-06-27 20:45:01.551 +03:00 [DBG] Connection id "0HNC8090TG84P" started. 2025-06-27 20:45:01.551 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:45:01.551 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:45:01.551 +03:00 [DBG] POST requests are not supported 2025-06-27 20:45:01.551 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:45:01.551 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:45:01.551 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:45:01.551 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:45:01.551 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:45:01.551 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:45:01.551 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:45:01.551 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:45:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:45:01.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:45:01.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:45:01.551 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:45:01.551 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:45:01.551 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:45:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:45:01.551 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:45:01.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:45:01.552 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1237ms. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:45:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:45:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:45:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5974ms 2025-06-27 20:45:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:45:01.552 +03:00 [DBG] Connection id "0HNC8090TG84P" completed keep alive response. 2025-06-27 20:45:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1524ms 2025-06-27 20:45:01.552 +03:00 [DBG] Connection id "0HNC8090TG84P" received FIN. 2025-06-27 20:45:01.552 +03:00 [DBG] Connection id "0HNC8090TG84P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:45:01.552 +03:00 [DBG] Connection id "0HNC8090TG84P" disconnecting. 2025-06-27 20:45:01.553 +03:00 [DBG] Connection id "0HNC8090TG84P" stopped. 2025-06-27 20:46:01.551 +03:00 [DBG] Connection id "0HNC8090TG84Q" accepted. 2025-06-27 20:46:01.551 +03:00 [DBG] Connection id "0HNC8090TG84Q" started. 2025-06-27 20:46:01.551 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:46:01.551 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:46:01.551 +03:00 [DBG] POST requests are not supported 2025-06-27 20:46:01.551 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:46:01.551 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:46:01.551 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:46:01.551 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:46:01.551 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:46:01.552 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:46:01.552 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:46:01.552 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:46:01.552 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:46:01.552 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:46:01.552 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:46:01.552 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:46:01.552 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:46:01.552 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:46:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:46:01.552 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:46:01.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:46:01.552 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1138ms. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:46:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:46:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:46:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6415ms 2025-06-27 20:46:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:46:01.552 +03:00 [DBG] Connection id "0HNC8090TG84Q" completed keep alive response. 2025-06-27 20:46:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2337ms 2025-06-27 20:46:01.553 +03:00 [DBG] Connection id "0HNC8090TG84Q" received FIN. 2025-06-27 20:46:01.553 +03:00 [DBG] Connection id "0HNC8090TG84Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:46:01.553 +03:00 [DBG] Connection id "0HNC8090TG84Q" disconnecting. 2025-06-27 20:46:01.553 +03:00 [DBG] Connection id "0HNC8090TG84Q" stopped. 2025-06-27 20:47:01.537 +03:00 [DBG] Connection id "0HNC8090TG84R" accepted. 2025-06-27 20:47:01.537 +03:00 [DBG] Connection id "0HNC8090TG84R" started. 2025-06-27 20:47:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:47:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:47:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 20:47:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:47:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:47:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:47:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:47:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:47:01.538 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:47:01.538 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:47:01.538 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:47:01.538 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:47:01.538 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:47:01.538 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:47:01.538 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:47:01.538 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:47:01.538 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:47:01.538 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.538 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:47:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:47:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:47:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:47:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:47:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:47:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:47:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1933ms. 2025-06-27 20:47:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:47:01.539 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:47:01.539 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:47:01.539 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1482ms 2025-06-27 20:47:01.539 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:47:01.539 +03:00 [DBG] Connection id "0HNC8090TG84R" completed keep alive response. 2025-06-27 20:47:01.539 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.103ms 2025-06-27 20:47:01.539 +03:00 [DBG] Connection id "0HNC8090TG84R" received FIN. 2025-06-27 20:47:01.540 +03:00 [DBG] Connection id "0HNC8090TG84R" disconnecting. 2025-06-27 20:47:01.540 +03:00 [DBG] Connection id "0HNC8090TG84R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:47:01.541 +03:00 [DBG] Connection id "0HNC8090TG84R" stopped. 2025-06-27 20:48:01.536 +03:00 [DBG] Connection id "0HNC8090TG84S" accepted. 2025-06-27 20:48:01.536 +03:00 [DBG] Connection id "0HNC8090TG84S" started. 2025-06-27 20:48:01.537 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:48:01.537 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:48:01.537 +03:00 [DBG] POST requests are not supported 2025-06-27 20:48:01.537 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:48:01.537 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:48:01.537 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:48:01.537 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:48:01.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:48:01.537 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:48:01.537 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:48:01.537 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:48:01.537 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:48:01.537 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:48:01.537 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:48:01.537 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:48:01.537 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:48:01.537 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:48:01.537 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.537 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.538 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:48:01.538 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:48:01.538 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:48:01.538 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1519ms. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:48:01.538 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:48:01.538 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:48:01.538 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.539 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.539 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.539 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:48:01.539 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2309ms 2025-06-27 20:48:01.539 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:48:01.539 +03:00 [DBG] Connection id "0HNC8090TG84S" completed keep alive response. 2025-06-27 20:48:01.539 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2469ms 2025-06-27 20:48:01.539 +03:00 [DBG] Connection id "0HNC8090TG84S" received FIN. 2025-06-27 20:48:01.539 +03:00 [DBG] Connection id "0HNC8090TG84S" disconnecting. 2025-06-27 20:48:01.539 +03:00 [DBG] Connection id "0HNC8090TG84S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:48:01.540 +03:00 [DBG] Connection id "0HNC8090TG84S" stopped. 2025-06-27 20:49:01.550 +03:00 [DBG] Connection id "0HNC8090TG84T" accepted. 2025-06-27 20:49:01.550 +03:00 [DBG] Connection id "0HNC8090TG84T" started. 2025-06-27 20:49:01.550 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:49:01.550 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:49:01.550 +03:00 [DBG] POST requests are not supported 2025-06-27 20:49:01.550 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:49:01.550 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:49:01.550 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:49:01.550 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:49:01.550 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:49:01.550 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:49:01.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:49:01.551 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:49:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:49:01.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:49:01.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:49:01.551 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:49:01.551 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:49:01.551 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:49:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:49:01.551 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:49:01.551 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:49:01.551 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1506ms. 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:49:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:49:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:49:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:49:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.993ms 2025-06-27 20:49:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:49:01.552 +03:00 [DBG] Connection id "0HNC8090TG84T" completed keep alive response. 2025-06-27 20:49:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0388ms 2025-06-27 20:49:01.552 +03:00 [DBG] Connection id "0HNC8090TG84T" received FIN. 2025-06-27 20:49:01.552 +03:00 [DBG] Connection id "0HNC8090TG84T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:49:01.553 +03:00 [DBG] Connection id "0HNC8090TG84T" disconnecting. 2025-06-27 20:49:01.553 +03:00 [DBG] Connection id "0HNC8090TG84T" stopped. 2025-06-27 20:50:01.620 +03:00 [DBG] Connection id "0HNC8090TG84U" accepted. 2025-06-27 20:50:01.620 +03:00 [DBG] Connection id "0HNC8090TG84U" started. 2025-06-27 20:50:01.620 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:50:01.620 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:50:01.621 +03:00 [DBG] POST requests are not supported 2025-06-27 20:50:01.621 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:50:01.621 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:50:01.621 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:50:01.621 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:50:01.621 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:50:01.621 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:50:01.621 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:50:01.621 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:50:01.621 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:50:01.621 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:50:01.621 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:50:01.621 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:50:01.621 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:50:01.621 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:50:01.621 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.621 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.621 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:50:01.621 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:50:01.621 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:50:01.621 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:50:01.621 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:50:01.621 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:50:01.621 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:50:01.622 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1342ms. 2025-06-27 20:50:01.622 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:50:01.622 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:50:01.622 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.622 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:50:01.622 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4108ms 2025-06-27 20:50:01.622 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:50:01.623 +03:00 [DBG] Connection id "0HNC8090TG84U" completed keep alive response. 2025-06-27 20:50:01.623 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.256ms 2025-06-27 20:50:01.623 +03:00 [DBG] Connection id "0HNC8090TG84U" received FIN. 2025-06-27 20:50:01.623 +03:00 [DBG] Connection id "0HNC8090TG84U" disconnecting. 2025-06-27 20:50:01.623 +03:00 [DBG] Connection id "0HNC8090TG84U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:50:01.624 +03:00 [DBG] Connection id "0HNC8090TG84U" stopped. 2025-06-27 20:51:01.544 +03:00 [DBG] Connection id "0HNC8090TG84V" accepted. 2025-06-27 20:51:01.544 +03:00 [DBG] Connection id "0HNC8090TG84V" started. 2025-06-27 20:51:01.544 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:51:01.544 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:51:01.544 +03:00 [DBG] POST requests are not supported 2025-06-27 20:51:01.544 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:51:01.544 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:51:01.544 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:51:01.544 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:51:01.544 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:51:01.544 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:51:01.544 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:51:01.544 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:51:01.544 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:51:01.544 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:51:01.544 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:51:01.544 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:51:01.544 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:51:01.544 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:51:01.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.544 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:51:01.544 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:51:01.545 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:51:01.545 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1262ms. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:51:01.545 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:51:01.545 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:51:01.545 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7558ms 2025-06-27 20:51:01.545 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:51:01.545 +03:00 [DBG] Connection id "0HNC8090TG84V" completed keep alive response. 2025-06-27 20:51:01.545 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3583ms 2025-06-27 20:51:01.545 +03:00 [DBG] Connection id "0HNC8090TG84V" received FIN. 2025-06-27 20:51:01.546 +03:00 [DBG] Connection id "0HNC8090TG84V" disconnecting. 2025-06-27 20:51:01.546 +03:00 [DBG] Connection id "0HNC8090TG84V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:51:01.547 +03:00 [DBG] Connection id "0HNC8090TG84V" stopped. 2025-06-27 20:52:01.547 +03:00 [DBG] Connection id "0HNC8090TG850" accepted. 2025-06-27 20:52:01.548 +03:00 [DBG] Connection id "0HNC8090TG850" started. 2025-06-27 20:52:01.548 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:52:01.548 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:52:01.548 +03:00 [DBG] POST requests are not supported 2025-06-27 20:52:01.548 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:52:01.548 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:52:01.548 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:52:01.548 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:52:01.548 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:52:01.548 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:52:01.548 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:52:01.548 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:52:01.548 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:52:01.548 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:52:01.548 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:52:01.548 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:52:01.548 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:52:01.548 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:52:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:52:01.549 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:52:01.549 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:52:01.549 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1433ms. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:52:01.549 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:52:01.549 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:52:01.550 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0408ms 2025-06-27 20:52:01.550 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:52:01.550 +03:00 [DBG] Connection id "0HNC8090TG850" completed keep alive response. 2025-06-27 20:52:01.550 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8625ms 2025-06-27 20:52:01.550 +03:00 [DBG] Connection id "0HNC8090TG850" received FIN. 2025-06-27 20:52:01.550 +03:00 [DBG] Connection id "0HNC8090TG850" disconnecting. 2025-06-27 20:52:01.550 +03:00 [DBG] Connection id "0HNC8090TG850" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:52:01.551 +03:00 [DBG] Connection id "0HNC8090TG850" stopped. 2025-06-27 20:53:01.542 +03:00 [DBG] Connection id "0HNC8090TG851" accepted. 2025-06-27 20:53:01.542 +03:00 [DBG] Connection id "0HNC8090TG851" started. 2025-06-27 20:53:01.543 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:53:01.543 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:53:01.543 +03:00 [DBG] POST requests are not supported 2025-06-27 20:53:01.543 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:53:01.543 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:53:01.543 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:53:01.543 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:53:01.543 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:53:01.543 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:53:01.543 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:53:01.543 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:53:01.543 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:53:01.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:53:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:53:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:53:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:53:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:53:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:53:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:53:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:53:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:53:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:53:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:53:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:53:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1362ms. 2025-06-27 20:53:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:53:01.544 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:53:01.544 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:53:01.544 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7806ms 2025-06-27 20:53:01.544 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:53:01.544 +03:00 [DBG] Connection id "0HNC8090TG851" completed keep alive response. 2025-06-27 20:53:01.544 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4039ms 2025-06-27 20:53:01.544 +03:00 [DBG] Connection id "0HNC8090TG851" received FIN. 2025-06-27 20:53:01.544 +03:00 [DBG] Connection id "0HNC8090TG851" disconnecting. 2025-06-27 20:53:01.544 +03:00 [DBG] Connection id "0HNC8090TG851" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:53:01.545 +03:00 [DBG] Connection id "0HNC8090TG851" stopped. 2025-06-27 20:54:01.539 +03:00 [DBG] Connection id "0HNC8090TG852" accepted. 2025-06-27 20:54:01.539 +03:00 [DBG] Connection id "0HNC8090TG852" started. 2025-06-27 20:54:01.539 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:54:01.539 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:54:01.539 +03:00 [DBG] POST requests are not supported 2025-06-27 20:54:01.540 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:54:01.540 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:54:01.540 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:54:01.540 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:54:01.540 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:54:01.540 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:54:01.540 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:54:01.540 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:54:01.540 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:54:01.540 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:54:01.540 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:54:01.540 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:54:01.540 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:54:01.540 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:54:01.540 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.540 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.540 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:54:01.540 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:54:01.541 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:54:01.541 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1813ms. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:54:01.541 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:54:01.541 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:54:01.541 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:54:01.541 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:54:01.542 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.542 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.542 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.542 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:54:01.542 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4873ms 2025-06-27 20:54:01.542 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:54:01.542 +03:00 [DBG] Connection id "0HNC8090TG852" completed keep alive response. 2025-06-27 20:54:01.542 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5745ms 2025-06-27 20:54:01.542 +03:00 [DBG] Connection id "0HNC8090TG852" received FIN. 2025-06-27 20:54:01.542 +03:00 [DBG] Connection id "0HNC8090TG852" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:54:01.542 +03:00 [DBG] Connection id "0HNC8090TG852" disconnecting. 2025-06-27 20:54:01.543 +03:00 [DBG] Connection id "0HNC8090TG852" stopped. 2025-06-27 20:55:01.551 +03:00 [DBG] Connection id "0HNC8090TG853" accepted. 2025-06-27 20:55:01.551 +03:00 [DBG] Connection id "0HNC8090TG853" started. 2025-06-27 20:55:01.551 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:55:01.551 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:55:01.551 +03:00 [DBG] POST requests are not supported 2025-06-27 20:55:01.551 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:55:01.551 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:55:01.551 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:55:01.551 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:55:01.551 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:55:01.551 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:55:01.551 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:55:01.551 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:55:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:55:01.552 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:55:01.552 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:55:01.552 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:55:01.552 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:55:01.552 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:55:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:55:01.552 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:55:01.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:55:01.552 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1238ms. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:55:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:55:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:55:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6978ms 2025-06-27 20:55:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:55:01.552 +03:00 [DBG] Connection id "0HNC8090TG853" completed keep alive response. 2025-06-27 20:55:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3066ms 2025-06-27 20:55:01.553 +03:00 [DBG] Connection id "0HNC8090TG853" received FIN. 2025-06-27 20:55:01.553 +03:00 [DBG] Connection id "0HNC8090TG853" disconnecting. 2025-06-27 20:55:01.553 +03:00 [DBG] Connection id "0HNC8090TG853" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:55:01.554 +03:00 [DBG] Connection id "0HNC8090TG853" stopped. 2025-06-27 20:56:01.553 +03:00 [DBG] Connection id "0HNC8090TG854" accepted. 2025-06-27 20:56:01.553 +03:00 [DBG] Connection id "0HNC8090TG854" started. 2025-06-27 20:56:01.553 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:56:01.553 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:56:01.553 +03:00 [DBG] POST requests are not supported 2025-06-27 20:56:01.553 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:56:01.553 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:56:01.553 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:56:01.553 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:56:01.553 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:56:01.553 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:56:01.553 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:56:01.553 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:56:01.554 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:56:01.554 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:56:01.554 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:56:01.554 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:56:01.554 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:56:01.554 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:56:01.554 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:56:01.554 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:56:01.554 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:56:01.554 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1278ms. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:56:01.554 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:56:01.554 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:56:01.554 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.711ms 2025-06-27 20:56:01.554 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:56:01.555 +03:00 [DBG] Connection id "0HNC8090TG854" completed keep alive response. 2025-06-27 20:56:01.555 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4623ms 2025-06-27 20:56:01.555 +03:00 [DBG] Connection id "0HNC8090TG854" received FIN. 2025-06-27 20:56:01.555 +03:00 [DBG] Connection id "0HNC8090TG854" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:56:01.555 +03:00 [DBG] Connection id "0HNC8090TG854" disconnecting. 2025-06-27 20:56:01.555 +03:00 [DBG] Connection id "0HNC8090TG854" stopped. 2025-06-27 20:57:01.553 +03:00 [DBG] Connection id "0HNC8090TG855" accepted. 2025-06-27 20:57:01.553 +03:00 [DBG] Connection id "0HNC8090TG855" started. 2025-06-27 20:57:01.553 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:57:01.553 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:57:01.553 +03:00 [DBG] POST requests are not supported 2025-06-27 20:57:01.553 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:57:01.553 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:57:01.553 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:57:01.553 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:57:01.553 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:57:01.553 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:57:01.553 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:57:01.553 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:57:01.553 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:57:01.553 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:57:01.553 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:57:01.553 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:57:01.553 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:57:01.553 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:57:01.553 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.553 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.553 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:57:01.553 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:57:01.554 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:57:01.554 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1149ms. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:57:01.554 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:57:01.554 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.554 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:57:01.554 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6319ms 2025-06-27 20:57:01.554 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:57:01.554 +03:00 [DBG] Connection id "0HNC8090TG855" completed keep alive response. 2025-06-27 20:57:01.554 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2372ms 2025-06-27 20:57:01.554 +03:00 [DBG] Connection id "0HNC8090TG855" received FIN. 2025-06-27 20:57:01.555 +03:00 [DBG] Connection id "0HNC8090TG855" disconnecting. 2025-06-27 20:57:01.555 +03:00 [DBG] Connection id "0HNC8090TG855" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:57:01.556 +03:00 [DBG] Connection id "0HNC8090TG855" stopped. 2025-06-27 20:58:01.552 +03:00 [DBG] Connection id "0HNC8090TG856" accepted. 2025-06-27 20:58:01.552 +03:00 [DBG] Connection id "0HNC8090TG856" started. 2025-06-27 20:58:01.552 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:58:01.552 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:58:01.552 +03:00 [DBG] POST requests are not supported 2025-06-27 20:58:01.552 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:58:01.552 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:58:01.552 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:58:01.552 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:58:01.552 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:58:01.553 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:58:01.553 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:58:01.553 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:58:01.553 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:58:01.553 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:58:01.553 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:58:01.553 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:58:01.553 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:58:01.553 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:58:01.553 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.553 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:58:01.553 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:58:01.553 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:58:01.553 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1483ms. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:58:01.553 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:58:01.553 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:58:01.554 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:58:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:58:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:58:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.554 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.554 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:58:01.554 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7461ms 2025-06-27 20:58:01.554 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:58:01.554 +03:00 [DBG] Connection id "0HNC8090TG856" completed keep alive response. 2025-06-27 20:58:01.554 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6014ms 2025-06-27 20:58:01.554 +03:00 [DBG] Connection id "0HNC8090TG856" received FIN. 2025-06-27 20:58:01.554 +03:00 [DBG] Connection id "0HNC8090TG856" disconnecting. 2025-06-27 20:58:01.554 +03:00 [DBG] Connection id "0HNC8090TG856" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:58:01.555 +03:00 [DBG] Connection id "0HNC8090TG856" stopped. 2025-06-27 20:59:01.558 +03:00 [DBG] Connection id "0HNC8090TG857" accepted. 2025-06-27 20:59:01.559 +03:00 [DBG] Connection id "0HNC8090TG857" started. 2025-06-27 20:59:01.559 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 20:59:01.559 +03:00 [VRB] All hosts are allowed. 2025-06-27 20:59:01.559 +03:00 [DBG] POST requests are not supported 2025-06-27 20:59:01.559 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 20:59:01.559 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 20:59:01.559 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:59:01.559 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 20:59:01.559 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 20:59:01.559 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 20:59:01.559 +03:00 [INF] CORS policy execution successful. 2025-06-27 20:59:01.559 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:59:01.559 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 20:59:01.559 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 20:59:01.559 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 20:59:01.559 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 20:59:01.559 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 20:59:01.559 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 20:59:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.559 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:59:01.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 20:59:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:59:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:59:01.560 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 20:59:01.560 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1264ms. 2025-06-27 20:59:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:59:01.560 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 20:59:01.560 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 20:59:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7738ms 2025-06-27 20:59:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 20:59:01.560 +03:00 [DBG] Connection id "0HNC8090TG857" completed keep alive response. 2025-06-27 20:59:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4171ms 2025-06-27 20:59:01.561 +03:00 [DBG] Connection id "0HNC8090TG857" received FIN. 2025-06-27 20:59:01.561 +03:00 [DBG] Connection id "0HNC8090TG857" disconnecting. 2025-06-27 20:59:01.561 +03:00 [DBG] Connection id "0HNC8090TG857" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 20:59:01.562 +03:00 [DBG] Connection id "0HNC8090TG857" stopped. 2025-06-27 21:00:01.543 +03:00 [DBG] Connection id "0HNC8090TG858" accepted. 2025-06-27 21:00:01.543 +03:00 [DBG] Connection id "0HNC8090TG858" started. 2025-06-27 21:00:01.543 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:00:01.543 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:00:01.543 +03:00 [DBG] POST requests are not supported 2025-06-27 21:00:01.543 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:00:01.544 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:00:01.544 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:00:01.544 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:00:01.544 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:00:01.544 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:00:01.544 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:00:01.544 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:00:01.544 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:00:01.544 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:00:01.544 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:00:01.544 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:00:01.544 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:00:01.544 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:00:01.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.544 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:00:01.544 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:00:01.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:00:01.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:00:01.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:00:01.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:00:01.544 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:00:01.545 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1546ms. 2025-06-27 21:00:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:00:01.545 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:00:01.545 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:00:01.545 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1025ms 2025-06-27 21:00:01.545 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:00:01.545 +03:00 [DBG] Connection id "0HNC8090TG858" completed keep alive response. 2025-06-27 21:00:01.545 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9971ms 2025-06-27 21:00:01.546 +03:00 [DBG] Connection id "0HNC8090TG858" received FIN. 2025-06-27 21:00:01.546 +03:00 [DBG] Connection id "0HNC8090TG858" disconnecting. 2025-06-27 21:00:01.546 +03:00 [DBG] Connection id "0HNC8090TG858" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:00:01.547 +03:00 [DBG] Connection id "0HNC8090TG858" stopped. 2025-06-27 21:01:01.546 +03:00 [DBG] Connection id "0HNC8090TG859" accepted. 2025-06-27 21:01:01.546 +03:00 [DBG] Connection id "0HNC8090TG859" started. 2025-06-27 21:01:01.547 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:01:01.547 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:01:01.547 +03:00 [DBG] POST requests are not supported 2025-06-27 21:01:01.547 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:01:01.547 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:01:01.547 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:01:01.547 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:01:01.547 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:01:01.547 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:01:01.547 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:01:01.547 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:01:01.547 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:01:01.547 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:01:01.547 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:01:01.547 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:01:01.547 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:01:01.547 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:01:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.547 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:01:01.547 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:01:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:01:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:01:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:01:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:01:01.547 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:01:01.547 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1268ms. 2025-06-27 21:01:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:01:01.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:01:01.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:01:01.548 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7716ms 2025-06-27 21:01:01.548 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:01:01.548 +03:00 [DBG] Connection id "0HNC8090TG859" completed keep alive response. 2025-06-27 21:01:01.548 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4077ms 2025-06-27 21:01:01.548 +03:00 [DBG] Connection id "0HNC8090TG859" received FIN. 2025-06-27 21:01:01.548 +03:00 [DBG] Connection id "0HNC8090TG859" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:01:01.548 +03:00 [DBG] Connection id "0HNC8090TG859" disconnecting. 2025-06-27 21:01:01.549 +03:00 [DBG] Connection id "0HNC8090TG859" stopped. 2025-06-27 21:02:01.627 +03:00 [DBG] Connection id "0HNC8090TG85A" accepted. 2025-06-27 21:02:01.627 +03:00 [DBG] Connection id "0HNC8090TG85A" started. 2025-06-27 21:02:01.628 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:02:01.628 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:02:01.628 +03:00 [DBG] POST requests are not supported 2025-06-27 21:02:01.628 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:02:01.628 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:02:01.628 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:02:01.628 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:02:01.628 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:02:01.628 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:02:01.628 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:02:01.628 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:02:01.628 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:02:01.628 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:02:01.628 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:02:01.628 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:02:01.628 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:02:01.628 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:02:01.628 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.628 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.628 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:02:01.629 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:02:01.629 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:02:01.629 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.128ms. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:02:01.629 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:02:01.629 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.629 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:02:01.629 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9975ms 2025-06-27 21:02:01.629 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:02:01.629 +03:00 [DBG] Connection id "0HNC8090TG85A" completed keep alive response. 2025-06-27 21:02:01.630 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8909ms 2025-06-27 21:02:01.630 +03:00 [DBG] Connection id "0HNC8090TG85A" received FIN. 2025-06-27 21:02:01.630 +03:00 [DBG] Connection id "0HNC8090TG85A" disconnecting. 2025-06-27 21:02:01.630 +03:00 [DBG] Connection id "0HNC8090TG85A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:02:01.631 +03:00 [DBG] Connection id "0HNC8090TG85A" stopped. 2025-06-27 21:03:01.545 +03:00 [DBG] Connection id "0HNC8090TG85B" accepted. 2025-06-27 21:03:01.545 +03:00 [DBG] Connection id "0HNC8090TG85B" started. 2025-06-27 21:03:01.545 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:03:01.545 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:03:01.545 +03:00 [DBG] POST requests are not supported 2025-06-27 21:03:01.545 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:03:01.545 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:03:01.545 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:03:01.545 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:03:01.545 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:03:01.545 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:03:01.545 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:03:01.545 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:03:01.545 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:03:01.546 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:03:01.546 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:03:01.546 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:03:01.546 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:03:01.546 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:03:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.546 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:03:01.546 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:03:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:03:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:03:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:03:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:03:01.547 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:03:01.547 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1424ms. 2025-06-27 21:03:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:03:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:03:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:03:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:03:01.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:03:01.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:03:01.548 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 2.1985ms 2025-06-27 21:03:01.548 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:03:01.548 +03:00 [DBG] Connection id "0HNC8090TG85B" completed keep alive response. 2025-06-27 21:03:01.548 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0486ms 2025-06-27 21:03:01.548 +03:00 [DBG] Connection id "0HNC8090TG85B" received FIN. 2025-06-27 21:03:01.548 +03:00 [DBG] Connection id "0HNC8090TG85B" disconnecting. 2025-06-27 21:03:01.548 +03:00 [DBG] Connection id "0HNC8090TG85B" stopped. 2025-06-27 21:03:01.548 +03:00 [DBG] Connection id "0HNC8090TG85B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:04:01.553 +03:00 [DBG] Connection id "0HNC8090TG85C" accepted. 2025-06-27 21:04:01.553 +03:00 [DBG] Connection id "0HNC8090TG85C" started. 2025-06-27 21:04:01.553 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:04:01.553 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:04:01.553 +03:00 [DBG] POST requests are not supported 2025-06-27 21:04:01.553 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:04:01.553 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:04:01.553 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:04:01.553 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:04:01.553 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:04:01.553 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:04:01.553 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:04:01.553 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:04:01.553 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:04:01.553 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:04:01.553 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:04:01.553 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:04:01.553 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:04:01.553 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:04:01.553 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.553 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.553 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:04:01.553 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:04:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:04:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:04:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:04:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:04:01.553 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:04:01.554 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1178ms. 2025-06-27 21:04:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:04:01.554 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:04:01.554 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.554 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:04:01.554 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6398ms 2025-06-27 21:04:01.554 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:04:01.554 +03:00 [DBG] Connection id "0HNC8090TG85C" completed keep alive response. 2025-06-27 21:04:01.554 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.171ms 2025-06-27 21:04:01.554 +03:00 [DBG] Connection id "0HNC8090TG85C" received FIN. 2025-06-27 21:04:01.554 +03:00 [DBG] Connection id "0HNC8090TG85C" disconnecting. 2025-06-27 21:04:01.554 +03:00 [DBG] Connection id "0HNC8090TG85C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:04:01.555 +03:00 [DBG] Connection id "0HNC8090TG85C" stopped. 2025-06-27 21:05:01.542 +03:00 [DBG] Connection id "0HNC8090TG85D" accepted. 2025-06-27 21:05:01.542 +03:00 [DBG] Connection id "0HNC8090TG85D" started. 2025-06-27 21:05:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:05:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:05:01.542 +03:00 [DBG] POST requests are not supported 2025-06-27 21:05:01.542 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:05:01.542 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:05:01.542 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:05:01.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:05:01.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:05:01.542 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:05:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:05:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:05:01.542 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:05:01.542 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:05:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:05:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:05:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:05:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:05:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:05:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:05:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:05:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1251ms. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:05:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:05:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:05:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.753ms 2025-06-27 21:05:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:05:01.543 +03:00 [DBG] Connection id "0HNC8090TG85D" completed keep alive response. 2025-06-27 21:05:01.543 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5207ms 2025-06-27 21:05:01.544 +03:00 [DBG] Connection id "0HNC8090TG85D" received FIN. 2025-06-27 21:05:01.544 +03:00 [DBG] Connection id "0HNC8090TG85D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:05:01.544 +03:00 [DBG] Connection id "0HNC8090TG85D" disconnecting. 2025-06-27 21:05:01.544 +03:00 [DBG] Connection id "0HNC8090TG85D" stopped. 2025-06-27 21:06:01.554 +03:00 [DBG] Connection id "0HNC8090TG85E" accepted. 2025-06-27 21:06:01.554 +03:00 [DBG] Connection id "0HNC8090TG85E" started. 2025-06-27 21:06:01.554 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:06:01.554 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:06:01.554 +03:00 [DBG] POST requests are not supported 2025-06-27 21:06:01.554 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:06:01.554 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:06:01.554 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:06:01.554 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:06:01.554 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:06:01.554 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:06:01.555 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:06:01.555 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:06:01.555 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:06:01.555 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:06:01.555 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:06:01.555 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:06:01.555 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:06:01.555 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:06:01.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:06:01.555 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:06:01.555 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:06:01.555 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.121ms. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:06:01.555 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:06:01.555 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:06:01.555 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6967ms 2025-06-27 21:06:01.556 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:06:01.556 +03:00 [DBG] Connection id "0HNC8090TG85E" completed keep alive response. 2025-06-27 21:06:01.556 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4299ms 2025-06-27 21:06:01.556 +03:00 [DBG] Connection id "0HNC8090TG85E" received FIN. 2025-06-27 21:06:01.556 +03:00 [DBG] Connection id "0HNC8090TG85E" disconnecting. 2025-06-27 21:06:01.556 +03:00 [DBG] Connection id "0HNC8090TG85E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:06:01.557 +03:00 [DBG] Connection id "0HNC8090TG85E" stopped. 2025-06-27 21:07:01.555 +03:00 [DBG] Connection id "0HNC8090TG85F" accepted. 2025-06-27 21:07:01.555 +03:00 [DBG] Connection id "0HNC8090TG85F" started. 2025-06-27 21:07:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:07:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:07:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:07:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:07:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:07:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:07:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:07:01.556 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:07:01.556 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:07:01.556 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:07:01.556 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:07:01.556 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:07:01.557 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:07:01.557 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:07:01.557 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:07:01.557 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:07:01.557 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:07:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.557 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:07:01.557 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:07:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:07:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:07:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:07:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:07:01.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:07:01.558 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1926ms. 2025-06-27 21:07:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:07:01.558 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:07:01.558 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:07:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:07:01.559 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.772ms 2025-06-27 21:07:01.559 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:07:01.559 +03:00 [DBG] Connection id "0HNC8090TG85F" completed keep alive response. 2025-06-27 21:07:01.559 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4434ms 2025-06-27 21:07:01.559 +03:00 [DBG] Connection id "0HNC8090TG85F" received FIN. 2025-06-27 21:07:01.559 +03:00 [DBG] Connection id "0HNC8090TG85F" disconnecting. 2025-06-27 21:07:01.560 +03:00 [DBG] Connection id "0HNC8090TG85F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:07:01.561 +03:00 [DBG] Connection id "0HNC8090TG85F" stopped. 2025-06-27 21:08:01.549 +03:00 [DBG] Connection id "0HNC8090TG85G" accepted. 2025-06-27 21:08:01.549 +03:00 [DBG] Connection id "0HNC8090TG85G" started. 2025-06-27 21:08:01.549 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:08:01.549 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:08:01.549 +03:00 [DBG] POST requests are not supported 2025-06-27 21:08:01.549 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:08:01.549 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:08:01.549 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:08:01.550 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:08:01.550 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:08:01.550 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:08:01.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:08:01.550 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:08:01.550 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:08:01.550 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:08:01.550 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:08:01.550 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:08:01.550 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:08:01.550 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:08:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:08:01.551 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:08:01.551 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:08:01.551 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1697ms. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:08:01.551 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:08:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:08:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:08:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:08:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:08:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:08:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7495ms 2025-06-27 21:08:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:08:01.552 +03:00 [DBG] Connection id "0HNC8090TG85G" completed keep alive response. 2025-06-27 21:08:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2679ms 2025-06-27 21:08:01.553 +03:00 [DBG] Connection id "0HNC8090TG85G" received FIN. 2025-06-27 21:08:01.553 +03:00 [DBG] Connection id "0HNC8090TG85G" disconnecting. 2025-06-27 21:08:01.553 +03:00 [DBG] Connection id "0HNC8090TG85G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:08:01.554 +03:00 [DBG] Connection id "0HNC8090TG85G" stopped. 2025-06-27 21:09:01.554 +03:00 [DBG] Connection id "0HNC8090TG85H" accepted. 2025-06-27 21:09:01.555 +03:00 [DBG] Connection id "0HNC8090TG85H" started. 2025-06-27 21:09:01.555 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:09:01.555 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:09:01.555 +03:00 [DBG] POST requests are not supported 2025-06-27 21:09:01.555 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:09:01.555 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:09:01.555 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:09:01.555 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:09:01.555 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:09:01.555 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:09:01.555 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:09:01.555 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:09:01.555 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:09:01.555 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:09:01.555 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:09:01.555 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:09:01.555 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:09:01.555 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:09:01.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.555 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:09:01.555 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:09:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:09:01.556 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:09:01.556 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1504ms. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:09:01.556 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:09:01.556 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:09:01.556 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.806ms 2025-06-27 21:09:01.556 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:09:01.556 +03:00 [DBG] Connection id "0HNC8090TG85H" completed keep alive response. 2025-06-27 21:09:01.556 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4472ms 2025-06-27 21:09:01.557 +03:00 [DBG] Connection id "0HNC8090TG85H" received FIN. 2025-06-27 21:09:01.557 +03:00 [DBG] Connection id "0HNC8090TG85H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:09:01.557 +03:00 [DBG] Connection id "0HNC8090TG85H" disconnecting. 2025-06-27 21:09:01.557 +03:00 [DBG] Connection id "0HNC8090TG85H" stopped. 2025-06-27 21:10:01.552 +03:00 [DBG] Connection id "0HNC8090TG85I" accepted. 2025-06-27 21:10:01.552 +03:00 [DBG] Connection id "0HNC8090TG85I" started. 2025-06-27 21:10:01.552 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:10:01.552 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:10:01.552 +03:00 [DBG] POST requests are not supported 2025-06-27 21:10:01.552 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:10:01.552 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:10:01.552 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:10:01.552 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:10:01.552 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:10:01.552 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:10:01.552 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:10:01.552 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:10:01.552 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:10:01.552 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:10:01.552 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:10:01.552 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:10:01.553 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:10:01.553 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:10:01.553 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:10:01.553 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:10:01.553 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:10:01.553 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1235ms. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:10:01.553 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:10:01.553 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:10:01.553 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6552ms 2025-06-27 21:10:01.553 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:10:01.553 +03:00 [DBG] Connection id "0HNC8090TG85I" completed keep alive response. 2025-06-27 21:10:01.553 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.416ms 2025-06-27 21:10:01.554 +03:00 [DBG] Connection id "0HNC8090TG85I" received FIN. 2025-06-27 21:10:01.554 +03:00 [DBG] Connection id "0HNC8090TG85I" disconnecting. 2025-06-27 21:10:01.554 +03:00 [DBG] Connection id "0HNC8090TG85I" stopped. 2025-06-27 21:10:01.554 +03:00 [DBG] Connection id "0HNC8090TG85I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:11:01.547 +03:00 [DBG] Connection id "0HNC8090TG85J" accepted. 2025-06-27 21:11:01.547 +03:00 [DBG] Connection id "0HNC8090TG85J" started. 2025-06-27 21:11:01.547 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:11:01.547 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:11:01.547 +03:00 [DBG] POST requests are not supported 2025-06-27 21:11:01.547 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:11:01.547 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:11:01.547 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:11:01.548 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:11:01.548 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:11:01.548 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:11:01.548 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:11:01.548 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:11:01.548 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:11:01.548 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:11:01.548 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:11:01.548 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:11:01.548 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:11:01.548 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:11:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.548 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:11:01.548 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:11:01.548 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:11:01.548 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1178ms. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:11:01.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:11:01.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:11:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:11:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:11:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:11:01.549 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7143ms 2025-06-27 21:11:01.549 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG85J" completed keep alive response. 2025-06-27 21:11:01.549 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3593ms 2025-06-27 21:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG85J" received FIN. 2025-06-27 21:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG85J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG85J" disconnecting. 2025-06-27 21:11:01.549 +03:00 [DBG] Connection id "0HNC8090TG85J" stopped. 2025-06-27 21:12:01.551 +03:00 [DBG] Connection id "0HNC8090TG85K" accepted. 2025-06-27 21:12:01.551 +03:00 [DBG] Connection id "0HNC8090TG85K" started. 2025-06-27 21:12:01.551 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:12:01.551 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:12:01.551 +03:00 [DBG] POST requests are not supported 2025-06-27 21:12:01.551 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:12:01.551 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:12:01.551 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:12:01.551 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:12:01.551 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:12:01.551 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:12:01.551 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:12:01.551 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:12:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:12:01.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:12:01.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:12:01.552 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:12:01.552 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:12:01.552 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:12:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:12:01.552 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:12:01.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:12:01.552 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1249ms. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:12:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:12:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:12:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6575ms 2025-06-27 21:12:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:12:01.552 +03:00 [DBG] Connection id "0HNC8090TG85K" completed keep alive response. 2025-06-27 21:12:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2801ms 2025-06-27 21:12:01.553 +03:00 [DBG] Connection id "0HNC8090TG85K" received FIN. 2025-06-27 21:12:01.553 +03:00 [DBG] Connection id "0HNC8090TG85K" disconnecting. 2025-06-27 21:12:01.553 +03:00 [DBG] Connection id "0HNC8090TG85K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:12:01.554 +03:00 [DBG] Connection id "0HNC8090TG85K" stopped. 2025-06-27 21:13:01.553 +03:00 [DBG] Connection id "0HNC8090TG85L" accepted. 2025-06-27 21:13:01.554 +03:00 [DBG] Connection id "0HNC8090TG85L" started. 2025-06-27 21:13:01.554 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:13:01.554 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:13:01.554 +03:00 [DBG] POST requests are not supported 2025-06-27 21:13:01.554 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:13:01.554 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:13:01.554 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:13:01.554 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:13:01.554 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:13:01.554 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:13:01.554 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:13:01.554 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:13:01.554 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:13:01.554 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:13:01.554 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:13:01.554 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:13:01.554 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:13:01.554 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:13:01.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.555 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:13:01.555 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:13:01.555 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:13:01.555 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.164ms. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:13:01.555 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:13:01.555 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:13:01.555 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:13:01.556 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0967ms 2025-06-27 21:13:01.556 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:13:01.556 +03:00 [DBG] Connection id "0HNC8090TG85L" completed keep alive response. 2025-06-27 21:13:01.556 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.022ms 2025-06-27 21:13:01.556 +03:00 [DBG] Connection id "0HNC8090TG85L" received FIN. 2025-06-27 21:13:01.556 +03:00 [DBG] Connection id "0HNC8090TG85L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:13:01.556 +03:00 [DBG] Connection id "0HNC8090TG85L" disconnecting. 2025-06-27 21:13:01.556 +03:00 [DBG] Connection id "0HNC8090TG85L" stopped. 2025-06-27 21:14:01.556 +03:00 [DBG] Connection id "0HNC8090TG85M" accepted. 2025-06-27 21:14:01.557 +03:00 [DBG] Connection id "0HNC8090TG85M" started. 2025-06-27 21:14:01.557 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:14:01.557 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:14:01.557 +03:00 [DBG] POST requests are not supported 2025-06-27 21:14:01.557 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:14:01.557 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:14:01.557 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:14:01.557 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:14:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:14:01.557 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:14:01.557 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:14:01.557 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:14:01.557 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:14:01.558 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:14:01.558 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:14:01.558 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:14:01.558 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:14:01.558 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:14:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.558 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:14:01.558 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:14:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:14:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:14:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:14:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:14:01.558 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:14:01.558 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1882ms. 2025-06-27 21:14:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:14:01.559 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:14:01.559 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:14:01.559 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.4413ms 2025-06-27 21:14:01.559 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:14:01.559 +03:00 [DBG] Connection id "0HNC8090TG85M" completed keep alive response. 2025-06-27 21:14:01.559 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5715ms 2025-06-27 21:14:01.560 +03:00 [DBG] Connection id "0HNC8090TG85M" received FIN. 2025-06-27 21:14:01.560 +03:00 [DBG] Connection id "0HNC8090TG85M" disconnecting. 2025-06-27 21:14:01.560 +03:00 [DBG] Connection id "0HNC8090TG85M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:14:01.561 +03:00 [DBG] Connection id "0HNC8090TG85M" stopped. 2025-06-27 21:15:01.544 +03:00 [DBG] Connection id "0HNC8090TG85N" accepted. 2025-06-27 21:15:01.544 +03:00 [DBG] Connection id "0HNC8090TG85N" started. 2025-06-27 21:15:01.544 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:15:01.544 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:15:01.544 +03:00 [DBG] POST requests are not supported 2025-06-27 21:15:01.544 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:15:01.544 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:15:01.544 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:15:01.544 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:15:01.544 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:15:01.544 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:15:01.544 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:15:01.545 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:15:01.545 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:15:01.545 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:15:01.545 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:15:01.545 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:15:01.545 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:15:01.545 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:15:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.545 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:15:01.545 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:15:01.545 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:15:01.545 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1671ms. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:15:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:15:01.546 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:15:01.546 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:15:01.546 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0253ms 2025-06-27 21:15:01.546 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:15:01.546 +03:00 [DBG] Connection id "0HNC8090TG85N" completed keep alive response. 2025-06-27 21:15:01.546 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9265ms 2025-06-27 21:15:01.546 +03:00 [DBG] Connection id "0HNC8090TG85N" received FIN. 2025-06-27 21:15:01.546 +03:00 [DBG] Connection id "0HNC8090TG85N" disconnecting. 2025-06-27 21:15:01.546 +03:00 [DBG] Connection id "0HNC8090TG85N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:15:01.547 +03:00 [DBG] Connection id "0HNC8090TG85N" stopped. 2025-06-27 21:16:01.560 +03:00 [DBG] Connection id "0HNC8090TG85O" accepted. 2025-06-27 21:16:01.560 +03:00 [DBG] Connection id "0HNC8090TG85O" started. 2025-06-27 21:16:01.560 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:16:01.560 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:16:01.560 +03:00 [DBG] POST requests are not supported 2025-06-27 21:16:01.560 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:16:01.560 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:16:01.560 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:16:01.560 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:16:01.560 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:16:01.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:16:01.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:16:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:16:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:16:01.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:16:01.561 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:16:01.561 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:16:01.561 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:16:01.561 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:16:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.561 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:16:01.561 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:16:01.561 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:16:01.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1298ms. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:16:01.561 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:16:01.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:16:01.562 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7164ms 2025-06-27 21:16:01.562 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:16:01.562 +03:00 [DBG] Connection id "0HNC8090TG85O" completed keep alive response. 2025-06-27 21:16:01.562 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3651ms 2025-06-27 21:16:01.562 +03:00 [DBG] Connection id "0HNC8090TG85O" received FIN. 2025-06-27 21:16:01.562 +03:00 [DBG] Connection id "0HNC8090TG85O" disconnecting. 2025-06-27 21:16:01.562 +03:00 [DBG] Connection id "0HNC8090TG85O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:16:01.563 +03:00 [DBG] Connection id "0HNC8090TG85O" stopped. 2025-06-27 21:17:01.549 +03:00 [DBG] Connection id "0HNC8090TG85P" accepted. 2025-06-27 21:17:01.549 +03:00 [DBG] Connection id "0HNC8090TG85P" started. 2025-06-27 21:17:01.549 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:17:01.549 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:17:01.549 +03:00 [DBG] POST requests are not supported 2025-06-27 21:17:01.549 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:17:01.549 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:17:01.549 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:17:01.549 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:17:01.549 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:17:01.549 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:17:01.549 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:17:01.549 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:17:01.549 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:17:01.549 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:17:01.549 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:17:01.549 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:17:01.550 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:17:01.550 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:17:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:17:01.550 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:17:01.550 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:17:01.550 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1199ms. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:17:01.550 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:17:01.550 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:17:01.550 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6399ms 2025-06-27 21:17:01.550 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:17:01.550 +03:00 [DBG] Connection id "0HNC8090TG85P" completed keep alive response. 2025-06-27 21:17:01.550 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2798ms 2025-06-27 21:17:01.551 +03:00 [DBG] Connection id "0HNC8090TG85P" received FIN. 2025-06-27 21:17:01.551 +03:00 [DBG] Connection id "0HNC8090TG85P" disconnecting. 2025-06-27 21:17:01.551 +03:00 [DBG] Connection id "0HNC8090TG85P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:17:01.552 +03:00 [DBG] Connection id "0HNC8090TG85P" stopped. 2025-06-27 21:18:01.547 +03:00 [DBG] Connection id "0HNC8090TG85Q" accepted. 2025-06-27 21:18:01.547 +03:00 [DBG] Connection id "0HNC8090TG85Q" started. 2025-06-27 21:18:01.548 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:18:01.548 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:18:01.548 +03:00 [DBG] POST requests are not supported 2025-06-27 21:18:01.548 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:18:01.548 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:18:01.548 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:18:01.548 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:18:01.548 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:18:01.548 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:18:01.548 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:18:01.548 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:18:01.548 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:18:01.548 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:18:01.548 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:18:01.548 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:18:01.548 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:18:01.548 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:18:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.548 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:18:01.548 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:18:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:18:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:18:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:18:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:18:01.548 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:18:01.549 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1832ms. 2025-06-27 21:18:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:18:01.549 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:18:01.549 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:18:01.549 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8874ms 2025-06-27 21:18:01.549 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:18:01.549 +03:00 [DBG] Connection id "0HNC8090TG85Q" completed keep alive response. 2025-06-27 21:18:01.549 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6976ms 2025-06-27 21:18:01.549 +03:00 [DBG] Connection id "0HNC8090TG85Q" received FIN. 2025-06-27 21:18:01.550 +03:00 [DBG] Connection id "0HNC8090TG85Q" disconnecting. 2025-06-27 21:18:01.550 +03:00 [DBG] Connection id "0HNC8090TG85Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:18:01.551 +03:00 [DBG] Connection id "0HNC8090TG85Q" stopped. 2025-06-27 21:19:01.556 +03:00 [DBG] Connection id "0HNC8090TG85R" accepted. 2025-06-27 21:19:01.556 +03:00 [DBG] Connection id "0HNC8090TG85R" started. 2025-06-27 21:19:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:19:01.557 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:19:01.557 +03:00 [DBG] POST requests are not supported 2025-06-27 21:19:01.557 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:19:01.557 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:19:01.557 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:19:01.557 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:19:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:19:01.557 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:19:01.557 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:19:01.557 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:19:01.557 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:19:01.557 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:19:01.557 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:19:01.558 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:19:01.558 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:19:01.558 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:19:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.558 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:19:01.558 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:19:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:19:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:19:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:19:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:19:01.558 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:19:01.558 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2147ms. 2025-06-27 21:19:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:19:01.559 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:19:01.559 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:19:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.9465ms 2025-06-27 21:19:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:19:01.560 +03:00 [DBG] Connection id "0HNC8090TG85R" completed keep alive response. 2025-06-27 21:19:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4227ms 2025-06-27 21:19:01.560 +03:00 [DBG] Connection id "0HNC8090TG85R" received FIN. 2025-06-27 21:19:01.560 +03:00 [DBG] Connection id "0HNC8090TG85R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:19:01.560 +03:00 [DBG] Connection id "0HNC8090TG85R" disconnecting. 2025-06-27 21:19:01.561 +03:00 [DBG] Connection id "0HNC8090TG85R" stopped. 2025-06-27 21:20:01.543 +03:00 [DBG] Connection id "0HNC8090TG85S" accepted. 2025-06-27 21:20:01.543 +03:00 [DBG] Connection id "0HNC8090TG85S" started. 2025-06-27 21:20:01.543 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:20:01.543 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:20:01.543 +03:00 [DBG] POST requests are not supported 2025-06-27 21:20:01.543 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:20:01.544 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:20:01.544 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:20:01.544 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:20:01.544 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:20:01.544 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:20:01.544 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:20:01.544 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:20:01.544 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:20:01.544 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:20:01.544 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:20:01.544 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:20:01.544 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:20:01.544 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:20:01.544 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.544 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.544 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:20:01.544 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:20:01.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:20:01.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:20:01.544 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:20:01.544 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:20:01.544 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:20:01.544 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1705ms. 2025-06-27 21:20:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:20:01.545 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:20:01.545 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.545 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:20:01.545 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.14ms 2025-06-27 21:20:01.545 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:20:01.545 +03:00 [DBG] Connection id "0HNC8090TG85S" completed keep alive response. 2025-06-27 21:20:01.545 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8219ms 2025-06-27 21:20:01.545 +03:00 [DBG] Connection id "0HNC8090TG85S" received FIN. 2025-06-27 21:20:01.546 +03:00 [DBG] Connection id "0HNC8090TG85S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:20:01.546 +03:00 [DBG] Connection id "0HNC8090TG85S" disconnecting. 2025-06-27 21:20:01.546 +03:00 [DBG] Connection id "0HNC8090TG85S" stopped. 2025-06-27 21:21:01.547 +03:00 [DBG] Connection id "0HNC8090TG85T" accepted. 2025-06-27 21:21:01.547 +03:00 [DBG] Connection id "0HNC8090TG85T" started. 2025-06-27 21:21:01.547 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:21:01.547 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:21:01.547 +03:00 [DBG] POST requests are not supported 2025-06-27 21:21:01.547 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:21:01.547 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:21:01.547 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:21:01.547 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:21:01.547 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:21:01.547 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:21:01.547 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:21:01.547 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:21:01.547 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:21:01.548 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:21:01.548 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:21:01.548 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:21:01.548 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:21:01.548 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:21:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:21:01.548 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:21:01.548 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:21:01.548 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1263ms. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:21:01.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:21:01.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:21:01.548 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.794ms 2025-06-27 21:21:01.548 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:21:01.549 +03:00 [DBG] Connection id "0HNC8090TG85T" completed keep alive response. 2025-06-27 21:21:01.549 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.442ms 2025-06-27 21:21:01.549 +03:00 [DBG] Connection id "0HNC8090TG85T" received FIN. 2025-06-27 21:21:01.549 +03:00 [DBG] Connection id "0HNC8090TG85T" disconnecting. 2025-06-27 21:21:01.549 +03:00 [DBG] Connection id "0HNC8090TG85T" stopped. 2025-06-27 21:21:01.549 +03:00 [DBG] Connection id "0HNC8090TG85T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:22:01.549 +03:00 [DBG] Connection id "0HNC8090TG85U" accepted. 2025-06-27 21:22:01.549 +03:00 [DBG] Connection id "0HNC8090TG85U" started. 2025-06-27 21:22:01.549 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:22:01.549 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:22:01.549 +03:00 [DBG] POST requests are not supported 2025-06-27 21:22:01.549 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:22:01.549 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:22:01.549 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:22:01.549 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:22:01.549 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:22:01.549 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:22:01.550 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:22:01.550 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:22:01.550 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:22:01.550 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:22:01.550 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:22:01.550 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:22:01.550 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:22:01.550 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:22:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.550 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:22:01.550 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:22:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:22:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:22:01.550 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:22:01.550 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:22:01.550 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:22:01.551 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1647ms. 2025-06-27 21:22:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:22:01.551 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:22:01.551 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:22:01.551 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2544ms 2025-06-27 21:22:01.551 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:22:01.551 +03:00 [DBG] Connection id "0HNC8090TG85U" completed keep alive response. 2025-06-27 21:22:01.551 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.121ms 2025-06-27 21:22:01.552 +03:00 [DBG] Connection id "0HNC8090TG85U" received FIN. 2025-06-27 21:22:01.552 +03:00 [DBG] Connection id "0HNC8090TG85U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:22:01.552 +03:00 [DBG] Connection id "0HNC8090TG85U" disconnecting. 2025-06-27 21:22:01.552 +03:00 [DBG] Connection id "0HNC8090TG85U" stopped. 2025-06-27 21:23:01.559 +03:00 [DBG] Connection id "0HNC8090TG85V" accepted. 2025-06-27 21:23:01.559 +03:00 [DBG] Connection id "0HNC8090TG85V" started. 2025-06-27 21:23:01.559 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:23:01.559 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:23:01.559 +03:00 [DBG] POST requests are not supported 2025-06-27 21:23:01.559 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:23:01.559 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:23:01.559 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:23:01.559 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:23:01.559 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:23:01.559 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:23:01.559 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:23:01.560 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:23:01.560 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:23:01.560 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:23:01.560 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:23:01.560 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:23:01.560 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:23:01.560 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:23:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.560 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:23:01.560 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:23:01.560 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:23:01.560 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1633ms. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:23:01.560 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:23:01.560 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:23:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:23:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:23:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:23:01.561 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8964ms 2025-06-27 21:23:01.561 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:23:01.561 +03:00 [DBG] Connection id "0HNC8090TG85V" completed keep alive response. 2025-06-27 21:23:01.561 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6111ms 2025-06-27 21:23:01.561 +03:00 [DBG] Connection id "0HNC8090TG85V" received FIN. 2025-06-27 21:23:01.561 +03:00 [DBG] Connection id "0HNC8090TG85V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:23:01.561 +03:00 [DBG] Connection id "0HNC8090TG85V" disconnecting. 2025-06-27 21:23:01.561 +03:00 [DBG] Connection id "0HNC8090TG85V" stopped. 2025-06-27 21:24:01.548 +03:00 [DBG] Connection id "0HNC8090TG860" accepted. 2025-06-27 21:24:01.548 +03:00 [DBG] Connection id "0HNC8090TG860" started. 2025-06-27 21:24:01.548 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:24:01.548 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:24:01.548 +03:00 [DBG] POST requests are not supported 2025-06-27 21:24:01.548 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:24:01.548 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:24:01.548 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:24:01.548 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:24:01.548 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:24:01.548 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:24:01.548 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:24:01.548 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:24:01.548 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:24:01.548 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:24:01.548 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:24:01.549 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:24:01.549 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:24:01.549 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:24:01.549 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.549 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:24:01.549 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:24:01.549 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:24:01.549 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1636ms. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:24:01.549 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:24:01.549 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:24:01.549 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:24:01.549 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:24:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:24:01.550 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.550 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.550 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.550 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:24:01.550 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9878ms 2025-06-27 21:24:01.550 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:24:01.550 +03:00 [DBG] Connection id "0HNC8090TG860" completed keep alive response. 2025-06-27 21:24:01.550 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8235ms 2025-06-27 21:24:01.550 +03:00 [DBG] Connection id "0HNC8090TG860" received FIN. 2025-06-27 21:24:01.550 +03:00 [DBG] Connection id "0HNC8090TG860" disconnecting. 2025-06-27 21:24:01.550 +03:00 [DBG] Connection id "0HNC8090TG860" stopped. 2025-06-27 21:24:01.550 +03:00 [DBG] Connection id "0HNC8090TG860" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:25:01.542 +03:00 [DBG] Connection id "0HNC8090TG861" accepted. 2025-06-27 21:25:01.542 +03:00 [DBG] Connection id "0HNC8090TG861" started. 2025-06-27 21:25:01.542 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:25:01.542 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:25:01.542 +03:00 [DBG] POST requests are not supported 2025-06-27 21:25:01.542 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:25:01.542 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:25:01.542 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:25:01.542 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:25:01.542 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:25:01.542 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:25:01.542 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:25:01.542 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:25:01.543 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:25:01.543 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:25:01.543 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:25:01.543 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:25:01.543 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:25:01.543 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:25:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:25:01.543 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:25:01.543 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:25:01.543 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1092ms. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:25:01.543 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:25:01.543 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:25:01.543 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7666ms 2025-06-27 21:25:01.543 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:25:01.543 +03:00 [DBG] Connection id "0HNC8090TG861" completed keep alive response. 2025-06-27 21:25:01.544 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.356ms 2025-06-27 21:25:01.544 +03:00 [DBG] Connection id "0HNC8090TG861" received FIN. 2025-06-27 21:25:01.544 +03:00 [DBG] Connection id "0HNC8090TG861" disconnecting. 2025-06-27 21:25:01.544 +03:00 [DBG] Connection id "0HNC8090TG861" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:25:01.545 +03:00 [DBG] Connection id "0HNC8090TG861" stopped. 2025-06-27 21:26:01.555 +03:00 [DBG] Connection id "0HNC8090TG862" accepted. 2025-06-27 21:26:01.555 +03:00 [DBG] Connection id "0HNC8090TG862" started. 2025-06-27 21:26:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:26:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:26:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:26:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:26:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:26:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:26:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:26:01.556 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:26:01.556 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:26:01.556 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:26:01.556 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:26:01.556 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:26:01.556 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:26:01.556 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:26:01.556 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:26:01.556 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:26:01.556 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:26:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.556 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:26:01.556 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:26:01.556 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:26:01.556 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1097ms. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:26:01.557 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:26:01.557 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:26:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:26:01.557 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6567ms 2025-06-27 21:26:01.557 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:26:01.557 +03:00 [DBG] Connection id "0HNC8090TG862" completed keep alive response. 2025-06-27 21:26:01.557 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3329ms 2025-06-27 21:26:01.557 +03:00 [DBG] Connection id "0HNC8090TG862" received FIN. 2025-06-27 21:26:01.557 +03:00 [DBG] Connection id "0HNC8090TG862" disconnecting. 2025-06-27 21:26:01.557 +03:00 [DBG] Connection id "0HNC8090TG862" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:26:01.558 +03:00 [DBG] Connection id "0HNC8090TG862" stopped. 2025-06-27 21:27:01.546 +03:00 [DBG] Connection id "0HNC8090TG863" accepted. 2025-06-27 21:27:01.546 +03:00 [DBG] Connection id "0HNC8090TG863" started. 2025-06-27 21:27:01.546 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:27:01.546 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:27:01.546 +03:00 [DBG] POST requests are not supported 2025-06-27 21:27:01.546 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:27:01.546 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:27:01.546 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:27:01.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:27:01.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:27:01.546 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:27:01.547 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:27:01.547 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:27:01.547 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:27:01.547 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:27:01.547 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:27:01.547 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:27:01.547 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:27:01.547 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:27:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.547 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:27:01.547 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:27:01.547 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:27:01.547 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.129ms. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:27:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:27:01.548 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:27:01.548 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.548 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:27:01.548 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0201ms 2025-06-27 21:27:01.548 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:27:01.548 +03:00 [DBG] Connection id "0HNC8090TG863" completed keep alive response. 2025-06-27 21:27:01.548 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9124ms 2025-06-27 21:27:01.548 +03:00 [DBG] Connection id "0HNC8090TG863" received FIN. 2025-06-27 21:27:01.548 +03:00 [DBG] Connection id "0HNC8090TG863" disconnecting. 2025-06-27 21:27:01.548 +03:00 [DBG] Connection id "0HNC8090TG863" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:27:01.550 +03:00 [DBG] Connection id "0HNC8090TG863" stopped. 2025-06-27 21:28:01.562 +03:00 [DBG] Connection id "0HNC8090TG864" accepted. 2025-06-27 21:28:01.562 +03:00 [DBG] Connection id "0HNC8090TG864" started. 2025-06-27 21:28:01.562 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:28:01.562 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:28:01.562 +03:00 [DBG] POST requests are not supported 2025-06-27 21:28:01.562 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:28:01.562 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:28:01.562 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:28:01.562 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:28:01.562 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:28:01.562 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:28:01.562 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:28:01.562 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:28:01.562 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:28:01.562 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:28:01.563 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:28:01.563 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:28:01.563 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:28:01.563 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:28:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:28:01.563 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:28:01.563 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:28:01.563 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1186ms. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:28:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:28:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:28:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6448ms 2025-06-27 21:28:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:28:01.563 +03:00 [DBG] Connection id "0HNC8090TG864" completed keep alive response. 2025-06-27 21:28:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4038ms 2025-06-27 21:28:01.564 +03:00 [DBG] Connection id "0HNC8090TG864" received FIN. 2025-06-27 21:28:01.564 +03:00 [DBG] Connection id "0HNC8090TG864" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:28:01.564 +03:00 [DBG] Connection id "0HNC8090TG864" disconnecting. 2025-06-27 21:28:01.564 +03:00 [DBG] Connection id "0HNC8090TG864" stopped. 2025-06-27 21:29:01.555 +03:00 [DBG] Connection id "0HNC8090TG865" accepted. 2025-06-27 21:29:01.555 +03:00 [DBG] Connection id "0HNC8090TG865" started. 2025-06-27 21:29:01.555 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:29:01.555 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:29:01.555 +03:00 [DBG] POST requests are not supported 2025-06-27 21:29:01.555 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:29:01.555 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:29:01.555 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:29:01.555 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:29:01.555 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:29:01.555 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:29:01.555 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:29:01.555 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:29:01.555 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:29:01.555 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:29:01.555 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:29:01.556 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:29:01.556 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:29:01.556 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:29:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:29:01.556 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:29:01.556 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:29:01.556 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1279ms. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:29:01.556 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:29:01.556 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:29:01.556 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6636ms 2025-06-27 21:29:01.556 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:29:01.556 +03:00 [DBG] Connection id "0HNC8090TG865" completed keep alive response. 2025-06-27 21:29:01.556 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2265ms 2025-06-27 21:29:01.557 +03:00 [DBG] Connection id "0HNC8090TG865" received FIN. 2025-06-27 21:29:01.557 +03:00 [DBG] Connection id "0HNC8090TG865" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:29:01.557 +03:00 [DBG] Connection id "0HNC8090TG865" disconnecting. 2025-06-27 21:29:01.557 +03:00 [DBG] Connection id "0HNC8090TG865" stopped. 2025-06-27 21:30:01.545 +03:00 [DBG] Connection id "0HNC8090TG866" accepted. 2025-06-27 21:30:01.545 +03:00 [DBG] Connection id "0HNC8090TG866" started. 2025-06-27 21:30:01.545 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:30:01.545 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:30:01.545 +03:00 [DBG] POST requests are not supported 2025-06-27 21:30:01.545 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:30:01.546 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:30:01.546 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:30:01.546 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:30:01.546 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:30:01.546 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:30:01.546 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:30:01.546 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:30:01.546 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:30:01.546 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:30:01.546 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:30:01.546 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:30:01.546 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:30:01.546 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:30:01.546 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.546 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:30:01.546 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:30:01.546 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:30:01.546 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1392ms. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:30:01.546 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:30:01.547 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:30:01.547 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.547 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:30:01.547 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8257ms 2025-06-27 21:30:01.547 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:30:01.547 +03:00 [DBG] Connection id "0HNC8090TG866" completed keep alive response. 2025-06-27 21:30:01.547 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4575ms 2025-06-27 21:30:01.547 +03:00 [DBG] Connection id "0HNC8090TG866" received FIN. 2025-06-27 21:30:01.547 +03:00 [DBG] Connection id "0HNC8090TG866" disconnecting. 2025-06-27 21:30:01.547 +03:00 [DBG] Connection id "0HNC8090TG866" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:30:01.548 +03:00 [DBG] Connection id "0HNC8090TG866" stopped. 2025-06-27 21:31:01.561 +03:00 [DBG] Connection id "0HNC8090TG867" accepted. 2025-06-27 21:31:01.561 +03:00 [DBG] Connection id "0HNC8090TG867" started. 2025-06-27 21:31:01.561 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:31:01.561 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:31:01.561 +03:00 [DBG] POST requests are not supported 2025-06-27 21:31:01.561 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:31:01.561 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:31:01.561 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:31:01.561 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:31:01.561 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:31:01.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:31:01.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:31:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:31:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:31:01.562 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:31:01.562 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:31:01.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:31:01.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:31:01.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:31:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:31:01.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:31:01.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:31:01.562 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1471ms. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:31:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:31:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:31:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:31:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:31:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:31:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:31:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:31:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0455ms 2025-06-27 21:31:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:31:01.563 +03:00 [DBG] Connection id "0HNC8090TG867" completed keep alive response. 2025-06-27 21:31:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8603ms 2025-06-27 21:31:01.563 +03:00 [DBG] Connection id "0HNC8090TG867" received FIN. 2025-06-27 21:31:01.563 +03:00 [DBG] Connection id "0HNC8090TG867" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:31:01.563 +03:00 [DBG] Connection id "0HNC8090TG867" disconnecting. 2025-06-27 21:31:01.563 +03:00 [DBG] Connection id "0HNC8090TG867" stopped. 2025-06-27 21:32:01.637 +03:00 [DBG] Connection id "0HNC8090TG868" accepted. 2025-06-27 21:32:01.638 +03:00 [DBG] Connection id "0HNC8090TG868" started. 2025-06-27 21:32:01.638 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:32:01.638 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:32:01.638 +03:00 [DBG] POST requests are not supported 2025-06-27 21:32:01.638 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:32:01.638 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:32:01.638 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:32:01.638 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:32:01.638 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:32:01.638 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:32:01.638 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:32:01.638 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:32:01.638 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:32:01.638 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:32:01.638 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:32:01.638 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:32:01.638 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:32:01.638 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:32:01.638 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.638 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.638 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:32:01.638 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:32:01.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:32:01.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:32:01.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:32:01.638 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:32:01.638 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:32:01.639 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1497ms. 2025-06-27 21:32:01.639 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:32:01.639 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:32:01.639 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.639 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:32:01.639 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9222ms 2025-06-27 21:32:01.639 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:32:01.639 +03:00 [DBG] Connection id "0HNC8090TG868" completed keep alive response. 2025-06-27 21:32:01.639 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.624ms 2025-06-27 21:32:01.640 +03:00 [DBG] Connection id "0HNC8090TG868" received FIN. 2025-06-27 21:32:01.640 +03:00 [DBG] Connection id "0HNC8090TG868" disconnecting. 2025-06-27 21:32:01.640 +03:00 [DBG] Connection id "0HNC8090TG868" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:32:01.641 +03:00 [DBG] Connection id "0HNC8090TG868" stopped. 2025-06-27 21:33:01.557 +03:00 [DBG] Connection id "0HNC8090TG869" accepted. 2025-06-27 21:33:01.557 +03:00 [DBG] Connection id "0HNC8090TG869" started. 2025-06-27 21:33:01.557 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:33:01.557 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:33:01.557 +03:00 [DBG] POST requests are not supported 2025-06-27 21:33:01.557 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:33:01.557 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:33:01.557 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:33:01.557 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:33:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:33:01.557 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:33:01.557 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:33:01.557 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:33:01.558 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:33:01.558 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:33:01.558 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:33:01.558 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:33:01.558 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:33:01.558 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:33:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:33:01.558 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:33:01.558 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:33:01.558 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1411ms. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:33:01.558 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:33:01.558 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:33:01.558 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6803ms 2025-06-27 21:33:01.558 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:33:01.558 +03:00 [DBG] Connection id "0HNC8090TG869" completed keep alive response. 2025-06-27 21:33:01.558 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.266ms 2025-06-27 21:33:01.559 +03:00 [DBG] Connection id "0HNC8090TG869" received FIN. 2025-06-27 21:33:01.559 +03:00 [DBG] Connection id "0HNC8090TG869" disconnecting. 2025-06-27 21:33:01.559 +03:00 [DBG] Connection id "0HNC8090TG869" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:33:01.560 +03:00 [DBG] Connection id "0HNC8090TG869" stopped. 2025-06-27 21:34:01.560 +03:00 [DBG] Connection id "0HNC8090TG86A" accepted. 2025-06-27 21:34:01.560 +03:00 [DBG] Connection id "0HNC8090TG86A" started. 2025-06-27 21:34:01.560 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:34:01.560 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:34:01.560 +03:00 [DBG] POST requests are not supported 2025-06-27 21:34:01.560 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:34:01.560 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:34:01.560 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:34:01.561 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:34:01.561 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:34:01.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:34:01.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:34:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:34:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:34:01.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:34:01.561 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:34:01.561 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:34:01.561 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:34:01.561 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:34:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.561 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:34:01.561 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:34:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:34:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:34:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:34:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:34:01.565 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:34:01.565 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2064ms. 2025-06-27 21:34:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:34:01.565 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:34:01.565 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:34:01.565 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 4.23ms 2025-06-27 21:34:01.565 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:34:01.565 +03:00 [DBG] Connection id "0HNC8090TG86A" completed keep alive response. 2025-06-27 21:34:01.566 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 5.3054ms 2025-06-27 21:34:01.566 +03:00 [DBG] Connection id "0HNC8090TG86A" received FIN. 2025-06-27 21:34:01.566 +03:00 [DBG] Connection id "0HNC8090TG86A" disconnecting. 2025-06-27 21:34:01.566 +03:00 [DBG] Connection id "0HNC8090TG86A" stopped. 2025-06-27 21:34:01.566 +03:00 [DBG] Connection id "0HNC8090TG86A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:35:01.560 +03:00 [DBG] Connection id "0HNC8090TG86B" accepted. 2025-06-27 21:35:01.560 +03:00 [DBG] Connection id "0HNC8090TG86B" started. 2025-06-27 21:35:01.561 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:35:01.561 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:35:01.561 +03:00 [DBG] POST requests are not supported 2025-06-27 21:35:01.561 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:35:01.561 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:35:01.561 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:35:01.561 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:35:01.561 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:35:01.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:35:01.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:35:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:35:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:35:01.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:35:01.561 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:35:01.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:35:01.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:35:01.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:35:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:35:01.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:35:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:35:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:35:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:35:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:35:01.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:35:01.562 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1708ms. 2025-06-27 21:35:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:35:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:35:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:35:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5224ms 2025-06-27 21:35:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:35:01.563 +03:00 [DBG] Connection id "0HNC8090TG86B" completed keep alive response. 2025-06-27 21:35:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7972ms 2025-06-27 21:35:01.564 +03:00 [DBG] Connection id "0HNC8090TG86B" received FIN. 2025-06-27 21:35:01.564 +03:00 [DBG] Connection id "0HNC8090TG86B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:35:01.564 +03:00 [DBG] Connection id "0HNC8090TG86B" disconnecting. 2025-06-27 21:35:01.564 +03:00 [DBG] Connection id "0HNC8090TG86B" stopped. 2025-06-27 21:36:01.555 +03:00 [DBG] Connection id "0HNC8090TG86C" accepted. 2025-06-27 21:36:01.555 +03:00 [DBG] Connection id "0HNC8090TG86C" started. 2025-06-27 21:36:01.555 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:36:01.555 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:36:01.555 +03:00 [DBG] POST requests are not supported 2025-06-27 21:36:01.555 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:36:01.555 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:36:01.555 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:36:01.555 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:36:01.555 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:36:01.555 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:36:01.555 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:36:01.555 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:36:01.555 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:36:01.556 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:36:01.556 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:36:01.556 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:36:01.556 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:36:01.556 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:36:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.556 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:36:01.556 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:36:01.556 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:36:01.556 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1702ms. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:36:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:36:01.557 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:36:01.557 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:36:01.557 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:36:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:36:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:36:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:36:01.557 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.187ms 2025-06-27 21:36:01.557 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:36:01.557 +03:00 [DBG] Connection id "0HNC8090TG86C" completed keep alive response. 2025-06-27 21:36:01.557 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1238ms 2025-06-27 21:36:01.557 +03:00 [DBG] Connection id "0HNC8090TG86C" received FIN. 2025-06-27 21:36:01.557 +03:00 [DBG] Connection id "0HNC8090TG86C" disconnecting. 2025-06-27 21:36:01.557 +03:00 [DBG] Connection id "0HNC8090TG86C" stopped. 2025-06-27 21:36:01.558 +03:00 [DBG] Connection id "0HNC8090TG86C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:37:01.551 +03:00 [DBG] Connection id "0HNC8090TG86D" accepted. 2025-06-27 21:37:01.551 +03:00 [DBG] Connection id "0HNC8090TG86D" started. 2025-06-27 21:37:01.551 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:37:01.551 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:37:01.551 +03:00 [DBG] POST requests are not supported 2025-06-27 21:37:01.551 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:37:01.551 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:37:01.551 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:37:01.551 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:37:01.551 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:37:01.551 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:37:01.551 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:37:01.551 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:37:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:37:01.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:37:01.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:37:01.551 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:37:01.551 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:37:01.551 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:37:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:37:01.552 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:37:01.552 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:37:01.552 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1202ms. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:37:01.552 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:37:01.552 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:37:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.996ms 2025-06-27 21:37:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:37:01.553 +03:00 [DBG] Connection id "0HNC8090TG86D" completed keep alive response. 2025-06-27 21:37:01.553 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6563ms 2025-06-27 21:37:01.553 +03:00 [DBG] Connection id "0HNC8090TG86D" received FIN. 2025-06-27 21:37:01.553 +03:00 [DBG] Connection id "0HNC8090TG86D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:37:01.553 +03:00 [DBG] Connection id "0HNC8090TG86D" disconnecting. 2025-06-27 21:37:01.553 +03:00 [DBG] Connection id "0HNC8090TG86D" stopped. 2025-06-27 21:38:01.554 +03:00 [DBG] Connection id "0HNC8090TG86E" accepted. 2025-06-27 21:38:01.554 +03:00 [DBG] Connection id "0HNC8090TG86E" started. 2025-06-27 21:38:01.555 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:38:01.555 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:38:01.555 +03:00 [DBG] POST requests are not supported 2025-06-27 21:38:01.555 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:38:01.555 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:38:01.555 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:38:01.555 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:38:01.555 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:38:01.555 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:38:01.555 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:38:01.555 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:38:01.555 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:38:01.555 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:38:01.555 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:38:01.555 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:38:01.555 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:38:01.555 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:38:01.555 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.555 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.555 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:38:01.555 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:38:01.556 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:38:01.556 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.163ms. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:38:01.556 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:38:01.556 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.556 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:38:01.556 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1475ms 2025-06-27 21:38:01.557 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:38:01.557 +03:00 [DBG] Connection id "0HNC8090TG86E" completed keep alive response. 2025-06-27 21:38:01.557 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1483ms 2025-06-27 21:38:01.557 +03:00 [DBG] Connection id "0HNC8090TG86E" received FIN. 2025-06-27 21:38:01.557 +03:00 [DBG] Connection id "0HNC8090TG86E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:38:01.557 +03:00 [DBG] Connection id "0HNC8090TG86E" disconnecting. 2025-06-27 21:38:01.557 +03:00 [DBG] Connection id "0HNC8090TG86E" stopped. 2025-06-27 21:39:01.563 +03:00 [DBG] Connection id "0HNC8090TG86F" accepted. 2025-06-27 21:39:01.563 +03:00 [DBG] Connection id "0HNC8090TG86F" started. 2025-06-27 21:39:01.563 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:39:01.563 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:39:01.564 +03:00 [DBG] POST requests are not supported 2025-06-27 21:39:01.564 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:39:01.564 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:39:01.564 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:39:01.564 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:39:01.564 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:39:01.564 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:39:01.564 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:39:01.564 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:39:01.564 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:39:01.564 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:39:01.564 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:39:01.564 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:39:01.564 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:39:01.564 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:39:01.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.564 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:39:01.564 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:39:01.564 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:39:01.564 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1284ms. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:39:01.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:39:01.565 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:39:01.565 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:39:01.565 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7712ms 2025-06-27 21:39:01.565 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:39:01.565 +03:00 [DBG] Connection id "0HNC8090TG86F" completed keep alive response. 2025-06-27 21:39:01.565 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5014ms 2025-06-27 21:39:01.565 +03:00 [DBG] Connection id "0HNC8090TG86F" received FIN. 2025-06-27 21:39:01.565 +03:00 [DBG] Connection id "0HNC8090TG86F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:39:01.565 +03:00 [DBG] Connection id "0HNC8090TG86F" disconnecting. 2025-06-27 21:39:01.565 +03:00 [DBG] Connection id "0HNC8090TG86F" stopped. 2025-06-27 21:40:01.564 +03:00 [DBG] Connection id "0HNC8090TG86G" accepted. 2025-06-27 21:40:01.564 +03:00 [DBG] Connection id "0HNC8090TG86G" started. 2025-06-27 21:40:01.564 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:40:01.564 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:40:01.564 +03:00 [DBG] POST requests are not supported 2025-06-27 21:40:01.564 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:40:01.564 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:40:01.564 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:40:01.564 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:40:01.564 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:40:01.564 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:40:01.564 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:40:01.564 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:40:01.564 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:40:01.564 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:40:01.564 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:40:01.564 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:40:01.564 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:40:01.564 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:40:01.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:40:01.565 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:40:01.565 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:40:01.565 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.166ms. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:40:01.565 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:40:01.565 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:40:01.565 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7044ms 2025-06-27 21:40:01.565 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:40:01.565 +03:00 [DBG] Connection id "0HNC8090TG86G" completed keep alive response. 2025-06-27 21:40:01.565 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2876ms 2025-06-27 21:40:01.566 +03:00 [DBG] Connection id "0HNC8090TG86G" received FIN. 2025-06-27 21:40:01.566 +03:00 [DBG] Connection id "0HNC8090TG86G" disconnecting. 2025-06-27 21:40:01.566 +03:00 [DBG] Connection id "0HNC8090TG86G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:40:01.567 +03:00 [DBG] Connection id "0HNC8090TG86G" stopped. 2025-06-27 21:41:01.556 +03:00 [DBG] Connection id "0HNC8090TG86H" accepted. 2025-06-27 21:41:01.556 +03:00 [DBG] Connection id "0HNC8090TG86H" started. 2025-06-27 21:41:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:41:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:41:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:41:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:41:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:41:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:41:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:41:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:41:01.557 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:41:01.557 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:41:01.557 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:41:01.557 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:41:01.557 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:41:01.557 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:41:01.557 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:41:01.557 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:41:01.557 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:41:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.557 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:41:01.557 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:41:01.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:41:01.557 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1246ms. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:41:01.557 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:41:01.557 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:41:01.557 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:41:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:41:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:41:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:41:01.558 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7399ms 2025-06-27 21:41:01.558 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:41:01.558 +03:00 [DBG] Connection id "0HNC8090TG86H" completed keep alive response. 2025-06-27 21:41:01.558 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4025ms 2025-06-27 21:41:01.558 +03:00 [DBG] Connection id "0HNC8090TG86H" received FIN. 2025-06-27 21:41:01.558 +03:00 [DBG] Connection id "0HNC8090TG86H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:41:01.558 +03:00 [DBG] Connection id "0HNC8090TG86H" disconnecting. 2025-06-27 21:41:01.558 +03:00 [DBG] Connection id "0HNC8090TG86H" stopped. 2025-06-27 21:42:01.566 +03:00 [DBG] Connection id "0HNC8090TG86I" accepted. 2025-06-27 21:42:01.567 +03:00 [DBG] Connection id "0HNC8090TG86I" started. 2025-06-27 21:42:01.567 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:42:01.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:42:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 21:42:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:42:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:42:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:42:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:42:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:42:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:42:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:42:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:42:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:42:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:42:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:42:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:42:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:42:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:42:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:42:01.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:42:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:42:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2562ms. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:42:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:42:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:42:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0158ms 2025-06-27 21:42:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:42:01.568 +03:00 [DBG] Connection id "0HNC8090TG86I" completed keep alive response. 2025-06-27 21:42:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7974ms 2025-06-27 21:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG86I" received FIN. 2025-06-27 21:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG86I" disconnecting. 2025-06-27 21:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG86I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:42:01.570 +03:00 [DBG] Connection id "0HNC8090TG86I" stopped. 2025-06-27 21:43:01.550 +03:00 [DBG] Connection id "0HNC8090TG86J" accepted. 2025-06-27 21:43:01.550 +03:00 [DBG] Connection id "0HNC8090TG86J" started. 2025-06-27 21:43:01.550 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:43:01.550 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:43:01.550 +03:00 [DBG] POST requests are not supported 2025-06-27 21:43:01.550 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:43:01.550 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:43:01.550 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:43:01.551 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:43:01.551 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:43:01.551 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:43:01.551 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:43:01.551 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:43:01.551 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:43:01.551 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:43:01.551 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:43:01.551 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:43:01.551 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:43:01.551 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:43:01.551 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.551 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:43:01.551 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:43:01.551 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:43:01.551 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1187ms. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:43:01.551 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:43:01.551 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:43:01.551 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:43:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:43:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:43:01.552 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.552 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.552 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.552 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:43:01.552 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6955ms 2025-06-27 21:43:01.552 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:43:01.552 +03:00 [DBG] Connection id "0HNC8090TG86J" completed keep alive response. 2025-06-27 21:43:01.552 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3759ms 2025-06-27 21:43:01.552 +03:00 [DBG] Connection id "0HNC8090TG86J" received FIN. 2025-06-27 21:43:01.552 +03:00 [DBG] Connection id "0HNC8090TG86J" disconnecting. 2025-06-27 21:43:01.552 +03:00 [DBG] Connection id "0HNC8090TG86J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:43:01.553 +03:00 [DBG] Connection id "0HNC8090TG86J" stopped. 2025-06-27 21:44:01.567 +03:00 [DBG] Connection id "0HNC8090TG86K" accepted. 2025-06-27 21:44:01.567 +03:00 [DBG] Connection id "0HNC8090TG86K" started. 2025-06-27 21:44:01.567 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:44:01.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:44:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 21:44:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:44:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:44:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:44:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:44:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:44:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:44:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:44:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:44:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:44:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:44:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:44:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:44:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:44:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:44:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:44:01.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:44:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:44:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2559ms. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:44:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:44:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:44:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:44:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:44:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:44:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:44:01.569 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2144ms 2025-06-27 21:44:01.569 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:44:01.569 +03:00 [DBG] Connection id "0HNC8090TG86K" completed keep alive response. 2025-06-27 21:44:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9605ms 2025-06-27 21:44:01.569 +03:00 [DBG] Connection id "0HNC8090TG86K" received FIN. 2025-06-27 21:44:01.569 +03:00 [DBG] Connection id "0HNC8090TG86K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:44:01.569 +03:00 [DBG] Connection id "0HNC8090TG86K" disconnecting. 2025-06-27 21:44:01.569 +03:00 [DBG] Connection id "0HNC8090TG86K" stopped. 2025-06-27 21:45:01.558 +03:00 [DBG] Connection id "0HNC8090TG86L" accepted. 2025-06-27 21:45:01.558 +03:00 [DBG] Connection id "0HNC8090TG86L" started. 2025-06-27 21:45:01.559 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:45:01.559 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:45:01.559 +03:00 [DBG] POST requests are not supported 2025-06-27 21:45:01.559 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:45:01.559 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:45:01.559 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:45:01.559 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:45:01.559 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:45:01.559 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:45:01.559 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:45:01.559 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:45:01.559 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:45:01.559 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:45:01.559 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:45:01.559 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:45:01.559 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:45:01.559 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:45:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.559 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:45:01.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:45:01.559 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:45:01.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1214ms. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:45:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:45:01.560 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:45:01.560 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:45:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7181ms 2025-06-27 21:45:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:45:01.560 +03:00 [DBG] Connection id "0HNC8090TG86L" completed keep alive response. 2025-06-27 21:45:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3773ms 2025-06-27 21:45:01.560 +03:00 [DBG] Connection id "0HNC8090TG86L" received FIN. 2025-06-27 21:45:01.560 +03:00 [DBG] Connection id "0HNC8090TG86L" disconnecting. 2025-06-27 21:45:01.560 +03:00 [DBG] Connection id "0HNC8090TG86L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:45:01.561 +03:00 [DBG] Connection id "0HNC8090TG86L" stopped. 2025-06-27 21:46:01.560 +03:00 [DBG] Connection id "0HNC8090TG86M" accepted. 2025-06-27 21:46:01.561 +03:00 [DBG] Connection id "0HNC8090TG86M" started. 2025-06-27 21:46:01.561 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:46:01.561 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:46:01.561 +03:00 [DBG] POST requests are not supported 2025-06-27 21:46:01.561 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:46:01.561 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:46:01.561 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:46:01.561 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:46:01.561 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:46:01.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:46:01.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:46:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:46:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:46:01.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:46:01.561 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:46:01.561 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:46:01.561 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:46:01.561 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:46:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:46:01.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:46:01.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:46:01.562 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1309ms. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:46:01.562 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:46:01.562 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:46:01.562 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:46:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:46:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:46:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:46:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1626ms 2025-06-27 21:46:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:46:01.563 +03:00 [DBG] Connection id "0HNC8090TG86M" completed keep alive response. 2025-06-27 21:46:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0615ms 2025-06-27 21:46:01.563 +03:00 [DBG] Connection id "0HNC8090TG86M" received FIN. 2025-06-27 21:46:01.563 +03:00 [DBG] Connection id "0HNC8090TG86M" disconnecting. 2025-06-27 21:46:01.563 +03:00 [DBG] Connection id "0HNC8090TG86M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:46:01.564 +03:00 [DBG] Connection id "0HNC8090TG86M" stopped. 2025-06-27 21:47:01.564 +03:00 [DBG] Connection id "0HNC8090TG86N" accepted. 2025-06-27 21:47:01.564 +03:00 [DBG] Connection id "0HNC8090TG86N" started. 2025-06-27 21:47:01.564 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:47:01.565 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:47:01.565 +03:00 [DBG] POST requests are not supported 2025-06-27 21:47:01.565 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:47:01.565 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:47:01.565 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:47:01.565 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:47:01.565 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:47:01.565 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:47:01.565 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:47:01.565 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:47:01.565 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:47:01.565 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:47:01.565 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:47:01.565 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:47:01.565 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:47:01.565 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:47:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:47:01.566 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:47:01.566 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:47:01.566 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1734ms. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:47:01.566 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:47:01.566 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:47:01.566 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8888ms 2025-06-27 21:47:01.566 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:47:01.566 +03:00 [DBG] Connection id "0HNC8090TG86N" completed keep alive response. 2025-06-27 21:47:01.566 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9963ms 2025-06-27 21:47:01.567 +03:00 [DBG] Connection id "0HNC8090TG86N" received FIN. 2025-06-27 21:47:01.567 +03:00 [DBG] Connection id "0HNC8090TG86N" disconnecting. 2025-06-27 21:47:01.567 +03:00 [DBG] Connection id "0HNC8090TG86N" stopped. 2025-06-27 21:47:01.567 +03:00 [DBG] Connection id "0HNC8090TG86N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:48:01.556 +03:00 [DBG] Connection id "0HNC8090TG86O" accepted. 2025-06-27 21:48:01.556 +03:00 [DBG] Connection id "0HNC8090TG86O" started. 2025-06-27 21:48:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:48:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:48:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:48:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:48:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:48:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:48:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:48:01.556 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:48:01.556 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:48:01.556 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:48:01.556 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:48:01.556 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:48:01.556 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:48:01.556 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:48:01.557 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:48:01.557 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:48:01.557 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:48:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:48:01.557 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:48:01.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:48:01.557 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1286ms. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:48:01.557 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:48:01.557 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:48:01.558 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8929ms 2025-06-27 21:48:01.558 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:48:01.558 +03:00 [DBG] Connection id "0HNC8090TG86O" completed keep alive response. 2025-06-27 21:48:01.558 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6359ms 2025-06-27 21:48:01.558 +03:00 [DBG] Connection id "0HNC8090TG86O" received FIN. 2025-06-27 21:48:01.558 +03:00 [DBG] Connection id "0HNC8090TG86O" disconnecting. 2025-06-27 21:48:01.558 +03:00 [DBG] Connection id "0HNC8090TG86O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:48:01.559 +03:00 [DBG] Connection id "0HNC8090TG86O" stopped. 2025-06-27 21:49:01.561 +03:00 [DBG] Connection id "0HNC8090TG86P" accepted. 2025-06-27 21:49:01.562 +03:00 [DBG] Connection id "0HNC8090TG86P" started. 2025-06-27 21:49:01.562 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:49:01.562 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:49:01.562 +03:00 [DBG] POST requests are not supported 2025-06-27 21:49:01.562 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:49:01.562 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:49:01.562 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:49:01.562 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:49:01.562 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:49:01.562 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:49:01.562 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:49:01.562 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:49:01.562 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:49:01.562 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:49:01.562 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:49:01.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:49:01.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:49:01.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:49:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:49:01.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:49:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:49:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:49:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:49:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:49:01.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:49:01.563 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1282ms. 2025-06-27 21:49:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:49:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:49:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:49:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7847ms 2025-06-27 21:49:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:49:01.563 +03:00 [DBG] Connection id "0HNC8090TG86P" completed keep alive response. 2025-06-27 21:49:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4178ms 2025-06-27 21:49:01.563 +03:00 [DBG] Connection id "0HNC8090TG86P" received FIN. 2025-06-27 21:49:01.563 +03:00 [DBG] Connection id "0HNC8090TG86P" disconnecting. 2025-06-27 21:49:01.564 +03:00 [DBG] Connection id "0HNC8090TG86P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:49:01.565 +03:00 [DBG] Connection id "0HNC8090TG86P" stopped. 2025-06-27 21:50:01.560 +03:00 [DBG] Connection id "0HNC8090TG86Q" accepted. 2025-06-27 21:50:01.560 +03:00 [DBG] Connection id "0HNC8090TG86Q" started. 2025-06-27 21:50:01.560 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:50:01.560 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:50:01.560 +03:00 [DBG] POST requests are not supported 2025-06-27 21:50:01.560 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:50:01.560 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:50:01.560 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:50:01.560 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:50:01.560 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:50:01.560 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:50:01.560 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:50:01.560 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:50:01.560 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:50:01.560 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:50:01.560 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:50:01.560 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:50:01.561 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:50:01.561 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:50:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:50:01.561 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:50:01.561 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:50:01.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1334ms. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:50:01.561 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:50:01.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:50:01.561 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8343ms 2025-06-27 21:50:01.561 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:50:01.561 +03:00 [DBG] Connection id "0HNC8090TG86Q" completed keep alive response. 2025-06-27 21:50:01.562 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4735ms 2025-06-27 21:50:01.562 +03:00 [DBG] Connection id "0HNC8090TG86Q" received FIN. 2025-06-27 21:50:01.562 +03:00 [DBG] Connection id "0HNC8090TG86Q" disconnecting. 2025-06-27 21:50:01.562 +03:00 [DBG] Connection id "0HNC8090TG86Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:50:01.563 +03:00 [DBG] Connection id "0HNC8090TG86Q" stopped. 2025-06-27 21:51:01.556 +03:00 [DBG] Connection id "0HNC8090TG86R" accepted. 2025-06-27 21:51:01.556 +03:00 [DBG] Connection id "0HNC8090TG86R" started. 2025-06-27 21:51:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:51:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:51:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:51:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:51:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:51:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:51:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:51:01.556 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:51:01.556 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:51:01.556 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:51:01.556 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:51:01.557 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:51:01.557 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:51:01.557 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:51:01.557 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:51:01.557 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:51:01.557 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:51:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.557 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:51:01.557 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:51:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:51:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:51:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:51:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:51:01.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:51:01.557 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1445ms. 2025-06-27 21:51:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:51:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:51:01.558 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:51:01.558 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:51:01.558 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0596ms 2025-06-27 21:51:01.558 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:51:01.558 +03:00 [DBG] Connection id "0HNC8090TG86R" completed keep alive response. 2025-06-27 21:51:01.558 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8377ms 2025-06-27 21:51:01.558 +03:00 [DBG] Connection id "0HNC8090TG86R" received FIN. 2025-06-27 21:51:01.558 +03:00 [DBG] Connection id "0HNC8090TG86R" disconnecting. 2025-06-27 21:51:01.559 +03:00 [DBG] Connection id "0HNC8090TG86R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:51:01.560 +03:00 [DBG] Connection id "0HNC8090TG86R" stopped. 2025-06-27 21:52:01.558 +03:00 [DBG] Connection id "0HNC8090TG86S" accepted. 2025-06-27 21:52:01.558 +03:00 [DBG] Connection id "0HNC8090TG86S" started. 2025-06-27 21:52:01.558 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:52:01.559 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:52:01.559 +03:00 [DBG] POST requests are not supported 2025-06-27 21:52:01.559 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:52:01.559 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:52:01.559 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:52:01.559 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:52:01.559 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:52:01.559 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:52:01.559 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:52:01.559 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:52:01.559 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:52:01.559 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:52:01.559 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:52:01.559 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:52:01.559 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:52:01.559 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:52:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.559 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:52:01.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:52:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:52:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:52:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:52:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:52:01.559 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:52:01.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1242ms. 2025-06-27 21:52:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:52:01.560 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:52:01.560 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:52:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7947ms 2025-06-27 21:52:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:52:01.560 +03:00 [DBG] Connection id "0HNC8090TG86S" completed keep alive response. 2025-06-27 21:52:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5552ms 2025-06-27 21:52:01.560 +03:00 [DBG] Connection id "0HNC8090TG86S" received FIN. 2025-06-27 21:52:01.560 +03:00 [DBG] Connection id "0HNC8090TG86S" disconnecting. 2025-06-27 21:52:01.560 +03:00 [DBG] Connection id "0HNC8090TG86S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:52:01.561 +03:00 [DBG] Connection id "0HNC8090TG86S" stopped. 2025-06-27 21:53:01.561 +03:00 [DBG] Connection id "0HNC8090TG86T" accepted. 2025-06-27 21:53:01.561 +03:00 [DBG] Connection id "0HNC8090TG86T" started. 2025-06-27 21:53:01.562 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:53:01.562 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:53:01.562 +03:00 [DBG] POST requests are not supported 2025-06-27 21:53:01.562 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:53:01.562 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:53:01.562 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:53:01.562 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:53:01.562 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:53:01.562 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:53:01.562 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:53:01.563 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:53:01.563 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:53:01.563 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:53:01.563 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:53:01.563 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:53:01.563 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:53:01.563 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:53:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:53:01.563 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:53:01.563 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:53:01.563 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1238ms. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:53:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:53:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:53:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5811ms 2025-06-27 21:53:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:53:01.563 +03:00 [DBG] Connection id "0HNC8090TG86T" completed keep alive response. 2025-06-27 21:53:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1781ms 2025-06-27 21:53:01.564 +03:00 [DBG] Connection id "0HNC8090TG86T" received FIN. 2025-06-27 21:53:01.564 +03:00 [DBG] Connection id "0HNC8090TG86T" disconnecting. 2025-06-27 21:53:01.564 +03:00 [DBG] Connection id "0HNC8090TG86T" stopped. 2025-06-27 21:53:01.564 +03:00 [DBG] Connection id "0HNC8090TG86T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:54:01.556 +03:00 [DBG] Connection id "0HNC8090TG86U" accepted. 2025-06-27 21:54:01.556 +03:00 [DBG] Connection id "0HNC8090TG86U" started. 2025-06-27 21:54:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:54:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:54:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:54:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:54:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:54:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:54:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:54:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:54:01.557 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:54:01.557 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:54:01.557 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:54:01.557 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:54:01.557 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:54:01.557 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:54:01.557 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:54:01.557 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:54:01.557 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:54:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.557 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:54:01.557 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:54:01.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:54:01.557 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1332ms. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:54:01.557 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:54:01.558 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:54:01.558 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:54:01.558 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.947ms 2025-06-27 21:54:01.558 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:54:01.558 +03:00 [DBG] Connection id "0HNC8090TG86U" completed keep alive response. 2025-06-27 21:54:01.558 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7643ms 2025-06-27 21:54:01.558 +03:00 [DBG] Connection id "0HNC8090TG86U" received FIN. 2025-06-27 21:54:01.558 +03:00 [DBG] Connection id "0HNC8090TG86U" disconnecting. 2025-06-27 21:54:01.559 +03:00 [DBG] Connection id "0HNC8090TG86U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:54:01.560 +03:00 [DBG] Connection id "0HNC8090TG86U" stopped. 2025-06-27 21:55:01.568 +03:00 [DBG] Connection id "0HNC8090TG86V" accepted. 2025-06-27 21:55:01.568 +03:00 [DBG] Connection id "0HNC8090TG86V" started. 2025-06-27 21:55:01.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:55:01.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:55:01.568 +03:00 [DBG] POST requests are not supported 2025-06-27 21:55:01.568 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:55:01.568 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:55:01.568 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:55:01.568 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:55:01.568 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:55:01.568 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:55:01.568 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:55:01.568 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:55:01.569 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:55:01.569 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:55:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:55:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:55:01.569 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:55:01.569 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:55:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.569 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:55:01.569 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:55:01.569 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:55:01.569 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1241ms. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:55:01.569 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:55:01.569 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:55:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:55:01.570 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8226ms 2025-06-27 21:55:01.570 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:55:01.570 +03:00 [DBG] Connection id "0HNC8090TG86V" completed keep alive response. 2025-06-27 21:55:01.570 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5411ms 2025-06-27 21:55:01.570 +03:00 [DBG] Connection id "0HNC8090TG86V" received FIN. 2025-06-27 21:55:01.570 +03:00 [DBG] Connection id "0HNC8090TG86V" disconnecting. 2025-06-27 21:55:01.570 +03:00 [DBG] Connection id "0HNC8090TG86V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:55:01.571 +03:00 [DBG] Connection id "0HNC8090TG86V" stopped. 2025-06-27 21:56:01.562 +03:00 [DBG] Connection id "0HNC8090TG870" accepted. 2025-06-27 21:56:01.563 +03:00 [DBG] Connection id "0HNC8090TG870" started. 2025-06-27 21:56:01.563 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:56:01.563 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:56:01.563 +03:00 [DBG] POST requests are not supported 2025-06-27 21:56:01.563 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:56:01.563 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:56:01.563 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:56:01.563 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:56:01.563 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:56:01.563 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:56:01.563 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:56:01.563 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:56:01.563 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:56:01.563 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:56:01.563 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:56:01.563 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:56:01.563 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:56:01.563 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:56:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.563 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:56:01.563 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:56:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:56:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:56:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:56:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:56:01.563 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:56:01.564 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1419ms. 2025-06-27 21:56:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:56:01.564 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:56:01.564 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.564 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:56:01.564 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7725ms 2025-06-27 21:56:01.564 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:56:01.564 +03:00 [DBG] Connection id "0HNC8090TG870" completed keep alive response. 2025-06-27 21:56:01.564 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4249ms 2025-06-27 21:56:01.564 +03:00 [DBG] Connection id "0HNC8090TG870" received FIN. 2025-06-27 21:56:01.565 +03:00 [DBG] Connection id "0HNC8090TG870" disconnecting. 2025-06-27 21:56:01.565 +03:00 [DBG] Connection id "0HNC8090TG870" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:56:01.566 +03:00 [DBG] Connection id "0HNC8090TG870" stopped. 2025-06-27 21:57:01.567 +03:00 [DBG] Connection id "0HNC8090TG871" accepted. 2025-06-27 21:57:01.567 +03:00 [DBG] Connection id "0HNC8090TG871" started. 2025-06-27 21:57:01.567 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:57:01.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:57:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 21:57:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:57:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:57:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:57:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:57:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:57:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:57:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:57:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:57:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:57:01.568 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:57:01.568 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:57:01.568 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:57:01.568 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:57:01.568 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:57:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.568 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:57:01.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:57:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:57:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:57:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:57:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:57:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:57:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1771ms. 2025-06-27 21:57:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:57:01.569 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:57:01.569 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:57:01.569 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.5654ms 2025-06-27 21:57:01.569 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:57:01.569 +03:00 [DBG] Connection id "0HNC8090TG871" completed keep alive response. 2025-06-27 21:57:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.6117ms 2025-06-27 21:57:01.570 +03:00 [DBG] Connection id "0HNC8090TG871" received FIN. 2025-06-27 21:57:01.570 +03:00 [DBG] Connection id "0HNC8090TG871" disconnecting. 2025-06-27 21:57:01.570 +03:00 [DBG] Connection id "0HNC8090TG871" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:57:01.571 +03:00 [DBG] Connection id "0HNC8090TG871" stopped. 2025-06-27 21:58:01.566 +03:00 [DBG] Connection id "0HNC8090TG872" accepted. 2025-06-27 21:58:01.566 +03:00 [DBG] Connection id "0HNC8090TG872" started. 2025-06-27 21:58:01.566 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:58:01.566 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:58:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 21:58:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:58:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:58:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:58:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:58:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:58:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:58:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:58:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:58:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:58:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:58:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:58:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:58:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:58:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:58:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:58:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:58:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:58:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:58:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:58:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:58:01.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:58:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1149ms. 2025-06-27 21:58:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:58:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:58:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:58:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0452ms 2025-06-27 21:58:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:58:01.568 +03:00 [DBG] Connection id "0HNC8090TG872" completed keep alive response. 2025-06-27 21:58:01.568 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.841ms 2025-06-27 21:58:01.568 +03:00 [DBG] Connection id "0HNC8090TG872" received FIN. 2025-06-27 21:58:01.568 +03:00 [DBG] Connection id "0HNC8090TG872" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 21:58:01.569 +03:00 [DBG] Connection id "0HNC8090TG872" disconnecting. 2025-06-27 21:58:01.569 +03:00 [DBG] Connection id "0HNC8090TG872" stopped. 2025-06-27 21:59:01.556 +03:00 [DBG] Connection id "0HNC8090TG873" accepted. 2025-06-27 21:59:01.556 +03:00 [DBG] Connection id "0HNC8090TG873" started. 2025-06-27 21:59:01.556 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 21:59:01.556 +03:00 [VRB] All hosts are allowed. 2025-06-27 21:59:01.556 +03:00 [DBG] POST requests are not supported 2025-06-27 21:59:01.556 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 21:59:01.556 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 21:59:01.556 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:59:01.556 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 21:59:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 21:59:01.557 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 21:59:01.557 +03:00 [INF] CORS policy execution successful. 2025-06-27 21:59:01.557 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:59:01.557 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 21:59:01.557 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 21:59:01.557 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 21:59:01.557 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 21:59:01.557 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 21:59:01.557 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 21:59:01.557 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.557 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.557 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:59:01.557 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 21:59:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:59:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:59:01.557 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:59:01.557 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:59:01.557 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 21:59:01.558 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1485ms. 2025-06-27 21:59:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:59:01.558 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 21:59:01.558 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 21:59:01.558 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2268ms 2025-06-27 21:59:01.558 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 21:59:01.558 +03:00 [DBG] Connection id "0HNC8090TG873" completed keep alive response. 2025-06-27 21:59:01.558 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0861ms 2025-06-27 21:59:01.559 +03:00 [DBG] Connection id "0HNC8090TG873" received FIN. 2025-06-27 21:59:01.559 +03:00 [DBG] Connection id "0HNC8090TG873" disconnecting. 2025-06-27 21:59:01.559 +03:00 [DBG] Connection id "0HNC8090TG873" stopped. 2025-06-27 21:59:01.559 +03:00 [DBG] Connection id "0HNC8090TG873" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:00:01.560 +03:00 [DBG] Connection id "0HNC8090TG874" accepted. 2025-06-27 22:00:01.560 +03:00 [DBG] Connection id "0HNC8090TG874" started. 2025-06-27 22:00:01.560 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:00:01.560 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:00:01.560 +03:00 [DBG] POST requests are not supported 2025-06-27 22:00:01.560 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:00:01.560 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:00:01.560 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:00:01.560 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:00:01.560 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:00:01.560 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:00:01.560 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:00:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:00:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:00:01.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:00:01.561 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:00:01.561 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:00:01.561 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:00:01.561 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:00:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.561 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:00:01.561 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:00:01.561 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:00:01.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.146ms. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:00:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:00:01.562 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:00:01.562 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:00:01.562 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9582ms 2025-06-27 22:00:01.562 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:00:01.562 +03:00 [DBG] Connection id "0HNC8090TG874" completed keep alive response. 2025-06-27 22:00:01.562 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.75ms 2025-06-27 22:00:01.562 +03:00 [DBG] Connection id "0HNC8090TG874" received FIN. 2025-06-27 22:00:01.562 +03:00 [DBG] Connection id "0HNC8090TG874" disconnecting. 2025-06-27 22:00:01.562 +03:00 [DBG] Connection id "0HNC8090TG874" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:00:01.563 +03:00 [DBG] Connection id "0HNC8090TG874" stopped. 2025-06-27 22:01:01.568 +03:00 [DBG] Connection id "0HNC8090TG875" accepted. 2025-06-27 22:01:01.568 +03:00 [DBG] Connection id "0HNC8090TG875" started. 2025-06-27 22:01:01.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:01:01.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:01:01.568 +03:00 [DBG] POST requests are not supported 2025-06-27 22:01:01.568 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:01:01.568 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:01:01.568 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:01:01.568 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:01:01.568 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:01:01.569 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:01:01.569 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:01:01.569 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:01:01.569 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:01:01.569 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:01:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:01:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:01:01.569 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:01:01.569 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:01:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.569 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:01:01.569 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:01:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:01:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:01:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:01:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:01:01.569 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:01:01.570 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1638ms. 2025-06-27 22:01:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:01:01.570 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:01:01.570 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:01:01.570 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2613ms 2025-06-27 22:01:01.570 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:01:01.570 +03:00 [DBG] Connection id "0HNC8090TG875" completed keep alive response. 2025-06-27 22:01:01.570 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2838ms 2025-06-27 22:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG875" received FIN. 2025-06-27 22:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG875" disconnecting. 2025-06-27 22:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG875" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:01:01.572 +03:00 [DBG] Connection id "0HNC8090TG875" stopped. 2025-06-27 22:02:01.636 +03:00 [DBG] Connection id "0HNC8090TG876" accepted. 2025-06-27 22:02:01.636 +03:00 [DBG] Connection id "0HNC8090TG876" started. 2025-06-27 22:02:01.636 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:02:01.636 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:02:01.636 +03:00 [DBG] POST requests are not supported 2025-06-27 22:02:01.636 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:02:01.636 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:02:01.636 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:02:01.636 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:02:01.636 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:02:01.637 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:02:01.637 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:02:01.637 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:02:01.637 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:02:01.637 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:02:01.637 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:02:01.637 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:02:01.637 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:02:01.637 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:02:01.637 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.637 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.637 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:02:01.637 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:02:01.637 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:02:01.637 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:02:01.637 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:02:01.637 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:02:01.637 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:02:01.637 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1445ms. 2025-06-27 22:02:01.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:02:01.638 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:02:01.638 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.638 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:02:01.638 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9838ms 2025-06-27 22:02:01.638 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:02:01.638 +03:00 [DBG] Connection id "0HNC8090TG876" completed keep alive response. 2025-06-27 22:02:01.638 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9361ms 2025-06-27 22:02:01.638 +03:00 [DBG] Connection id "0HNC8090TG876" received FIN. 2025-06-27 22:02:01.638 +03:00 [DBG] Connection id "0HNC8090TG876" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:02:01.638 +03:00 [DBG] Connection id "0HNC8090TG876" disconnecting. 2025-06-27 22:02:01.638 +03:00 [DBG] Connection id "0HNC8090TG876" stopped. 2025-06-27 22:03:01.567 +03:00 [DBG] Connection id "0HNC8090TG877" accepted. 2025-06-27 22:03:01.567 +03:00 [DBG] Connection id "0HNC8090TG877" started. 2025-06-27 22:03:01.567 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:03:01.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:03:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 22:03:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:03:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:03:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:03:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:03:01.568 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:03:01.568 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:03:01.568 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:03:01.568 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:03:01.568 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:03:01.568 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:03:01.568 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:03:01.568 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:03:01.568 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:03:01.568 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:03:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:03:01.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:03:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:03:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1255ms. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:03:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:03:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:03:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6239ms 2025-06-27 22:03:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:03:01.568 +03:00 [DBG] Connection id "0HNC8090TG877" completed keep alive response. 2025-06-27 22:03:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2085ms 2025-06-27 22:03:01.569 +03:00 [DBG] Connection id "0HNC8090TG877" received FIN. 2025-06-27 22:03:01.569 +03:00 [DBG] Connection id "0HNC8090TG877" disconnecting. 2025-06-27 22:03:01.569 +03:00 [DBG] Connection id "0HNC8090TG877" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:03:01.570 +03:00 [DBG] Connection id "0HNC8090TG877" stopped. 2025-06-27 22:04:01.566 +03:00 [DBG] Connection id "0HNC8090TG878" accepted. 2025-06-27 22:04:01.566 +03:00 [DBG] Connection id "0HNC8090TG878" started. 2025-06-27 22:04:01.566 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:04:01.566 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:04:01.566 +03:00 [DBG] POST requests are not supported 2025-06-27 22:04:01.566 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:04:01.566 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:04:01.566 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:04:01.566 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:04:01.566 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:04:01.566 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:04:01.566 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:04:01.566 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:04:01.566 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:04:01.566 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:04:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:04:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:04:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:04:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:04:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:04:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:04:01.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:04:01.567 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2739ms. 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:04:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:04:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:04:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:04:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3146ms 2025-06-27 22:04:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:04:01.568 +03:00 [DBG] Connection id "0HNC8090TG878" completed keep alive response. 2025-06-27 22:04:01.568 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2711ms 2025-06-27 22:04:01.569 +03:00 [DBG] Connection id "0HNC8090TG878" received FIN. 2025-06-27 22:04:01.569 +03:00 [DBG] Connection id "0HNC8090TG878" disconnecting. 2025-06-27 22:04:01.569 +03:00 [DBG] Connection id "0HNC8090TG878" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:04:01.570 +03:00 [DBG] Connection id "0HNC8090TG878" stopped. 2025-06-27 22:05:01.556 +03:00 [DBG] Connection id "0HNC8090TG879" accepted. 2025-06-27 22:05:01.556 +03:00 [DBG] Connection id "0HNC8090TG879" started. 2025-06-27 22:05:01.557 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:05:01.557 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:05:01.557 +03:00 [DBG] POST requests are not supported 2025-06-27 22:05:01.557 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:05:01.557 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:05:01.557 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:05:01.557 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:05:01.557 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:05:01.558 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:05:01.558 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:05:01.558 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:05:01.558 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:05:01.558 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:05:01.558 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:05:01.558 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:05:01.558 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:05:01.558 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:05:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.558 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:05:01.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:05:01.559 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:05:01.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.197ms. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:05:01.559 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:05:01.559 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:05:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3418ms 2025-06-27 22:05:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:05:01.560 +03:00 [DBG] Connection id "0HNC8090TG879" completed keep alive response. 2025-06-27 22:05:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.2134ms 2025-06-27 22:05:01.560 +03:00 [DBG] Connection id "0HNC8090TG879" received FIN. 2025-06-27 22:05:01.560 +03:00 [DBG] Connection id "0HNC8090TG879" disconnecting. 2025-06-27 22:05:01.560 +03:00 [DBG] Connection id "0HNC8090TG879" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:05:01.561 +03:00 [DBG] Connection id "0HNC8090TG879" stopped. 2025-06-27 22:06:01.557 +03:00 [DBG] Connection id "0HNC8090TG87A" accepted. 2025-06-27 22:06:01.558 +03:00 [DBG] Connection id "0HNC8090TG87A" started. 2025-06-27 22:06:01.558 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:06:01.558 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:06:01.558 +03:00 [DBG] POST requests are not supported 2025-06-27 22:06:01.558 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:06:01.558 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:06:01.558 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:06:01.558 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:06:01.558 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:06:01.558 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:06:01.558 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:06:01.558 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:06:01.558 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:06:01.558 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:06:01.558 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:06:01.558 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:06:01.558 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:06:01.558 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:06:01.558 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.558 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.558 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:06:01.558 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:06:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:06:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:06:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:06:01.558 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:06:01.558 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:06:01.558 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1116ms. 2025-06-27 22:06:01.558 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:06:01.559 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:06:01.559 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:06:01.559 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5889ms 2025-06-27 22:06:01.559 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:06:01.559 +03:00 [DBG] Connection id "0HNC8090TG87A" completed keep alive response. 2025-06-27 22:06:01.559 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1934ms 2025-06-27 22:06:01.559 +03:00 [DBG] Connection id "0HNC8090TG87A" received FIN. 2025-06-27 22:06:01.559 +03:00 [DBG] Connection id "0HNC8090TG87A" disconnecting. 2025-06-27 22:06:01.559 +03:00 [DBG] Connection id "0HNC8090TG87A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:06:01.560 +03:00 [DBG] Connection id "0HNC8090TG87A" stopped. 2025-06-27 22:07:01.563 +03:00 [DBG] Connection id "0HNC8090TG87B" accepted. 2025-06-27 22:07:01.564 +03:00 [DBG] Connection id "0HNC8090TG87B" started. 2025-06-27 22:07:01.564 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:07:01.564 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:07:01.564 +03:00 [DBG] POST requests are not supported 2025-06-27 22:07:01.564 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:07:01.564 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:07:01.564 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:07:01.564 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:07:01.564 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:07:01.564 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:07:01.564 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:07:01.565 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:07:01.565 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:07:01.565 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:07:01.565 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:07:01.565 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:07:01.565 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:07:01.565 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:07:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.565 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:07:01.565 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:07:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:07:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:07:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:07:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:07:01.566 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:07:01.566 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2014ms. 2025-06-27 22:07:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:07:01.566 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:07:01.566 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:07:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:07:01.567 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.6721ms 2025-06-27 22:07:01.567 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:07:01.567 +03:00 [DBG] Connection id "0HNC8090TG87B" completed keep alive response. 2025-06-27 22:07:01.567 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.9216ms 2025-06-27 22:07:01.567 +03:00 [DBG] Connection id "0HNC8090TG87B" received FIN. 2025-06-27 22:07:01.567 +03:00 [DBG] Connection id "0HNC8090TG87B" disconnecting. 2025-06-27 22:07:01.567 +03:00 [DBG] Connection id "0HNC8090TG87B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:07:01.568 +03:00 [DBG] Connection id "0HNC8090TG87B" stopped. 2025-06-27 22:08:01.576 +03:00 [DBG] Connection id "0HNC8090TG87C" accepted. 2025-06-27 22:08:01.576 +03:00 [DBG] Connection id "0HNC8090TG87C" started. 2025-06-27 22:08:01.576 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:08:01.576 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:08:01.576 +03:00 [DBG] POST requests are not supported 2025-06-27 22:08:01.576 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:08:01.576 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:08:01.576 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:08:01.576 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:08:01.577 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:08:01.577 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:08:01.577 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:08:01.577 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:08:01.577 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:08:01.577 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:08:01.577 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:08:01.577 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:08:01.577 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:08:01.577 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:08:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:08:01.577 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:08:01.577 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:08:01.577 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1162ms. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:08:01.577 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:08:01.577 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:08:01.577 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5595ms 2025-06-27 22:08:01.577 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:08:01.577 +03:00 [DBG] Connection id "0HNC8090TG87C" completed keep alive response. 2025-06-27 22:08:01.577 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1723ms 2025-06-27 22:08:01.578 +03:00 [DBG] Connection id "0HNC8090TG87C" received FIN. 2025-06-27 22:08:01.578 +03:00 [DBG] Connection id "0HNC8090TG87C" disconnecting. 2025-06-27 22:08:01.578 +03:00 [DBG] Connection id "0HNC8090TG87C" stopped. 2025-06-27 22:08:01.578 +03:00 [DBG] Connection id "0HNC8090TG87C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:09:01.569 +03:00 [DBG] Connection id "0HNC8090TG87D" accepted. 2025-06-27 22:09:01.570 +03:00 [DBG] Connection id "0HNC8090TG87D" started. 2025-06-27 22:09:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:09:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:09:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 22:09:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:09:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:09:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:09:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:09:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:09:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:09:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:09:01.570 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:09:01.570 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:09:01.570 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:09:01.570 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:09:01.570 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:09:01.570 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:09:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:09:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:09:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:09:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:09:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:09:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:09:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:09:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:09:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1202ms. 2025-06-27 22:09:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:09:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:09:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:09:01.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6353ms 2025-06-27 22:09:01.571 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:09:01.571 +03:00 [DBG] Connection id "0HNC8090TG87D" completed keep alive response. 2025-06-27 22:09:01.571 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3716ms 2025-06-27 22:09:01.571 +03:00 [DBG] Connection id "0HNC8090TG87D" received FIN. 2025-06-27 22:09:01.571 +03:00 [DBG] Connection id "0HNC8090TG87D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:09:01.571 +03:00 [DBG] Connection id "0HNC8090TG87D" disconnecting. 2025-06-27 22:09:01.572 +03:00 [DBG] Connection id "0HNC8090TG87D" stopped. 2025-06-27 22:10:01.560 +03:00 [DBG] Connection id "0HNC8090TG87E" accepted. 2025-06-27 22:10:01.560 +03:00 [DBG] Connection id "0HNC8090TG87E" started. 2025-06-27 22:10:01.560 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:10:01.561 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:10:01.561 +03:00 [DBG] POST requests are not supported 2025-06-27 22:10:01.561 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:10:01.561 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:10:01.561 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:10:01.561 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:10:01.561 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:10:01.561 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:10:01.561 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:10:01.561 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:10:01.561 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:10:01.561 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:10:01.561 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:10:01.561 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:10:01.561 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:10:01.561 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:10:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.561 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:10:01.561 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:10:01.561 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:10:01.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1208ms. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:10:01.562 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:10:01.562 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:10:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:10:01.562 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6824ms 2025-06-27 22:10:01.562 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:10:01.562 +03:00 [DBG] Connection id "0HNC8090TG87E" completed keep alive response. 2025-06-27 22:10:01.562 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3286ms 2025-06-27 22:10:01.562 +03:00 [DBG] Connection id "0HNC8090TG87E" received FIN. 2025-06-27 22:10:01.562 +03:00 [DBG] Connection id "0HNC8090TG87E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:10:01.562 +03:00 [DBG] Connection id "0HNC8090TG87E" disconnecting. 2025-06-27 22:10:01.562 +03:00 [DBG] Connection id "0HNC8090TG87E" stopped. 2025-06-27 22:11:01.568 +03:00 [DBG] Connection id "0HNC8090TG87F" accepted. 2025-06-27 22:11:01.568 +03:00 [DBG] Connection id "0HNC8090TG87F" started. 2025-06-27 22:11:01.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:11:01.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:11:01.568 +03:00 [DBG] POST requests are not supported 2025-06-27 22:11:01.568 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:11:01.568 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:11:01.568 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:11:01.568 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:11:01.568 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:11:01.568 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:11:01.568 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:11:01.568 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:11:01.568 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:11:01.568 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:11:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:11:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:11:01.569 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:11:01.569 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:11:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.569 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:11:01.569 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:11:01.569 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:11:01.569 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1443ms. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:11:01.569 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:11:01.569 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:11:01.569 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:11:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:11:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:11:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:11:01.570 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9513ms 2025-06-27 22:11:01.570 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG87F" completed keep alive response. 2025-06-27 22:11:01.570 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.791ms 2025-06-27 22:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG87F" received FIN. 2025-06-27 22:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG87F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG87F" disconnecting. 2025-06-27 22:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG87F" stopped. 2025-06-27 22:12:01.559 +03:00 [DBG] Connection id "0HNC8090TG87G" accepted. 2025-06-27 22:12:01.559 +03:00 [DBG] Connection id "0HNC8090TG87G" started. 2025-06-27 22:12:01.559 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:12:01.560 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:12:01.560 +03:00 [DBG] POST requests are not supported 2025-06-27 22:12:01.560 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:12:01.560 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:12:01.560 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:12:01.560 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:12:01.560 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:12:01.560 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:12:01.560 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:12:01.560 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:12:01.560 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:12:01.560 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:12:01.560 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:12:01.560 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:12:01.560 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:12:01.560 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:12:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.560 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:12:01.560 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:12:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:12:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:12:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:12:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:12:01.560 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:12:01.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1528ms. 2025-06-27 22:12:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:12:01.561 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:12:01.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:12:01.561 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.042ms 2025-06-27 22:12:01.561 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:12:01.561 +03:00 [DBG] Connection id "0HNC8090TG87G" completed keep alive response. 2025-06-27 22:12:01.561 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.834ms 2025-06-27 22:12:01.562 +03:00 [DBG] Connection id "0HNC8090TG87G" received FIN. 2025-06-27 22:12:01.562 +03:00 [DBG] Connection id "0HNC8090TG87G" disconnecting. 2025-06-27 22:12:01.562 +03:00 [DBG] Connection id "0HNC8090TG87G" stopped. 2025-06-27 22:12:01.562 +03:00 [DBG] Connection id "0HNC8090TG87G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:13:01.561 +03:00 [DBG] Connection id "0HNC8090TG87H" accepted. 2025-06-27 22:13:01.562 +03:00 [DBG] Connection id "0HNC8090TG87H" started. 2025-06-27 22:13:01.562 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:13:01.562 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:13:01.562 +03:00 [DBG] POST requests are not supported 2025-06-27 22:13:01.562 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:13:01.562 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:13:01.562 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:13:01.562 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:13:01.562 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:13:01.562 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:13:01.562 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:13:01.562 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:13:01.562 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:13:01.562 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:13:01.562 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:13:01.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:13:01.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:13:01.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:13:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:13:01.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:13:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:13:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:13:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:13:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:13:01.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:13:01.563 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1218ms. 2025-06-27 22:13:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:13:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:13:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:13:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8549ms 2025-06-27 22:13:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:13:01.563 +03:00 [DBG] Connection id "0HNC8090TG87H" completed keep alive response. 2025-06-27 22:13:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5017ms 2025-06-27 22:13:01.563 +03:00 [DBG] Connection id "0HNC8090TG87H" received FIN. 2025-06-27 22:13:01.563 +03:00 [DBG] Connection id "0HNC8090TG87H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:13:01.563 +03:00 [DBG] Connection id "0HNC8090TG87H" disconnecting. 2025-06-27 22:13:01.564 +03:00 [DBG] Connection id "0HNC8090TG87H" stopped. 2025-06-27 22:14:01.568 +03:00 [DBG] Connection id "0HNC8090TG87I" accepted. 2025-06-27 22:14:01.568 +03:00 [DBG] Connection id "0HNC8090TG87I" started. 2025-06-27 22:14:01.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:14:01.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:14:01.569 +03:00 [DBG] POST requests are not supported 2025-06-27 22:14:01.569 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:14:01.569 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:14:01.569 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:14:01.569 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:14:01.569 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:14:01.569 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:14:01.569 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:14:01.569 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:14:01.569 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:14:01.569 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:14:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:14:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:14:01.569 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:14:01.569 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:14:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.569 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:14:01.569 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:14:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:14:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:14:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:14:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:14:01.569 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:14:01.569 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1304ms. 2025-06-27 22:14:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:14:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:14:01.570 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:14:01.570 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:14:01.570 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0701ms 2025-06-27 22:14:01.570 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:14:01.570 +03:00 [DBG] Connection id "0HNC8090TG87I" completed keep alive response. 2025-06-27 22:14:01.570 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8103ms 2025-06-27 22:14:01.571 +03:00 [DBG] Connection id "0HNC8090TG87I" received FIN. 2025-06-27 22:14:01.571 +03:00 [DBG] Connection id "0HNC8090TG87I" disconnecting. 2025-06-27 22:14:01.571 +03:00 [DBG] Connection id "0HNC8090TG87I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:14:01.572 +03:00 [DBG] Connection id "0HNC8090TG87I" stopped. 2025-06-27 22:15:01.570 +03:00 [DBG] Connection id "0HNC8090TG87J" accepted. 2025-06-27 22:15:01.571 +03:00 [DBG] Connection id "0HNC8090TG87J" started. 2025-06-27 22:15:01.571 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:15:01.571 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:15:01.571 +03:00 [DBG] POST requests are not supported 2025-06-27 22:15:01.571 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:15:01.571 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:15:01.571 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:15:01.571 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:15:01.571 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:15:01.571 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:15:01.571 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:15:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:15:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:15:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:15:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:15:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:15:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:15:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:15:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:15:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:15:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:15:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:15:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:15:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:15:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:15:01.572 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1367ms. 2025-06-27 22:15:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:15:01.572 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:15:01.572 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:15:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7491ms 2025-06-27 22:15:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:15:01.572 +03:00 [DBG] Connection id "0HNC8090TG87J" completed keep alive response. 2025-06-27 22:15:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3892ms 2025-06-27 22:15:01.572 +03:00 [DBG] Connection id "0HNC8090TG87J" received FIN. 2025-06-27 22:15:01.572 +03:00 [DBG] Connection id "0HNC8090TG87J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:15:01.573 +03:00 [DBG] Connection id "0HNC8090TG87J" disconnecting. 2025-06-27 22:15:01.573 +03:00 [DBG] Connection id "0HNC8090TG87J" stopped. 2025-06-27 22:16:01.568 +03:00 [DBG] Connection id "0HNC8090TG87K" accepted. 2025-06-27 22:16:01.568 +03:00 [DBG] Connection id "0HNC8090TG87K" started. 2025-06-27 22:16:01.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:16:01.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:16:01.569 +03:00 [DBG] POST requests are not supported 2025-06-27 22:16:01.569 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:16:01.569 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:16:01.569 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:16:01.569 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:16:01.569 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:16:01.569 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:16:01.569 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:16:01.569 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:16:01.569 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:16:01.569 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:16:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:16:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:16:01.570 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:16:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:16:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:16:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:16:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:16:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:16:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:16:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:16:01.570 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:16:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1798ms. 2025-06-27 22:16:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:16:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:16:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:16:01.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7913ms 2025-06-27 22:16:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:16:01.572 +03:00 [DBG] Connection id "0HNC8090TG87K" completed keep alive response. 2025-06-27 22:16:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.4506ms 2025-06-27 22:16:01.572 +03:00 [DBG] Connection id "0HNC8090TG87K" received FIN. 2025-06-27 22:16:01.572 +03:00 [DBG] Connection id "0HNC8090TG87K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:16:01.572 +03:00 [DBG] Connection id "0HNC8090TG87K" disconnecting. 2025-06-27 22:16:01.572 +03:00 [DBG] Connection id "0HNC8090TG87K" stopped. 2025-06-27 22:17:01.561 +03:00 [DBG] Connection id "0HNC8090TG87L" accepted. 2025-06-27 22:17:01.561 +03:00 [DBG] Connection id "0HNC8090TG87L" started. 2025-06-27 22:17:01.561 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:17:01.562 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:17:01.562 +03:00 [DBG] POST requests are not supported 2025-06-27 22:17:01.562 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:17:01.562 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:17:01.562 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:17:01.562 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:17:01.562 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:17:01.562 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:17:01.562 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:17:01.562 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:17:01.562 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:17:01.562 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:17:01.562 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:17:01.562 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:17:01.562 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:17:01.562 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:17:01.562 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.562 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.562 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:17:01.562 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:17:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:17:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:17:01.562 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:17:01.562 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:17:01.562 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:17:01.562 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1369ms. 2025-06-27 22:17:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:17:01.563 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:17:01.563 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.563 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:17:01.563 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8208ms 2025-06-27 22:17:01.563 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:17:01.563 +03:00 [DBG] Connection id "0HNC8090TG87L" completed keep alive response. 2025-06-27 22:17:01.563 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.51ms 2025-06-27 22:17:01.563 +03:00 [DBG] Connection id "0HNC8090TG87L" received FIN. 2025-06-27 22:17:01.563 +03:00 [DBG] Connection id "0HNC8090TG87L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:17:01.563 +03:00 [DBG] Connection id "0HNC8090TG87L" disconnecting. 2025-06-27 22:17:01.563 +03:00 [DBG] Connection id "0HNC8090TG87L" stopped. 2025-06-27 22:18:01.564 +03:00 [DBG] Connection id "0HNC8090TG87M" accepted. 2025-06-27 22:18:01.565 +03:00 [DBG] Connection id "0HNC8090TG87M" started. 2025-06-27 22:18:01.565 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:18:01.565 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:18:01.565 +03:00 [DBG] POST requests are not supported 2025-06-27 22:18:01.565 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:18:01.565 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:18:01.565 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:18:01.565 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:18:01.565 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:18:01.565 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:18:01.565 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:18:01.565 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:18:01.565 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:18:01.565 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:18:01.565 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:18:01.565 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:18:01.565 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:18:01.565 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:18:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.565 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:18:01.565 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:18:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:18:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:18:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:18:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:18:01.566 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:18:01.566 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1591ms. 2025-06-27 22:18:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:18:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:18:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:18:01.567 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:18:01.567 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:18:01.567 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7991ms 2025-06-27 22:18:01.567 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:18:01.567 +03:00 [DBG] Connection id "0HNC8090TG87M" completed keep alive response. 2025-06-27 22:18:01.567 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.7274ms 2025-06-27 22:18:01.568 +03:00 [DBG] Connection id "0HNC8090TG87M" received FIN. 2025-06-27 22:18:01.569 +03:00 [DBG] Connection id "0HNC8090TG87M" disconnecting. 2025-06-27 22:18:01.569 +03:00 [DBG] Connection id "0HNC8090TG87M" stopped. 2025-06-27 22:18:01.569 +03:00 [DBG] Connection id "0HNC8090TG87M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:19:01.563 +03:00 [DBG] Connection id "0HNC8090TG87N" accepted. 2025-06-27 22:19:01.564 +03:00 [DBG] Connection id "0HNC8090TG87N" started. 2025-06-27 22:19:01.564 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:19:01.564 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:19:01.564 +03:00 [DBG] POST requests are not supported 2025-06-27 22:19:01.564 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:19:01.564 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:19:01.564 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:19:01.564 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:19:01.564 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:19:01.564 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:19:01.564 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:19:01.564 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:19:01.564 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:19:01.564 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:19:01.564 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:19:01.564 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:19:01.564 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:19:01.564 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:19:01.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.564 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.564 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:19:01.564 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:19:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:19:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:19:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:19:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:19:01.564 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:19:01.565 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1283ms. 2025-06-27 22:19:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:19:01.565 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:19:01.565 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:19:01.565 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7651ms 2025-06-27 22:19:01.565 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:19:01.565 +03:00 [DBG] Connection id "0HNC8090TG87N" completed keep alive response. 2025-06-27 22:19:01.565 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3741ms 2025-06-27 22:19:01.565 +03:00 [DBG] Connection id "0HNC8090TG87N" received FIN. 2025-06-27 22:19:01.565 +03:00 [DBG] Connection id "0HNC8090TG87N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:19:01.566 +03:00 [DBG] Connection id "0HNC8090TG87N" disconnecting. 2025-06-27 22:19:01.566 +03:00 [DBG] Connection id "0HNC8090TG87N" stopped. 2025-06-27 22:20:01.570 +03:00 [DBG] Connection id "0HNC8090TG87O" accepted. 2025-06-27 22:20:01.570 +03:00 [DBG] Connection id "0HNC8090TG87O" started. 2025-06-27 22:20:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:20:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:20:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 22:20:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:20:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:20:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:20:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:20:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:20:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:20:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:20:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:20:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:20:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:20:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:20:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:20:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:20:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:20:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:20:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:20:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:20:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1374ms. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:20:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:20:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:20:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:20:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:20:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:20:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8552ms 2025-06-27 22:20:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:20:01.572 +03:00 [DBG] Connection id "0HNC8090TG87O" completed keep alive response. 2025-06-27 22:20:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4979ms 2025-06-27 22:20:01.572 +03:00 [DBG] Connection id "0HNC8090TG87O" received FIN. 2025-06-27 22:20:01.572 +03:00 [DBG] Connection id "0HNC8090TG87O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:20:01.572 +03:00 [DBG] Connection id "0HNC8090TG87O" disconnecting. 2025-06-27 22:20:01.572 +03:00 [DBG] Connection id "0HNC8090TG87O" stopped. 2025-06-27 22:21:01.573 +03:00 [DBG] Connection id "0HNC8090TG87P" accepted. 2025-06-27 22:21:01.573 +03:00 [DBG] Connection id "0HNC8090TG87P" started. 2025-06-27 22:21:01.573 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:21:01.573 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:21:01.573 +03:00 [DBG] POST requests are not supported 2025-06-27 22:21:01.574 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:21:01.574 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:21:01.574 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:21:01.574 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:21:01.574 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:21:01.574 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:21:01.574 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:21:01.574 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:21:01.574 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:21:01.574 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:21:01.574 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:21:01.574 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:21:01.574 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:21:01.574 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:21:01.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.574 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:21:01.574 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:21:01.574 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:21:01.574 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1282ms. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:21:01.574 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:21:01.574 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:21:01.575 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:21:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:21:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:21:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:21:01.575 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6397ms 2025-06-27 22:21:01.575 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:21:01.575 +03:00 [DBG] Connection id "0HNC8090TG87P" completed keep alive response. 2025-06-27 22:21:01.575 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3094ms 2025-06-27 22:21:01.575 +03:00 [DBG] Connection id "0HNC8090TG87P" received FIN. 2025-06-27 22:21:01.575 +03:00 [DBG] Connection id "0HNC8090TG87P" disconnecting. 2025-06-27 22:21:01.575 +03:00 [DBG] Connection id "0HNC8090TG87P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:21:01.576 +03:00 [DBG] Connection id "0HNC8090TG87P" stopped. 2025-06-27 22:22:01.558 +03:00 [DBG] Connection id "0HNC8090TG87Q" accepted. 2025-06-27 22:22:01.558 +03:00 [DBG] Connection id "0HNC8090TG87Q" started. 2025-06-27 22:22:01.558 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:22:01.558 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:22:01.558 +03:00 [DBG] POST requests are not supported 2025-06-27 22:22:01.558 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:22:01.558 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:22:01.558 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:22:01.559 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:22:01.559 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:22:01.559 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:22:01.559 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:22:01.559 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:22:01.559 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:22:01.559 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:22:01.559 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:22:01.559 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:22:01.559 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:22:01.559 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:22:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.559 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:22:01.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:22:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:22:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:22:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:22:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:22:01.559 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:22:01.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1246ms. 2025-06-27 22:22:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:22:01.560 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:22:01.560 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:22:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8756ms 2025-06-27 22:22:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:22:01.560 +03:00 [DBG] Connection id "0HNC8090TG87Q" completed keep alive response. 2025-06-27 22:22:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8322ms 2025-06-27 22:22:01.560 +03:00 [DBG] Connection id "0HNC8090TG87Q" received FIN. 2025-06-27 22:22:01.560 +03:00 [DBG] Connection id "0HNC8090TG87Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:22:01.560 +03:00 [DBG] Connection id "0HNC8090TG87Q" disconnecting. 2025-06-27 22:22:01.561 +03:00 [DBG] Connection id "0HNC8090TG87Q" stopped. 2025-06-27 22:23:01.570 +03:00 [DBG] Connection id "0HNC8090TG87R" accepted. 2025-06-27 22:23:01.570 +03:00 [DBG] Connection id "0HNC8090TG87R" started. 2025-06-27 22:23:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:23:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:23:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 22:23:01.571 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:23:01.571 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:23:01.571 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:23:01.571 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:23:01.571 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:23:01.571 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:23:01.571 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:23:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:23:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:23:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:23:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:23:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:23:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:23:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:23:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:23:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:23:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:23:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1173ms. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:23:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:23:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:23:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:23:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:23:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:23:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:23:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.643ms 2025-06-27 22:23:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:23:01.572 +03:00 [DBG] Connection id "0HNC8090TG87R" completed keep alive response. 2025-06-27 22:23:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.237ms 2025-06-27 22:23:01.572 +03:00 [DBG] Connection id "0HNC8090TG87R" received FIN. 2025-06-27 22:23:01.572 +03:00 [DBG] Connection id "0HNC8090TG87R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:23:01.572 +03:00 [DBG] Connection id "0HNC8090TG87R" disconnecting. 2025-06-27 22:23:01.572 +03:00 [DBG] Connection id "0HNC8090TG87R" stopped. 2025-06-27 22:24:01.566 +03:00 [DBG] Connection id "0HNC8090TG87S" accepted. 2025-06-27 22:24:01.566 +03:00 [DBG] Connection id "0HNC8090TG87S" started. 2025-06-27 22:24:01.566 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:24:01.566 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:24:01.566 +03:00 [DBG] POST requests are not supported 2025-06-27 22:24:01.566 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:24:01.566 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:24:01.566 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:24:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:24:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:24:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:24:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:24:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:24:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:24:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:24:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:24:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:24:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:24:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:24:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:24:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:24:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:24:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:24:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:24:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:24:01.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:24:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2122ms. 2025-06-27 22:24:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:24:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:24:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:24:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3894ms 2025-06-27 22:24:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:24:01.568 +03:00 [DBG] Connection id "0HNC8090TG87S" completed keep alive response. 2025-06-27 22:24:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2067ms 2025-06-27 22:24:01.569 +03:00 [DBG] Connection id "0HNC8090TG87S" received FIN. 2025-06-27 22:24:01.569 +03:00 [DBG] Connection id "0HNC8090TG87S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:24:01.569 +03:00 [DBG] Connection id "0HNC8090TG87S" disconnecting. 2025-06-27 22:24:01.569 +03:00 [DBG] Connection id "0HNC8090TG87S" stopped. 2025-06-27 22:25:01.570 +03:00 [DBG] Connection id "0HNC8090TG87T" accepted. 2025-06-27 22:25:01.571 +03:00 [DBG] Connection id "0HNC8090TG87T" started. 2025-06-27 22:25:01.571 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:25:01.571 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:25:01.571 +03:00 [DBG] POST requests are not supported 2025-06-27 22:25:01.571 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:25:01.571 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:25:01.571 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:25:01.571 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:25:01.571 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:25:01.571 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:25:01.571 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:25:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:25:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:25:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:25:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:25:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:25:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:25:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:25:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:25:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:25:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:25:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:25:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:25:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:25:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:25:01.572 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1407ms. 2025-06-27 22:25:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:25:01.572 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:25:01.572 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:25:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7324ms 2025-06-27 22:25:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:25:01.572 +03:00 [DBG] Connection id "0HNC8090TG87T" completed keep alive response. 2025-06-27 22:25:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3778ms 2025-06-27 22:25:01.572 +03:00 [DBG] Connection id "0HNC8090TG87T" received FIN. 2025-06-27 22:25:01.572 +03:00 [DBG] Connection id "0HNC8090TG87T" disconnecting. 2025-06-27 22:25:01.572 +03:00 [DBG] Connection id "0HNC8090TG87T" stopped. 2025-06-27 22:25:01.572 +03:00 [DBG] Connection id "0HNC8090TG87T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:26:01.558 +03:00 [DBG] Connection id "0HNC8090TG87U" accepted. 2025-06-27 22:26:01.558 +03:00 [DBG] Connection id "0HNC8090TG87U" started. 2025-06-27 22:26:01.558 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:26:01.558 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:26:01.558 +03:00 [DBG] POST requests are not supported 2025-06-27 22:26:01.558 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:26:01.558 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:26:01.558 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:26:01.558 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:26:01.558 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:26:01.558 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:26:01.558 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:26:01.558 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:26:01.558 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:26:01.559 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:26:01.559 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:26:01.559 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:26:01.559 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:26:01.559 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:26:01.559 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.559 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:26:01.559 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:26:01.559 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:26:01.559 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1377ms. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:26:01.559 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:26:01.559 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.559 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:26:01.560 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8929ms 2025-06-27 22:26:01.560 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:26:01.560 +03:00 [DBG] Connection id "0HNC8090TG87U" completed keep alive response. 2025-06-27 22:26:01.560 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6794ms 2025-06-27 22:26:01.560 +03:00 [DBG] Connection id "0HNC8090TG87U" received FIN. 2025-06-27 22:26:01.560 +03:00 [DBG] Connection id "0HNC8090TG87U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:26:01.560 +03:00 [DBG] Connection id "0HNC8090TG87U" disconnecting. 2025-06-27 22:26:01.560 +03:00 [DBG] Connection id "0HNC8090TG87U" stopped. 2025-06-27 22:27:01.571 +03:00 [DBG] Connection id "0HNC8090TG87V" accepted. 2025-06-27 22:27:01.571 +03:00 [DBG] Connection id "0HNC8090TG87V" started. 2025-06-27 22:27:01.571 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:27:01.571 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:27:01.572 +03:00 [DBG] POST requests are not supported 2025-06-27 22:27:01.572 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:27:01.572 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:27:01.572 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:27:01.572 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:27:01.572 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:27:01.572 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:27:01.572 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:27:01.572 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:27:01.572 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:27:01.572 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:27:01.572 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:27:01.572 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:27:01.572 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:27:01.572 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:27:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.572 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:27:01.572 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:27:01.572 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:27:01.572 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1311ms. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:27:01.573 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:27:01.573 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:27:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:27:01.573 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7845ms 2025-06-27 22:27:01.573 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:27:01.573 +03:00 [DBG] Connection id "0HNC8090TG87V" completed keep alive response. 2025-06-27 22:27:01.573 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4286ms 2025-06-27 22:27:01.573 +03:00 [DBG] Connection id "0HNC8090TG87V" received FIN. 2025-06-27 22:27:01.573 +03:00 [DBG] Connection id "0HNC8090TG87V" disconnecting. 2025-06-27 22:27:01.573 +03:00 [DBG] Connection id "0HNC8090TG87V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:27:01.574 +03:00 [DBG] Connection id "0HNC8090TG87V" stopped. 2025-06-27 22:28:01.559 +03:00 [DBG] Connection id "0HNC8090TG880" accepted. 2025-06-27 22:28:01.559 +03:00 [DBG] Connection id "0HNC8090TG880" started. 2025-06-27 22:28:01.560 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:28:01.560 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:28:01.560 +03:00 [DBG] POST requests are not supported 2025-06-27 22:28:01.560 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:28:01.560 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:28:01.560 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:28:01.560 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:28:01.560 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:28:01.560 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:28:01.560 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:28:01.560 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:28:01.560 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:28:01.560 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:28:01.560 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:28:01.560 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:28:01.560 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:28:01.560 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:28:01.560 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.560 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.560 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:28:01.560 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:28:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:28:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:28:01.560 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:28:01.560 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:28:01.560 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:28:01.561 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1275ms. 2025-06-27 22:28:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:28:01.561 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:28:01.561 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.561 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:28:01.561 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7987ms 2025-06-27 22:28:01.561 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:28:01.561 +03:00 [DBG] Connection id "0HNC8090TG880" completed keep alive response. 2025-06-27 22:28:01.561 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4156ms 2025-06-27 22:28:01.561 +03:00 [DBG] Connection id "0HNC8090TG880" received FIN. 2025-06-27 22:28:01.561 +03:00 [DBG] Connection id "0HNC8090TG880" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:28:01.561 +03:00 [DBG] Connection id "0HNC8090TG880" disconnecting. 2025-06-27 22:28:01.561 +03:00 [DBG] Connection id "0HNC8090TG880" stopped. 2025-06-27 22:29:01.566 +03:00 [DBG] Connection id "0HNC8090TG881" accepted. 2025-06-27 22:29:01.566 +03:00 [DBG] Connection id "0HNC8090TG881" started. 2025-06-27 22:29:01.566 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:29:01.566 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:29:01.566 +03:00 [DBG] POST requests are not supported 2025-06-27 22:29:01.566 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:29:01.566 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:29:01.566 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:29:01.566 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:29:01.566 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:29:01.566 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:29:01.566 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:29:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:29:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:29:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:29:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:29:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:29:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:29:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:29:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:29:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:29:01.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:29:01.567 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1351ms. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:29:01.567 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:29:01.567 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:29:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7144ms 2025-06-27 22:29:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:29:01.568 +03:00 [DBG] Connection id "0HNC8090TG881" completed keep alive response. 2025-06-27 22:29:01.568 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4843ms 2025-06-27 22:29:01.568 +03:00 [DBG] Connection id "0HNC8090TG881" received FIN. 2025-06-27 22:29:01.568 +03:00 [DBG] Connection id "0HNC8090TG881" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:29:01.568 +03:00 [DBG] Connection id "0HNC8090TG881" disconnecting. 2025-06-27 22:29:01.568 +03:00 [DBG] Connection id "0HNC8090TG881" stopped. 2025-06-27 22:30:01.563 +03:00 [DBG] Connection id "0HNC8090TG882" accepted. 2025-06-27 22:30:01.564 +03:00 [DBG] Connection id "0HNC8090TG882" started. 2025-06-27 22:30:01.564 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:30:01.564 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:30:01.564 +03:00 [DBG] POST requests are not supported 2025-06-27 22:30:01.564 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:30:01.564 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:30:01.564 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:30:01.564 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:30:01.564 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:30:01.564 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:30:01.564 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:30:01.564 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:30:01.564 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:30:01.564 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:30:01.564 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:30:01.564 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:30:01.564 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:30:01.564 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:30:01.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:30:01.565 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:30:01.565 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:30:01.565 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1242ms. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:30:01.565 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:30:01.565 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:30:01.565 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7892ms 2025-06-27 22:30:01.565 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:30:01.565 +03:00 [DBG] Connection id "0HNC8090TG882" completed keep alive response. 2025-06-27 22:30:01.565 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.636ms 2025-06-27 22:30:01.566 +03:00 [DBG] Connection id "0HNC8090TG882" received FIN. 2025-06-27 22:30:01.566 +03:00 [DBG] Connection id "0HNC8090TG882" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:30:01.566 +03:00 [DBG] Connection id "0HNC8090TG882" disconnecting. 2025-06-27 22:30:01.566 +03:00 [DBG] Connection id "0HNC8090TG882" stopped. 2025-06-27 22:31:01.569 +03:00 [DBG] Connection id "0HNC8090TG883" accepted. 2025-06-27 22:31:01.569 +03:00 [DBG] Connection id "0HNC8090TG883" started. 2025-06-27 22:31:01.569 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:31:01.569 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:31:01.569 +03:00 [DBG] POST requests are not supported 2025-06-27 22:31:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:31:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:31:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:31:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:31:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:31:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:31:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:31:01.570 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:31:01.570 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:31:01.570 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:31:01.570 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:31:01.570 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:31:01.570 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:31:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:31:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:31:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:31:01.570 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:31:01.570 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1235ms. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:31:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:31:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:31:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:31:01.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6719ms 2025-06-27 22:31:01.571 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:31:01.571 +03:00 [DBG] Connection id "0HNC8090TG883" completed keep alive response. 2025-06-27 22:31:01.571 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.446ms 2025-06-27 22:31:01.571 +03:00 [DBG] Connection id "0HNC8090TG883" received FIN. 2025-06-27 22:31:01.571 +03:00 [DBG] Connection id "0HNC8090TG883" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:31:01.571 +03:00 [DBG] Connection id "0HNC8090TG883" disconnecting. 2025-06-27 22:31:01.571 +03:00 [DBG] Connection id "0HNC8090TG883" stopped. 2025-06-27 22:32:01.631 +03:00 [DBG] Connection id "0HNC8090TG884" accepted. 2025-06-27 22:32:01.632 +03:00 [DBG] Connection id "0HNC8090TG884" started. 2025-06-27 22:32:01.632 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:32:01.632 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:32:01.632 +03:00 [DBG] POST requests are not supported 2025-06-27 22:32:01.632 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:32:01.632 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:32:01.632 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:32:01.632 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:32:01.632 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:32:01.632 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:32:01.632 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:32:01.632 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:32:01.632 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:32:01.632 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:32:01.632 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:32:01.632 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:32:01.632 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:32:01.632 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:32:01.632 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.632 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.632 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:32:01.632 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:32:01.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:32:01.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:32:01.632 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:32:01.632 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:32:01.632 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:32:01.633 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1682ms. 2025-06-27 22:32:01.633 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:32:01.633 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:32:01.633 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.633 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:32:01.633 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7969ms 2025-06-27 22:32:01.633 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:32:01.633 +03:00 [DBG] Connection id "0HNC8090TG884" completed keep alive response. 2025-06-27 22:32:01.633 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4542ms 2025-06-27 22:32:01.633 +03:00 [DBG] Connection id "0HNC8090TG884" received FIN. 2025-06-27 22:32:01.633 +03:00 [DBG] Connection id "0HNC8090TG884" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:32:01.634 +03:00 [DBG] Connection id "0HNC8090TG884" disconnecting. 2025-06-27 22:32:01.634 +03:00 [DBG] Connection id "0HNC8090TG884" stopped. 2025-06-27 22:33:01.566 +03:00 [DBG] Connection id "0HNC8090TG885" accepted. 2025-06-27 22:33:01.566 +03:00 [DBG] Connection id "0HNC8090TG885" started. 2025-06-27 22:33:01.567 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:33:01.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:33:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 22:33:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:33:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:33:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:33:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:33:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:33:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:33:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:33:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:33:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:33:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:33:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:33:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:33:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:33:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:33:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:33:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:33:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:33:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:33:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:33:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:33:01.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:33:01.567 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1299ms. 2025-06-27 22:33:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:33:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:33:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:33:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6458ms 2025-06-27 22:33:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:33:01.568 +03:00 [DBG] Connection id "0HNC8090TG885" completed keep alive response. 2025-06-27 22:33:01.568 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1963ms 2025-06-27 22:33:01.568 +03:00 [DBG] Connection id "0HNC8090TG885" received FIN. 2025-06-27 22:33:01.568 +03:00 [DBG] Connection id "0HNC8090TG885" disconnecting. 2025-06-27 22:33:01.568 +03:00 [DBG] Connection id "0HNC8090TG885" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:33:01.569 +03:00 [DBG] Connection id "0HNC8090TG885" stopped. 2025-06-27 22:34:01.575 +03:00 [DBG] Connection id "0HNC8090TG886" accepted. 2025-06-27 22:34:01.575 +03:00 [DBG] Connection id "0HNC8090TG886" started. 2025-06-27 22:34:01.576 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:34:01.576 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:34:01.576 +03:00 [DBG] POST requests are not supported 2025-06-27 22:34:01.576 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:34:01.576 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:34:01.576 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:34:01.576 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:34:01.576 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:34:01.576 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:34:01.576 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:34:01.576 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:34:01.576 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:34:01.576 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:34:01.576 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:34:01.576 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:34:01.576 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:34:01.576 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:34:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.576 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:34:01.577 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:34:01.577 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:34:01.577 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1398ms. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:34:01.577 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:34:01.577 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:34:01.577 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8802ms 2025-06-27 22:34:01.577 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:34:01.577 +03:00 [DBG] Connection id "0HNC8090TG886" completed keep alive response. 2025-06-27 22:34:01.577 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6526ms 2025-06-27 22:34:01.578 +03:00 [DBG] Connection id "0HNC8090TG886" received FIN. 2025-06-27 22:34:01.578 +03:00 [DBG] Connection id "0HNC8090TG886" disconnecting. 2025-06-27 22:34:01.578 +03:00 [DBG] Connection id "0HNC8090TG886" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:34:01.579 +03:00 [DBG] Connection id "0HNC8090TG886" stopped. 2025-06-27 22:35:01.575 +03:00 [DBG] Connection id "0HNC8090TG887" accepted. 2025-06-27 22:35:01.575 +03:00 [DBG] Connection id "0HNC8090TG887" started. 2025-06-27 22:35:01.576 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:35:01.576 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:35:01.576 +03:00 [DBG] POST requests are not supported 2025-06-27 22:35:01.576 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:35:01.576 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:35:01.576 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:35:01.576 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:35:01.576 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:35:01.576 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:35:01.576 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:35:01.576 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:35:01.576 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:35:01.576 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:35:01.576 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:35:01.576 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:35:01.576 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:35:01.576 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:35:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.576 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:35:01.576 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:35:01.576 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:35:01.576 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1347ms. 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:35:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:35:01.577 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:35:01.577 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:35:01.577 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7887ms 2025-06-27 22:35:01.577 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:35:01.577 +03:00 [DBG] Connection id "0HNC8090TG887" completed keep alive response. 2025-06-27 22:35:01.577 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5133ms 2025-06-27 22:35:01.577 +03:00 [DBG] Connection id "0HNC8090TG887" received FIN. 2025-06-27 22:35:01.577 +03:00 [DBG] Connection id "0HNC8090TG887" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:35:01.577 +03:00 [DBG] Connection id "0HNC8090TG887" disconnecting. 2025-06-27 22:35:01.577 +03:00 [DBG] Connection id "0HNC8090TG887" stopped. 2025-06-27 22:36:01.576 +03:00 [DBG] Connection id "0HNC8090TG888" accepted. 2025-06-27 22:36:01.577 +03:00 [DBG] Connection id "0HNC8090TG888" started. 2025-06-27 22:36:01.577 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:36:01.577 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:36:01.577 +03:00 [DBG] POST requests are not supported 2025-06-27 22:36:01.577 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:36:01.577 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:36:01.577 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:36:01.577 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:36:01.577 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:36:01.577 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:36:01.577 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:36:01.577 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:36:01.577 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:36:01.577 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:36:01.577 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:36:01.577 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:36:01.577 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:36:01.577 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:36:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.577 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:36:01.577 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:36:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:36:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:36:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:36:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:36:01.577 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:36:01.578 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1267ms. 2025-06-27 22:36:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:36:01.578 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:36:01.578 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:36:01.578 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6829ms 2025-06-27 22:36:01.578 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:36:01.578 +03:00 [DBG] Connection id "0HNC8090TG888" completed keep alive response. 2025-06-27 22:36:01.578 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2826ms 2025-06-27 22:36:01.578 +03:00 [DBG] Connection id "0HNC8090TG888" received FIN. 2025-06-27 22:36:01.578 +03:00 [DBG] Connection id "0HNC8090TG888" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:36:01.578 +03:00 [DBG] Connection id "0HNC8090TG888" disconnecting. 2025-06-27 22:36:01.579 +03:00 [DBG] Connection id "0HNC8090TG888" stopped. 2025-06-27 22:37:01.563 +03:00 [DBG] Connection id "0HNC8090TG889" accepted. 2025-06-27 22:37:01.564 +03:00 [DBG] Connection id "0HNC8090TG889" started. 2025-06-27 22:37:01.564 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:37:01.564 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:37:01.564 +03:00 [DBG] POST requests are not supported 2025-06-27 22:37:01.564 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:37:01.564 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:37:01.564 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:37:01.564 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:37:01.564 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:37:01.564 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:37:01.564 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:37:01.564 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:37:01.564 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:37:01.564 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:37:01.564 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:37:01.564 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:37:01.564 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:37:01.564 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:37:01.564 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.564 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.564 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:37:01.564 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:37:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:37:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:37:01.564 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:37:01.564 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:37:01.564 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:37:01.564 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1299ms. 2025-06-27 22:37:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:37:01.565 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:37:01.565 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:37:01.565 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7074ms 2025-06-27 22:37:01.565 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:37:01.565 +03:00 [DBG] Connection id "0HNC8090TG889" completed keep alive response. 2025-06-27 22:37:01.565 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3197ms 2025-06-27 22:37:01.565 +03:00 [DBG] Connection id "0HNC8090TG889" received FIN. 2025-06-27 22:37:01.565 +03:00 [DBG] Connection id "0HNC8090TG889" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:37:01.565 +03:00 [DBG] Connection id "0HNC8090TG889" disconnecting. 2025-06-27 22:37:01.566 +03:00 [DBG] Connection id "0HNC8090TG889" stopped. 2025-06-27 22:38:01.567 +03:00 [DBG] Connection id "0HNC8090TG88A" accepted. 2025-06-27 22:38:01.568 +03:00 [DBG] Connection id "0HNC8090TG88A" started. 2025-06-27 22:38:01.568 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:38:01.568 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:38:01.568 +03:00 [DBG] POST requests are not supported 2025-06-27 22:38:01.568 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:38:01.568 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:38:01.568 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:38:01.568 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:38:01.568 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:38:01.568 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:38:01.568 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:38:01.568 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:38:01.568 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:38:01.568 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:38:01.568 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:38:01.568 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:38:01.568 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:38:01.568 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:38:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.568 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:38:01.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:38:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:38:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:38:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:38:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:38:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:38:01.569 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1752ms. 2025-06-27 22:38:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:38:01.569 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:38:01.569 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:38:01.569 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8069ms 2025-06-27 22:38:01.569 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:38:01.569 +03:00 [DBG] Connection id "0HNC8090TG88A" completed keep alive response. 2025-06-27 22:38:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4559ms 2025-06-27 22:38:01.569 +03:00 [DBG] Connection id "0HNC8090TG88A" received FIN. 2025-06-27 22:38:01.570 +03:00 [DBG] Connection id "0HNC8090TG88A" disconnecting. 2025-06-27 22:38:01.570 +03:00 [DBG] Connection id "0HNC8090TG88A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:38:01.571 +03:00 [DBG] Connection id "0HNC8090TG88A" stopped. 2025-06-27 22:39:01.567 +03:00 [DBG] Connection id "0HNC8090TG88B" accepted. 2025-06-27 22:39:01.567 +03:00 [DBG] Connection id "0HNC8090TG88B" started. 2025-06-27 22:39:01.567 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:39:01.567 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:39:01.567 +03:00 [DBG] POST requests are not supported 2025-06-27 22:39:01.567 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:39:01.567 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:39:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:39:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:39:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:39:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:39:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:39:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:39:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:39:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:39:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:39:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:39:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:39:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:39:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.568 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:39:01.568 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:39:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:39:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1602ms. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:39:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:39:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:39:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:39:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:39:01.569 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.569 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:39:01.569 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0407ms 2025-06-27 22:39:01.569 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:39:01.569 +03:00 [DBG] Connection id "0HNC8090TG88B" completed keep alive response. 2025-06-27 22:39:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7751ms 2025-06-27 22:39:01.569 +03:00 [DBG] Connection id "0HNC8090TG88B" received FIN. 2025-06-27 22:39:01.569 +03:00 [DBG] Connection id "0HNC8090TG88B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:39:01.569 +03:00 [DBG] Connection id "0HNC8090TG88B" disconnecting. 2025-06-27 22:39:01.569 +03:00 [DBG] Connection id "0HNC8090TG88B" stopped. 2025-06-27 22:40:01.581 +03:00 [DBG] Connection id "0HNC8090TG88C" accepted. 2025-06-27 22:40:01.581 +03:00 [DBG] Connection id "0HNC8090TG88C" started. 2025-06-27 22:40:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:40:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:40:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 22:40:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:40:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:40:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:40:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:40:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:40:01.582 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:40:01.582 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:40:01.582 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:40:01.582 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:40:01.582 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:40:01.582 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:40:01.582 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:40:01.582 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:40:01.582 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:40:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:40:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:40:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:40:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1243ms. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:40:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:40:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:40:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7114ms 2025-06-27 22:40:01.583 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG88C" completed keep alive response. 2025-06-27 22:40:01.583 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3299ms 2025-06-27 22:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG88C" received FIN. 2025-06-27 22:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG88C" disconnecting. 2025-06-27 22:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG88C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:40:01.584 +03:00 [DBG] Connection id "0HNC8090TG88C" stopped. 2025-06-27 22:41:01.572 +03:00 [DBG] Connection id "0HNC8090TG88D" accepted. 2025-06-27 22:41:01.573 +03:00 [DBG] Connection id "0HNC8090TG88D" started. 2025-06-27 22:41:01.573 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:41:01.573 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:41:01.573 +03:00 [DBG] POST requests are not supported 2025-06-27 22:41:01.573 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:41:01.573 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:41:01.573 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:41:01.573 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:41:01.573 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:41:01.573 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:41:01.573 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:41:01.573 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:41:01.573 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:41:01.573 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:41:01.573 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:41:01.573 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:41:01.574 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:41:01.574 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:41:01.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.574 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:41:01.574 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:41:01.574 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:41:01.574 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1667ms. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:41:01.575 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:41:01.575 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:41:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:41:01.575 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.221ms 2025-06-27 22:41:01.575 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:41:01.575 +03:00 [DBG] Connection id "0HNC8090TG88D" completed keep alive response. 2025-06-27 22:41:01.575 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2489ms 2025-06-27 22:41:01.575 +03:00 [DBG] Connection id "0HNC8090TG88D" received FIN. 2025-06-27 22:41:01.576 +03:00 [DBG] Connection id "0HNC8090TG88D" disconnecting. 2025-06-27 22:41:01.576 +03:00 [DBG] Connection id "0HNC8090TG88D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:41:01.577 +03:00 [DBG] Connection id "0HNC8090TG88D" stopped. 2025-06-27 22:42:01.565 +03:00 [DBG] Connection id "0HNC8090TG88E" accepted. 2025-06-27 22:42:01.565 +03:00 [DBG] Connection id "0HNC8090TG88E" started. 2025-06-27 22:42:01.565 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:42:01.565 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:42:01.565 +03:00 [DBG] POST requests are not supported 2025-06-27 22:42:01.565 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:42:01.565 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:42:01.565 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:42:01.565 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:42:01.565 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:42:01.566 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:42:01.566 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:42:01.566 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:42:01.566 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:42:01.566 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:42:01.566 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:42:01.566 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:42:01.566 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:42:01.566 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:42:01.566 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.566 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:42:01.566 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:42:01.566 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:42:01.566 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1045ms. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:42:01.566 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:42:01.566 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:42:01.567 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7735ms 2025-06-27 22:42:01.567 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:42:01.567 +03:00 [DBG] Connection id "0HNC8090TG88E" completed keep alive response. 2025-06-27 22:42:01.567 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3944ms 2025-06-27 22:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG88E" received FIN. 2025-06-27 22:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG88E" disconnecting. 2025-06-27 22:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG88E" stopped. 2025-06-27 22:42:01.569 +03:00 [DBG] Connection id "0HNC8090TG88E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:43:01.574 +03:00 [DBG] Connection id "0HNC8090TG88F" accepted. 2025-06-27 22:43:01.574 +03:00 [DBG] Connection id "0HNC8090TG88F" started. 2025-06-27 22:43:01.574 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:43:01.574 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:43:01.575 +03:00 [DBG] POST requests are not supported 2025-06-27 22:43:01.575 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:43:01.575 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:43:01.575 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:43:01.575 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:43:01.575 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:43:01.575 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:43:01.575 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:43:01.575 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:43:01.575 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:43:01.575 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:43:01.575 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:43:01.575 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:43:01.575 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:43:01.575 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:43:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.575 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:43:01.575 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:43:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:43:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:43:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:43:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:43:01.575 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:43:01.576 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1624ms. 2025-06-27 22:43:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:43:01.576 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:43:01.576 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:43:01.576 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8818ms 2025-06-27 22:43:01.576 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:43:01.576 +03:00 [DBG] Connection id "0HNC8090TG88F" completed keep alive response. 2025-06-27 22:43:01.576 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6732ms 2025-06-27 22:43:01.576 +03:00 [DBG] Connection id "0HNC8090TG88F" received FIN. 2025-06-27 22:43:01.576 +03:00 [DBG] Connection id "0HNC8090TG88F" disconnecting. 2025-06-27 22:43:01.576 +03:00 [DBG] Connection id "0HNC8090TG88F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:43:01.577 +03:00 [DBG] Connection id "0HNC8090TG88F" stopped. 2025-06-27 22:44:01.571 +03:00 [DBG] Connection id "0HNC8090TG88G" accepted. 2025-06-27 22:44:01.571 +03:00 [DBG] Connection id "0HNC8090TG88G" started. 2025-06-27 22:44:01.571 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:44:01.571 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:44:01.571 +03:00 [DBG] POST requests are not supported 2025-06-27 22:44:01.571 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:44:01.571 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:44:01.571 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:44:01.572 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:44:01.572 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:44:01.572 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:44:01.572 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:44:01.572 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:44:01.572 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:44:01.572 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:44:01.572 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:44:01.572 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:44:01.572 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:44:01.572 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:44:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.572 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:44:01.572 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:44:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:44:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:44:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:44:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:44:01.572 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:44:01.573 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1696ms. 2025-06-27 22:44:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:44:01.573 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:44:01.573 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:44:01.573 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9751ms 2025-06-27 22:44:01.573 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:44:01.573 +03:00 [DBG] Connection id "0HNC8090TG88G" completed keep alive response. 2025-06-27 22:44:01.573 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9193ms 2025-06-27 22:44:01.573 +03:00 [DBG] Connection id "0HNC8090TG88G" received FIN. 2025-06-27 22:44:01.574 +03:00 [DBG] Connection id "0HNC8090TG88G" disconnecting. 2025-06-27 22:44:01.574 +03:00 [DBG] Connection id "0HNC8090TG88G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:44:01.575 +03:00 [DBG] Connection id "0HNC8090TG88G" stopped. 2025-06-27 22:45:01.565 +03:00 [DBG] Connection id "0HNC8090TG88H" accepted. 2025-06-27 22:45:01.565 +03:00 [DBG] Connection id "0HNC8090TG88H" started. 2025-06-27 22:45:01.565 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:45:01.565 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:45:01.565 +03:00 [DBG] POST requests are not supported 2025-06-27 22:45:01.565 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:45:01.565 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:45:01.565 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:45:01.565 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:45:01.565 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:45:01.565 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:45:01.565 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:45:01.565 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:45:01.565 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:45:01.565 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:45:01.565 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:45:01.565 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:45:01.565 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:45:01.565 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:45:01.565 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.565 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.565 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:45:01.566 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:45:01.566 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:45:01.566 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1208ms. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:45:01.566 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:45:01.566 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.566 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:45:01.566 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7073ms 2025-06-27 22:45:01.566 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:45:01.566 +03:00 [DBG] Connection id "0HNC8090TG88H" completed keep alive response. 2025-06-27 22:45:01.566 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2907ms 2025-06-27 22:45:01.566 +03:00 [DBG] Connection id "0HNC8090TG88H" received FIN. 2025-06-27 22:45:01.566 +03:00 [DBG] Connection id "0HNC8090TG88H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:45:01.567 +03:00 [DBG] Connection id "0HNC8090TG88H" disconnecting. 2025-06-27 22:45:01.567 +03:00 [DBG] Connection id "0HNC8090TG88H" stopped. 2025-06-27 22:46:01.575 +03:00 [DBG] Connection id "0HNC8090TG88I" accepted. 2025-06-27 22:46:01.575 +03:00 [DBG] Connection id "0HNC8090TG88I" started. 2025-06-27 22:46:01.575 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:46:01.575 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:46:01.575 +03:00 [DBG] POST requests are not supported 2025-06-27 22:46:01.575 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:46:01.575 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:46:01.575 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:46:01.575 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:46:01.575 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:46:01.576 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:46:01.576 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:46:01.576 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:46:01.576 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:46:01.576 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:46:01.576 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:46:01.576 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:46:01.576 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:46:01.576 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:46:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.576 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:46:01.576 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:46:01.576 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:46:01.576 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1287ms. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:46:01.576 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:46:01.576 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:46:01.577 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:46:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:46:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:46:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:46:01.577 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8342ms 2025-06-27 22:46:01.577 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:46:01.577 +03:00 [DBG] Connection id "0HNC8090TG88I" completed keep alive response. 2025-06-27 22:46:01.577 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6076ms 2025-06-27 22:46:01.577 +03:00 [DBG] Connection id "0HNC8090TG88I" received FIN. 2025-06-27 22:46:01.577 +03:00 [DBG] Connection id "0HNC8090TG88I" disconnecting. 2025-06-27 22:46:01.577 +03:00 [DBG] Connection id "0HNC8090TG88I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:46:01.578 +03:00 [DBG] Connection id "0HNC8090TG88I" stopped. 2025-06-27 22:47:01.575 +03:00 [DBG] Connection id "0HNC8090TG88J" accepted. 2025-06-27 22:47:01.576 +03:00 [DBG] Connection id "0HNC8090TG88J" started. 2025-06-27 22:47:01.576 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:47:01.576 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:47:01.576 +03:00 [DBG] POST requests are not supported 2025-06-27 22:47:01.576 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:47:01.576 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:47:01.576 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:47:01.576 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:47:01.576 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:47:01.576 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:47:01.576 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:47:01.576 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:47:01.576 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:47:01.576 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:47:01.576 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:47:01.576 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:47:01.576 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:47:01.576 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:47:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.576 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:47:01.576 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:47:01.577 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:47:01.577 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1338ms. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:47:01.577 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:47:01.577 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:47:01.577 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7982ms 2025-06-27 22:47:01.577 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:47:01.577 +03:00 [DBG] Connection id "0HNC8090TG88J" completed keep alive response. 2025-06-27 22:47:01.577 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4579ms 2025-06-27 22:47:01.578 +03:00 [DBG] Connection id "0HNC8090TG88J" received FIN. 2025-06-27 22:47:01.578 +03:00 [DBG] Connection id "0HNC8090TG88J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:47:01.578 +03:00 [DBG] Connection id "0HNC8090TG88J" disconnecting. 2025-06-27 22:47:01.578 +03:00 [DBG] Connection id "0HNC8090TG88J" stopped. 2025-06-27 22:48:01.569 +03:00 [DBG] Connection id "0HNC8090TG88K" accepted. 2025-06-27 22:48:01.569 +03:00 [DBG] Connection id "0HNC8090TG88K" started. 2025-06-27 22:48:01.569 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:48:01.569 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:48:01.569 +03:00 [DBG] POST requests are not supported 2025-06-27 22:48:01.569 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:48:01.569 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:48:01.569 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:48:01.569 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:48:01.569 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:48:01.569 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:48:01.569 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:48:01.569 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:48:01.569 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:48:01.569 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:48:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:48:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:48:01.569 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:48:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:48:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:48:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:48:01.570 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:48:01.570 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1257ms. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:48:01.570 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:48:01.570 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:48:01.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0129ms 2025-06-27 22:48:01.571 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:48:01.571 +03:00 [DBG] Connection id "0HNC8090TG88K" completed keep alive response. 2025-06-27 22:48:01.571 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8446ms 2025-06-27 22:48:01.571 +03:00 [DBG] Connection id "0HNC8090TG88K" received FIN. 2025-06-27 22:48:01.572 +03:00 [DBG] Connection id "0HNC8090TG88K" disconnecting. 2025-06-27 22:48:01.572 +03:00 [DBG] Connection id "0HNC8090TG88K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:48:01.573 +03:00 [DBG] Connection id "0HNC8090TG88K" stopped. 2025-06-27 22:49:01.570 +03:00 [DBG] Connection id "0HNC8090TG88L" accepted. 2025-06-27 22:49:01.571 +03:00 [DBG] Connection id "0HNC8090TG88L" started. 2025-06-27 22:49:01.571 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:49:01.571 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:49:01.571 +03:00 [DBG] POST requests are not supported 2025-06-27 22:49:01.571 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:49:01.571 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:49:01.571 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:49:01.571 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:49:01.571 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:49:01.571 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:49:01.571 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:49:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:49:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:49:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:49:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:49:01.572 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:49:01.572 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:49:01.572 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:49:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.572 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:49:01.572 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:49:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:49:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:49:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:49:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:49:01.572 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:49:01.572 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1372ms. 2025-06-27 22:49:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:49:01.573 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:49:01.573 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:49:01.573 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2681ms 2025-06-27 22:49:01.573 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:49:01.573 +03:00 [DBG] Connection id "0HNC8090TG88L" completed keep alive response. 2025-06-27 22:49:01.573 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3675ms 2025-06-27 22:49:01.573 +03:00 [DBG] Connection id "0HNC8090TG88L" received FIN. 2025-06-27 22:49:01.573 +03:00 [DBG] Connection id "0HNC8090TG88L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:49:01.573 +03:00 [DBG] Connection id "0HNC8090TG88L" disconnecting. 2025-06-27 22:49:01.574 +03:00 [DBG] Connection id "0HNC8090TG88L" stopped. 2025-06-27 22:50:01.568 +03:00 [DBG] Connection id "0HNC8090TG88M" accepted. 2025-06-27 22:50:01.569 +03:00 [DBG] Connection id "0HNC8090TG88M" started. 2025-06-27 22:50:01.569 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:50:01.569 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:50:01.569 +03:00 [DBG] POST requests are not supported 2025-06-27 22:50:01.569 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:50:01.569 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:50:01.569 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:50:01.569 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:50:01.569 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:50:01.569 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:50:01.569 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:50:01.569 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:50:01.569 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:50:01.569 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:50:01.569 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:50:01.569 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:50:01.569 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:50:01.569 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:50:01.569 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.569 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.569 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:50:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:50:01.570 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:50:01.570 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1345ms. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:50:01.570 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:50:01.570 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:50:01.570 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7915ms 2025-06-27 22:50:01.570 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:50:01.570 +03:00 [DBG] Connection id "0HNC8090TG88M" completed keep alive response. 2025-06-27 22:50:01.570 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4621ms 2025-06-27 22:50:01.571 +03:00 [DBG] Connection id "0HNC8090TG88M" received FIN. 2025-06-27 22:50:01.571 +03:00 [DBG] Connection id "0HNC8090TG88M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:50:01.571 +03:00 [DBG] Connection id "0HNC8090TG88M" disconnecting. 2025-06-27 22:50:01.571 +03:00 [DBG] Connection id "0HNC8090TG88M" stopped. 2025-06-27 22:51:01.579 +03:00 [DBG] Connection id "0HNC8090TG88N" accepted. 2025-06-27 22:51:01.579 +03:00 [DBG] Connection id "0HNC8090TG88N" started. 2025-06-27 22:51:01.580 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:51:01.580 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:51:01.580 +03:00 [DBG] POST requests are not supported 2025-06-27 22:51:01.580 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:51:01.580 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:51:01.580 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:51:01.580 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:51:01.580 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:51:01.580 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:51:01.580 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:51:01.580 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:51:01.580 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:51:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:51:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:51:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:51:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:51:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:51:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.581 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:51:01.581 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:51:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:51:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:51:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:51:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:51:01.581 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:51:01.581 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.2076ms. 2025-06-27 22:51:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:51:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:51:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:51:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2825ms 2025-06-27 22:51:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:51:01.582 +03:00 [DBG] Connection id "0HNC8090TG88N" completed keep alive response. 2025-06-27 22:51:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.719ms 2025-06-27 22:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG88N" received FIN. 2025-06-27 22:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG88N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG88N" disconnecting. 2025-06-27 22:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG88N" stopped. 2025-06-27 22:52:01.566 +03:00 [DBG] Connection id "0HNC8090TG88O" accepted. 2025-06-27 22:52:01.566 +03:00 [DBG] Connection id "0HNC8090TG88O" started. 2025-06-27 22:52:01.566 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:52:01.566 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:52:01.566 +03:00 [DBG] POST requests are not supported 2025-06-27 22:52:01.566 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:52:01.566 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:52:01.567 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:52:01.567 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:52:01.567 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:52:01.567 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:52:01.567 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:52:01.567 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:52:01.567 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:52:01.567 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:52:01.567 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:52:01.567 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:52:01.567 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:52:01.567 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:52:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:52:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:52:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:52:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:52:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:52:01.568 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:52:01.568 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1941ms. 2025-06-27 22:52:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:52:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:52:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:52:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2375ms 2025-06-27 22:52:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:52:01.569 +03:00 [DBG] Connection id "0HNC8090TG88O" completed keep alive response. 2025-06-27 22:52:01.569 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4573ms 2025-06-27 22:52:01.569 +03:00 [DBG] Connection id "0HNC8090TG88O" received FIN. 2025-06-27 22:52:01.569 +03:00 [DBG] Connection id "0HNC8090TG88O" disconnecting. 2025-06-27 22:52:01.569 +03:00 [DBG] Connection id "0HNC8090TG88O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:52:01.570 +03:00 [DBG] Connection id "0HNC8090TG88O" stopped. 2025-06-27 22:53:01.572 +03:00 [DBG] Connection id "0HNC8090TG88P" accepted. 2025-06-27 22:53:01.573 +03:00 [DBG] Connection id "0HNC8090TG88P" started. 2025-06-27 22:53:01.573 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:53:01.573 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:53:01.573 +03:00 [DBG] POST requests are not supported 2025-06-27 22:53:01.573 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:53:01.573 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:53:01.573 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:53:01.573 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:53:01.573 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:53:01.573 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:53:01.573 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:53:01.573 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:53:01.573 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:53:01.573 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:53:01.573 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:53:01.573 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:53:01.573 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:53:01.573 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:53:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.573 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:53:01.574 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:53:01.574 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:53:01.574 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1436ms. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:53:01.574 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:53:01.574 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:53:01.574 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0539ms 2025-06-27 22:53:01.574 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:53:01.574 +03:00 [DBG] Connection id "0HNC8090TG88P" completed keep alive response. 2025-06-27 22:53:01.575 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7832ms 2025-06-27 22:53:01.575 +03:00 [DBG] Connection id "0HNC8090TG88P" received FIN. 2025-06-27 22:53:01.575 +03:00 [DBG] Connection id "0HNC8090TG88P" disconnecting. 2025-06-27 22:53:01.575 +03:00 [DBG] Connection id "0HNC8090TG88P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:53:01.576 +03:00 [DBG] Connection id "0HNC8090TG88P" stopped. 2025-06-27 22:54:01.578 +03:00 [DBG] Connection id "0HNC8090TG88Q" accepted. 2025-06-27 22:54:01.578 +03:00 [DBG] Connection id "0HNC8090TG88Q" started. 2025-06-27 22:54:01.578 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:54:01.578 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:54:01.578 +03:00 [DBG] POST requests are not supported 2025-06-27 22:54:01.578 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:54:01.578 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:54:01.578 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:54:01.578 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:54:01.578 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:54:01.578 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:54:01.578 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:54:01.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:54:01.578 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:54:01.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:54:01.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:54:01.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:54:01.578 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:54:01.578 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:54:01.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.578 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:54:01.578 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:54:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:54:01.579 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:54:01.579 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.134ms. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:54:01.579 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:54:01.579 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:54:01.579 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.792ms 2025-06-27 22:54:01.579 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:54:01.579 +03:00 [DBG] Connection id "0HNC8090TG88Q" completed keep alive response. 2025-06-27 22:54:01.579 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4332ms 2025-06-27 22:54:01.579 +03:00 [DBG] Connection id "0HNC8090TG88Q" received FIN. 2025-06-27 22:54:01.580 +03:00 [DBG] Connection id "0HNC8090TG88Q" disconnecting. 2025-06-27 22:54:01.580 +03:00 [DBG] Connection id "0HNC8090TG88Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:54:01.581 +03:00 [DBG] Connection id "0HNC8090TG88Q" stopped. 2025-06-27 22:55:01.570 +03:00 [DBG] Connection id "0HNC8090TG88R" accepted. 2025-06-27 22:55:01.571 +03:00 [DBG] Connection id "0HNC8090TG88R" started. 2025-06-27 22:55:01.571 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:55:01.571 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:55:01.571 +03:00 [DBG] POST requests are not supported 2025-06-27 22:55:01.571 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:55:01.571 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:55:01.571 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:55:01.571 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:55:01.571 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:55:01.571 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:55:01.571 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:55:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:55:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:55:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:55:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:55:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:55:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:55:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:55:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:55:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:55:01.572 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:55:01.572 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1389ms. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:55:01.572 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:55:01.572 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:55:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7174ms 2025-06-27 22:55:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:55:01.572 +03:00 [DBG] Connection id "0HNC8090TG88R" completed keep alive response. 2025-06-27 22:55:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3591ms 2025-06-27 22:55:01.572 +03:00 [DBG] Connection id "0HNC8090TG88R" received FIN. 2025-06-27 22:55:01.573 +03:00 [DBG] Connection id "0HNC8090TG88R" disconnecting. 2025-06-27 22:55:01.573 +03:00 [DBG] Connection id "0HNC8090TG88R" stopped. 2025-06-27 22:55:01.573 +03:00 [DBG] Connection id "0HNC8090TG88R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:56:01.569 +03:00 [DBG] Connection id "0HNC8090TG88S" accepted. 2025-06-27 22:56:01.569 +03:00 [DBG] Connection id "0HNC8090TG88S" started. 2025-06-27 22:56:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:56:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:56:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 22:56:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:56:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:56:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:56:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:56:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:56:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:56:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:56:01.570 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:56:01.570 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:56:01.570 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:56:01.570 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:56:01.570 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:56:01.570 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:56:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:56:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:56:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:56:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:56:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:56:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:56:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:56:01.570 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:56:01.570 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1529ms. 2025-06-27 22:56:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:56:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:56:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:56:01.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7931ms 2025-06-27 22:56:01.571 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:56:01.571 +03:00 [DBG] Connection id "0HNC8090TG88S" completed keep alive response. 2025-06-27 22:56:01.571 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.451ms 2025-06-27 22:56:01.571 +03:00 [DBG] Connection id "0HNC8090TG88S" received FIN. 2025-06-27 22:56:01.571 +03:00 [DBG] Connection id "0HNC8090TG88S" disconnecting. 2025-06-27 22:56:01.571 +03:00 [DBG] Connection id "0HNC8090TG88S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:56:01.573 +03:00 [DBG] Connection id "0HNC8090TG88S" stopped. 2025-06-27 22:57:01.581 +03:00 [DBG] Connection id "0HNC8090TG88T" accepted. 2025-06-27 22:57:01.581 +03:00 [DBG] Connection id "0HNC8090TG88T" started. 2025-06-27 22:57:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:57:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:57:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 22:57:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:57:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:57:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:57:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:57:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:57:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:57:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:57:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:57:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:57:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:57:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:57:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:57:01.582 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:57:01.582 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:57:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:57:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:57:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:57:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1183ms. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:57:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:57:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:57:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6438ms 2025-06-27 22:57:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:57:01.582 +03:00 [DBG] Connection id "0HNC8090TG88T" completed keep alive response. 2025-06-27 22:57:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2842ms 2025-06-27 22:57:01.583 +03:00 [DBG] Connection id "0HNC8090TG88T" received FIN. 2025-06-27 22:57:01.583 +03:00 [DBG] Connection id "0HNC8090TG88T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:57:01.583 +03:00 [DBG] Connection id "0HNC8090TG88T" disconnecting. 2025-06-27 22:57:01.583 +03:00 [DBG] Connection id "0HNC8090TG88T" stopped. 2025-06-27 22:58:01.565 +03:00 [DBG] Connection id "0HNC8090TG88U" accepted. 2025-06-27 22:58:01.565 +03:00 [DBG] Connection id "0HNC8090TG88U" started. 2025-06-27 22:58:01.566 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:58:01.566 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:58:01.566 +03:00 [DBG] POST requests are not supported 2025-06-27 22:58:01.566 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:58:01.566 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:58:01.566 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:58:01.566 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:58:01.566 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:58:01.566 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:58:01.566 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:58:01.566 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:58:01.566 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:58:01.566 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:58:01.566 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:58:01.566 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:58:01.566 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:58:01.566 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:58:01.567 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.567 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:58:01.567 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:58:01.567 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:58:01.567 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.177ms. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:58:01.567 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:58:01.568 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:58:01.568 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:58:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:58:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:58:01.568 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.568 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.568 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.568 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:58:01.568 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3104ms 2025-06-27 22:58:01.568 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:58:01.568 +03:00 [DBG] Connection id "0HNC8090TG88U" completed keep alive response. 2025-06-27 22:58:01.568 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4495ms 2025-06-27 22:58:01.568 +03:00 [DBG] Connection id "0HNC8090TG88U" received FIN. 2025-06-27 22:58:01.568 +03:00 [DBG] Connection id "0HNC8090TG88U" disconnecting. 2025-06-27 22:58:01.569 +03:00 [DBG] Connection id "0HNC8090TG88U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:58:01.570 +03:00 [DBG] Connection id "0HNC8090TG88U" stopped. 2025-06-27 22:59:01.578 +03:00 [DBG] Connection id "0HNC8090TG88V" accepted. 2025-06-27 22:59:01.578 +03:00 [DBG] Connection id "0HNC8090TG88V" started. 2025-06-27 22:59:01.579 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 22:59:01.579 +03:00 [VRB] All hosts are allowed. 2025-06-27 22:59:01.579 +03:00 [DBG] POST requests are not supported 2025-06-27 22:59:01.579 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 22:59:01.579 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 22:59:01.579 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:59:01.579 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 22:59:01.579 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 22:59:01.579 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 22:59:01.579 +03:00 [INF] CORS policy execution successful. 2025-06-27 22:59:01.579 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:59:01.579 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 22:59:01.579 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 22:59:01.579 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 22:59:01.579 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 22:59:01.579 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 22:59:01.579 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 22:59:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.579 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:59:01.579 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 22:59:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:59:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:59:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:59:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:59:01.580 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 22:59:01.580 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1673ms. 2025-06-27 22:59:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:59:01.580 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 22:59:01.580 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.580 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 22:59:01.580 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8294ms 2025-06-27 22:59:01.580 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 22:59:01.580 +03:00 [DBG] Connection id "0HNC8090TG88V" completed keep alive response. 2025-06-27 22:59:01.580 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6084ms 2025-06-27 22:59:01.580 +03:00 [DBG] Connection id "0HNC8090TG88V" received FIN. 2025-06-27 22:59:01.580 +03:00 [DBG] Connection id "0HNC8090TG88V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 22:59:01.581 +03:00 [DBG] Connection id "0HNC8090TG88V" disconnecting. 2025-06-27 22:59:01.581 +03:00 [DBG] Connection id "0HNC8090TG88V" stopped. 2025-06-27 23:00:01.569 +03:00 [DBG] Connection id "0HNC8090TG890" accepted. 2025-06-27 23:00:01.569 +03:00 [DBG] Connection id "0HNC8090TG890" started. 2025-06-27 23:00:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:00:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:00:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 23:00:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:00:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:00:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:00:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:00:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:00:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:00:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:00:01.570 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:00:01.570 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:00:01.570 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:00:01.570 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:00:01.570 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:00:01.570 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:00:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:00:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:00:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:00:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:00:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1313ms. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:00:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:00:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:00:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2446ms 2025-06-27 23:00:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:00:01.572 +03:00 [DBG] Connection id "0HNC8090TG890" completed keep alive response. 2025-06-27 23:00:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1112ms 2025-06-27 23:00:01.572 +03:00 [DBG] Connection id "0HNC8090TG890" received FIN. 2025-06-27 23:00:01.572 +03:00 [DBG] Connection id "0HNC8090TG890" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:00:01.572 +03:00 [DBG] Connection id "0HNC8090TG890" disconnecting. 2025-06-27 23:00:01.572 +03:00 [DBG] Connection id "0HNC8090TG890" stopped. 2025-06-27 23:01:01.569 +03:00 [DBG] Connection id "0HNC8090TG891" accepted. 2025-06-27 23:01:01.569 +03:00 [DBG] Connection id "0HNC8090TG891" started. 2025-06-27 23:01:01.569 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:01:01.569 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:01:01.569 +03:00 [DBG] POST requests are not supported 2025-06-27 23:01:01.569 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:01:01.569 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:01:01.569 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:01:01.569 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:01:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:01:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:01:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:01:01.570 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:01:01.570 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:01:01.570 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:01:01.570 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:01:01.570 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:01:01.570 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:01:01.570 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:01:01.570 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.570 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:01:01.570 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:01:01.570 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:01:01.570 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1615ms. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:01:01.570 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:01:01.570 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:01:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:01:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:01:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:01:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:01:01.571 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8714ms 2025-06-27 23:01:01.571 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG891" completed keep alive response. 2025-06-27 23:01:01.571 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5831ms 2025-06-27 23:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG891" received FIN. 2025-06-27 23:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG891" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:01:01.571 +03:00 [DBG] Connection id "0HNC8090TG891" disconnecting. 2025-06-27 23:01:01.572 +03:00 [DBG] Connection id "0HNC8090TG891" stopped. 2025-06-27 23:02:01.650 +03:00 [DBG] Connection id "0HNC8090TG892" accepted. 2025-06-27 23:02:01.650 +03:00 [DBG] Connection id "0HNC8090TG892" started. 2025-06-27 23:02:01.650 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:02:01.650 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:02:01.650 +03:00 [DBG] POST requests are not supported 2025-06-27 23:02:01.650 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:02:01.650 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:02:01.650 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:02:01.650 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:02:01.650 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:02:01.650 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:02:01.650 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:02:01.650 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:02:01.650 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:02:01.650 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:02:01.650 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:02:01.650 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:02:01.650 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:02:01.650 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:02:01.651 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:02:01.651 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:02:01.651 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:02:01.651 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1069ms. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:02:01.651 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:02:01.651 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:02:01.651 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5506ms 2025-06-27 23:02:01.651 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:02:01.651 +03:00 [DBG] Connection id "0HNC8090TG892" completed keep alive response. 2025-06-27 23:02:01.651 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0955ms 2025-06-27 23:02:01.651 +03:00 [DBG] Connection id "0HNC8090TG892" received FIN. 2025-06-27 23:02:01.651 +03:00 [DBG] Connection id "0HNC8090TG892" disconnecting. 2025-06-27 23:02:01.652 +03:00 [DBG] Connection id "0HNC8090TG892" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:02:01.653 +03:00 [DBG] Connection id "0HNC8090TG892" stopped. 2025-06-27 23:03:01.570 +03:00 [DBG] Connection id "0HNC8090TG893" accepted. 2025-06-27 23:03:01.570 +03:00 [DBG] Connection id "0HNC8090TG893" started. 2025-06-27 23:03:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:03:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:03:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 23:03:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:03:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:03:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:03:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:03:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:03:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:03:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:03:01.571 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:03:01.571 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:03:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:03:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:03:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:03:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:03:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:03:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:03:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:03:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:03:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1339ms. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:03:01.571 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:03:01.571 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:03:01.571 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:03:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8883ms 2025-06-27 23:03:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:03:01.572 +03:00 [DBG] Connection id "0HNC8090TG893" completed keep alive response. 2025-06-27 23:03:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6726ms 2025-06-27 23:03:01.572 +03:00 [DBG] Connection id "0HNC8090TG893" received FIN. 2025-06-27 23:03:01.572 +03:00 [DBG] Connection id "0HNC8090TG893" disconnecting. 2025-06-27 23:03:01.572 +03:00 [DBG] Connection id "0HNC8090TG893" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:03:01.573 +03:00 [DBG] Connection id "0HNC8090TG893" stopped. 2025-06-27 23:04:01.574 +03:00 [DBG] Connection id "0HNC8090TG894" accepted. 2025-06-27 23:04:01.574 +03:00 [DBG] Connection id "0HNC8090TG894" started. 2025-06-27 23:04:01.574 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:04:01.574 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:04:01.574 +03:00 [DBG] POST requests are not supported 2025-06-27 23:04:01.574 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:04:01.574 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:04:01.574 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:04:01.574 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:04:01.575 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:04:01.575 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:04:01.575 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:04:01.575 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:04:01.575 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:04:01.575 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:04:01.575 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:04:01.575 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:04:01.575 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:04:01.575 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:04:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:04:01.575 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:04:01.575 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:04:01.575 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1101ms. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:04:01.575 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:04:01.575 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:04:01.575 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.5478ms 2025-06-27 23:04:01.575 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:04:01.575 +03:00 [DBG] Connection id "0HNC8090TG894" completed keep alive response. 2025-06-27 23:04:01.575 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.0909ms 2025-06-27 23:04:01.576 +03:00 [DBG] Connection id "0HNC8090TG894" received FIN. 2025-06-27 23:04:01.576 +03:00 [DBG] Connection id "0HNC8090TG894" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:04:01.576 +03:00 [DBG] Connection id "0HNC8090TG894" disconnecting. 2025-06-27 23:04:01.576 +03:00 [DBG] Connection id "0HNC8090TG894" stopped. 2025-06-27 23:05:01.576 +03:00 [DBG] Connection id "0HNC8090TG895" accepted. 2025-06-27 23:05:01.576 +03:00 [DBG] Connection id "0HNC8090TG895" started. 2025-06-27 23:05:01.576 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:05:01.576 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:05:01.576 +03:00 [DBG] POST requests are not supported 2025-06-27 23:05:01.576 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:05:01.576 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:05:01.576 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:05:01.576 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:05:01.576 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:05:01.576 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:05:01.577 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:05:01.577 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:05:01.577 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:05:01.577 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:05:01.577 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:05:01.577 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:05:01.577 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:05:01.577 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:05:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:05:01.577 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:05:01.577 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:05:01.577 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1197ms. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:05:01.577 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:05:01.577 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:05:01.578 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7251ms 2025-06-27 23:05:01.578 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:05:01.578 +03:00 [DBG] Connection id "0HNC8090TG895" completed keep alive response. 2025-06-27 23:05:01.578 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7035ms 2025-06-27 23:05:01.578 +03:00 [DBG] Connection id "0HNC8090TG895" received FIN. 2025-06-27 23:05:01.578 +03:00 [DBG] Connection id "0HNC8090TG895" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:05:01.578 +03:00 [DBG] Connection id "0HNC8090TG895" disconnecting. 2025-06-27 23:05:01.578 +03:00 [DBG] Connection id "0HNC8090TG895" stopped. 2025-06-27 23:06:01.579 +03:00 [DBG] Connection id "0HNC8090TG896" accepted. 2025-06-27 23:06:01.580 +03:00 [DBG] Connection id "0HNC8090TG896" started. 2025-06-27 23:06:01.580 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:06:01.580 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:06:01.580 +03:00 [DBG] POST requests are not supported 2025-06-27 23:06:01.580 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:06:01.580 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:06:01.580 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:06:01.580 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:06:01.580 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:06:01.580 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:06:01.580 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:06:01.580 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:06:01.580 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:06:01.580 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:06:01.580 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:06:01.580 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:06:01.580 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:06:01.580 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:06:01.580 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.580 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.580 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:06:01.580 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:06:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:06:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:06:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:06:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:06:01.580 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:06:01.580 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1339ms. 2025-06-27 23:06:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:06:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:06:01.581 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:06:01.581 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:06:01.581 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6378ms 2025-06-27 23:06:01.581 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:06:01.581 +03:00 [DBG] Connection id "0HNC8090TG896" completed keep alive response. 2025-06-27 23:06:01.581 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1196ms 2025-06-27 23:06:01.581 +03:00 [DBG] Connection id "0HNC8090TG896" received FIN. 2025-06-27 23:06:01.581 +03:00 [DBG] Connection id "0HNC8090TG896" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:06:01.581 +03:00 [DBG] Connection id "0HNC8090TG896" disconnecting. 2025-06-27 23:06:01.581 +03:00 [DBG] Connection id "0HNC8090TG896" stopped. 2025-06-27 23:07:01.572 +03:00 [DBG] Connection id "0HNC8090TG897" accepted. 2025-06-27 23:07:01.573 +03:00 [DBG] Connection id "0HNC8090TG897" started. 2025-06-27 23:07:01.573 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:07:01.573 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:07:01.573 +03:00 [DBG] POST requests are not supported 2025-06-27 23:07:01.573 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:07:01.573 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:07:01.573 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:07:01.573 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:07:01.573 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:07:01.573 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:07:01.573 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:07:01.573 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:07:01.573 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:07:01.573 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:07:01.573 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:07:01.573 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:07:01.573 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:07:01.573 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:07:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.573 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:07:01.573 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:07:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:07:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:07:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:07:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:07:01.574 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:07:01.574 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.134ms. 2025-06-27 23:07:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:07:01.574 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:07:01.574 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:07:01.574 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7365ms 2025-06-27 23:07:01.574 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:07:01.574 +03:00 [DBG] Connection id "0HNC8090TG897" completed keep alive response. 2025-06-27 23:07:01.574 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3412ms 2025-06-27 23:07:01.575 +03:00 [DBG] Connection id "0HNC8090TG897" received FIN. 2025-06-27 23:07:01.575 +03:00 [DBG] Connection id "0HNC8090TG897" disconnecting. 2025-06-27 23:07:01.575 +03:00 [DBG] Connection id "0HNC8090TG897" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:07:01.576 +03:00 [DBG] Connection id "0HNC8090TG897" stopped. 2025-06-27 23:08:01.579 +03:00 [DBG] Connection id "0HNC8090TG898" accepted. 2025-06-27 23:08:01.579 +03:00 [DBG] Connection id "0HNC8090TG898" started. 2025-06-27 23:08:01.579 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:08:01.579 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:08:01.579 +03:00 [DBG] POST requests are not supported 2025-06-27 23:08:01.579 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:08:01.579 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:08:01.579 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:08:01.579 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:08:01.579 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:08:01.579 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:08:01.579 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:08:01.579 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:08:01.579 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:08:01.579 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:08:01.579 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:08:01.579 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:08:01.579 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:08:01.579 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:08:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.579 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:08:01.580 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:08:01.580 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:08:01.580 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1447ms. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:08:01.580 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:08:01.580 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.580 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:08:01.580 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9016ms 2025-06-27 23:08:01.580 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:08:01.580 +03:00 [DBG] Connection id "0HNC8090TG898" completed keep alive response. 2025-06-27 23:08:01.580 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5677ms 2025-06-27 23:08:01.581 +03:00 [DBG] Connection id "0HNC8090TG898" received FIN. 2025-06-27 23:08:01.581 +03:00 [DBG] Connection id "0HNC8090TG898" disconnecting. 2025-06-27 23:08:01.581 +03:00 [DBG] Connection id "0HNC8090TG898" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:08:01.582 +03:00 [DBG] Connection id "0HNC8090TG898" stopped. 2025-06-27 23:09:01.577 +03:00 [DBG] Connection id "0HNC8090TG899" accepted. 2025-06-27 23:09:01.577 +03:00 [DBG] Connection id "0HNC8090TG899" started. 2025-06-27 23:09:01.577 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:09:01.577 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:09:01.577 +03:00 [DBG] POST requests are not supported 2025-06-27 23:09:01.577 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:09:01.577 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:09:01.577 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:09:01.577 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:09:01.577 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:09:01.577 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:09:01.577 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:09:01.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:09:01.578 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:09:01.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:09:01.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:09:01.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:09:01.578 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:09:01.578 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:09:01.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:09:01.578 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:09:01.578 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:09:01.578 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1287ms. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:09:01.578 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:09:01.578 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:09:01.578 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7886ms 2025-06-27 23:09:01.579 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:09:01.579 +03:00 [DBG] Connection id "0HNC8090TG899" completed keep alive response. 2025-06-27 23:09:01.579 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4531ms 2025-06-27 23:09:01.579 +03:00 [DBG] Connection id "0HNC8090TG899" received FIN. 2025-06-27 23:09:01.579 +03:00 [DBG] Connection id "0HNC8090TG899" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:09:01.579 +03:00 [DBG] Connection id "0HNC8090TG899" disconnecting. 2025-06-27 23:09:01.579 +03:00 [DBG] Connection id "0HNC8090TG899" stopped. 2025-06-27 23:10:01.572 +03:00 [DBG] Connection id "0HNC8090TG89A" accepted. 2025-06-27 23:10:01.572 +03:00 [DBG] Connection id "0HNC8090TG89A" started. 2025-06-27 23:10:01.572 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:10:01.572 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:10:01.572 +03:00 [DBG] POST requests are not supported 2025-06-27 23:10:01.572 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:10:01.572 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:10:01.572 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:10:01.572 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:10:01.572 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:10:01.572 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:10:01.572 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:10:01.572 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:10:01.573 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:10:01.573 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:10:01.573 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:10:01.573 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:10:01.573 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:10:01.573 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:10:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.573 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:10:01.573 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:10:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:10:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:10:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:10:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:10:01.573 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:10:01.573 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1842ms. 2025-06-27 23:10:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:10:01.574 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:10:01.574 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.574 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:10:01.574 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1385ms 2025-06-27 23:10:01.574 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:10:01.574 +03:00 [DBG] Connection id "0HNC8090TG89A" completed keep alive response. 2025-06-27 23:10:01.574 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0938ms 2025-06-27 23:10:01.574 +03:00 [DBG] Connection id "0HNC8090TG89A" received FIN. 2025-06-27 23:10:01.574 +03:00 [DBG] Connection id "0HNC8090TG89A" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:10:01.574 +03:00 [DBG] Connection id "0HNC8090TG89A" disconnecting. 2025-06-27 23:10:01.575 +03:00 [DBG] Connection id "0HNC8090TG89A" stopped. 2025-06-27 23:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG89B" accepted. 2025-06-27 23:11:01.570 +03:00 [DBG] Connection id "0HNC8090TG89B" started. 2025-06-27 23:11:01.570 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:11:01.570 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:11:01.570 +03:00 [DBG] POST requests are not supported 2025-06-27 23:11:01.570 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:11:01.570 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:11:01.570 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:11:01.570 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:11:01.570 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:11:01.570 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:11:01.570 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:11:01.570 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:11:01.570 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:11:01.571 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:11:01.571 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:11:01.571 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:11:01.571 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:11:01.571 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:11:01.571 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.571 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.571 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:11:01.571 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:11:01.571 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:11:01.571 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1438ms. 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:11:01.571 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:11:01.572 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:11:01.572 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.572 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:11:01.572 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3911ms 2025-06-27 23:11:01.572 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:11:01.572 +03:00 [DBG] Connection id "0HNC8090TG89B" completed keep alive response. 2025-06-27 23:11:01.572 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3022ms 2025-06-27 23:11:01.572 +03:00 [DBG] Connection id "0HNC8090TG89B" received FIN. 2025-06-27 23:11:01.572 +03:00 [DBG] Connection id "0HNC8090TG89B" disconnecting. 2025-06-27 23:11:01.573 +03:00 [DBG] Connection id "0HNC8090TG89B" stopped. 2025-06-27 23:11:01.573 +03:00 [DBG] Connection id "0HNC8090TG89B" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:12:01.586 +03:00 [DBG] Connection id "0HNC8090TG89C" accepted. 2025-06-27 23:12:01.587 +03:00 [DBG] Connection id "0HNC8090TG89C" started. 2025-06-27 23:12:01.587 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:12:01.587 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:12:01.587 +03:00 [DBG] POST requests are not supported 2025-06-27 23:12:01.587 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:12:01.587 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:12:01.587 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:12:01.587 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:12:01.587 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:12:01.587 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:12:01.587 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:12:01.587 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:12:01.587 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:12:01.587 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:12:01.587 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:12:01.587 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:12:01.588 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:12:01.588 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:12:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.588 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:12:01.588 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:12:01.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:12:01.588 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1648ms. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:12:01.588 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:12:01.589 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:12:01.589 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:12:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:12:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:12:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.589 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.589 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:12:01.589 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2498ms 2025-06-27 23:12:01.589 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:12:01.589 +03:00 [DBG] Connection id "0HNC8090TG89C" completed keep alive response. 2025-06-27 23:12:01.589 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3186ms 2025-06-27 23:12:01.589 +03:00 [DBG] Connection id "0HNC8090TG89C" received FIN. 2025-06-27 23:12:01.589 +03:00 [DBG] Connection id "0HNC8090TG89C" disconnecting. 2025-06-27 23:12:01.589 +03:00 [DBG] Connection id "0HNC8090TG89C" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:12:01.591 +03:00 [DBG] Connection id "0HNC8090TG89C" stopped. 2025-06-27 23:13:01.580 +03:00 [DBG] Connection id "0HNC8090TG89D" accepted. 2025-06-27 23:13:01.580 +03:00 [DBG] Connection id "0HNC8090TG89D" started. 2025-06-27 23:13:01.580 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:13:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:13:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 23:13:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:13:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:13:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:13:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:13:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:13:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:13:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:13:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:13:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:13:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:13:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:13:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:13:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:13:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:13:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.581 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:13:01.581 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:13:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:13:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:13:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:13:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:13:01.581 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:13:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1362ms. 2025-06-27 23:13:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:13:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:13:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:13:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8329ms 2025-06-27 23:13:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:13:01.582 +03:00 [DBG] Connection id "0HNC8090TG89D" completed keep alive response. 2025-06-27 23:13:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5605ms 2025-06-27 23:13:01.582 +03:00 [DBG] Connection id "0HNC8090TG89D" received FIN. 2025-06-27 23:13:01.582 +03:00 [DBG] Connection id "0HNC8090TG89D" disconnecting. 2025-06-27 23:13:01.582 +03:00 [DBG] Connection id "0HNC8090TG89D" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:13:01.583 +03:00 [DBG] Connection id "0HNC8090TG89D" stopped. 2025-06-27 23:14:01.584 +03:00 [DBG] Connection id "0HNC8090TG89E" accepted. 2025-06-27 23:14:01.584 +03:00 [DBG] Connection id "0HNC8090TG89E" started. 2025-06-27 23:14:01.584 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:14:01.584 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:14:01.584 +03:00 [DBG] POST requests are not supported 2025-06-27 23:14:01.584 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:14:01.584 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:14:01.584 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:14:01.584 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:14:01.584 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:14:01.584 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:14:01.584 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:14:01.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:14:01.585 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:14:01.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:14:01.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:14:01.585 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:14:01.585 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:14:01.585 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:14:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:14:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:14:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:14:01.585 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.117ms. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:14:01.585 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:14:01.585 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:14:01.586 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:14:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:14:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:14:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:14:01.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7633ms 2025-06-27 23:14:01.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:14:01.586 +03:00 [DBG] Connection id "0HNC8090TG89E" completed keep alive response. 2025-06-27 23:14:01.586 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5808ms 2025-06-27 23:14:01.586 +03:00 [DBG] Connection id "0HNC8090TG89E" received FIN. 2025-06-27 23:14:01.586 +03:00 [DBG] Connection id "0HNC8090TG89E" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:14:01.586 +03:00 [DBG] Connection id "0HNC8090TG89E" disconnecting. 2025-06-27 23:14:01.586 +03:00 [DBG] Connection id "0HNC8090TG89E" stopped. 2025-06-27 23:15:01.575 +03:00 [DBG] Connection id "0HNC8090TG89F" accepted. 2025-06-27 23:15:01.575 +03:00 [DBG] Connection id "0HNC8090TG89F" started. 2025-06-27 23:15:01.575 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:15:01.575 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:15:01.575 +03:00 [DBG] POST requests are not supported 2025-06-27 23:15:01.575 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:15:01.575 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:15:01.575 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:15:01.575 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:15:01.575 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:15:01.575 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:15:01.575 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:15:01.575 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:15:01.575 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:15:01.575 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:15:01.575 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:15:01.575 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:15:01.576 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:15:01.576 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:15:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.576 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:15:01.576 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:15:01.576 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:15:01.576 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1558ms. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:15:01.576 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:15:01.576 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:15:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:15:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:15:01.577 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.577 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.577 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.577 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:15:01.577 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0927ms 2025-06-27 23:15:01.577 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:15:01.577 +03:00 [DBG] Connection id "0HNC8090TG89F" completed keep alive response. 2025-06-27 23:15:01.577 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9063ms 2025-06-27 23:15:01.577 +03:00 [DBG] Connection id "0HNC8090TG89F" received FIN. 2025-06-27 23:15:01.577 +03:00 [DBG] Connection id "0HNC8090TG89F" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:15:01.577 +03:00 [DBG] Connection id "0HNC8090TG89F" disconnecting. 2025-06-27 23:15:01.577 +03:00 [DBG] Connection id "0HNC8090TG89F" stopped. 2025-06-27 23:16:01.579 +03:00 [DBG] Connection id "0HNC8090TG89G" accepted. 2025-06-27 23:16:01.579 +03:00 [DBG] Connection id "0HNC8090TG89G" started. 2025-06-27 23:16:01.579 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:16:01.579 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:16:01.579 +03:00 [DBG] POST requests are not supported 2025-06-27 23:16:01.579 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:16:01.579 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:16:01.579 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:16:01.579 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:16:01.579 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:16:01.579 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:16:01.579 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:16:01.579 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:16:01.579 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:16:01.580 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:16:01.580 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:16:01.580 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:16:01.580 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:16:01.580 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:16:01.580 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:16:01.580 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:16:01.580 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:16:01.580 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1213ms. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:16:01.580 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:16:01.580 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.580 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:16:01.581 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8346ms 2025-06-27 23:16:01.581 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:16:01.581 +03:00 [DBG] Connection id "0HNC8090TG89G" completed keep alive response. 2025-06-27 23:16:01.581 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6651ms 2025-06-27 23:16:01.581 +03:00 [DBG] Connection id "0HNC8090TG89G" received FIN. 2025-06-27 23:16:01.581 +03:00 [DBG] Connection id "0HNC8090TG89G" disconnecting. 2025-06-27 23:16:01.581 +03:00 [DBG] Connection id "0HNC8090TG89G" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:16:01.582 +03:00 [DBG] Connection id "0HNC8090TG89G" stopped. 2025-06-27 23:17:01.578 +03:00 [DBG] Connection id "0HNC8090TG89H" accepted. 2025-06-27 23:17:01.578 +03:00 [DBG] Connection id "0HNC8090TG89H" started. 2025-06-27 23:17:01.579 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:17:01.579 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:17:01.579 +03:00 [DBG] POST requests are not supported 2025-06-27 23:17:01.579 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:17:01.579 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:17:01.579 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:17:01.579 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:17:01.579 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:17:01.579 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:17:01.579 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:17:01.579 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:17:01.579 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:17:01.579 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:17:01.579 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:17:01.579 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:17:01.579 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:17:01.579 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:17:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.579 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:17:01.579 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:17:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:17:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:17:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:17:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:17:01.579 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:17:01.579 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1274ms. 2025-06-27 23:17:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:17:01.580 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:17:01.580 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.580 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:17:01.580 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8595ms 2025-06-27 23:17:01.580 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:17:01.580 +03:00 [DBG] Connection id "0HNC8090TG89H" completed keep alive response. 2025-06-27 23:17:01.580 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.487ms 2025-06-27 23:17:01.580 +03:00 [DBG] Connection id "0HNC8090TG89H" received FIN. 2025-06-27 23:17:01.580 +03:00 [DBG] Connection id "0HNC8090TG89H" disconnecting. 2025-06-27 23:17:01.580 +03:00 [DBG] Connection id "0HNC8090TG89H" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:17:01.581 +03:00 [DBG] Connection id "0HNC8090TG89H" stopped. 2025-06-27 23:18:01.584 +03:00 [DBG] Connection id "0HNC8090TG89I" accepted. 2025-06-27 23:18:01.584 +03:00 [DBG] Connection id "0HNC8090TG89I" started. 2025-06-27 23:18:01.584 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:18:01.584 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:18:01.584 +03:00 [DBG] POST requests are not supported 2025-06-27 23:18:01.585 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:18:01.585 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:18:01.585 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:18:01.585 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:18:01.585 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:18:01.585 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:18:01.585 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:18:01.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:18:01.585 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:18:01.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:18:01.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:18:01.585 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:18:01.585 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:18:01.585 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:18:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:18:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:18:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:18:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:18:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:18:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:18:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:18:01.585 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1439ms. 2025-06-27 23:18:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:18:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:18:01.586 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:18:01.586 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:18:01.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7321ms 2025-06-27 23:18:01.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:18:01.586 +03:00 [DBG] Connection id "0HNC8090TG89I" completed keep alive response. 2025-06-27 23:18:01.586 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4511ms 2025-06-27 23:18:01.586 +03:00 [DBG] Connection id "0HNC8090TG89I" received FIN. 2025-06-27 23:18:01.586 +03:00 [DBG] Connection id "0HNC8090TG89I" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:18:01.586 +03:00 [DBG] Connection id "0HNC8090TG89I" disconnecting. 2025-06-27 23:18:01.586 +03:00 [DBG] Connection id "0HNC8090TG89I" stopped. 2025-06-27 23:19:01.584 +03:00 [DBG] Connection id "0HNC8090TG89J" accepted. 2025-06-27 23:19:01.584 +03:00 [DBG] Connection id "0HNC8090TG89J" started. 2025-06-27 23:19:01.584 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:19:01.584 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:19:01.584 +03:00 [DBG] POST requests are not supported 2025-06-27 23:19:01.584 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:19:01.584 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:19:01.584 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:19:01.584 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:19:01.584 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:19:01.584 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:19:01.584 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:19:01.584 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:19:01.584 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:19:01.584 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:19:01.584 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:19:01.584 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:19:01.584 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:19:01.584 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:19:01.584 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:19:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:19:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:19:01.585 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1249ms. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:19:01.585 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:19:01.585 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:19:01.585 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7106ms 2025-06-27 23:19:01.585 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:19:01.585 +03:00 [DBG] Connection id "0HNC8090TG89J" completed keep alive response. 2025-06-27 23:19:01.585 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3782ms 2025-06-27 23:19:01.585 +03:00 [DBG] Connection id "0HNC8090TG89J" received FIN. 2025-06-27 23:19:01.586 +03:00 [DBG] Connection id "0HNC8090TG89J" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:19:01.586 +03:00 [DBG] Connection id "0HNC8090TG89J" disconnecting. 2025-06-27 23:19:01.586 +03:00 [DBG] Connection id "0HNC8090TG89J" stopped. 2025-06-27 23:20:01.581 +03:00 [DBG] Connection id "0HNC8090TG89K" accepted. 2025-06-27 23:20:01.581 +03:00 [DBG] Connection id "0HNC8090TG89K" started. 2025-06-27 23:20:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:20:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:20:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 23:20:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:20:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:20:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:20:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:20:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:20:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:20:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:20:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:20:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:20:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:20:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:20:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:20:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:20:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:20:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.581 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:20:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:20:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:20:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1298ms. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:20:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:20:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:20:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7234ms 2025-06-27 23:20:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:20:01.582 +03:00 [DBG] Connection id "0HNC8090TG89K" completed keep alive response. 2025-06-27 23:20:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3673ms 2025-06-27 23:20:01.583 +03:00 [DBG] Connection id "0HNC8090TG89K" received FIN. 2025-06-27 23:20:01.583 +03:00 [DBG] Connection id "0HNC8090TG89K" disconnecting. 2025-06-27 23:20:01.583 +03:00 [DBG] Connection id "0HNC8090TG89K" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:20:01.584 +03:00 [DBG] Connection id "0HNC8090TG89K" stopped. 2025-06-27 23:21:01.577 +03:00 [DBG] Connection id "0HNC8090TG89L" accepted. 2025-06-27 23:21:01.577 +03:00 [DBG] Connection id "0HNC8090TG89L" started. 2025-06-27 23:21:01.577 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:21:01.577 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:21:01.577 +03:00 [DBG] POST requests are not supported 2025-06-27 23:21:01.577 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:21:01.577 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:21:01.577 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:21:01.578 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:21:01.578 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:21:01.578 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:21:01.578 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:21:01.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:21:01.578 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:21:01.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:21:01.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:21:01.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:21:01.578 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:21:01.578 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:21:01.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.578 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:21:01.578 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:21:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:21:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:21:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:21:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:21:01.579 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:21:01.579 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1726ms. 2025-06-27 23:21:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:21:01.579 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:21:01.579 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:21:01.579 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2268ms 2025-06-27 23:21:01.579 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:21:01.579 +03:00 [DBG] Connection id "0HNC8090TG89L" completed keep alive response. 2025-06-27 23:21:01.580 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3241ms 2025-06-27 23:21:01.580 +03:00 [DBG] Connection id "0HNC8090TG89L" received FIN. 2025-06-27 23:21:01.580 +03:00 [DBG] Connection id "0HNC8090TG89L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:21:01.580 +03:00 [DBG] Connection id "0HNC8090TG89L" disconnecting. 2025-06-27 23:21:01.580 +03:00 [DBG] Connection id "0HNC8090TG89L" stopped. 2025-06-27 23:22:01.574 +03:00 [DBG] Connection id "0HNC8090TG89M" accepted. 2025-06-27 23:22:01.574 +03:00 [DBG] Connection id "0HNC8090TG89M" started. 2025-06-27 23:22:01.574 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:22:01.574 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:22:01.574 +03:00 [DBG] POST requests are not supported 2025-06-27 23:22:01.574 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:22:01.574 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:22:01.575 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:22:01.575 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:22:01.575 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:22:01.575 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:22:01.575 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:22:01.575 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:22:01.575 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:22:01.575 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:22:01.575 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:22:01.575 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:22:01.575 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:22:01.575 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:22:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.575 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:22:01.575 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:22:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:22:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:22:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:22:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:22:01.576 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:22:01.576 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.122ms. 2025-06-27 23:22:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:22:01.576 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:22:01.576 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:22:01.576 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.033ms 2025-06-27 23:22:01.576 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:22:01.576 +03:00 [DBG] Connection id "0HNC8090TG89M" completed keep alive response. 2025-06-27 23:22:01.576 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0586ms 2025-06-27 23:22:01.577 +03:00 [DBG] Connection id "0HNC8090TG89M" received FIN. 2025-06-27 23:22:01.577 +03:00 [DBG] Connection id "0HNC8090TG89M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:22:01.577 +03:00 [DBG] Connection id "0HNC8090TG89M" disconnecting. 2025-06-27 23:22:01.577 +03:00 [DBG] Connection id "0HNC8090TG89M" stopped. 2025-06-27 23:23:01.578 +03:00 [DBG] Connection id "0HNC8090TG89N" accepted. 2025-06-27 23:23:01.578 +03:00 [DBG] Connection id "0HNC8090TG89N" started. 2025-06-27 23:23:01.578 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:23:01.578 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:23:01.578 +03:00 [DBG] POST requests are not supported 2025-06-27 23:23:01.578 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:23:01.578 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:23:01.578 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:23:01.578 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:23:01.578 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:23:01.578 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:23:01.578 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:23:01.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:23:01.578 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:23:01.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:23:01.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:23:01.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:23:01.579 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:23:01.579 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:23:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:23:01.579 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:23:01.579 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:23:01.579 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1337ms. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:23:01.579 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:23:01.579 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:23:01.579 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6998ms 2025-06-27 23:23:01.579 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:23:01.579 +03:00 [DBG] Connection id "0HNC8090TG89N" completed keep alive response. 2025-06-27 23:23:01.579 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3459ms 2025-06-27 23:23:01.580 +03:00 [DBG] Connection id "0HNC8090TG89N" received FIN. 2025-06-27 23:23:01.580 +03:00 [DBG] Connection id "0HNC8090TG89N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:23:01.580 +03:00 [DBG] Connection id "0HNC8090TG89N" disconnecting. 2025-06-27 23:23:01.580 +03:00 [DBG] Connection id "0HNC8090TG89N" stopped. 2025-06-27 23:24:01.584 +03:00 [DBG] Connection id "0HNC8090TG89O" accepted. 2025-06-27 23:24:01.584 +03:00 [DBG] Connection id "0HNC8090TG89O" started. 2025-06-27 23:24:01.585 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:24:01.585 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:24:01.585 +03:00 [DBG] POST requests are not supported 2025-06-27 23:24:01.585 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:24:01.585 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:24:01.585 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:24:01.585 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:24:01.585 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:24:01.585 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:24:01.585 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:24:01.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:24:01.585 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:24:01.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:24:01.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:24:01.586 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:24:01.586 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:24:01.586 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:24:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.586 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:24:01.586 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:24:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:24:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:24:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:24:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:24:01.586 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:24:01.587 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1942ms. 2025-06-27 23:24:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:24:01.587 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:24:01.587 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:24:01.588 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.7419ms 2025-06-27 23:24:01.588 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:24:01.588 +03:00 [DBG] Connection id "0HNC8090TG89O" completed keep alive response. 2025-06-27 23:24:01.588 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 3.0805ms 2025-06-27 23:24:01.588 +03:00 [DBG] Connection id "0HNC8090TG89O" received FIN. 2025-06-27 23:24:01.588 +03:00 [DBG] Connection id "0HNC8090TG89O" disconnecting. 2025-06-27 23:24:01.588 +03:00 [DBG] Connection id "0HNC8090TG89O" stopped. 2025-06-27 23:24:01.588 +03:00 [DBG] Connection id "0HNC8090TG89O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:25:01.581 +03:00 [DBG] Connection id "0HNC8090TG89P" accepted. 2025-06-27 23:25:01.581 +03:00 [DBG] Connection id "0HNC8090TG89P" started. 2025-06-27 23:25:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:25:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:25:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 23:25:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:25:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:25:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:25:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:25:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:25:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:25:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:25:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:25:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:25:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:25:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:25:01.582 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:25:01.582 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:25:01.582 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:25:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:25:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:25:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:25:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1616ms. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:25:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:25:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:25:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8435ms 2025-06-27 23:25:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:25:01.582 +03:00 [DBG] Connection id "0HNC8090TG89P" completed keep alive response. 2025-06-27 23:25:01.583 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5434ms 2025-06-27 23:25:01.583 +03:00 [DBG] Connection id "0HNC8090TG89P" received FIN. 2025-06-27 23:25:01.583 +03:00 [DBG] Connection id "0HNC8090TG89P" disconnecting. 2025-06-27 23:25:01.583 +03:00 [DBG] Connection id "0HNC8090TG89P" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:25:01.584 +03:00 [DBG] Connection id "0HNC8090TG89P" stopped. 2025-06-27 23:26:01.572 +03:00 [DBG] Connection id "0HNC8090TG89Q" accepted. 2025-06-27 23:26:01.572 +03:00 [DBG] Connection id "0HNC8090TG89Q" started. 2025-06-27 23:26:01.572 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:26:01.572 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:26:01.572 +03:00 [DBG] POST requests are not supported 2025-06-27 23:26:01.572 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:26:01.572 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:26:01.572 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:26:01.572 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:26:01.572 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:26:01.573 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:26:01.573 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:26:01.573 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:26:01.573 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:26:01.573 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:26:01.573 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:26:01.573 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:26:01.573 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:26:01.573 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:26:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:26:01.573 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:26:01.573 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:26:01.573 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.117ms. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:26:01.573 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:26:01.573 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:26:01.573 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6539ms 2025-06-27 23:26:01.573 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:26:01.573 +03:00 [DBG] Connection id "0HNC8090TG89Q" completed keep alive response. 2025-06-27 23:26:01.574 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2811ms 2025-06-27 23:26:01.574 +03:00 [DBG] Connection id "0HNC8090TG89Q" received FIN. 2025-06-27 23:26:01.574 +03:00 [DBG] Connection id "0HNC8090TG89Q" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:26:01.574 +03:00 [DBG] Connection id "0HNC8090TG89Q" disconnecting. 2025-06-27 23:26:01.574 +03:00 [DBG] Connection id "0HNC8090TG89Q" stopped. 2025-06-27 23:27:01.588 +03:00 [DBG] Connection id "0HNC8090TG89R" accepted. 2025-06-27 23:27:01.588 +03:00 [DBG] Connection id "0HNC8090TG89R" started. 2025-06-27 23:27:01.588 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:27:01.588 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:27:01.588 +03:00 [DBG] POST requests are not supported 2025-06-27 23:27:01.588 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:27:01.588 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:27:01.588 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:27:01.588 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:27:01.588 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:27:01.588 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:27:01.588 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:27:01.588 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:27:01.588 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:27:01.588 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:27:01.588 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:27:01.588 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:27:01.588 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:27:01.588 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:27:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.588 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:27:01.588 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:27:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:27:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:27:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:27:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:27:01.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:27:01.589 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1358ms. 2025-06-27 23:27:01.589 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:27:01.589 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:27:01.589 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.589 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:27:01.589 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6853ms 2025-06-27 23:27:01.589 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:27:01.589 +03:00 [DBG] Connection id "0HNC8090TG89R" completed keep alive response. 2025-06-27 23:27:01.589 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2106ms 2025-06-27 23:27:01.589 +03:00 [DBG] Connection id "0HNC8090TG89R" received FIN. 2025-06-27 23:27:01.589 +03:00 [DBG] Connection id "0HNC8090TG89R" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:27:01.589 +03:00 [DBG] Connection id "0HNC8090TG89R" disconnecting. 2025-06-27 23:27:01.589 +03:00 [DBG] Connection id "0HNC8090TG89R" stopped. 2025-06-27 23:28:01.582 +03:00 [DBG] Connection id "0HNC8090TG89S" accepted. 2025-06-27 23:28:01.582 +03:00 [DBG] Connection id "0HNC8090TG89S" started. 2025-06-27 23:28:01.582 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:28:01.582 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:28:01.582 +03:00 [DBG] POST requests are not supported 2025-06-27 23:28:01.582 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:28:01.582 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:28:01.582 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:28:01.582 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:28:01.582 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:28:01.582 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:28:01.583 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:28:01.583 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:28:01.583 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:28:01.583 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:28:01.583 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:28:01.583 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:28:01.583 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:28:01.583 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:28:01.583 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.583 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.583 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:28:01.583 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:28:01.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:28:01.583 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:28:01.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:28:01.583 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:28:01.583 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:28:01.583 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1704ms. 2025-06-27 23:28:01.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:28:01.583 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:28:01.584 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:28:01.584 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.584 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:28:01.584 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0692ms 2025-06-27 23:28:01.584 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:28:01.584 +03:00 [DBG] Connection id "0HNC8090TG89S" completed keep alive response. 2025-06-27 23:28:01.584 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.0874ms 2025-06-27 23:28:01.584 +03:00 [DBG] Connection id "0HNC8090TG89S" received FIN. 2025-06-27 23:28:01.584 +03:00 [DBG] Connection id "0HNC8090TG89S" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:28:01.585 +03:00 [DBG] Connection id "0HNC8090TG89S" disconnecting. 2025-06-27 23:28:01.585 +03:00 [DBG] Connection id "0HNC8090TG89S" stopped. 2025-06-27 23:29:01.595 +03:00 [DBG] Connection id "0HNC8090TG89T" accepted. 2025-06-27 23:29:01.595 +03:00 [DBG] Connection id "0HNC8090TG89T" started. 2025-06-27 23:29:01.595 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:29:01.595 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:29:01.595 +03:00 [DBG] POST requests are not supported 2025-06-27 23:29:01.595 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:29:01.595 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:29:01.595 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:29:01.595 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:29:01.595 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:29:01.595 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:29:01.595 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:29:01.595 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:29:01.596 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:29:01.596 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:29:01.596 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:29:01.596 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:29:01.596 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:29:01.596 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:29:01.596 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.596 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:29:01.596 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:29:01.596 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:29:01.596 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1239ms. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:29:01.596 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:29:01.596 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.596 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.597 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:29:01.597 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8021ms 2025-06-27 23:29:01.597 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:29:01.597 +03:00 [DBG] Connection id "0HNC8090TG89T" completed keep alive response. 2025-06-27 23:29:01.597 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5604ms 2025-06-27 23:29:01.597 +03:00 [DBG] Connection id "0HNC8090TG89T" received FIN. 2025-06-27 23:29:01.597 +03:00 [DBG] Connection id "0HNC8090TG89T" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:29:01.597 +03:00 [DBG] Connection id "0HNC8090TG89T" disconnecting. 2025-06-27 23:29:01.597 +03:00 [DBG] Connection id "0HNC8090TG89T" stopped. 2025-06-27 23:30:01.586 +03:00 [DBG] Connection id "0HNC8090TG89U" accepted. 2025-06-27 23:30:01.586 +03:00 [DBG] Connection id "0HNC8090TG89U" started. 2025-06-27 23:30:01.586 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:30:01.586 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:30:01.586 +03:00 [DBG] POST requests are not supported 2025-06-27 23:30:01.586 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:30:01.586 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:30:01.586 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:30:01.586 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:30:01.586 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:30:01.586 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:30:01.586 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:30:01.586 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:30:01.586 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:30:01.586 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:30:01.586 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:30:01.587 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:30:01.587 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:30:01.587 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:30:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:30:01.587 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:30:01.587 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:30:01.587 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1198ms. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:30:01.587 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:30:01.587 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:30:01.587 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6505ms 2025-06-27 23:30:01.587 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:30:01.587 +03:00 [DBG] Connection id "0HNC8090TG89U" completed keep alive response. 2025-06-27 23:30:01.587 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2797ms 2025-06-27 23:30:01.588 +03:00 [DBG] Connection id "0HNC8090TG89U" received FIN. 2025-06-27 23:30:01.588 +03:00 [DBG] Connection id "0HNC8090TG89U" disconnecting. 2025-06-27 23:30:01.588 +03:00 [DBG] Connection id "0HNC8090TG89U" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:30:01.589 +03:00 [DBG] Connection id "0HNC8090TG89U" stopped. 2025-06-27 23:31:01.574 +03:00 [DBG] Connection id "0HNC8090TG89V" accepted. 2025-06-27 23:31:01.574 +03:00 [DBG] Connection id "0HNC8090TG89V" started. 2025-06-27 23:31:01.574 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:31:01.574 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:31:01.574 +03:00 [DBG] POST requests are not supported 2025-06-27 23:31:01.575 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:31:01.575 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:31:01.575 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:31:01.575 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:31:01.575 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:31:01.575 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:31:01.575 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:31:01.575 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:31:01.575 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:31:01.575 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:31:01.575 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:31:01.575 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:31:01.575 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:31:01.575 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:31:01.575 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.575 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.575 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:31:01.575 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:31:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:31:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:31:01.575 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:31:01.575 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:31:01.576 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:31:01.576 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1539ms. 2025-06-27 23:31:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:31:01.576 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:31:01.576 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.576 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:31:01.576 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0685ms 2025-06-27 23:31:01.576 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:31:01.576 +03:00 [DBG] Connection id "0HNC8090TG89V" completed keep alive response. 2025-06-27 23:31:01.576 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9766ms 2025-06-27 23:31:01.577 +03:00 [DBG] Connection id "0HNC8090TG89V" received FIN. 2025-06-27 23:31:01.577 +03:00 [DBG] Connection id "0HNC8090TG89V" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:31:01.577 +03:00 [DBG] Connection id "0HNC8090TG89V" disconnecting. 2025-06-27 23:31:01.577 +03:00 [DBG] Connection id "0HNC8090TG89V" stopped. 2025-06-27 23:32:01.660 +03:00 [DBG] Connection id "0HNC8090TG8A0" accepted. 2025-06-27 23:32:01.660 +03:00 [DBG] Connection id "0HNC8090TG8A0" started. 2025-06-27 23:32:01.660 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:32:01.660 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:32:01.660 +03:00 [DBG] POST requests are not supported 2025-06-27 23:32:01.660 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:32:01.660 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:32:01.660 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:32:01.660 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:32:01.660 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:32:01.661 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:32:01.661 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:32:01.661 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:32:01.661 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:32:01.661 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:32:01.661 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:32:01.661 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:32:01.661 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:32:01.661 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:32:01.661 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.661 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:32:01.661 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:32:01.661 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:32:01.661 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1501ms. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:32:01.661 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:32:01.661 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:32:01.661 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:32:01.662 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:32:01.662 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:32:01.662 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.662 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.662 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.662 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:32:01.662 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8076ms 2025-06-27 23:32:01.662 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:32:01.662 +03:00 [DBG] Connection id "0HNC8090TG8A0" completed keep alive response. 2025-06-27 23:32:01.662 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6523ms 2025-06-27 23:32:01.662 +03:00 [DBG] Connection id "0HNC8090TG8A0" received FIN. 2025-06-27 23:32:01.662 +03:00 [DBG] Connection id "0HNC8090TG8A0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:32:01.662 +03:00 [DBG] Connection id "0HNC8090TG8A0" disconnecting. 2025-06-27 23:32:01.662 +03:00 [DBG] Connection id "0HNC8090TG8A0" stopped. 2025-06-27 23:33:01.595 +03:00 [DBG] Connection id "0HNC8090TG8A1" accepted. 2025-06-27 23:33:01.595 +03:00 [DBG] Connection id "0HNC8090TG8A1" started. 2025-06-27 23:33:01.595 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:33:01.595 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:33:01.595 +03:00 [DBG] POST requests are not supported 2025-06-27 23:33:01.595 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:33:01.595 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:33:01.595 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:33:01.595 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:33:01.596 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:33:01.596 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:33:01.596 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:33:01.596 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:33:01.596 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:33:01.596 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:33:01.596 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:33:01.596 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:33:01.596 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:33:01.596 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:33:01.596 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.596 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:33:01.596 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:33:01.596 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:33:01.596 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1538ms. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:33:01.596 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:33:01.596 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:33:01.596 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:33:01.596 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:33:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:33:01.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.597 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.597 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:33:01.597 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7541ms 2025-06-27 23:33:01.597 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:33:01.597 +03:00 [DBG] Connection id "0HNC8090TG8A1" completed keep alive response. 2025-06-27 23:33:01.597 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4876ms 2025-06-27 23:33:01.597 +03:00 [DBG] Connection id "0HNC8090TG8A1" received FIN. 2025-06-27 23:33:01.597 +03:00 [DBG] Connection id "0HNC8090TG8A1" disconnecting. 2025-06-27 23:33:01.597 +03:00 [DBG] Connection id "0HNC8090TG8A1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:33:01.598 +03:00 [DBG] Connection id "0HNC8090TG8A1" stopped. 2025-06-27 23:34:01.581 +03:00 [DBG] Connection id "0HNC8090TG8A2" accepted. 2025-06-27 23:34:01.581 +03:00 [DBG] Connection id "0HNC8090TG8A2" started. 2025-06-27 23:34:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:34:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:34:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 23:34:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:34:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:34:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:34:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:34:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:34:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:34:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:34:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:34:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:34:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:34:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:34:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:34:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:34:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:34:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:34:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:34:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:34:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1407ms. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:34:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:34:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:34:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8149ms 2025-06-27 23:34:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:34:01.582 +03:00 [DBG] Connection id "0HNC8090TG8A2" completed keep alive response. 2025-06-27 23:34:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5381ms 2025-06-27 23:34:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A2" received FIN. 2025-06-27 23:34:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A2" disconnecting. 2025-06-27 23:34:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A2" stopped. 2025-06-27 23:34:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:35:01.588 +03:00 [DBG] Connection id "0HNC8090TG8A3" accepted. 2025-06-27 23:35:01.588 +03:00 [DBG] Connection id "0HNC8090TG8A3" started. 2025-06-27 23:35:01.588 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:35:01.588 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:35:01.588 +03:00 [DBG] POST requests are not supported 2025-06-27 23:35:01.588 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:35:01.589 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:35:01.589 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:35:01.589 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:35:01.589 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:35:01.589 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:35:01.589 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:35:01.589 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:35:01.589 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:35:01.589 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:35:01.589 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:35:01.589 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:35:01.589 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:35:01.589 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:35:01.589 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.589 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.589 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:35:01.589 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:35:01.589 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:35:01.589 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:35:01.589 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:35:01.589 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:35:01.589 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:35:01.590 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1498ms. 2025-06-27 23:35:01.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:35:01.590 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:35:01.590 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.590 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:35:01.590 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9835ms 2025-06-27 23:35:01.590 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:35:01.590 +03:00 [DBG] Connection id "0HNC8090TG8A3" completed keep alive response. 2025-06-27 23:35:01.590 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8157ms 2025-06-27 23:35:01.590 +03:00 [DBG] Connection id "0HNC8090TG8A3" received FIN. 2025-06-27 23:35:01.591 +03:00 [DBG] Connection id "0HNC8090TG8A3" disconnecting. 2025-06-27 23:35:01.591 +03:00 [DBG] Connection id "0HNC8090TG8A3" stopped. 2025-06-27 23:35:01.591 +03:00 [DBG] Connection id "0HNC8090TG8A3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:36:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A4" accepted. 2025-06-27 23:36:01.584 +03:00 [DBG] Connection id "0HNC8090TG8A4" started. 2025-06-27 23:36:01.584 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:36:01.584 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:36:01.584 +03:00 [DBG] POST requests are not supported 2025-06-27 23:36:01.584 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:36:01.584 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:36:01.584 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:36:01.584 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:36:01.584 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:36:01.584 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:36:01.584 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:36:01.584 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:36:01.584 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:36:01.584 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:36:01.584 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:36:01.585 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:36:01.585 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:36:01.585 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:36:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:36:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:36:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:36:01.585 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1314ms. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:36:01.585 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:36:01.585 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:36:01.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8699ms 2025-06-27 23:36:01.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:36:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A4" completed keep alive response. 2025-06-27 23:36:01.586 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8665ms 2025-06-27 23:36:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A4" received FIN. 2025-06-27 23:36:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A4" disconnecting. 2025-06-27 23:36:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:36:01.587 +03:00 [DBG] Connection id "0HNC8090TG8A4" stopped. 2025-06-27 23:37:01.577 +03:00 [DBG] Connection id "0HNC8090TG8A5" accepted. 2025-06-27 23:37:01.578 +03:00 [DBG] Connection id "0HNC8090TG8A5" started. 2025-06-27 23:37:01.578 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:37:01.578 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:37:01.578 +03:00 [DBG] POST requests are not supported 2025-06-27 23:37:01.578 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:37:01.578 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:37:01.578 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:37:01.578 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:37:01.578 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:37:01.578 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:37:01.578 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:37:01.578 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:37:01.578 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:37:01.578 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:37:01.578 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:37:01.578 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:37:01.578 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:37:01.578 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:37:01.578 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.578 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:37:01.578 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:37:01.578 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:37:01.578 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1246ms. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:37:01.578 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:37:01.579 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:37:01.579 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.579 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:37:01.579 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6897ms 2025-06-27 23:37:01.579 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:37:01.579 +03:00 [DBG] Connection id "0HNC8090TG8A5" completed keep alive response. 2025-06-27 23:37:01.579 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2264ms 2025-06-27 23:37:01.579 +03:00 [DBG] Connection id "0HNC8090TG8A5" received FIN. 2025-06-27 23:37:01.579 +03:00 [DBG] Connection id "0HNC8090TG8A5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:37:01.579 +03:00 [DBG] Connection id "0HNC8090TG8A5" disconnecting. 2025-06-27 23:37:01.580 +03:00 [DBG] Connection id "0HNC8090TG8A5" stopped. 2025-06-27 23:38:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A6" accepted. 2025-06-27 23:38:01.587 +03:00 [DBG] Connection id "0HNC8090TG8A6" started. 2025-06-27 23:38:01.587 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:38:01.587 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:38:01.587 +03:00 [DBG] POST requests are not supported 2025-06-27 23:38:01.587 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:38:01.587 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:38:01.587 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:38:01.587 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:38:01.587 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:38:01.587 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:38:01.587 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:38:01.587 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:38:01.587 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:38:01.587 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:38:01.587 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:38:01.587 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:38:01.587 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:38:01.587 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:38:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.587 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:38:01.587 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:38:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:38:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:38:01.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:38:01.588 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1354ms. 2025-06-27 23:38:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:38:01.588 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:38:01.588 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:38:01.588 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8093ms 2025-06-27 23:38:01.588 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:38:01.588 +03:00 [DBG] Connection id "0HNC8090TG8A6" completed keep alive response. 2025-06-27 23:38:01.588 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5107ms 2025-06-27 23:38:01.589 +03:00 [DBG] Connection id "0HNC8090TG8A6" received FIN. 2025-06-27 23:38:01.589 +03:00 [DBG] Connection id "0HNC8090TG8A6" disconnecting. 2025-06-27 23:38:01.589 +03:00 [DBG] Connection id "0HNC8090TG8A6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:38:01.590 +03:00 [DBG] Connection id "0HNC8090TG8A6" stopped. 2025-06-27 23:39:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A7" accepted. 2025-06-27 23:39:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A7" started. 2025-06-27 23:39:01.586 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:39:01.586 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:39:01.586 +03:00 [DBG] POST requests are not supported 2025-06-27 23:39:01.586 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:39:01.586 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:39:01.586 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:39:01.586 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:39:01.587 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:39:01.587 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:39:01.587 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:39:01.587 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:39:01.587 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:39:01.587 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:39:01.587 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:39:01.587 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:39:01.587 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:39:01.587 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:39:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.587 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:39:01.587 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:39:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:39:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:39:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:39:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:39:01.587 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:39:01.588 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1481ms. 2025-06-27 23:39:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:39:01.588 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:39:01.588 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:39:01.588 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0237ms 2025-06-27 23:39:01.588 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:39:01.588 +03:00 [DBG] Connection id "0HNC8090TG8A7" completed keep alive response. 2025-06-27 23:39:01.588 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9963ms 2025-06-27 23:39:01.588 +03:00 [DBG] Connection id "0HNC8090TG8A7" received FIN. 2025-06-27 23:39:01.589 +03:00 [DBG] Connection id "0HNC8090TG8A7" disconnecting. 2025-06-27 23:39:01.589 +03:00 [DBG] Connection id "0HNC8090TG8A7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:39:01.590 +03:00 [DBG] Connection id "0HNC8090TG8A7" stopped. 2025-06-27 23:40:01.580 +03:00 [DBG] Connection id "0HNC8090TG8A8" accepted. 2025-06-27 23:40:01.581 +03:00 [DBG] Connection id "0HNC8090TG8A8" started. 2025-06-27 23:40:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:40:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:40:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 23:40:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:40:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:40:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:40:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:40:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:40:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:40:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:40:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:40:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:40:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:40:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:40:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:40:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:40:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:40:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:40:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:40:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:40:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1644ms. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:40:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:40:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:40:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0418ms 2025-06-27 23:40:01.583 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A8" completed keep alive response. 2025-06-27 23:40:01.583 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.8457ms 2025-06-27 23:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A8" received FIN. 2025-06-27 23:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A8" disconnecting. 2025-06-27 23:40:01.583 +03:00 [DBG] Connection id "0HNC8090TG8A8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:40:01.584 +03:00 [DBG] Connection id "0HNC8090TG8A8" stopped. 2025-06-27 23:41:01.584 +03:00 [DBG] Connection id "0HNC8090TG8A9" accepted. 2025-06-27 23:41:01.584 +03:00 [DBG] Connection id "0HNC8090TG8A9" started. 2025-06-27 23:41:01.584 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:41:01.584 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:41:01.584 +03:00 [DBG] POST requests are not supported 2025-06-27 23:41:01.584 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:41:01.585 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:41:01.585 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:41:01.585 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:41:01.585 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:41:01.585 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:41:01.585 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:41:01.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:41:01.585 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:41:01.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:41:01.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:41:01.585 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:41:01.585 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:41:01.585 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:41:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:41:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:41:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:41:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:41:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:41:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:41:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:41:01.586 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1715ms. 2025-06-27 23:41:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:41:01.586 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:41:01.586 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:41:01.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0855ms 2025-06-27 23:41:01.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:41:01.586 +03:00 [DBG] Connection id "0HNC8090TG8A9" completed keep alive response. 2025-06-27 23:41:01.586 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.931ms 2025-06-27 23:41:01.587 +03:00 [DBG] Connection id "0HNC8090TG8A9" received FIN. 2025-06-27 23:41:01.587 +03:00 [DBG] Connection id "0HNC8090TG8A9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:41:01.587 +03:00 [DBG] Connection id "0HNC8090TG8A9" disconnecting. 2025-06-27 23:41:01.587 +03:00 [DBG] Connection id "0HNC8090TG8A9" stopped. 2025-06-27 23:42:01.584 +03:00 [DBG] Connection id "0HNC8090TG8AA" accepted. 2025-06-27 23:42:01.584 +03:00 [DBG] Connection id "0HNC8090TG8AA" started. 2025-06-27 23:42:01.585 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:42:01.585 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:42:01.585 +03:00 [DBG] POST requests are not supported 2025-06-27 23:42:01.585 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:42:01.585 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:42:01.585 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:42:01.585 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:42:01.585 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:42:01.585 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:42:01.585 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:42:01.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:42:01.585 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:42:01.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:42:01.585 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:42:01.585 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:42:01.585 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:42:01.585 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:42:01.585 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.585 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.585 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:42:01.585 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:42:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:42:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:42:01.585 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:42:01.585 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:42:01.585 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:42:01.586 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1343ms. 2025-06-27 23:42:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:42:01.586 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:42:01.586 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:42:01.586 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6725ms 2025-06-27 23:42:01.586 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:42:01.586 +03:00 [DBG] Connection id "0HNC8090TG8AA" completed keep alive response. 2025-06-27 23:42:01.586 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2373ms 2025-06-27 23:42:01.586 +03:00 [DBG] Connection id "0HNC8090TG8AA" received FIN. 2025-06-27 23:42:01.586 +03:00 [DBG] Connection id "0HNC8090TG8AA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:42:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AA" disconnecting. 2025-06-27 23:42:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AA" stopped. 2025-06-27 23:43:01.595 +03:00 [DBG] Connection id "0HNC8090TG8AB" accepted. 2025-06-27 23:43:01.596 +03:00 [DBG] Connection id "0HNC8090TG8AB" started. 2025-06-27 23:43:01.596 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:43:01.596 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:43:01.596 +03:00 [DBG] POST requests are not supported 2025-06-27 23:43:01.596 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:43:01.596 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:43:01.596 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:43:01.596 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:43:01.596 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:43:01.596 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:43:01.596 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:43:01.596 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:43:01.596 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:43:01.596 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:43:01.596 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:43:01.597 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:43:01.597 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:43:01.597 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:43:01.597 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.597 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:43:01.597 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:43:01.597 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:43:01.597 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1811ms. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:43:01.598 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:43:01.598 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:43:01.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.598 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:43:01.598 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1619ms 2025-06-27 23:43:01.598 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:43:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AB" completed keep alive response. 2025-06-27 23:43:01.598 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.2766ms 2025-06-27 23:43:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AB" received FIN. 2025-06-27 23:43:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:43:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AB" disconnecting. 2025-06-27 23:43:01.599 +03:00 [DBG] Connection id "0HNC8090TG8AB" stopped. 2025-06-27 23:44:01.591 +03:00 [DBG] Connection id "0HNC8090TG8AC" accepted. 2025-06-27 23:44:01.591 +03:00 [DBG] Connection id "0HNC8090TG8AC" started. 2025-06-27 23:44:01.591 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:44:01.591 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:44:01.591 +03:00 [DBG] POST requests are not supported 2025-06-27 23:44:01.591 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:44:01.591 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:44:01.591 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:44:01.591 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:44:01.591 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:44:01.591 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:44:01.591 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:44:01.591 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:44:01.591 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:44:01.591 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:44:01.591 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:44:01.591 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:44:01.591 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:44:01.591 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:44:01.591 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.591 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.591 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:44:01.591 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:44:01.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:44:01.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:44:01.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:44:01.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:44:01.591 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:44:01.592 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1248ms. 2025-06-27 23:44:01.592 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:44:01.592 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:44:01.592 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.592 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:44:01.592 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6796ms 2025-06-27 23:44:01.592 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:44:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AC" completed keep alive response. 2025-06-27 23:44:01.592 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.2654ms 2025-06-27 23:44:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AC" received FIN. 2025-06-27 23:44:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AC" disconnecting. 2025-06-27 23:44:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AC" stopped. 2025-06-27 23:44:01.593 +03:00 [DBG] Connection id "0HNC8090TG8AC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:45:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AD" accepted. 2025-06-27 23:45:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AD" started. 2025-06-27 23:45:01.587 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:45:01.587 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:45:01.587 +03:00 [DBG] POST requests are not supported 2025-06-27 23:45:01.587 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:45:01.587 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:45:01.587 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:45:01.587 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:45:01.587 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:45:01.588 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:45:01.588 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:45:01.588 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:45:01.588 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:45:01.588 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:45:01.588 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:45:01.588 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:45:01.588 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:45:01.588 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:45:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:45:01.588 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:45:01.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:45:01.588 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1137ms. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:45:01.588 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:45:01.588 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:45:01.588 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.6127ms 2025-06-27 23:45:01.588 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:45:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AD" completed keep alive response. 2025-06-27 23:45:01.588 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.1383ms 2025-06-27 23:45:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AD" received FIN. 2025-06-27 23:45:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AD" disconnecting. 2025-06-27 23:45:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AD" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:45:01.590 +03:00 [DBG] Connection id "0HNC8090TG8AD" stopped. 2025-06-27 23:46:01.586 +03:00 [DBG] Connection id "0HNC8090TG8AE" accepted. 2025-06-27 23:46:01.586 +03:00 [DBG] Connection id "0HNC8090TG8AE" started. 2025-06-27 23:46:01.586 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:46:01.586 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:46:01.586 +03:00 [DBG] POST requests are not supported 2025-06-27 23:46:01.586 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:46:01.586 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:46:01.586 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:46:01.586 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:46:01.586 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:46:01.586 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:46:01.586 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:46:01.586 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:46:01.586 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:46:01.586 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:46:01.586 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:46:01.586 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:46:01.586 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:46:01.586 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:46:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:46:01.587 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:46:01.587 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:46:01.587 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1547ms. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:46:01.587 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:46:01.587 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:46:01.587 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9319ms 2025-06-27 23:46:01.587 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:46:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AE" completed keep alive response. 2025-06-27 23:46:01.588 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.6824ms 2025-06-27 23:46:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AE" received FIN. 2025-06-27 23:46:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AE" disconnecting. 2025-06-27 23:46:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:46:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AE" stopped. 2025-06-27 23:47:01.585 +03:00 [DBG] Connection id "0HNC8090TG8AF" accepted. 2025-06-27 23:47:01.586 +03:00 [DBG] Connection id "0HNC8090TG8AF" started. 2025-06-27 23:47:01.586 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:47:01.586 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:47:01.586 +03:00 [DBG] POST requests are not supported 2025-06-27 23:47:01.586 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:47:01.586 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:47:01.586 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:47:01.586 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:47:01.586 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:47:01.586 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:47:01.586 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:47:01.586 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:47:01.586 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:47:01.586 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:47:01.586 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:47:01.586 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:47:01.586 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:47:01.586 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:47:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.586 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:47:01.586 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:47:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:47:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:47:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:47:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:47:01.587 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:47:01.587 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1314ms. 2025-06-27 23:47:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:47:01.587 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:47:01.587 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:47:01.587 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7622ms 2025-06-27 23:47:01.587 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:47:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AF" completed keep alive response. 2025-06-27 23:47:01.587 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3953ms 2025-06-27 23:47:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AF" received FIN. 2025-06-27 23:47:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:47:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AF" disconnecting. 2025-06-27 23:47:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AF" stopped. 2025-06-27 23:48:01.590 +03:00 [DBG] Connection id "0HNC8090TG8AG" accepted. 2025-06-27 23:48:01.590 +03:00 [DBG] Connection id "0HNC8090TG8AG" started. 2025-06-27 23:48:01.590 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:48:01.590 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:48:01.590 +03:00 [DBG] POST requests are not supported 2025-06-27 23:48:01.590 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:48:01.590 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:48:01.590 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:48:01.590 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:48:01.590 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:48:01.590 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:48:01.590 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:48:01.590 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:48:01.590 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:48:01.591 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:48:01.591 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:48:01.591 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:48:01.591 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:48:01.591 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:48:01.591 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.591 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:48:01.591 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:48:01.591 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:48:01.591 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1493ms. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:48:01.591 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:48:01.591 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:48:01.591 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.592 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.592 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.592 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:48:01.592 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9808ms 2025-06-27 23:48:01.592 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:48:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AG" completed keep alive response. 2025-06-27 23:48:01.592 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5967ms 2025-06-27 23:48:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AG" received FIN. 2025-06-27 23:48:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AG" disconnecting. 2025-06-27 23:48:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:48:01.593 +03:00 [DBG] Connection id "0HNC8090TG8AG" stopped. 2025-06-27 23:49:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AH" accepted. 2025-06-27 23:49:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AH" started. 2025-06-27 23:49:01.580 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:49:01.580 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:49:01.580 +03:00 [DBG] POST requests are not supported 2025-06-27 23:49:01.580 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:49:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:49:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:49:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:49:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:49:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:49:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:49:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:49:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:49:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:49:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:49:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:49:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:49:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:49:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.581 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:49:01.581 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:49:01.581 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:49:01.581 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1232ms. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:49:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:49:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:49:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:49:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7154ms 2025-06-27 23:49:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:49:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AH" completed keep alive response. 2025-06-27 23:49:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4184ms 2025-06-27 23:49:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AH" received FIN. 2025-06-27 23:49:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:49:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AH" disconnecting. 2025-06-27 23:49:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AH" stopped. 2025-06-27 23:50:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AI" accepted. 2025-06-27 23:50:01.581 +03:00 [DBG] Connection id "0HNC8090TG8AI" started. 2025-06-27 23:50:01.581 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:50:01.581 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:50:01.581 +03:00 [DBG] POST requests are not supported 2025-06-27 23:50:01.581 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:50:01.581 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:50:01.581 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:50:01.581 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:50:01.581 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:50:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:50:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:50:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:50:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:50:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:50:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:50:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:50:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:50:01.582 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:50:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:50:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:50:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:50:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1395ms. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:50:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:50:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:50:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:50:01.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:50:01.583 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:50:01.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.583 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.583 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.583 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:50:01.583 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.1789ms 2025-06-27 23:50:01.583 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:50:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AI" completed keep alive response. 2025-06-27 23:50:01.583 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.1077ms 2025-06-27 23:50:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AI" received FIN. 2025-06-27 23:50:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:50:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AI" disconnecting. 2025-06-27 23:50:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AI" stopped. 2025-06-27 23:51:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AJ" accepted. 2025-06-27 23:51:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AJ" started. 2025-06-27 23:51:01.580 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:51:01.580 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:51:01.580 +03:00 [DBG] POST requests are not supported 2025-06-27 23:51:01.580 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:51:01.580 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:51:01.580 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:51:01.580 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:51:01.580 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:51:01.580 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:51:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:51:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:51:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:51:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:51:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:51:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:51:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:51:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:51:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.581 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:51:01.581 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:51:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:51:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:51:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:51:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:51:01.581 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:51:01.582 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1835ms. 2025-06-27 23:51:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:51:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:51:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:51:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3625ms 2025-06-27 23:51:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:51:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AJ" completed keep alive response. 2025-06-27 23:51:01.583 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.4734ms 2025-06-27 23:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AJ" received FIN. 2025-06-27 23:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AJ" disconnecting. 2025-06-27 23:51:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AJ" stopped. 2025-06-27 23:52:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AK" accepted. 2025-06-27 23:52:01.580 +03:00 [DBG] Connection id "0HNC8090TG8AK" started. 2025-06-27 23:52:01.580 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:52:01.580 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:52:01.580 +03:00 [DBG] POST requests are not supported 2025-06-27 23:52:01.580 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:52:01.580 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:52:01.580 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:52:01.580 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:52:01.580 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:52:01.581 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:52:01.581 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:52:01.581 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:52:01.581 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:52:01.581 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:52:01.581 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:52:01.581 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:52:01.581 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:52:01.581 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:52:01.581 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.581 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:52:01.581 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:52:01.581 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:52:01.581 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1556ms. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:52:01.581 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:52:01.582 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:52:01.582 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:52:01.582 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.9263ms 2025-06-27 23:52:01.582 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:52:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AK" completed keep alive response. 2025-06-27 23:52:01.582 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7129ms 2025-06-27 23:52:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AK" received FIN. 2025-06-27 23:52:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AK" disconnecting. 2025-06-27 23:52:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:52:01.584 +03:00 [DBG] Connection id "0HNC8090TG8AK" stopped. 2025-06-27 23:53:01.601 +03:00 [DBG] Connection id "0HNC8090TG8AL" accepted. 2025-06-27 23:53:01.601 +03:00 [DBG] Connection id "0HNC8090TG8AL" started. 2025-06-27 23:53:01.601 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:53:01.601 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:53:01.601 +03:00 [DBG] POST requests are not supported 2025-06-27 23:53:01.601 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:53:01.601 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:53:01.601 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:53:01.601 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:53:01.602 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:53:01.602 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:53:01.602 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:53:01.602 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:53:01.602 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:53:01.602 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:53:01.602 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:53:01.602 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:53:01.602 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:53:01.602 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:53:01.602 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.602 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.602 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:53:01.602 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:53:01.602 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:53:01.602 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:53:01.602 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:53:01.602 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:53:01.602 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:53:01.603 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.171ms. 2025-06-27 23:53:01.603 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:53:01.603 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:53:01.603 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.603 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:53:01.603 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.3599ms 2025-06-27 23:53:01.603 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:53:01.604 +03:00 [DBG] Connection id "0HNC8090TG8AL" completed keep alive response. 2025-06-27 23:53:01.604 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.5798ms 2025-06-27 23:53:01.604 +03:00 [DBG] Connection id "0HNC8090TG8AL" received FIN. 2025-06-27 23:53:01.604 +03:00 [DBG] Connection id "0HNC8090TG8AL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:53:01.604 +03:00 [DBG] Connection id "0HNC8090TG8AL" disconnecting. 2025-06-27 23:53:01.604 +03:00 [DBG] Connection id "0HNC8090TG8AL" stopped. 2025-06-27 23:54:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AM" accepted. 2025-06-27 23:54:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AM" started. 2025-06-27 23:54:01.588 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:54:01.588 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:54:01.588 +03:00 [DBG] POST requests are not supported 2025-06-27 23:54:01.588 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:54:01.588 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:54:01.588 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:54:01.588 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:54:01.588 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:54:01.588 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:54:01.588 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:54:01.588 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:54:01.588 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:54:01.588 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:54:01.588 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:54:01.588 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:54:01.588 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:54:01.588 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:54:01.588 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.588 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.588 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:54:01.588 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:54:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:54:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:54:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:54:01.588 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:54:01.588 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:54:01.588 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1217ms. 2025-06-27 23:54:01.588 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:54:01.589 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:54:01.589 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.589 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:54:01.589 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8212ms 2025-06-27 23:54:01.589 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:54:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AM" completed keep alive response. 2025-06-27 23:54:01.589 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.4807ms 2025-06-27 23:54:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AM" received FIN. 2025-06-27 23:54:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:54:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AM" disconnecting. 2025-06-27 23:54:01.589 +03:00 [DBG] Connection id "0HNC8090TG8AM" stopped. 2025-06-27 23:55:01.581 +03:00 [DBG] Connection id "0HNC8090TG8AN" accepted. 2025-06-27 23:55:01.582 +03:00 [DBG] Connection id "0HNC8090TG8AN" started. 2025-06-27 23:55:01.582 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:55:01.582 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:55:01.582 +03:00 [DBG] POST requests are not supported 2025-06-27 23:55:01.582 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:55:01.582 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:55:01.582 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:55:01.582 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:55:01.582 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:55:01.582 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:55:01.582 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:55:01.582 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:55:01.582 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:55:01.582 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:55:01.582 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:55:01.582 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:55:01.582 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:55:01.582 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:55:01.582 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.582 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.582 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:55:01.582 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:55:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:55:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:55:01.582 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:55:01.582 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:55:01.582 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:55:01.583 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1287ms. 2025-06-27 23:55:01.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:55:01.583 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:55:01.583 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.583 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:55:01.583 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.8974ms 2025-06-27 23:55:01.583 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:55:01.583 +03:00 [DBG] Connection id "0HNC8090TG8AN" completed keep alive response. 2025-06-27 23:55:01.583 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.5773ms 2025-06-27 23:55:01.584 +03:00 [DBG] Connection id "0HNC8090TG8AN" received FIN. 2025-06-27 23:55:01.584 +03:00 [DBG] Connection id "0HNC8090TG8AN" disconnecting. 2025-06-27 23:55:01.584 +03:00 [DBG] Connection id "0HNC8090TG8AN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:55:01.585 +03:00 [DBG] Connection id "0HNC8090TG8AN" stopped. 2025-06-27 23:56:01.591 +03:00 [DBG] Connection id "0HNC8090TG8AO" accepted. 2025-06-27 23:56:01.592 +03:00 [DBG] Connection id "0HNC8090TG8AO" started. 2025-06-27 23:56:01.592 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:56:01.592 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:56:01.592 +03:00 [DBG] POST requests are not supported 2025-06-27 23:56:01.592 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:56:01.592 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:56:01.592 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:56:01.592 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:56:01.592 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:56:01.592 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:56:01.592 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:56:01.592 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:56:01.592 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:56:01.592 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:56:01.592 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:56:01.592 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:56:01.592 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:56:01.592 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:56:01.592 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.592 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.592 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:56:01.592 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:56:01.592 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:56:01.592 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:56:01.592 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:56:01.592 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:56:01.592 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:56:01.593 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1574ms. 2025-06-27 23:56:01.593 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:56:01.593 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:56:01.593 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.593 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:56:01.593 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.0059ms 2025-06-27 23:56:01.593 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:56:01.593 +03:00 [DBG] Connection id "0HNC8090TG8AO" completed keep alive response. 2025-06-27 23:56:01.593 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.7085ms 2025-06-27 23:56:01.594 +03:00 [DBG] Connection id "0HNC8090TG8AO" received FIN. 2025-06-27 23:56:01.594 +03:00 [DBG] Connection id "0HNC8090TG8AO" disconnecting. 2025-06-27 23:56:01.594 +03:00 [DBG] Connection id "0HNC8090TG8AO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:56:01.595 +03:00 [DBG] Connection id "0HNC8090TG8AO" stopped. 2025-06-27 23:57:01.595 +03:00 [DBG] Connection id "0HNC8090TG8AP" accepted. 2025-06-27 23:57:01.595 +03:00 [DBG] Connection id "0HNC8090TG8AP" started. 2025-06-27 23:57:01.595 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:57:01.595 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:57:01.595 +03:00 [DBG] POST requests are not supported 2025-06-27 23:57:01.595 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:57:01.595 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:57:01.595 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:57:01.595 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:57:01.595 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:57:01.595 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:57:01.595 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:57:01.595 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:57:01.596 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:57:01.596 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:57:01.596 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:57:01.596 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:57:01.596 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:57:01.596 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:57:01.596 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.596 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.596 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:57:01.596 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:57:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:57:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:57:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:57:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:57:01.596 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:57:01.596 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1759ms. 2025-06-27 23:57:01.596 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:57:01.596 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:57:01.597 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:57:01.597 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.597 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:57:01.597 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.2795ms 2025-06-27 23:57:01.597 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:57:01.597 +03:00 [DBG] Connection id "0HNC8090TG8AP" completed keep alive response. 2025-06-27 23:57:01.597 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 2.3066ms 2025-06-27 23:57:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AP" received FIN. 2025-06-27 23:57:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AP" disconnecting. 2025-06-27 23:57:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:57:01.599 +03:00 [DBG] Connection id "0HNC8090TG8AP" stopped. 2025-06-27 23:58:01.598 +03:00 [DBG] Connection id "0HNC8090TG8AQ" accepted. 2025-06-27 23:58:01.599 +03:00 [DBG] Connection id "0HNC8090TG8AQ" started. 2025-06-27 23:58:01.599 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:58:01.599 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:58:01.599 +03:00 [DBG] POST requests are not supported 2025-06-27 23:58:01.599 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:58:01.599 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:58:01.599 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:58:01.599 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:58:01.599 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:58:01.599 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:58:01.599 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:58:01.599 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:58:01.599 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:58:01.599 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:58:01.599 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:58:01.599 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:58:01.599 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:58:01.599 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:58:01.599 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.599 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.599 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:58:01.599 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:58:01.599 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:58:01.599 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:58:01.599 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:58:01.599 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:58:01.599 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:58:01.600 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1231ms. 2025-06-27 23:58:01.600 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:58:01.600 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:58:01.600 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.600 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:58:01.600 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 0.7224ms 2025-06-27 23:58:01.600 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:58:01.600 +03:00 [DBG] Connection id "0HNC8090TG8AQ" completed keep alive response. 2025-06-27 23:58:01.600 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.3274ms 2025-06-27 23:58:01.600 +03:00 [DBG] Connection id "0HNC8090TG8AQ" received FIN. 2025-06-27 23:58:01.600 +03:00 [DBG] Connection id "0HNC8090TG8AQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:58:01.601 +03:00 [DBG] Connection id "0HNC8090TG8AQ" disconnecting. 2025-06-27 23:58:01.601 +03:00 [DBG] Connection id "0HNC8090TG8AQ" stopped. 2025-06-27 23:59:01.585 +03:00 [DBG] Connection id "0HNC8090TG8AR" accepted. 2025-06-27 23:59:01.585 +03:00 [DBG] Connection id "0HNC8090TG8AR" started. 2025-06-27 23:59:01.585 +03:00 [INF] Request starting HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - null 0 2025-06-27 23:59:01.585 +03:00 [VRB] All hosts are allowed. 2025-06-27 23:59:01.585 +03:00 [DBG] POST requests are not supported 2025-06-27 23:59:01.585 +03:00 [DBG] 1 candidate(s) found for the request path '/api/account/validate' 2025-06-27 23:59:01.585 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' with route pattern 'api/Account/validate' is valid for the request path '/api/account/validate' 2025-06-27 23:59:01.585 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:59:01.585 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-06-27 23:59:01.585 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-06-27 23:59:01.585 +03:00 [DBG] The request has an origin header: 'https://dev.top-engineer.com'. 2025-06-27 23:59:01.585 +03:00 [INF] CORS policy execution successful. 2025-06-27 23:59:01.585 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:59:01.585 +03:00 [INF] Route matched with {action = "Validate", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Validate() on controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server). 2025-06-27 23:59:01.585 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-06-27 23:59:01.586 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-06-27 23:59:01.586 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)","Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"] 2025-06-27 23:59:01.586 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-06-27 23:59:01.586 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter","Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)"] 2025-06-27 23:59:01.586 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.586 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:59:01.586 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Api.AccountController (ConnectionApp.Server) 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:59:01.586 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) - Validation state: "Valid" 2025-06-27 23:59:01.586 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.OkResult in 0.1773ms. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.586 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:59:01.587 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 200 2025-06-27 23:59:01.587 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.OkResult. 2025-06-27 23:59:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.587 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-06-27 23:59:01.587 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server) in 1.046ms 2025-06-27 23:59:01.587 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Api.AccountController.Validate (ConnectionApp.Server)' 2025-06-27 23:59:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AR" completed keep alive response. 2025-06-27 23:59:01.587 +03:00 [INF] Request finished HTTP/1.1 POST http://dev.top-engineer.com/api/account/validate - 200 0 null 1.9773ms 2025-06-27 23:59:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AR" received FIN. 2025-06-27 23:59:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AR" disconnecting. 2025-06-27 23:59:01.587 +03:00 [DBG] Connection id "0HNC8090TG8AR" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-06-27 23:59:01.588 +03:00 [DBG] Connection id "0HNC8090TG8AR" stopped.